@charset "UTF-8";
/*********************** FUENTES GOOGLE MAPS ***********************/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*font-family: 'Poppins', sans-serif;*/

/*********************** GENERAL ***********************/
body { padding: 0;margin: 0;font-family: 'Poppins', sans-serif; }
ul { padding: 0;margin: 0;list-style: none; }
img { display: block;width: 100%;border: none; }
a { font-size: 16px;color: #fff;font-family: 'Poppins', sans-serif;text-decoration: none;color: inherit;display: block;-webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.contenedor { width: 1200px;margin: 0px auto;position: relative; }
p { margin: 0;font-size: 23px;font-weight: 400;color: #27347f;line-height: 28px;font-family: 'Poppins', sans-serif;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease; }
.textDeco { position: relative;margin: 30px 0px 0px 30px;color: #fff; }
.textDeco::before { content: '';width: 14px;height: 14px;background: #63af36;border-radius: 50%;display: inline-block;position: relative;top: -2px;margin-left: -24px;margin-right: 10px; }
* { box-sizing: border-box; }
*:focus { outline: none; }
.pc { display: block; }
.movil { display: none; }
.preloader { position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: #fff;z-index: 100; }
.status { width: 200px;height: 200px;position: absolute;left: 50%;top: 50%;background-image: url('https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif');background-repeat: no-repeat;background-position: center;margin: -100px 0 0 -100px; }
section { position: relative; }
::selection { background: #5eaeba;color: #fff; }
::-moz-selection { background: #5eaeba;color: #fff; }

/*********************** CONTENEDORES ***********************/
.conteRight { width: 50%;float: right; }
.conteLeft { width: 50%;float: left; }

/*
ANIMACIONES HTML5

-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;

-webkit-transform:scale(1.15); -moz-transform:scale(1.15); -ms-transform:scale(1.15); -o-transform:scale(1.15); transform:scale(1.15);

-ms-transform: rotate(7deg); -webkit-transform: rotate(7deg); transform: rotate(7deg);

-webkit-transition: all 500ms cubic-bezier(0.680, 0, 0.265, 1); -webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); -moz-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); -o-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
*/

/*********************** CLEAR ***********************/
.clear { clear: both;height: 0px; }
.clear5 { clear: both;height: 5px; }
.clear10 { clear: both;height: 10px; }
.clear15 { clear: both;height: 15px; }
.clear20 { clear: both;height: 20px; }
.clear30 { clear: both;height: 30px; }
.clear40 { clear: both;height: 40px; }

/*********************** TEXTOS ***********************/
.textCenter { text-align: center; }
.textJust { text-align: justify; }
.textRight { text-align: right; }
.textLeft { text-align: left; }

/*********************** FORMULARIOS ERROR ***********************/
label.error { display: none!important; }
input.error { border: 1px solid #f00!important; }
select.error { border: 1px solid #f00!important; }
textarea.error { border: 1px solid #f00!important; }
input[type="checkbox"].error { outline: 1px solid #f00!important; }

/*********************** H1 - H6 ***********************/
h1, h2, h3, h4, h5, h6 { padding: 0;margin: 0;font-family: 'Poppins', sans-serif;position: relative; }
h1 { font-size: 75px;line-height: 75px;font-weight: 600;color: #fff; }
h2 { font-size: 56px;line-height: 56px;font-weight: 900;color: #045fb2; }
h3 { font-size: 45px;line-height: 45px;font-weight: 600;color: #fff; }
h4 { font-size: 37px;line-height: 37px;font-weight: 300;color: #28367d; }
h5 { font-size: 34px;line-height: 56px;font-weight: 600;color: #28367d; }
h5 span { display: block;width: 70%;margin: 0px auto 20px;padding: 0;background: #63af36;font-size: 40px;color: #fff; }
h6 { font-size: 26px;line-height: 30px;font-weight: 400;color: #676767; }

/*********************** COLUMNAS ***********************/
.col2 li { float: left;width: 50%;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;position: relative; }
.col3 li { float: left;width: 33.33%;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;position: relative; }
.col4 li { float: left;width: 25%;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;position: relative; }
.col5 li { float: left;width: 20%;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;position: relative; }
.col6 li { float: left;width: 16.66%;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;position: relative; }
.col7 li { float: left;width: 14.28%;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;position: relative; }
.col8 li { float: left;width: 12.5%;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;position: relative; }
.col9 li { float: left;width: 11%;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;position: relative; }

/*********************** HEADER ***********************/    
header { padding: 40px 0px 0px; }
.logo { width: 130px;margin-left: 100px;float: left;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; }
.headerLeft { width: 300px;float: right;text-align: right;height: 70px;display: table; }
.headerLeft a:not(.redes) { padding: 0px 10px;font-size: 25px;line-height: 25px;color: #273580;font-weight: bold;display: table-cell;vertical-align: middle; }
.headerLeft .redes { padding: 0px 5px;font-size: 35px;line-height: 35px;color: #045fb2;display: table-cell;vertical-align: middle; }
.headerLeft a:hover { opacity: 0.5; }

/*********************** HOME ***********************/
.seccion1 { padding: 50px 0px 20px; }
.seccion1::before { content: '';width: 50%;height: 475px;background: #edeff1;position: absolute;top: 150px;left: 0; }
.seccion1::after { content: '';width: 62px;height: 212px;background-image: url(../img/item-puntos.png);background-size: cover;background-position: center;background-repeat: no-repeat;position: absolute;top: 30px;left: 80px; }
.seccion1 .contenedor::before { content: '';width: 142px;height: 140px;background-image: url(../img/item-salud.png);background-size: cover;background-position: center;background-repeat: no-repeat;position: absolute;top: 70px;right: -100px; }
.seccion1 .contenedor::after { content: '';width: 195px;height: 312px;background-image: url(../img/item1.png);background-size: cover;background-position: center;background-repeat: no-repeat;position: absolute;bottom: -20px;right: -100px; }
.seccion1 h1 { margin: 20px auto 0px;width: 500px;padding: 8px 50px;background-color: #045fb2;border-bottom-left-radius: 30px;border-top-right-radius: 30px; }
.seccion1 h6 { margin: 70px 0px 50px; }
.seccion1 .conteInfo { padding-left: 20px; }
.seccion1 .conteImg { width: 544px;position: relative;left: -20px;margin-top: -30px; }
.seccion2 .contenedor::after { content: '';width: 62px;height: 212px;background-image: url(../img/item-puntos.png);background-size: cover;background-position: center;background-repeat: no-repeat;position: absolute;top: 100px;right: 0; }
.seccion2 .conteInfo { margin: 0px auto;width: 730px;padding: 80px 40px 120px;background-color: #045fb2;border-bottom-left-radius: 180px;border-top-right-radius: 180px;position: relative; }
.seccion2 h3::before, .seccion2 h3::after { content: '';width: 220px;height: 8px;background: #63af36;position: absolute;top: 50%;left: -100px;margin-top: -4px; }
.seccion2 h3::after { left: inherit;right: -100px; }
.seccion2 .contePartes { width: 304px;position: absolute;top: 100px;left: -120px; }
.seccion2 .contePartes .conte { margin: 40px 0px 0px;width: 100%;display: block; }
.seccion2 .contePartes .conte div { width: 100px;margin: 0px auto; }
.seccion2 .contePartes .conte p { margin: 10px 0px 0px;font-size: 22px;color: #676767; }
.seccion2 .conteImg { width: 497px;position: absolute;bottom: 50px;right: -120px; }
.seccionContacto { padding: 40px 0px 60px;background: #edeff1; }
.seccionContacto::before { content: '';width: 312px;height: 195px;background-image: url(../img/item2.png);background-size: cover;background-position: center;background-repeat: no-repeat;position: absolute;bottom: 60px;left: 100px; }
.seccionContacto .conteTitulo { width: 45%;padding: 40px 0px;position: relative;left: -40px; }
.conteForm { margin: 0;width: 55%;padding: 40px 50px;background-color: #28367d;border-bottom-left-radius: 60px;border-top-right-radius: 60px;position: relative;right: -40px; }
.conteForm form { width: 100%;margin: 0px auto; }
.conteForm .itemInput { width: 100%;position: relative; }
.conteForm form ::placeholder { font-size: 14px;line-height: 14px;color: #676767;font-family: 'Poppins', sans-serif; }
.conteForm form input[type=submit] { width: 100%;padding: 13px;background-color: #045fb2;font-size: 16px;font-family: 'Poppins', sans-serif;text-transform: uppercase;text-align: center;color: #fff;border: none;cursor: pointer;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; }
.conteForm form input[type=submit]:hover, .conteForm form input[type=submit]:disabled { color: #045fb2;background-color: #fff; }
.conteForm form input[type=text], .conteForm form input[name=ciudad], .conteForm form input[name=correo] { width: 100%;font-size: 14px;line-height: 14px;color: #676767;font-family: 'Poppins', sans-serif;background-color: #fff;border: 1px solid #fff;padding: 14px;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; }
.conteForm form .input1, .conteForm form .input2 { width: 48%;float: left; }
.conteForm form .input2 { float: right; }
.conteForm form a { color: #fff;font-size: 16px;display: inline-block;position: relative;top: -8px; }
.conteForm form a span { text-decoration: underline; }
.conteForm form a:hover { opacity: 0.5; }
.conteForm form input[type=checkbox] { width: 30px;height: 30px;display: inline-block; }
.conteForm form label { width: 100%;display: block; }

/*********************** MEDIAS QUERIES ***********************/
@media screen and (min-width: 320px) and (max-width: 1023px) { 
    /*********************** GENERAL ***********************/
    .contenedor { width: 95%; }
    p { font-size: 17px;line-height: 23px; }
    .textDeco::before { width: 10px;height: 10px; }
    .movil { display: block; }
    .clear20 { height: 10px; }
    .textRight, .textLeft { text-align: center; }
    /*********************** H1 - H6 ***********************/
    h1 { font-size: 40px;line-height: 40px; }
    h2 { font-size: 36px;line-height: 36px; }
    h3 { font-size: 30px;line-height: 30px; }
    h4 { font-size: 26px;line-height: 26px; }
    h5 { font-size: 22px;line-height: 40px; }
    h5 span { width: 220px;padding: 0px 10px;font-size: 25px; }
    h6 { font-size: 18px;line-height: 24px; }
    /*********************** HEADER ***********************/    
    header { padding: 20px 0px; }
    .logo { width: 100px;float: none;margin: 0px auto 10px; }
    .headerLeft { width: 100%;float: none;text-align: center;height: auto;display: block; }
    .headerLeft a:not(.redes) { padding: 0px;font-size: 16px;line-height: 16px;display: inline; }
    .headerLeft .redes { padding: 0px;font-size: 25px;line-height: 25px;display: inline;margin-left: 10px; }
    /*********************** HOME ***********************/
    .seccion1 { padding-top: 20px; }
    .seccion1::before { width: 100%;height: 260px;top: unset;bottom: 10px; }
    .seccion1::after { width: 38px;height: 130px;top: -40px;left: 10px; }
    .seccion1 .contenedor::before { width: 82px;height: 80px;top: -60px;right: -10px; }
    .seccion1 .contenedor::after { width: 63px;height: 100px;right: -10px; }
    .seccion1 h1 { margin-top: 10px;width: 100%;padding: 5px 10px;border-bottom-left-radius: 20px;border-top-right-radius: 20px; }
    .seccion1 h6 { margin: 20px 0px; }
    .seccion1 .conteInfo { width: 100%;padding-left: 0;float: none; }
    .seccion1 .conteImg { margin: 20px auto 0px;width: 300px;float: none;left: unset; }
    .seccion2 .contenedor::after { width: 38px;height: 130px;top: 70px; }
    .seccion2 .conteInfo { width: 90%;padding: 30px 20px 40px;border-bottom-left-radius: 80px;border-top-right-radius: 80px; }
    .seccion2 h3::before, .seccion2 h3::after { width: 80px;height: 6px;left: -40px;margin-top: -3px; }
    .seccion2 h3::after { left: inherit;right: -40px; }
    .seccion2 .contePartes { margin: 20px auto;width: 100%;position: relative;top: unset;left: unset; }
    .seccion2 .contePartes .item1 { width: 300px;margin: 20px auto; }
    .seccion2 .contePartes .conte { margin: 0;width: 33.33%;float: left; }
    .seccion2 .contePartes .conte div { width: 80px; }
    .seccion2 .contePartes .conte p { font-size: 17px; }
    .seccion2 .conteImg { margin: 40px auto 20px;width: 300px;position: relative;bottom: unset;right: unset; }
    .seccionContacto { padding: 20px 0px 40px; }
    .seccionContacto::before { width: 100px;height: 63px;bottom: 20px;left: 10px; }
    .seccionContacto .conteTitulo { width: 100%;float: none;padding: 0;left: unset; }
    .conteForm { margin: 20px auto 0px;width: 90%;float: none;padding: 20px;border-bottom-left-radius: 40px;border-top-right-radius: 40px;right: unset; }
    .conteForm form input[type=submit] { padding: 7px; }
    .conteForm form input[type=text], .conteForm form input[name=ciudad], .conteForm form input[name=correo] { padding: 8px; }
    .conteForm form .input1, .conteForm form .input2 { width: 100%; }
    .conteForm form a { font-size: 15px;top: -5px; }
    .conteForm form input[type=checkbox] { width: 20px;height: 20px; }
    .conteForm form label { text-align: center; }
}

@media screen and (min-width: 480px) and (max-width: 1023px) { 
    /*********************** GENERAL ***********************/
    .seccion1::before { height: 325px; }
    .seccion1 h1 { width: 300px; }
    .seccion1 .conteImg { width: 380px; }
    .seccion2 h3::before, .seccion2 h3::after { width: 100px; }
    .seccion2 .conteImg { width: 350px; }
    .conteForm { width: 400px;padding: 25px; }
}

@media screen and (min-width: 600px) and (max-width: 1023px) { 
    /*********************** GENERAL ***********************/ 
    .contenedor { width: 90%; }
    .logo { float: left;margin: 0px; }
    .headerLeft { width: 200px;float: right;margin-top: 15px; }
    .seccion1::before { height: 375px; }
    .seccion1::after, .seccion1 .contenedor::before { top: 0; }
    .seccion1 h1 { width: 350px; }
    .seccion1 .conteImg { width: 440px; }
    .seccion2 h3::before, .seccion2 h3::after { width: 140px; }
    .seccion2 .conteImg { width: 420px; }
    .conteForm { width: 480px;padding: 30px; }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) { 
    /*********************** GENERAL ***********************/
    .contenedor { width: 960px; }
    p { font-size: 19px;line-height: 26px; }
    .clear20 { height: 15px; }
    /*********************** H1 - H6 ***********************/
    h1 { font-size: 65px;line-height: 65px; }
    h2 { font-size: 48px;line-height: 48px; }
    h3 { font-size: 42px;line-height: 42px; }
    h4 { font-size: 34px;line-height: 34px; }
    h5 { font-size: 32px;line-height: 50px; }
    h5 span { padding: 0px 40px;font-size: 38px; }
    h6 { font-size: 24px;line-height: 28px; }
    /*********************** HEADER ***********************/    
    header { padding-top: 30px; }
    .logo { width: 110px;margin-left: 60px; }
    .headerLeft { height: 60px; }
    .headerLeft a:not(.redes) { font-size: 22px;line-height: 22px; }
    .headerLeft .redes { font-size: 32px;line-height: 32px; }
    /*********************** HOME ***********************/
    .seccion1 { padding-top: 40px; }
    .seccion1::before { height: 385px;top: 120px; }
    .seccion1::after { width: 52px;height: 178px;top: 20px;left: 60px; }
    .seccion1 .contenedor::before { width: 102px;height: 100px;top: 70px;right: -20px; }
    .seccion1 .contenedor::after { width: 100px;height: 160px;right: -20px; }
    .seccion1 h1 { margin-top: 10px;width: 400px;padding: 5px 30px; }
    .seccion1 h6 { margin: 40px 0px 30px; }
    .seccion1 .conteImg { width: 444px; }
    .seccion2 .contenedor::after { width: 52px;height: 178px;top: 60px; }
    .seccion2 .conteInfo { width: 630px;padding: 60px 30px 90px;border-bottom-left-radius: 150px;border-top-right-radius: 150px; }
    .seccion2 h3::before, .seccion2 h3::after { width: 180px;left: -40px; }
    .seccion2 h3::after { left: inherit;right: -40px; }
    .seccion2 .contePartes { width: 200px;top: 80px;left: -40px; }
    .seccion2 .contePartes .conte { margin-top: 30px; }
    .seccion2 .contePartes .conte div { width: 80px; }
    .seccion2 .contePartes .conte p { font-size: 20px; }
    .seccion2 .conteImg { width: 400px;bottom: 30px;right: -40px; }
    .seccionContacto { padding: 30px 0px 50px; }
    .seccionContacto::before { width: 160px;height: 100px;bottom: 50px;left: 40px; }
    .seccionContacto .conteTitulo { padding: 22px 0px;left: -30px; }
    .conteForm { padding: 30px 40px;right: -30px; }
    .conteForm form input[type=submit] { padding: 11px; }
    .conteForm form input[type=text], .conteForm form input[name=ciudad], .conteForm form input[name=correo] { padding: 12px; }
    .conteForm form a { font-size: 15px; }
}

@media (min-width: 1440px) {}