:root {
  --white: white;
  --black: black;
}

.header_top {
  float: left;
  width: 100%;
  padding: 10px;
}

.contenedor {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contenedor._960 {
  max-width: 960px;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
}

.brand {
  width: 20%;
  padding-right: 40px;
}

.nav_menu {
  float: left;
  text-align: right;
  width: 80%;
  height: 75px;
}

.logo {
  height: 75px;
}

.item__menu {
  color: #444996;
  justify-content: center;
  align-items: center;
  height: 75px;
  font-family: Avenir next, sans-serif;
  font-weight: 600;
  display: inline-flex;
}

.lupa {
  border-left: 1px solid #c7c8df;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 17.5px;
  margin-left: 15px;
  padding-left: 40px;
  display: inline-flex;
}

.header_bottom {
  float: left;
  background-color: #444996;
  width: 100%;
  padding: 15px 20px;
}

.header_bottom.mobile {
  display: none;
}

.content__items {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.item__submenu {
  color: #fff;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, .2);
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Avenir next, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}

.main {
  float: left;
  width: 100%;
}

.slider {
  background-color: #eff4fe;
  height: auto;
}

.arrow {
  color: #444996;
  height: 100px;
  display: none;
  top: auto;
  bottom: 50px;
  left: 0%;
  right: auto;
}

.arrow.var {
  left: 7%;
}

.dots {
  display: none;
}

.mask {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.slide {
  background-image: url('../images/adorno.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  padding-top: 65px;
}

.left_home {
  float: left;
  width: 40%;
  padding-right: 40px;
}

.titulo_home {
  color: #444996;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Avenir next, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.markup {
  background-color: #d7d5f6;
  padding: 5px;
  display: inline-block;
}

.markup.var {
  background-color: #eff4fe;
}

.markup.white {
  background-color: #575ca1;
  width: auto;
  display: inline;
}

.boton {
  color: #7c4dc3;
  border: 1px solid #7c4dc3;
  border-radius: 100px;
  padding: 12px 30px;
  font-family: Avenir next, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.boton:hover {
  color: #fff;
  background-color: #7c4dc3;
}

.boton.up {
  text-transform: uppercase;
  font-weight: 700;
}

.boton.up.grape {
  color: #fff;
  text-align: center;
  background-color: #444996;
  border-color: #444996;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.boton.up.ww {
  background-color: #fff;
  margin-top: 30px;
  font-weight: 600;
}

.boton.up.ww:hover {
  background-color: #7c4dc3;
}

.boton.white {
  color: #fff;
  text-transform: uppercase;
  border-color: #fff;
  margin-top: 15px;
}

.boton.white:hover {
  color: #7c4dc3;
  background-color: #fff;
}

.boton.mid {
  font-size: 14px;
  font-weight: 500;
}

.boton.mid.margin {
  margin-top: 30px;
}

.right_home {
  float: left;
  width: 60%;
}

.img_banner {
  width: 100%;
}

.icon__arrow {
  text-align: center;
  background-image: url('../images/prev.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 80px;
  height: 40px;
  font-size: 0;
  line-height: 0;
}

.icon__arrow._2 {
  background-image: url('../images/next.png');
  background-position: 50%;
}

.por_que {
  float: left;
  width: 100%;
  padding: 100px 20px;
}

.cols_por {
  margin-top: 50px;
}

.cols_por.var {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: inline-flex;
}

.col_por {
  float: left;
  text-align: center;
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
}

.title_por {
  color: #7c4dc3;
  text-align: center;
  text-transform: uppercase;
  font-family: Avenir next, sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.title_por.var {
  text-align: left;
}

.title_por.white {
  color: #fff;
}

.texto_por {
  color: #000;
  text-align: center;
  max-width: 75%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Avenir next, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}

.texto_por.var {
  text-align: left;
  max-width: 100%;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 35px;
}

.texto_por.var.nn {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 30px;
}

.texto_por.new {
  text-align: left;
  max-width: 100%;
  font-size: 30px;
}

.texto_por.new.white {
  color: #fff;
  text-align: center;
}

.texto_por.white {
  color: #fff;
}

.ico_por {
  height: 55px;
}

.text_por {
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Avenir Lt Std, sans-serif;
  font-size: 15px;
  font-weight: 900;
}

.quienes {
  float: left;
  width: 100%;
  padding: 0 20px;
  position: relative;
}

.quienes.interior {
  margin-top: 100px;
}

.left_quienes {
  float: left;
  width: 40%;
  min-height: 150px;
  padding-top: 100px;
  padding-right: 30px;
}

.tiny {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  display: inline-block;
}

.tiny.var {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  display: block;
}

.tiny.pq {
  font-size: 14px;
  line-height: 20px;
}

.right_quienes {
  float: left;
  width: 60%;
  padding-top: 65px;
  padding-bottom: 65px;
  padding-left: 40px;
  position: relative;
}

.cuadro_quienes {
  float: left;
  border-radius: 10px;
  width: 46%;
  margin: 15px 2%;
  padding-left: 0%;
  overflow: hidden;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
}

.imagen_quienes {
  float: left;
  width: 100%;
  height: 175px;
}

.imagen_quienes._2 {
  background-image: url('../images/quienes2.png');
}

.imagen_quienes._3 {
  background-image: url('../images/quienes3.png');
}

.imagen_quienes._4 {
  background-image: url('../images/quienes4.png');
}

.imagen_quienes._5 {
  background-color: #fff;
  background-image: url('../images/n5.png');
  background-position: 50% 30px;
  background-size: auto;
}

.imagen_quienes._6 {
  background-image: url('../images/n6.png');
}

.texto__cq {
  float: left;
  color: #000;
  text-align: left;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 85px;
  padding: 15px 35px;
  font-family: Avenir next, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
}

.int {
  z-index: -1;
  background-color: #eff4fe;
  border-radius: 10px 0 0 10px;
  width: 45%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.int.var {
  z-index: -1;
  width: 40%;
  height: 375px;
  top: 235px;
}

.int.var.ee {
  width: 40%;
  top: 115px;
}

.int.var.adn_new {
  border-radius: 0 10px 10px 0;
  top: auto;
  bottom: 60px;
  left: 0%;
  right: auto;
}

.sponsor {
  float: left;
  width: 100%;
  padding: 75px 20px;
}

.sponsor_content {
  border: 1px solid #98a2e2;
  border-radius: 10px;
  padding: 40px;
}

.left_spon {
  float: left;
  width: 50%;
  min-height: 100px;
  padding-top: 30px;
  padding-right: 30px;
}

.right_spon {
  float: left;
  width: 50%;
  padding-left: 30px;
}

.texto__spon {
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Avenir Lt Std Roman, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.texto__spon.nn {
  margin-top: 0;
}

.equipo {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}

.team__home {
  text-align: center;
  background-color: #444996;
  border-radius: 10px;
  padding: 75px 40px;
}

.certificaciones {
  float: left;
  width: 100%;
  padding: 75px 20px;
}

.titulo_morado {
  color: #444996;
  text-align: center;
  font-family: Avenir Lt Std, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
}

.contenedor__cert {
  text-align: center;
  margin-top: 30px;
}

.enlace_cert {
  margin: 15px 30px;
}

.pioneros {
  float: left;
  width: 100%;
  padding: 40px 20px 60px;
}

.left_pioneros {
  float: left;
  background-image: url('../images/pioneros.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 65%;
  height: 450px;
}

.rihgt_pioneros {
  float: left;
  background-color: #eff4fe;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  height: 300px;
  margin-top: 75px;
  margin-left: -10%;
  padding: 40px;
  display: inline-flex;
  position: relative;
}

.footer {
  float: left;
  width: 100%;
}

.footer_up {
  background-color: #444996;
  background-image: url('../images/footer.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 50px 20px;
}

.left__footer {
  float: left;
  width: 30%;
}

.right__footer {
  float: left;
  width: 70%;
}

.col_footer {
  float: left;
  width: 43%;
  margin-left: 1%;
  margin-right: 1%;
}

.col_footer.var {
  width: 25.5%;
}

.enlace_footer {
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
  font-family: Avenir next, sans-serif;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
}

.enlace_footer.var {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.redes__footer {
  float: left;
  border-top: 1px solid rgba(255, 255, 255, .5);
  width: 100%;
  margin-top: 40px;
  padding-top: 30px;
}

.redes {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  margin-right: 100px;
  display: inline-flex;
}

.redes.var {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 40px;
}

.texto_gt {
  color: #fff;
  margin-right: 30px;
  font-family: Avenir next, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.footer_down {
  float: left;
  width: 100%;
  padding: 20px;
}

.copy {
  color: #444996;
  text-align: center;
  font-family: Avenir next, sans-serif;
  font-size: 15px;
}

.contenedor__servicio {
  float: left;
  width: 100%;
  padding: 65px 20px;
  position: relative;
}

.contenedor__servicio.var {
  padding-bottom: 100px;
}

.titulo_servicio {
  color: #444996;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Avenir next, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.titulo_servicio.var {
  margin-bottom: 40px;
}

.titulo_servicio.nee {
  width: 100%;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 35px;
  display: inline-block;
}

.cols__aler {
  margin-top: 40px;
  position: relative;
}

.cols__aler.mid {
  margin-top: 30px;
  display: inline-block;
}

.columna_al {
  float: left;
  width: 31.3333%;
  margin-right: 2%;
}

.columna_al.var {
  text-align: right;
}

.columna_al.center {
  text-align: center;
}

.columna_al.center.var {
  text-align: left;
}

.columna_al.center._40 {
  width: 40%;
  margin-right: 0%;
}

.columna_al._50 {
  width: 60%;
  margin-right: 0%;
}

.columna_al.mid {
  width: 43%;
  padding-right: 40px;
}

.columna_al.mid.vv {
  width: 53%;
  margin-left: 2%;
  margin-right: 0%;
  padding-right: 0;
}

.titulo_al {
  color: #444996;
  margin-bottom: 20px;
  font-family: Avenir next, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.farmaco_resp {
  color: #444996;
  max-width: 60%;
  margin-bottom: 20px;
  font-family: Avenir next, sans-serif;
  font-size: 15px;
}

.farmaco_resp.var {
  max-width: 50%;
}

.farmaco_resp._100 {
  max-width: 100%;
}

.abajo__new {
  float: left;
  background-color: #eff4fe;
  width: 100%;
  padding: 40px 20px 75px;
}

.shape {
  margin-top: -75px;
}

.img_1 {
  border-radius: 25px;
  margin-top: -100px;
}

.img_2 {
  border-radius: 25px;
  max-width: 75%;
  margin-top: -200px;
  margin-left: auto;
  margin-right: auto;
}

.img_2.var {
  max-width: 85%;
  margin-left: 50px;
}

.texto__abajo {
  color: #171717;
  max-width: 85%;
  margin-top: 15px;
  font-family: Avenir next, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.mb3 {
  border-radius: 25px;
  margin-top: 30px;
  margin-left: 50px;
}

.left__ee {
  float: left;
  width: 50%;
  padding-right: 40px;
}

.right__ee {
  float: left;
  text-align: right;
  width: 50%;
}

.ee1 {
  border-radius: 25px;
}

.tabs__content {
  float: left;
  width: 100%;
  padding: 50px 20px;
}

.tabs_menu {
  float: left;
  width: 35%;
  padding-right: 60px;
}

.tabs_content {
  float: left;
  width: 65%;
  font-family: Avenir next, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.tab_link {
  color: #575757;
  background-color: #fff;
  border-bottom: 1px solid #e7e8e8;
  width: 100%;
  padding: 20px 0;
  font-family: Avenir next, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.tab_link.w--current {
  color: #7c4cc3;
  background-color: #fff;
  font-weight: 600;
}

.purple {
  color: #444996;
  margin-bottom: 10px;
  font-family: Avenir next, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.purple.var {
  margin-top: 30px;
  font-weight: 500;
}

.purple.var.big {
  margin-bottom: 20px;
  font-size: 17px;
}

.purple.up {
  -webkit-text-stroke-color: #7c4cc3;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.purple.new {
  color: #7c4cc3;
  margin-top: 20px;
  font-weight: 600;
}

.purple.new.do {
  margin-top: 40px;
}

.ge {
  border-radius: 25px;
  max-height: 250px;
  margin-top: 40px;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.titulo_envios {
  color: #444996;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Avenir next, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
}

.titulo_envios.var {
  font-weight: 400;
}

.content__envio {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.top_envio {
  text-align: center;
  background-color: #eff4fe;
  border-radius: 10px;
  padding: 25px 20px;
}

.title__envio {
  color: #000;
  margin-bottom: 15px;
  font-family: Avenir next, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.id {
  color: #4a4a4a;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 0;
  padding: 10px 50px 10px 25px;
  font-family: Avenir next, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.id::placeholder {
  color: #4a4a4a;
}

.lupa_envio {
  float: right;
  background-color: #444996;
  background-image: url('../images/iconLupa.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 5px;
  width: 45px;
  height: 40px;
  margin-top: -45px;
  margin-right: 5px;
  font-size: 0;
}

.content__enlaces {
  border: 1px solid #a6aae7;
  border-radius: 10px;
  margin-top: 30px;
  padding: 30px 20px;
}

.up__enlaces {
  margin-bottom: 5px;
}

.title_up {
  float: left;
  color: #444996;
  width: 15%;
  font-family: Avenir next, sans-serif;
}

.title_up.var {
  width: 85%;
}

.title_up.var.enlace_d {
  background-image: url('../images/arrowEnlace.png');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: auto;
}

.title_up.enlace_d {
  font-weight: 600;
}

.enlace_abajo {
  float: left;
  border-bottom: 1px solid #e7e8e8;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.sec__envios {
  float: left;
  width: 100%;
  padding-top: 65px;
  padding-bottom: 65px;
}

.left__sec {
  float: left;
  width: 50%;
}

.desc_sec {
  color: #444996;
  font-family: Avenir next, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.iata {
  margin-top: 40px;
}

.texto__envio {
  color: #171717;
  max-width: 70%;
  font-family: Avenir next, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.content__id {
  float: left;
  text-align: center;
  background-color: #eff4fe;
  background-image: url('../images/dna1.png');
  background-position: -10% 0;
  background-repeat: no-repeat;
  background-size: auto 300px;
  width: 100%;
  padding: 65px 20px;
}

.content__id.white {
  background-color: #fff;
  background-image: none;
  padding-top: 75px;
  padding-bottom: 75px;
}

.title__code {
  color: #171717;
  text-align: center;
  font-family: Avenir next, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.number_code {
  color: #444996;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Avenir next, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.number_code.var {
  font-size: 30px;
  line-height: 35px;
}

.contenedor__mapa.var {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.mapa {
  float: left;
  background-image: url('../images/map.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px 0 0 15px;
  width: 65%;
  height: 730px;
  margin-top: 0;
}

.right__ubicaciones {
  float: left;
  text-align: left;
  background-color: #fff;
  border-radius: 15px;
  width: 40%;
  height: auto;
  margin-top: 50px;
  margin-left: -5%;
  padding: 30px;
}

.ubicacion_t {
  color: #7c4cc3;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Avenir next, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.ubicacion_t.var {
  margin-top: 30px;
}

.ubicacion_t.peq {
  font-size: 14px;
  line-height: 20px;
}

.ubi {
  border-radius: 10px;
  margin-top: 15px;
  padding: 25px;
}

.ubi.active {
  background-color: #f8fafd;
}

.zona {
  font-family: Avenir next, sans-serif;
  font-weight: 600;
}

.zona.var {
  margin-bottom: 10px;
}

.direc {
  color: #333;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Avenir next, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.direc._1 {
  background-image: url('../images/oc1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 40px;
}

.direc._2 {
  background-image: url('../images/co2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 40px;
}

.direc._3 {
  background-image: url('../images/co3.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 40px;
}

.enlace_city {
  color: #444996;
  border: 1px solid #444996;
  border-radius: 5px;
  margin-right: 10px;
  padding: 10px 20px 10px 50px;
  font-family: Avenir next, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.enlace_city._1 {
  background-image: url('../images/waze.png');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
}

.enlace_city._1.active {
  color: #fff;
  background-color: #444996;
  background-image: url('../images/waze_w.png');
}

.enlace_city._2 {
  background-image: url('../images/google.png');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
}

.enlace_city._2.active {
  color: #fff;
  background-color: #444996;
  background-image: url('../images/google_w.png');
}

.left__contacto {
  float: left;
  text-align: left;
  width: 50%;
  padding-top: 60px;
  padding-right: 40px;
}

.titulo_contacto {
  color: #444996;
  margin-bottom: 30px;
  font-family: Avenir next, sans-serif;
  font-size: 40px;
  line-height: 45px;
}

.titulo_contacto.var {
  text-align: center;
}

.content__cont {
  border-bottom: 1px solid #e9e9e9;
  margin-top: 40px;
  padding-bottom: 15px;
}

.left_c {
  float: left;
  width: 40%;
  padding-right: 10px;
}

.phone {
  color: #000;
  background-image: url('../images/co2.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  padding-left: 30px;
  font-family: Avenir next, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: inline-flex;
}

.right_c {
  float: left;
  width: 48%;
}

.right__contacto {
  float: left;
  width: 50%;
  padding-left: 40px;
}

.content__form {
  text-align: left;
  background-color: #f5f8fe;
  border-radius: 15px;
  padding: 40px;
}

.input_form {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  border-radius: 5px;
  height: auto;
  margin-bottom: 15px;
  padding: 10px 25px;
  font-family: Avenir next, sans-serif;
}

.input_form::placeholder {
  color: #c1cadc;
}

.input_form.var {
  height: 100px;
}

.input_form.s {
  background-image: url('../images/arrow_s.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
}

.label_form {
  margin-bottom: 5px;
  font-family: Avenir next, sans-serif;
  font-weight: 500;
}

.enviar {
  text-transform: uppercase;
  background-color: #7c4cc3;
  border-radius: 10px;
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 13px;
  font-family: Avenir Lt Std, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
}

.content__locations {
  float: left;
  background-color: #f9f8ff;
  width: 100%;
  padding: 60px 20px;
}

.columnas__contacto {
  width: 100%;
  margin-top: 0;
  display: inline-block;
}

.col_cont {
  float: left;
  background-color: #f2f1fa;
  border-radius: 10px;
  width: 31.3333%;
  min-height: 405px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 30px;
}

.col_cont.active {
  background-color: #fff;
}

.mapa__contacto {
  background-image: url('../images/map.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 450px;
  margin-top: 30px;
}

.banner_nosotros {
  background-color: #eff4fe;
  padding: 0 20px;
}

.left_banner {
  float: left;
  width: 45%;
  padding-top: 100px;
  padding-right: 40px;
}

.titulo_nosotros {
  color: #444996;
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenir Lt Std Roman, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.heavy {
  font-family: Avenir Lt Std, sans-serif;
  font-weight: 900;
}

.right_nosotros {
  float: left;
  width: 55%;
}

.img_n {
  border-radius: 15px;
  width: 110%;
  max-width: 110%;
  margin-left: -5%;
  position: relative;
  top: 50px;
  overflow: hidden;
}

.nosotros_abajo {
  float: left;
  width: 100%;
  padding: 40px 20px;
}

.left_nosotros {
  float: left;
  width: 50%;
  padding-left: 0;
  padding-right: 40px;
}

.right__nosotros {
  float: left;
  width: 50%;
  padding-left: 40px;
}

.img_nosotros {
  border-radius: 15px;
  width: 100%;
  overflow: hidden;
}

.img_nosotros.neww {
  width: auto;
  margin-top: 30px;
}

.thrd {
  float: left;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  height: 125px;
  min-height: 50px;
  margin-bottom: 15px;
  display: inline-flex;
}

.up_adn {
  float: left;
  width: 100%;
  padding: 65px 20px;
}

.left__adn {
  float: left;
  width: 60%;
  padding-right: 40px;
}

.subtitulo_adn {
  color: #444996;
  font-family: Avenir next, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.down__adn {
  float: left;
  background-color: #f1f5fe;
  width: 100%;
  padding: 60px 20px;
}

.texto_adn {
  color: #000;
  font-family: Avenir next, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.texto_adn.var {
  max-width: 500px;
}

.right_adn {
  float: left;
  width: 40%;
  padding-left: 40px;
}

.adn_img {
  border-radius: 15px;
  width: auto;
  margin-top: -200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.adn_new {
  position: absolute;
  top: auto;
  bottom: -82px;
  left: auto;
  right: 0%;
}

.third__adn {
  float: left;
  width: 100%;
  padding: 65px 20px 115px;
  position: relative;
}

.titulo_pruebas {
  color: #444996;
  font-family: Avenir next, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

ul#menu-menu-principal, ul#menu-servicios, ul#menu-servicios-1 {
    list-style: none;
    display: inline-flex;
    width: auto;
    margin: 0;
    padding: 0;
}

ul#menu-menu-principal li, ul#menu-servicios li, ul#menu-servicios-1 li{
  list-style: none;
  display: inline-flex;
  width: auto;
}

.menu-menu-principal-container, .menu-servicios-container {
    display: inline-block;
    margin: 0 !important;
}

ul#menu-menu-principal li a{
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    color: #444996;
    justify-content: center;
    align-items: center;
    height: 75px;
    font-family: Avenir next, sans-serif;
    font-weight: 600;
    display: inline-flex;
        top: -6px;
    position: relative;
}

ul#menu-servicios li a, ul#menu-servicios-1 li a {
    color: #fff;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .2);
    justify-content: center;
    align-items: center;
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Avenir next, sans-serif;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
}

ul#menu-servicios-1 li a:hover, ul#menu-menu-principal li a:hover,  ul#menu-servicios li a:hover{
  text-decoration: underline;
}

#menu-servicios-1 .current_page_item a, #menu-menu-principal .current_page_item a, #menu-servicios .current_page_item a{
  text-decoration: underline;
}

ul#menu-servicios li:last-child a, ul#menu-servicios-1 li:last-child a{
  border: none;
}

.main{
  overflow-x: clip !important;
}

@media(max-width:991px){
ul#menu-menu-principal, ul#menu-servicios {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 0;
}

ul#menu-menu-principal li, ul#menu-servicios li {
    width: 100%;
    display: inline-block;
    margin: 0;
    height: auto;
}

ul#menu-menu-principal li a, ul#menu-servicios li a{
  padding: 10px;
  margin: 0;
  height: auto;
  width: 100%;
  border: none;
}

.menu-menu-principal-container, .menu-servicios-container{
  width: 100%;
}

.lupa{
  display: none;
}
}

.lightbox{
  position: absolute;
  width: 100%;
  padding: 40px;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: #444996;
  display: none;
}

.lupa{
  cursor: pointer;
}

.lightbox button {
    height: 40px;
    float: right;
    margin-top: -90px;
    border: none;
    background: transparent;
}

.up_light{
  text-align: right;
    font-family: Avenir next, sans-serif;
    color: #fff;
    font-size: 25px;
}

form.search-form input {
    width: 100%;
    border: none;
    height: auto;
    font-family: 'Avenir next', sans-serif;
    font-weight: 400;
    padding: 20px 0px;
    background: transparent;
    color: #fff;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 40px;
    outline: 0 !important;
}

form.search-form input::placeholder{
  color: #fff;
}

.closeLightbox{
  cursor: pointer;
}

.lupa.mobile{
  display: none;
}

.lupa.mobile {
    width: 100%;
    text-align: center;
    background: #fff !important;
    padding: 10px;
}


@media screen and (max-width: 991px) {

.lightbox {
    height: 100%;
    z-index: 99999999999;
    position: fixed;
}

.lightbox input{
  border-radius: 0 !important;
}

  .lupa.mobile{
    display: inline-block;
  }

  .header_top {
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    width: 50%;
  }

  .nav_menu {
    background-color: #fff;
    width: 100%;
    height: auto;
  }

  .item__menu {
    border-top: 1px solid rgba(68, 73, 150, .63);
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lupa {
    border-top: 1px solid rgba(68, 73, 150, .63);
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .header_bottom {
    display: none;
  }

  .header_bottom.mobile {
    padding: 0;
    display: inline-block;
  }

  .content__items {
    display: inline-block;
  }

  .item__submenu {
    border: 1px #000;
    border-top: 1px solid rgba(255, 255, 255, .09);
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .left_home {
    padding-left: 40px;
    padding-right: 0;
  }

  .titulo_home {
    font-size: 20px;
    line-height: 25px;
  }

  .left_quienes {
    width: 100%;
  }

  .right_quienes {
    width: 100%;
    margin-top: 30px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .int {
    display: none;
  }

  .pioneros {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .left_pioneros {
    width: 100%;
    margin-bottom: 15px;
  }

  .rihgt_pioneros {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: 0%;
  }

  .left__footer {
    padding-right: 40px;
  }

  .titulo_servicio {
    font-size: 25px;
    line-height: 30px;
  }

  .farmaco_resp {
    max-width: 100%;
  }

  .toggle.w--open {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
  }

  .titulo_envios.var {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 30px;
  }

  .sec__envios {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content__id.var {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mapa {
    border-radius: 15px;
    width: 100%;
    height: 400px;
  }

  .right__ubicaciones {
    width: 100%;
    margin-top: 10px;
    margin-left: 0%;
  }

  .titulo_contacto, .titulo_contacto.var {
    font-size: 25px;
    line-height: 30px;
  }

  .right__contacto {
    padding-left: 0;
  }

  .col_cont {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .mapa__contacto {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .header_top {
    padding-left: 0;
    padding-right: 0;
  }

  .nav_menu {
    background-color: #fff;
    width: 100%;
    height: auto;
  }

  .item__menu {
    border: 1px #444996;
    border-top: 1px solid rgba(68, 73, 150, .63);
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lupa {
    border: 1px #000;
    border-top: 1px solid rgba(68, 73, 150, .63);
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .left_home {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 40px;
  }

  .right_home {
    width: 100%;
  }

  .por_que {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .col_por {
    width: 100%;
    margin: 11px 0%;
  }

  .texto_por {
    max-width: 100%;
    font-size: 20px;
    line-height: 25px;
  }

  .quienes.interior {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .left_quienes {
    padding-top: 0;
  }

  .sponsor {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .left_spon {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .right_spon {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
  }

  .equipo {
    padding-bottom: 0;
  }

  .certificaciones {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contenedor__cert {
    margin-top: 0;
  }

  .enlace_cert {
    margin-left: 15px;
    margin-right: 15px;
  }

  .footer_up {
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .left__footer {
    text-align: center;
    width: 100%;
    padding-right: 0;
  }

  .right__footer {
    text-align: center;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .col_footer {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .col_footer.var {
    width: 100%;
  }

  .redes {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .texto_gt {
    margin-right: 0;
  }

  .contenedor__servicio {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contenedor__servicio.var {
    padding-bottom: 30px;
  }

  .columna_al {
    width: 100%;
    margin-right: 0%;
  }

  .columna_al.var {
    text-align: left;
  }

  .columna_al.center._40, .columna_al._50 {
    width: 100%;
  }

  .columna_al.mid {
    width: 100%;
    padding-right: 0;
  }

  .columna_al.mid.vv {
    width: 100%;
    margin-top: 15px;
    margin-left: 0%;
  }

  .farmaco_resp.var {
    max-width: 100%;
  }

  .img_1 {
    max-width: 250px;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .img_2 {
    max-width: 250px;
    margin-top: 0;
  }

  .img_2.var {
    max-width: 100%;
  }

  .texto__abajo {
    text-align: center;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .left__ee {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0;
  }

  .toggle {
    color: #000;
  }

  .toggle.w--open {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
  }

  .imgnew {
    border-radius: 25px;
    max-height: 300px;
  }

  .code-embed {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .tabs__content {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .tabs_menu {
    width: 100%;
    padding-right: 0;
  }

  .tabs_content {
    width: 100%;
    margin-top: 30px;
  }

  .tab_link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .purple.var.big {
    margin-top: 0;
  }

  .titulo_envios {
    margin-bottom: 25px;
    font-size: 25px;
    line-height: 30px;
  }

  .sec__envios {
    padding-top: 30px;
    padding-bottom: 45px;
  }

  .left__sec {
    width: 100%;
  }

  .iata {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .texto__envio {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .content__id {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .content__id.white {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .title__code {
    font-size: 16px;
    line-height: 22px;
  }

  .number_code {
    font-size: 30px;
    line-height: 35px;
  }

  .number_code.var {
    font-size: 25px;
    line-height: 30px;
  }

  .left__contacto {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .right__contacto {
    width: 100%;
    margin-top: 20px;
  }

  .banner_nosotros {
    padding: 41px 20px;
  }

  .left_banner {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .titulo_nosotros {
    max-width: 100%;
    font-size: 20px;
    line-height: 25px;
  }

  .right_nosotros {
    width: 100%;
  }

  .img_n {
    width: 100%;
    margin-top: 20px;
    margin-left: 0%;
    top: 0;
  }

  .nosotros_abajo {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .left_nosotros {
    width: 100%;
    padding-right: 0;
  }

  .right__nosotros {
    width: 100%;
    padding-left: 0;
  }

  .up_adn {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .left__adn {
    width: 100%;
    padding-right: 0;
  }

  .right_adn {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
  }

  .adn_img {
    margin-top: 0;
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    width: 80%;
    padding-right: 0;
  }

  .slide {
    padding-top: 35px;
  }

  .left_home {
    padding-left: 21px;
    padding-right: 21px;
  }

  .por_que {
    padding-bottom: 15px;
  }

  .cols_por.var {
    flex-flow: wrap;
  }

  .title_por.var {
    text-align: center;
  }

  .texto_por.var {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .texto_por.new {
    font-size: 20px;
  }

  .quienes {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .left_quienes {
    padding-top: 0;
    padding-right: 0;
  }

  .tiny {
    font-size: 16px;
    line-height: 20px;
  }

  .cuadro_quienes {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .sponsor {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sponsor_content {
    padding: 20px;
  }

  .left_spon {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .right_spon {
    width: 100%;
    padding-left: 0;
  }

  .texto__spon.nn {
    text-align: center;
  }

  .certificaciones {
    padding: 35px 20px;
  }

  .titulo_morado {
    font-size: 20px;
    line-height: 25px;
  }

  .enlace_cert {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .rihgt_pioneros {
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .contenedor__servicio {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contenedor__servicio.var {
    text-align: center;
    padding-bottom: 20px;
  }

  .titulo_servicio {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .farmaco_resp.var {
    max-width: 100%;
  }

  .img_1, .img_2 {
    width: 100%;
    max-width: 100%;
  }

  .img_2.var {
    margin-left: 0;
  }

  .mb3 {
    width: 100%;
    margin-left: 0;
  }

  .left__ee {
    text-align: center;
    width: 100%;
    padding-right: 0;
  }

  .right__ee {
    width: 100%;
  }

  .ee1 {
    margin-top: 10px;
  }

  .tabs__content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .titulo_envios {
    font-size: 25px;
    line-height: 30px;
  }

  .sec__envios {
    padding-top: 40px;
  }

  .iata {
    max-width: 150px;
  }

  .right__ubicaciones {
    padding: 15px;
  }

  .ubi.active {
    padding: 20px;
  }

  .enlace_city._1 {
    margin-right: 5px;
  }

  .enlace_city._1.active, .enlace_city._2 {
    font-size: 12px;
  }

  .content__form {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col_cont {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner_nosotros {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .thrd {
    width: 48%;
    padding-left: 10px;
    padding-right: 10px;
  }
}


@font-face {
  font-family: 'Avenir next';
  src: url('../fonts/AvenirNextCyr-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir next';
  src: url('../fonts/AvenirNextCyr-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir next';
  src: url('../fonts/AvenirNextCyr-Demi.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir next';
  src: url('../fonts/AvenirNextCyr-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Lt Std';
  src: url('../fonts/Avenir-LT-Std-95-Black.otf') format('opentype'), url('../fonts/Avenir-LT-Std-85-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Lt Std';
  src: url('../fonts/Avenir-LT-Std-35-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Lt Std';
  src: url('../fonts/Avenir-LT-Std-65-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Lt Std Book';
  src: url('../fonts/Avenir-LT-Std-45-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Lt Std Roman';
  src: url('../fonts/Avenir-LT-Std-55-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}