@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: 23px;font-weight: 400;color: #fff;line-height: 28px;margin: 25px 0px;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 span { font-size: 21px;line-height: 26px;display: block;margin: 30px 0px; }
.textDeco span::before { content: '';width: 14px;height: 14px;background: #63af36;border-radius: 50%;display: inline-block;position: relative;top: -2px;margin-right: 5px; }
* { 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: 72px;line-height: 72px;font-weight: 600;color: #fff; }
h2 { font-size: 56px;line-height: 56px;font-weight: 900;color: #28367d; }
h2 span { font-size: 42px;line-height: 53px;font-weight: 500;position: relative; }
h3 { font-size: 50px;line-height: 50px;font-weight: 600;color: #045fb2; }
h4 { font-size: 48px;line-height: 48px;font-weight: 600;color: #045fb2; }
h5 { font-size: 39px;line-height: 39px;font-weight: 600;color: #fff; }
h6 { font-size: 32px;line-height: 40px;font-weight: 500;color: #27347f; }
h6 span { font-weight: 700; }
h6.dos { font-size: 28px;line-height: 36px; }

/*********************** 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 140px; }
.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;background-color: #edeff1; }
.seccion1::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: -65px;right: 100px; }
.seccion1 h1 { width: 80%;padding: 10px 50px 15px;background-color: #045fb2;border-bottom-left-radius: 30px;border-top-right-radius: 30px;position: absolute;top: -105px;left: -70px; }
.seccion1 .conteImg { width: 485px;position: absolute;top: -150px;left: -20px;z-index: 2; }
.seccion1 .conteRight { width: 60%; }
.seccion1 h6 { margin: 20px 0px 30px; }
.seccion1 h5 { background-color: #65ae3e;padding: 10px 0px 15px;margin-top: 40px;margin-bottom: -80px; }
.seccion2 { padding: 80px 0px 60px; }
.seccion2::before { content: '';width: 159px;height: 259px;background-image: url(../img/item-uno.png);background-size: cover;background-position: center;background-repeat: no-repeat;position: absolute;top: -100px;left: 60px; }
.seccion2 .conteLeft, .seccion2 .conteRight { width: 38%; }
.seccion2 .conteInfo { width: 100%;height: 560px;padding: 30px 40px;margin: 20px auto 0px;background-color: #28367d;border-top-left-radius: 60px;border-bottom-right-radius: 60px;position: relative; }
.seccion2 .conteCompleta { width: 300px;position: absolute;top: 0;left: 50%;margin-left: -190px;z-index: 2; }
.seccion2 .conteCompleta::before { content: 'Máscara completa';width: 100px;font-size: 15px;line-height: 19px;color: #7d7d7d;font-family: 'Poppins', sans-serif;font-weight: 500;text-align: left;position: absolute;top: 40px;right: -80px; }
.seccion2 .conteCompleta::after { content: '';width: 90px;height: 3px;background-color: #65ae3e;position: absolute;top: 30px;right: -10px; }
.seccion2 .conteMedia { width: 280px;position: absolute;bottom: -30px;left: 50%;margin-left: -140px;z-index: 2; }
.seccion2 .conteMedia::before { content: 'Media máscara';width: 100px;font-size: 15px;line-height: 19px;color: #7d7d7d;font-family: 'Poppins', sans-serif;font-weight: 500;text-align: right;position: absolute;top: 0;left: 20px; }
.seccion2 .conteMedia::after { content: '';width: 90px;height: 3px;background-color: #65ae3e;position: absolute;top: -10px;left: 75px; }
.seccion3 { padding: 40px 0px;background-color: #edeff1; }
.seccion3::before { content: '';width: 119px;height: 115px;background-image: url(../img/item-puntos.png);background-size: cover;background-position: center;background-repeat: no-repeat;position: absolute;top: -50px;left: 120px; }
.seccion3::after { content: '';width: 259px;height: 159px;background-image: url(../img/item-dos.png);background-size: cover;background-position: center;background-repeat: no-repeat;position: absolute;top: 0;right: 120px; }
.seccion3 ul { margin: 40px auto 0px;position: relative; }
.seccion3 li { height: 220px;padding: 0px 25px; }
.seccion3 li:nth-child(1) { padding: 0;padding-right: 10px; }
.seccion3 li:nth-child(3) { padding: 0;padding-left: 10px; }
.seccion3 li:nth-child(2)::before, .seccion3 li:nth-child(2)::after { content: '';width: 6px;height: 160px;background-color: #65ae3e;position: absolute;top: 50%;left: 5px;margin-top: -80px; }
.seccion3 li:nth-child(2)::after { left: inherit;right: 5px; }
.seccionContacto { padding: 50px 0px; }
.seccionContacto::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: -30px;left: 100px; }
.seccionContacto li:nth-child(1) { width: 45%; }
.seccionContacto li:nth-child(1) h2 { margin-top: 75px; }
.seccionContacto li:nth-child(1) h2 span { display: block; }
.seccionContacto li:nth-child(2) { width: 55%; }
.conteForm { width: 100%;margin: 0;padding: 80px 50px;background-color: #42a2c8;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: #27347f;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: #27347f;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=empresa] { 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; }
    p { font-size: 17px;line-height: 22px;margin: 15px 0px; }
    .textDeco span { font-size: 16px;line-height: 20px;margin: 20px 0px; }
    /*********************** 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: 28px;line-height: 28px; }
    h2 strong { font-size: 45px; }
    h3 { font-size: 34px;line-height: 34px; }
    h4 { font-size: 22px;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, .seccionContacto { padding: 25px 0px; }
    .seccion1::before { width: 82px;height: 80px;top: 50%;right: 10px;margin-top: -40px; }
    .seccion1 h1 { margin: 0px auto;width: 100%;padding: 5px 0px 10px;border-bottom-left-radius: 20px;border-top-right-radius: 20px;position: relative;text-align: center;top: unset;left: unset; }
    .seccion1 .conteImg { width: 100%;margin: 0px auto;position: relative;top: unset;left: unset; }
    .seccion1 .conteRight { width: 100%; }
    .seccion1 h6 { margin: 10px 0px 20px; }
    .seccion1 h5 { padding: 5px 0px 10px;margin: 20px 0px; }
    .seccion2 { padding: 40px 0px 30px; }
    .seccion2::before { width: 60px;height: 98px;top: 0;left: 0; }
    .seccion2 .conteLeft, .seccion2 .conteRight { width: 100%;float: none; }
    .seccion2 .conteInfo { height: auto;padding: 15px 20px;margin: 20px auto;border-top-left-radius: 20px;border-bottom-right-radius: 20px; }
    .seccion2 .conteCompleta { width: 300px;position: relative;top: unset;left: unset;margin: 20px auto 40px; }
    .seccion2 .conteCompleta::before { right: -50px; }
    .seccion2 .conteMedia { width: 280px;position: relative;bottom: unset;left: unset;margin: 20px auto 40px; }
    .seccion3 { padding: 20px 0px; }
    .seccion3::before { width: 70px;height: 68px;top: -50px;left: 0; }
    .seccion3::after { width: 98px;height: 60px;right: 0; }
    .seccion3 ul { margin-top: 0; }
    .seccion3 li { width: 100%;height: unset;padding: 20px 0px!important; }
    .seccion3 li:nth-child(2)::before, .seccion3 li:nth-child(2)::after { width: 160px;height: 6px;top: -3px;left: 50%;margin: 0;margin-left: -80px; }
    .seccion3 li:nth-child(2)::after { top: inherit;bottom: -3px;right: unset; }
    .seccionContacto::before { width: 82px;height: 80px;left: 0; }
    .seccionContacto li { width: 100%!important; }
    .seccionContacto li:nth-child(1) h2 { margin: 0px 0px 20px; }
    .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 .conteImg, .seccion2 .conteInfo, .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; }
    .seccion2 .contenedor { text-align: center; }
    .seccion2 .conteCompleta, .seccion2 .conteMedia { display: inline-block;margin: 20px 20px 40px; }
    .seccion1 .conteImg, .seccion2 .conteInfo, .conteForm { width: 480px; }
    .conteForm { padding: 30px; }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) { 
    /*********************** GENERAL ***********************/
    .contenedor { width: 960px; }
    p { font-size: 19px;line-height: 24px;margin: 15px 0px; }
    .textDeco span { font-size: 18px;line-height: 24px;margin: 20px 0px; }
    /*********************** H1 - H6 ***********************/
    h1 { font-size: 62px;line-height: 62px; }
    h2 { font-size: 48px;line-height: 48px; }
    h2 span { font-size: 36px;line-height: 43px; }
    h3 { font-size: 45px;line-height: 45px; }
    h4 { font-size: 42px;line-height: 42px; }
    h5 { font-size: 32px;line-height: 32px; }
    h6 { font-size: 28px;line-height: 30px; }
    h6.dos { font-size: 24px;line-height: 30px; }
    /*********************** HEADER ***********************/    
    header { padding: 30px 0px 100px; }
    .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, .seccionContacto { padding: 40px 0px; }
    .seccion1::before { width: 102px;height: 100px;top: -45px;right: 50px; }
    .seccion1 h1 { padding: 5px 40px 10px;;top: -80px;left: -40px; }
    .seccion1 .conteImg { width: 380px;top: -110px;left: -10px; }
    .seccion1 h6 { margin: 15px 0px 20px; }
    .seccion1 h5 { padding: 5px 0px 10px;margin-top: 30px;margin-bottom: -60px; }
    .seccion2 { padding: 70px 0px 50px; }
    .seccion2::before { width: 100px;height: 163px;top: -60px;left: 30px; }
    .seccion2 .conteInfo { height: 440px;padding: 20px 30px;margin-top: 15px; }
    .seccion2 .conteCompleta { width: 240px;margin-left: -140px; }
    .seccion2 .conteCompleta::before { font-size: 14px;line-height: 18px;top: 30px;right: -70px; }
    .seccion2 .conteCompleta::after { top: 20px; }
    .seccion2 .conteMedia { width: 220px;bottom: -20px;margin-left: -110px; }
    .seccion2 .conteMedia::before { font-size: 14px;line-height: 18px;left: 0; }
    .seccion2 .conteMedia::after { left: 60px; }
    .seccion3 { padding: 30px 0px; }
    .seccion3::before { width: 80px;height: 77px;top: -30px;left: 80px; }
    .seccion3::after { width: 163px;height: 100px;right: 80px; }
    .seccion3 ul { margin-top: 20px; }
    .seccion3 li { height: 220px;padding: 0px 20px; }
    .seccion3 li:nth-child(1) { padding: 0;padding-right: 10px; }
    .seccion3 li:nth-child(3) { padding: 0;padding-left: 10px; }
    .seccion3 li:nth-child(2)::before, .seccion3 li:nth-child(2)::after { width: 5px;height: 120px;margin-top: -60px; }
    .seccionContacto::before { width: 102px;height: 100px;top: -20px;left: 50px; }
    .seccionContacto li:nth-child(1) h2 { margin-top: 50px; }
    .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) {}