@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; }
.bannerPrincipal { background-position: center;background-size: cover;width: 100%;position: relative;background-repeat: no-repeat;display: table; }
p { margin: 0;font-size: 18px;font-weight: 400;color: #000;line-height: 30px;font-family: 'Poppins', sans-serif;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease; }
* { 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: 71px;line-height: 71px;font-weight: 600;color: #fff; }
h2 { font-size: 56px;line-height: 56px;font-weight: 600;color: #28367d; }
h2 span { font-size: 37px;line-height: 38px;font-weight: 300;position: relative; }
h2 strong { font-size: 85px;font-weight: 600; }
h3 { font-size: 45px;line-height: 45px;font-weight: 600;color: #fff;text-transform: uppercase; }
h4 { font-size: 26px;line-height: 28px;font-weight: 400;color: #28367d; }
h5 { font-size: 25px;line-height: 30px;color: #28367d;font-weight: 500; }
h6 { font-size: 24px;line-height: 25px;font-weight: 400;color: #28367d; }

/*********************** 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; }
.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::before { content: '';width: 254px;height: 74px;background-image: url(../img/item-puntos.png);background-size: cover;background-position: center;background-repeat: no-repeat;position: absolute;top: 40px;right: 200px;z-index: -1; }
.seccion1::after { 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: 260px;right: 50px;z-index: -1; }
.seccion1 li:nth-child(1) { width: 55%;z-index: 1; }
.seccion1 li:nth-child(2) { width: 100%;z-index: 1; }
.seccion1 h1 { margin: 10px 0px 0px;width: 100%;padding: 10px 0px 15px;background-color: #045fb2;border-bottom-left-radius: 30px;border-top-right-radius: 30px; }
.seccion1 .conteDesc { width: 90%;margin: 0px auto;padding: 20px 40px 30px;background-color: #eff1f3; }
.seccion1 .conteBene { width: 100%;margin: 0;margin-left: -60px;padding: 40px 60px;background-color: #28367d;border-top-left-radius: 60px;border-bottom-right-radius: 60px;position: relative; }
.seccion1 .conteBene h4 { color: #fff;width: 65%; }
.seccion1 .conteBene h4 span { display: block;margin: 10px 0px; }
.seccion1 .conteBene .conteImg { width: 515px;position: absolute;bottom: 60px;right: -90px; }
.seccion2 { padding-bottom: 50px;background: #eff1f3; }
.seccion2::before { content: '';width: 100%;height: 200px;background: #eff1f3;position: absolute;top: -200px;left: 0;right: 0; }
.seccion2 h2 { margin: 0px auto;width: 30%;padding: 10px 0px;font-size: 40px;line-height: 40px;color: #fff;background-color: #045fb2;border-bottom-left-radius: 20px;border-top-right-radius: 20px;position: relative;top: -15px;z-index: 2; }
.seccion2 h3 { color: #045fb2;position: relative; }
.seccion2 h3::before { content: '';width: 200px;height: 6px;background: #63af36;position: absolute;top: 50%;left: 150px;margin-top: -3px; }
.seccion2 h3::after { content: '';width: 200px;height: 6px;background: #63af36;position: absolute;top: 50%;right: 150px;margin-top: -3px; }
.seccion2 .ulCar { width: 100%;margin: 20px auto 0px; }
.seccion2 li { width: 32%; }
.seccion2 li:nth-child(2) { width: 36%; }
.seccion2 .textDeco span { display: block;margin: 30px 0px; }
.seccion2 .textDeco span::before { content: '';width: 14px;height: 14px;background: #63af36;border-radius: 50%;display: inline-block;position: relative;top: -2px;margin-right: 5px; }
.seccion3 { padding-top: 30px; }
.seccion3::before { content: '';width: 254px;height: 74px;background-image: url(../img/item-puntos.png);background-size: cover;background-position: center;background-repeat: no-repeat;position: absolute;bottom: 0px;right: 100px;z-index: -1; }
.seccion3::after { 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: -80px;left: 100px; }
.seccion3 h2 { margin-bottom: 20px; }
.seccion3 h2 span { top: -12px; }
.seccion3 h2::before { content: '';width: 300px;height: 6px;background: #63af36;position: absolute;bottom: -10px;left: 50%;margin-left: -325px;z-index: -1; }
.seccion3 .conteImg { position: relative;margin-top: -170px;z-index: 2; }
.seccion3 .textDeco span { display: block;margin: 20px 0px 20px 50px;position: relative; }
.seccion3 .textDeco span::before { content: '';width: 14px;height: 14px;border-radius: 50%;background-color: #63af36;display: inline-block;position: relative;top: -2px;margin-left: -25px;margin-right: 10px; }
.seccion4 { padding-bottom: 80px; }
.seccion4::before { content: '';width: 800px;height: 250px;background: #eff1f3;position: absolute;top: 90px;left: 0;z-index: -1; }
.seccion4 li:nth-child(1) { width: 40%; }
.seccion4 li:nth-child(1) h2 { margin-top: 120px;color: #045fb2;display: block; }
.seccion4 li:nth-child(1) h2 span { color: #28367d;display: block; }
.seccion4 li:nth-child(1) h2 strong { color: #045fb2;display: block; }
.seccion4 li:nth-child(2) { width: 60%; }
.seccion4 li:nth-child(2) h2 { color: #045fb2;font-weight: 900;margin: 0px 0px 10px 80px; }
.conteForm { width: 95%;margin: 0;padding: 80px 50px;background-color: #28367d;border-bottom-left-radius: 60px;border-top-right-radius: 60px;position: relative;right: -50px; }
.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: 180px;float: right;padding: 10px;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] { width: 48%;float: left;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 input[name=ciudad], .conteForm form input[name=correo] { 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: 60%;float: left; }

/*********************** MEDIAS QUERIES ***********************/
@media screen and (min-width: 320px) and (max-width: 1023px) { 
    /*********************** GENERAL ***********************/
    .contenedor { width: 95%; }
    .movil { display: block; }
    /*********************** CONTENEDORES ***********************/
    .conteRight, .conteLeft { width: 100%; }
    /*********************** CLEAR ***********************/
    .clear20 { clear: both;height: 10px; }
    /*********************** TEXTOS ***********************/
    .textCenter, .textRight, .textLeft { text-align: center; }
    /*********************** H1 - H6 ***********************/
    h1 { font-size: 40px;line-height: 40px; }
    h2 { font-size: 36px;line-height: 36px; }
    h2 span { font-size: 30px;line-height: 28px; }
    h2 strong { font-size: 45px; }
    h3 { font-size: 34px;line-height: 34px; }
    h4 { font-size: 20px;line-height: 22px; }
    h5 { font-size: 19px;line-height: 25px; }
    h6 { font-size: 18px;line-height: 19px; }
    /*********************** 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: 40px 0px 0px; }
    .seccion1::before { width: 150px;height: 44px;top: -10px;right: 10px; }
    .seccion1::after { width: 82px;height: 80px;top: -5px;left: 10px;right: unset;z-index: 1; }
    .seccion1 li:nth-child(1) { width: 100%; }
    .seccion1 h1 { margin: 0px auto;width: 100%;padding: 5px 0px 10px;border-bottom-left-radius: 20px;border-top-right-radius: 20px; }
    .seccion1 .conteDesc { padding: 10px 25px 15px; }
    .seccion1 .conteBene { width: 100%;margin: 0;padding: 20px;border-top-left-radius: 30px;border-bottom-right-radius: 30px; }
    .seccion1 .conteBene h4 { width: 100%; }
    .seccion1 .conteBene .conteImg { width: 100%;margin: 20px auto 0px;position: relative;bottom: unset;right: unset; }
    .seccion2 { padding-bottom: 20px; }
    .seccion2 h2 { width: 300px;padding: 5px 0px;font-size: 28px;line-height: 28px;border-bottom-left-radius: 10px;border-top-right-radius: 10px;top: -10px; }
    .seccion2 h3::before, .seccion2 h3::after { width: 300px;height: 4px;display:block;position: relative;top: unset;left:unset;right: unset;margin: 10px auto; }
    .seccion2 li, .seccion2 li:nth-child(2) { width: 100%; }
    .seccion2 .conteImg { width: 100%;margin: 0px auto; }
    .seccion2 .textDeco span { margin: 10px 0px; }
    .seccion2 .textDeco span::before { width: 10px;height: 10px; }
    .seccion3 { padding-top: 20px; }
    .seccion3::before { width: 150px;height: 44px;bottom: -40px;right: 10px; }
    .seccion3::after { width: 82px;height: 80px;top: 80px;left: 10px; }
    .seccion3 h2 span { top: -5px; }
    .seccion3 h2::before { width: 200px;height: 4px;bottom: -5px;margin-left: -210px; }
    .seccion3 li { width: 100%; }
    .seccion3 .conteImg { margin: 0px auto; }
    .seccion3 .textDeco span { margin: 10px 0px 10px 0px; }
    .seccion3 .textDeco span::before { width: 10px;height: 10px;margin-left: 0;margin-right: 5px; }
    .seccion4 { padding: 40px 0px; }
    .seccion4::before { width: 100%;height: 150px;top: 50px; }
    .seccion4 li:nth-child(1), .seccion4 li:nth-child(2) { width: 100%; }
    .seccion4 li:nth-child(1) h2 { margin: 20px 0px; }
    .seccion4 li:nth-child(2) h2 { margin: 20px 0px; }
    .conteForm { float: none;width: 90%;margin: 0px auto;padding: 20px;border-bottom-left-radius: 40px;border-top-right-radius: 40px;right: unset; }
    .conteForm form input[type=submit] { margin: 0px auto;float: none;display: block; }
    .conteForm form input[type=text] { width: 100%;padding: 8px; }
    .conteForm form a { top: -5px; }
    .conteForm form input[type=checkbox] { width: 20px;height: 20px; }
    .conteForm form label { width: 100%;text-align: center; }
}

@media screen and (min-width: 480px) and (max-width: 1023px) { 
    /*********************** GENERAL ***********************/ 
    .seccion1 .conteBene .conteImg, .seccion2 .conteImg, .seccion3 .conteImg, .conteForm { width: 400px; }
    .conteForm { 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::after { top: 100px; }
    .seccion3::after { top: -40px;left: 60px; }
    .seccion1 .conteBene .conteImg, .seccion2 .conteImg, .seccion3 .conteImg, .conteForm { width: 480px; }
    .conteForm { padding: 30px; }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) { 
    /*********************** GENERAL ***********************/
    .contenedor { width: 960px; }
    /*********************** H1 - H6 ***********************/
    h1 { font-size: 62px;line-height: 62px; }
    h2 { font-size: 48px;line-height: 48px; }
    h2 span { font-size: 30px;line-height: 30px; }
    h2 strong { font-size: 72px; }
    h3 { font-size: 38px;line-height: 38px; }
    h4 { font-size: 22px;line-height: 24px; }
    h5 { font-size: 21px;line-height: 26px; }
    h6 { font-size: 20px;line-height: 21px; }
    /*********************** HEADER ***********************/    
    header { padding: 30px 0px; }
    .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::before { width: 200px;height: 58px;top: 40px;right: 150px; }
    .seccion1::after { width: 102px;height: 100px;top: 260px;right: 40px; }
    .seccion1 h1 { padding: 5px 0px 10px; }
    .seccion1 .conteDesc { padding: 15px 30px 30px; }
    .seccion1 .conteBene { margin-left: -40px;padding: 20px 40px;border-top-left-radius: 40px;border-bottom-right-radius: 40px; }
    .seccion1 .conteBene h4 span { margin: 8px 0px; }
    .seccion1 .conteBene .conteImg { width: 415px;right: -80px; }
    .seccion2 { padding-bottom: 40px; }
    .seccion2::before { height: 150px;top: -150px; }
    .seccion2 h2 { padding: 5px 0px;font-size: 35px;line-height: 35px;top: -10px; }
    .seccion2 h3::before { width: 150px;height: 4px;left: 120px;margin-top: -2px; }
    .seccion2 h3::after { width: 150px;height: 4px;right: 120px;margin-top: -2px; }
    .seccion2 .ulCar { margin-top: 10px; }
    .seccion2 .textDeco span { margin: 20px 0px; }
    .seccion3 { padding-top: 20px; }
    .seccion3::before { width: 200px;height: 58px;right: 60px; }
    .seccion3::after { width: 102px;height: 100px;top: -50px;left: 60px; }
    .seccion3 h2 { margin-bottom: 10px; }
    .seccion3 h2::before { height: 4px; }
    .seccion3 .conteImg { margin-top: -150px; }
    .seccion3 .textDeco span { margin-left: 40px; }
    .seccion4 { padding-bottom: 50px; }
    .seccion4::before { height: 180px;top: 70px; }
    .seccion4 li:nth-child(1) h2 { margin-top: 80px; }
    .seccion4 li:nth-child(2) h2 { margin-left: 60px; }
    .conteForm { padding: 50px 40px;right: -30px; }
    .conteForm form input[type=submit] { width: 160px;padding: 8px; }
    .conteForm form input[type=text] { padding: 12px; }

}

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