.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 125%;
}

h2 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: rgba(255, 255, 255, .95);
  margin-bottom: 10px;
  font-family: Asap, sans-serif;
  font-size: 18px;
  line-height: 135%;
}

a {
  margin-right: 25px;
  text-decoration: underline;
}

li {
  color: #000;
  font-family: Asap, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.cont_navbar {
  max-width: 1130px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #5a43ff;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navlink_navbar {
  color: #fff;
  letter-spacing: .4px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.navlink_navbar:hover {
  background-color: #321ec2;
}

.navlink_navbar.w--current {
  color: #fff;
}

.navlink_navbar.mobil {
  display: none;
}

.button_navbarcontacto {
  color: #fff;
  letter-spacing: .4px;
  border: 2px solid #fff;
  border-radius: 20px;
  margin-left: 20px;
  padding: 8px 35px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.button_navbarcontacto:hover {
  color: #5a43ff;
  background-color: #fff;
}

.button_navbarcontacto:active {
  color: #5a43ff;
}

.button_navbarcontacto.w--current {
  color: #fff;
}

.button_navbarcontacto.w--current:hover {
  color: #5a43ff;
}

.div_navmenu {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div_spacer1 {
  height: 100%;
  flex: 1;
}

.grid_herohead {
  height: 100%;
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

.sec_herohead {
  height: 95vh;
  background-color: #00b6ff;
}

.background1 {
  height: 100%;
  background-image: url('../images/women-COMPRESSED-2.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div_texthead {
  padding-right: 8%;
}

.div_textheadright {
  background-image: linear-gradient(rgba(0, 182, 255, .69), rgba(0, 182, 255, .69)), url('../images/Group.svg');
  background-position: 0 0, 190% 160%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 70% 60%;
  background-attachment: scroll, scroll;
  align-items: center;
  padding: 10%;
  display: flex;
}

.sec_infomedintegrativa {
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .94) 30%, rgba(255, 255, 255, .63) 69%), url('../images/Rectangle-1-min.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 220px;
}

.h_azul2 {
  color: #5a43ff;
  text-align: left;
  font-size: 40px;
}

.h_azul2.center._60 {
  max-width: 70%;
  font-size: 40px;
}

.button {
  transform: scale3d(1none, 1none, 1none);
  -webkit-text-fill-color: inherit;
  transform-style: preserve-3d;
  background-color: #5a43ff;
  background-clip: border-box;
  border-radius: 70px;
  margin-top: 0;
  padding: 20px 51px;
  font-family: Nunito, sans-serif;
  font-size: 22px;
  font-weight: 700;
  transition: all .2s;
  box-shadow: 1px 1px 7px -1px rgba(0, 0, 0, .4);
}

.button:hover {
  background-color: #5a43ff;
  transform: scale(1.05);
}

.button.intblanco {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 70px;
}

.button.intblanco:hover {
  color: #5a43ff;
  background-color: #fff;
}

.button.mini {
  border-radius: 70px;
  padding-left: 53px;
  padding-right: 53px;
  font-family: Asap, sans-serif;
  font-weight: 500;
  display: block;
}

.button.popup {
  margin-right: 0;
  padding: 15px 50px;
  font-size: 16px;
}

.button.popup:hover {
  color: #5a43ff;
  background-color: #fcfcfc;
}

.div_spacer2 {
  height: 20px;
}

.div_spacer2.mini {
  height: 10px;
}

.div_spacer2._3 {
  height: 60px;
}

.div_spacer3 {
  height: 50px;
  transform-style: preserve-3d;
}

.div_spacer3:hover {
  transform: scale3d(1none, 1none, 1none);
}

.p_80 {
  max-width: 80%;
}

.p_80.gris {
  max-width: 70%;
  color: #444;
  text-align: center;
  display: block;
}

.p_80.gris.oculto {
  display: none;
}

.cont_1 {
  max-width: 1130px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cont_1.expand {
  max-width: 1130px;
  align-items: stretch;
}

.cont_1.horz {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.cont_videos {
  max-width: 1200px;
}

.img_infografia {
  height: 80vh;
  max-width: none;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
}

.section_slidermedicos {
  padding-top: 100px;
  padding-bottom: 150px;
}

.slider_medicos {
  height: 100%;
  min-height: 550px;
  background-color: #fff;
  align-items: center;
  display: flex;
}

.grid_med {
  height: 100%;
  grid-column-gap: 1vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  overflow: hidden;
}

.grid_med._2columns {
  grid-column-gap: 3vw;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
}

.div_tarjetamed {
  width: 95%;
  max-width: 450px;
  min-width: 0%;
  border: 3px solid #00b6ff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 11px auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  box-shadow: 1px 1px 13px -1px rgba(0, 0, 0, .26);
}

.cont_slidermed {
  max-width: 1160px;
}

.right-arrow {
  width: 45px;
  color: #000;
  right: -50px;
}

.left-arrow {
  width: 45px;
  color: #000;
  left: -50px;
}

.slide-nav {
  bottom: -50px;
}

.heading_tarjeta {
  color: #5a43ff;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 30px;
}

.div_textmed {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.img_doc1 {
  max-width: 80%;
  margin-bottom: 0;
}

.color_celeste {
  color: #00b6ff;
}

.div_spacer4 {
  height: 30px;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.div_contenidoservicios {
  background-color: #5a43ff;
  padding: 0 12% 204px;
}

.grid-4 {
  min-height: 530px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1.25fr;
}

.div_img_grid {
  background-image: url('../images/female-patient-undergoing-therapy-with-physiotherapist-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.div_img_grid._1 {
  background-image: url('../images/solving-problem-2021-09-24-03-37-57-utc-1-min.jpg');
  background-position: 60%;
  background-size: cover;
  display: none;
}

.div_img_grid._2 {
  background-image: url('../images/psychological-help-2021-09-24-03-55-51-utc.jpg');
  background-position: 0%;
  background-size: cover;
}

.div_img_grid._3 {
  background-image: url('../images/chiropractor-stretching-a-young-man-arm-in-medical-2021-09-03-09-37-50-utc-min.jpg');
  background-position: 30%;
  display: none;
}

.div_img_grid._4 {
  background-image: url('../images/family-offer-wide-banner-with-happy-mother-kissin-2022-10-07-02-23-46-utc.jpg');
  background-position: 30%;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.div_img_grid2 {
  background-image: url('../images/personal-trainer-giving-instructions-in-gym-2021-08-26-17-34-04-utc-2-min.jpg');
  background-position: 0%;
  background-size: cover;
}

.div_contenidoservcios2 {
  background-image: linear-gradient(rgba(0, 182, 255, .74), rgba(0, 182, 255, .74)), url('../images/Group.svg'), linear-gradient(#00b6ff, #00b6ff);
  background-position: 0 0, 125% 140%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 50%, auto;
  padding: 230px 12% 230px 10%;
}

.grid-6 {
  height: 100%;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  margin-left: 20px;
  margin-right: 20px;
}

.sec_socios {
  padding-top: 78px;
  padding-bottom: 78px;
}

.p_60 {
  max-width: 60%;
}

.p_60.gris {
  color: #444;
}

.p_60.gris.oculto {
  display: none;
}

.grid-7 {
  grid-column-gap: 21px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: stretch;
  align-items: start;
  justify-items: end;
}

.div_cajaform {
  background-color: rgba(20, 7, 51, .78);
  border-radius: 10px;
  padding: 50px 46px 40px;
}

.sec_contacto {
  background-color: #ececec;
  background-image: url('../images/Back-contacto.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 177px;
  padding-bottom: 149px;
}

.minicenter {
  text-align: center;
  font-size: 16px;
}

.center {
  text-align: center;
}

.center.minicenter {
  text-decoration: none;
}

.textfield {
  color: #333;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 3px;
  margin-bottom: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Asap, sans-serif;
  font-size: 16px;
}

.field_area {
  max-height: 350px;
  max-width: 473px;
  min-height: 0;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 3px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 25px;
  font-family: Asap, sans-serif;
  font-size: 16px;
}

.form-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sec_footer {
  text-align: center;
  background-color: #140733;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Asap, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.footer-link {
  color: rgba(255, 255, 255, .85);
  margin-bottom: 12px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.sec_copyright {
  background-color: #5a43ff;
  flex-direction: row;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.p_copyright {
  color: #fff;
  text-align: center;
  margin-right: 10px;
  font-family: Asap, sans-serif;
  font-size: 14px;
}

.container_infograf-a {
  max-width: 1130px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div_hover2 {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  background-image: linear-gradient(rgba(90, 67, 255, .7), rgba(90, 67, 255, .7));
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .2s;
  display: flex;
}

.div_hover2:hover {
  opacity: 1;
}

.img_grid {
  margin-top: 16px;
  display: block;
}

.img_grid.nivel2 {
  width: 170px;
}

.img_grid.nivel3 {
  width: 180px;
  margin-top: 5%;
}

.img_grid._1 {
  width: 180px;
  height: 180px;
}

.img_logo.form {
  margin-bottom: 15px;
}

.subheading_docinfo {
  text-align: center;
  letter-spacing: -.005em;
  padding-left: 10px;
  padding-right: 10px;
}

.subheading_docinfo._2 {
  font-size: 17px;
  line-height: 130%;
}

.p_90 {
  max-width: 90%;
}

.p_90.center.big {
  margin-bottom: 0;
  font-size: 22px;
}

.heading-2 {
  text-align: center;
  padding-bottom: 2%;
  font-size: 40px;
}

.heading-3, .heading-4, .heading-5 {
  font-size: 40px;
}

.img_socio {
  max-width: 80%;
  padding-left: 0;
}

.img_socio.oculto {
  display: none;
}

.div_cont {
  object-position: 50% 50%;
  background-image: url('../images/cropped-of-nutritionist-holding-red-apple-in-front-2021-08-27-12-52-32-utc.jpg');
  background-position: 70%;
  background-size: cover;
}

.p_hover {
  max-width: 80%;
  text-align: center;
  justify-content: center;
  font-size: 16px;
  display: block;
}

.p_hover.nivel3 {
  max-width: 70%;
}

.p_hover.nivel1, .p_hover._2 {
  max-width: 50%;
}

.sec_servicios_responsive {
  display: none;
}

.checkbox {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Asap, sans-serif;
}

.link {
  color: #fffdfd;
}

.div_texto_morado {
  background-color: #5a43ff;
  border-radius: 15px;
  justify-content: center;
  padding: 4% 2%;
  display: flex;
}

.div-icons-servicios {
  margin-top: 3%;
  margin-bottom: 3%;
}

.img-icons-servicios {
  max-width: 15%;
  margin-left: 2%;
  margin-right: 2%;
}

.slide {
  height: 100%;
}

.div-oculto {
  height: 30px;
}

.div-oculto._2 {
  height: 220px;
}

.lb_whatsappfooter {
  filter: invert();
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 0;
  transition: all .35s;
  display: flex;
}

.lb_whatsappfooter:hover {
  transform: scale(1.05);
}

.whatsappfooter {
  height: 35px;
  align-self: center;
}

.lb_wa_sticky {
  z-index: 100;
  width: 5vw;
  height: 5vw;
  background-color: rgba(255, 255, 255, .97);
  border: 2px solid #75ce72;
  border-radius: 100%;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 2%;
  margin-right: 3%;
  padding: 1%;
  transition: all .2s;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0%;
}

.lb_wa_sticky:hover {
  border-color: #75ce72;
  transform: scale(1.05);
}

.image-4 {
  width: auto;
}

.movil {
  display: none;
}

.sec_pop_up_legal {
  z-index: 999;
  height: 100px;
  background-color: #3d29cc;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.grid-9 {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.p_popup {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.link-3 {
  color: rgba(255, 255, 255, .95);
  text-decoration: underline;
}

.div_wsp {
  height: 0;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.bold_phone {
  color: #f1f1f1;
}

.slider_socios {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav-2 {
  display: block;
  bottom: -38px;
}

.left-arrow-2 {
  color: #140733;
}

.icon-2, .icon-3 {
  color: #000;
}

.link-4 {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.link-5 {
  color: rgba(255, 255, 255, .95);
  margin-right: 0;
  font-family: Asap, sans-serif;
  line-height: 135%;
  text-decoration: none;
}

.s_sucess {
  min-height: 100vh;
  background-image: linear-gradient(#f5f5f5, #f5f5f5);
  align-items: center;
  display: flex;
}

.container {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-3 {
  background-color: #5a43ff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 74px 80px;
  display: flex;
  box-shadow: 1px 1px 14px -6px #000;
}

.image-5 {
  width: 70%;
  max-width: none;
  margin-top: 10%;
  margin-bottom: 10%;
}

.heading {
  color: #fff;
}

.boton {
  background-color: #f80101;
  margin-top: 10px;
  padding: 14px 20px;
  font-weight: 700;
}

.boton.success {
  background-color: #00b6ff;
  border-radius: 30px;
  margin-top: 5%;
  margin-right: 0;
  font-family: Nunito, sans-serif;
  font-size: 22px;
  line-height: 130%;
}

.heading-6 {
  color: #fff;
  font-family: Asap, sans-serif;
  font-weight: 400;
}

.heading-6.center {
  max-width: 70%;
  line-height: 130%;
  display: flex;
}

.text-block-5 {
  color: #bbc1c9;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.text-block-5.big {
  color: #fff;
  font-size: 16px;
}

.div_contactdata {
  background-color: rgba(20, 7, 51, .78);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 35px 58px 40px 54px;
  display: block;
}

.bold-text-14 {
  color: #00b6ff;
  margin-right: 10px;
  font-family: "Font awesome 6 free solid 900", sans-serif;
  font-size: 16px;
  position: relative;
}

.div-block-63 {
  display: flex;
}

.text-block-2 {
  color: #bbc1c9;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 21px;
}

.text-block-2.big {
  color: #fff;
  font-family: Asap, sans-serif;
  font-size: 16px;
  line-height: 135%;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.slider {
  height: 100%;
}

.left-arrow-3 {
  width: 70px;
  height: 70px;
  background-color: #5a43ff;
  border-radius: 0;
  transition: all .5s;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 70px;
}

.left-arrow-3:hover {
  background-color: #4a37d5;
}

.icon-4 {
  font-size: 25px;
}

.right-arrow-3 {
  width: 70px;
  height: 70px;
  background-color: #5a43ff;
  border-radius: 0;
  transition: all .5s;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.right-arrow-3:hover {
  background-color: #4a37d5;
}

.slide-nav-3 {
  display: none;
}

.icon-5 {
  font-size: 25px;
}

.background2 {
  height: 100%;
  background-image: url('../images/freedom-2021-08-26-16-31-09-utc.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.head_back_holder {
  position: relative;
}

.h_ancla {
  width: 100%;
  height: 100%;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div_content-card {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bold-text-15 {
  font-weight: 900;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 20px;
  }

  .navbar {
    display: block;
  }

  .navlink_navbar {
    text-align: center;
    border-style: none;
    display: block;
  }

  .navlink_navbar:hover {
    background-color: #5a43ff;
  }

  .navlink_navbar.mobil {
    display: block;
  }

  .navlink_navbar.web {
    display: none;
  }

  .button_navbarcontacto {
    text-align: center;
    border-style: none;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 40px;
  }

  .button_navbarcontacto:hover {
    color: #fff;
    background-color: #5a43ff;
  }

  .div_navmenu {
    background-color: #422ecf;
  }

  .grid_herohead {
    height: auto;
  }

  .sec_herohead {
    height: auto;
    max-width: 1130px;
    align-items: stretch;
    display: flex;
  }

  .background1 {
    background-position: 20%;
    background-size: cover;
  }

  .div_texthead {
    padding-right: 0%;
  }

  .div_textheadright {
    height: 550px;
  }

  .sec_infomedintegrativa {
    padding-top: 61px;
    padding-bottom: 100px;
  }

  .h_azul2 {
    font-size: 30px;
  }

  .h_azul2.center._60 {
    max-width: 80%;
    font-size: 30px;
  }

  .button {
    padding: 19px 43px;
    font-size: 20px;
  }

  .button.intblanco {
    padding: 9px 26px;
    font-size: 18px;
  }

  .div_spacer2 {
    height: 15px;
  }

  .div_spacer2.mini {
    height: 8px;
  }

  .div_spacer2._3 {
    height: 40px;
  }

  .div_spacer3 {
    height: 30px;
  }

  .p_80 {
    font-size: 16px;
  }

  .cont_1, .cont_1.expand {
    max-width: 90vw;
  }

  .cont_1.horz {
    max-width: 90%;
  }

  .cont_videos {
    max-width: 90vw;
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .img_infografia {
    max-width: 80%;
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .section_slidermedicos {
    padding-top: 86px;
  }

  .slider_medicos {
    min-height: 400px;
  }

  .grid_med {
    grid-column-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div_tarjetamed {
    flex-wrap: nowrap;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cont_slidermed {
    max-width: 95vw;
    padding-left: 2%;
    padding-right: 2%;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .heading_tarjeta {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .img_doc1 {
    max-width: 80%;
    top: -10px;
  }

  .grid-3 {
    max-height: 70%;
  }

  .div_contenidoservicios {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .grid-4 {
    min-height: 350px;
  }

  .div_img_grid2 {
    max-height: 350px;
  }

  .div_contenidoservcios2 {
    max-height: 350px;
    background-image: linear-gradient(to bottom, null, null), url('../images/Group.svg'), linear-gradient(to bottom, null, null);
    background-position: 0 0, 125% 170%, 0 0;
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .grid-7 {
    flex-direction: column;
    grid-template-columns: .5fr 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 72px;
    padding-right: 72px;
    display: flex;
  }

  .div_cajaform {
    margin-right: 0%;
  }

  .sec_contacto {
    background-position: 70% 0;
  }

  .minicenter {
    font-size: 14px;
  }

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

  .footer-logo-link {
    margin-right: 0;
  }

  .footer-image {
    width: auto;
    height: auto;
    max-width: 90%;
  }

  .footer-heading {
    font-size: 14px;
  }

  .footer-link {
    font-size: 16px;
    display: block;
  }

  .container_infograf-a {
    max-width: 90vw;
  }

  .img_logo {
    margin-top: 14px;
    margin-bottom: 14px;
    margin-left: 26px;
  }

  .menu_hamburguesa {
    height: auto;
    color: #fff;
    background-image: linear-gradient(#5a43ff, #5a43ff);
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
  }

  .menu_hamburguesa:hover {
    background-image: linear-gradient(#00b6ff, #00b6ff);
  }

  .menu_hamburguesa.w--open {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .subheading_docinfo {
    text-align: center;
    font-size: 14px;
    line-height: 120%;
  }

  .p_90.center {
    max-width: 100%;
  }

  .p_90.center.big {
    margin-bottom: 0;
    font-size: 18px;
  }

  .sec_servicios {
    display: none;
  }

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

  .heading-4 {
    font-size: 30px;
  }

  .img_socio {
    max-width: 100%;
  }

  .sec_servicios_responsive {
    display: block;
  }

  .grid-8 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div_resp1 {
    background-image: linear-gradient(#5a43ff, #5a43ff);
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .h_sec_responsive {
    font-size: 35px;
  }

  .div_resp2 {
    height: 260px;
    background-image: linear-gradient(#00b6ff, #00b6ff);
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div_resp2._2 {
    background-image: linear-gradient(#5a43ff, #5a43ff);
  }

  .div_resp2._2.oculto {
    display: none;
  }

  .div_resp2.var {
    background-image: linear-gradient(#5a43ff, #5a43ff);
    flex-direction: row-reverse;
  }

  .image-2 {
    width: 35%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 80% 50%;
  }

  .image-2._2 {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .image-2._3, .image-2._4, .image-2._5 {
    object-position: 0% 50%;
  }

  .p_responsive {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
  }

  .div_resp2_text1 {
    height: 200px;
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    padding-left: 3.5%;
    padding-right: 3%;
    line-height: 130%;
    display: flex;
  }

  .image-3 {
    height: 55%;
    max-width: none;
    margin-left: 0%;
    margin-right: 2%;
  }

  .image-3._2 {
    margin-left: 2%;
    margin-right: 0%;
  }

  .h1_responsive {
    max-width: 100%;
    font-size: 25px;
  }

  .paragraph-2 {
    display: none;
  }

  .div_texto_morado {
    padding: 5% 4%;
  }

  .lb_whatsappfooter {
    filter: none;
    margin-left: 0;
    padding: 20px 40px;
  }

  .whatsappfooter {
    filter: invert();
  }

  .lb_wa_sticky {
    width: 60px;
    height: 60px;
    border-width: 1px;
    justify-content: center;
    align-items: center;
    margin-right: 0%;
    padding: 11px;
    display: flex;
    right: 2%;
  }

  .image-4 {
    height: 45px;
  }

  .desktop {
    display: none;
  }

  .movil {
    display: block;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .div-block-3 {
    margin: 25px;
    padding: 0 37px 50px;
  }

  .image-5 {
    width: 80%;
  }

  .heading {
    font-size: 24px;
  }

  .heading-6 {
    font-family: Asap, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .heading-6.center {
    max-width: 80%;
  }

  .text-block-5 {
    font-size: 14px;
  }

  .text-block-5.big {
    text-align: left;
    font-size: 15px;
  }

  .div_contactdata {
    max-width: 500px;
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .text-block-2.big {
    text-align: left;
    font-size: 15px;
  }

  .left-arrow-3 {
    width: 50px;
    height: 50px;
    right: 50px;
  }

  .right-arrow-3 {
    width: 50px;
    height: 50px;
  }

  .background2 {
    background-position: 20%;
    background-size: cover;
  }

  .head_back_holder {
    height: 550px;
  }

  .h_ancla {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }

  .grid_herohead {
    grid-row-gap: 0px;
    grid-template-columns: 1.25fr;
  }

  .sec_herohead {
    max-height: none;
    min-height: auto;
  }

  .background1 {
    height: 370px;
    background-position: 50% 30%;
    background-size: cover;
  }

  .div_textheadright {
    height: auto;
    padding-top: 5%;
    padding-bottom: 8%;
  }

  .sec_infomedintegrativa {
    padding-top: 70px;
    padding-bottom: 129px;
  }

  .h_azul2 {
    text-align: center;
    margin-left: 29px;
    margin-right: 29px;
    font-size: 30px;
  }

  .h_azul2.center {
    font-size: 28px;
  }

  .h_azul2.center._60 {
    margin-left: 0;
    margin-right: 0;
  }

  .button {
    font-size: 18px;
  }

  .button.intblanco {
    height: auto;
    padding: 7px 20px;
    font-size: 10px;
    line-height: 120%;
  }

  .div_spacer2 {
    height: 10px;
  }

  .div_spacer3 {
    height: 20px;
  }

  .p_80 {
    font-size: 15px;
  }

  .p_80.gris {
    margin-bottom: 0;
    font-size: 15px;
  }

  .cont_1 {
    max-width: 92vw;
  }

  .cont_1.expand {
    align-items: flex-start;
  }

  .cont_1.expand.altura {
    max-width: 92vw;
  }

  .cont_1.horz {
    padding-left: 0;
    padding-right: 0;
  }

  .cont_videos {
    max-width: 92vw;
  }

  .img_infografia {
    height: 60vh;
    max-width: 80%;
    margin-top: 60px;
    margin-bottom: 0;
  }

  .section_slidermedicos {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .slider_medicos {
    min-height: 300px;
  }

  .grid_med {
    grid-column-gap: 10px;
  }

  .div_tarjetamed {
    width: 100%;
    margin-top: 23px;
    margin-bottom: 12px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .cont_slidermed {
    max-width: 98vw;
  }

  .heading_tarjeta {
    font-size: 16px;
  }

  .div_textmed {
    flex-wrap: nowrap;
  }

  .img_doc1 {
    max-width: 70%;
    margin-top: 15px;
    margin-bottom: -10px;
    top: -20px;
  }

  .div_spacer4 {
    height: 20px;
  }

  .grid-4 {
    min-height: 185px;
  }

  .grid-6 {
    height: auto;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .sec_socios {
    padding-top: 80px;
  }

  .p_60 {
    max-width: 100%;
    font-size: 14px;
  }

  .grid-7 {
    grid-template-columns: 5.25fr;
    padding-left: 0;
    padding-right: 0;
  }

  .div_cajaform {
    margin-left: 0%;
    margin-right: 0%;
  }

  .sec_contacto {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .minicenter {
    padding-left: 7px;
    padding-right: 7px;
  }

  .sec_footer {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 20px;
    display: block;
  }

  .footer-flex-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .sec_copyright {
    flex-direction: column;
  }

  .p_copyright {
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 0;
  }

  .container_infograf-a {
    max-width: 92vw;
  }

  .img_grid {
    width: 50%;
  }

  .subheading_docinfo {
    font-size: 12px;
    line-height: 120%;
  }

  .p_90.center {
    font-size: 14px;
  }

  .p_90.center.big {
    font-size: 16px;
  }

  .heading-2 {
    margin-bottom: 10px;
  }

  .heading-3 {
    font-size: 18px;
  }

  .list {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .div_resp1 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .h_sec_responsive {
    font-size: 30px;
  }

  .div_resp2 {
    height: 230px;
  }

  .image-2 {
    width: 35%;
    object-position: 50% 50%;
  }

  .p_responsive {
    max-width: 98%;
    font-size: 12px;
  }

  .div_resp2_text1 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .image-3 {
    height: 35%;
  }

  .h1_responsive {
    font-size: 18px;
  }

  .paragraph-2 {
    font-size: 15px;
  }

  .whatsappfooter {
    height: 25px;
  }

  .p_popup {
    font-size: 12px;
  }

  .slider_socios {
    height: auto;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .mask {
    flex: 1;
  }

  .div-block-3 {
    margin: 31px;
    padding: 0 25px 32px;
  }

  .image-5 {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .heading {
    font-size: 20px;
  }

  .boton.success {
    font-size: 16px;
  }

  .heading-6 {
    font-size: 14px;
  }

  .heading-6.center {
    max-width: 90%;
    line-height: 130%;
  }

  .text-block-5 {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-5.big {
    font-size: 14px;
  }

  .text-block-2 {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-2.big {
    font-size: 14px;
  }

  .left-arrow-3 {
    display: none;
    right: 89px;
  }

  .right-arrow-3 {
    display: none;
  }

  .slide-nav-3 {
    display: block;
  }

  .background2 {
    height: 370px;
    background-position: 50% 30%;
    background-size: cover;
  }

  .head_back_holder {
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .grid_herohead {
    height: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .sec_herohead {
    height: 85vh;
    max-width: none;
    align-items: stretch;
    padding-top: 0;
  }

  .background1 {
    height: 100%;
    flex: 1;
  }

  .div_textheadright {
    padding-top: 13%;
    padding-bottom: 13%;
  }

  .sec_infomedintegrativa {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .h_azul2 {
    margin-left: 0;
    margin-right: 0;
    font-size: 24px;
  }

  .h_azul2.center {
    font-size: 18px;
  }

  .h_azul2.center._60 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 24px;
  }

  .button {
    padding: 14px 28px;
    font-size: 16px;
  }

  .button.intblanco {
    margin-right: 5px;
  }

  .button.mini {
    padding: 13px 45px;
  }

  .button.popup {
    padding: 10px 29px;
    font-size: 14px;
  }

  .div_spacer2 {
    height: 15px;
  }

  .div_spacer2._3, .div_spacer3 {
    height: 20px;
  }

  .p_80, .p_80.gris {
    max-width: none;
    font-size: 14px;
  }

  .cont_1.horz {
    padding-left: 0;
    padding-right: 0;
  }

  .img_infografia {
    height: 40vh;
    max-width: 90%;
    margin-top: 30px;
  }

  .section_slidermedicos {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .slider_medicos {
    height: 100%;
    min-height: auto;
  }

  .grid_med {
    height: auto;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid_med._2columns {
    flex: 1;
    grid-template-columns: 1fr;
  }

  .div_tarjetamed {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 0 15px;
  }

  .mask_med {
    align-self: stretch;
    padding-bottom: 0;
  }

  .cont_slidermed {
    max-width: none;
  }

  .slide-nav {
    position: static;
  }

  .heading_tarjeta {
    font-size: 18px;
  }

  .img_doc1 {
    max-width: 80%;
    margin-top: 5px;
    margin-bottom: 0;
  }

  .grid-3 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .div_contenidoservicios {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-6 {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .p_60 {
    max-width: 80%;
    text-align: center;
    font-size: 12px;
  }

  .grid-7 {
    max-width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }

  .div_cajaform {
    margin-left: 0%;
    margin-right: 0%;
    padding: 20px 20px 15px;
  }

  .sec_contacto {
    background-position: 50%;
    padding-top: 51px;
    padding-bottom: 51px;
  }

  .minicenter {
    font-size: 12px;
  }

  .center {
    font-size: 24px;
  }

  .center.minicenter {
    max-width: 100%;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .textfield {
    margin-bottom: 15px;
    padding-top: 21px;
    padding-bottom: 21px;
    font-size: 15px;
  }

  .sec_footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-image {
    width: 90%;
    height: 90%;
  }

  .footer-heading {
    margin-top: 20px;
    font-size: 13px;
  }

  .footer-link {
    font-size: 15px;
  }

  .p_copyright {
    font-size: 12px;
  }

  .img_logo {
    max-width: 80%;
    margin-left: 0;
  }

  .subheading_docinfo {
    font-size: 14px;
  }

  .subheading_docinfo._2 {
    font-size: 14px;
    line-height: 125%;
  }

  .p_90.center {
    font-size: 12px;
  }

  .p_90.center.big {
    font-size: 15px;
  }

  .sec_servicios {
    margin-top: 20px;
  }

  .icon {
    font-size: 30px;
  }

  .list {
    font-size: 12px;
  }

  .heading-4, .heading-5 {
    font-size: 24px;
  }

  .img_socio {
    max-width: 60%;
  }

  .div_resp1 {
    padding: 49px 4%;
  }

  .h_sec_responsive {
    font-size: 24px;
  }

  .div_resp2 {
    height: auto;
    flex-direction: column;
    justify-content: center;
    padding: 0 4%;
  }

  .div_resp2._2 {
    flex-direction: column-reverse;
  }

  .div_resp2.var {
    flex-direction: column;
  }

  .image-2 {
    display: none;
  }

  .p_responsive {
    max-width: 100%;
    text-align: center;
    align-self: center;
    font-size: 14px;
  }

  .div_resp2_text1 {
    height: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-3 {
    height: 40%;
  }

  .h1_responsive {
    text-align: center;
    align-self: center;
    font-size: 24px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .div_texto_morado {
    padding: 12% 5% 11%;
  }

  .lb_wa_sticky {
    width: 50px;
    height: 50px;
    border-width: 1px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
    padding: 0;
    display: flex;
    right: 2%;
  }

  .image-4 {
    height: 25px;
  }

  .sec_pop_up_legal {
    height: auto;
    padding-top: 21px;
    padding-bottom: 21px;
    display: block;
  }

  .grid-9 {
    flex-direction: column;
  }

  .p_popup, .checkbox-label {
    font-size: 12px;
  }

  .link-5 {
    font-size: 13px;
  }

  .image-5 {
    width: 100%;
    object-fit: fill;
    object-position: 50% 50%;
    margin-top: 20%;
    margin-bottom: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading {
    margin-bottom: 0;
    font-size: 20px;
  }

  .boton.success {
    margin-top: 10%;
    font-size: 14px;
  }

  .heading-6.center {
    font-size: 14px;
  }

  .text-block-5 {
    font-size: 16px;
    line-height: 22px;
  }

  .div_contactdata {
    max-width: 100%;
    padding: 12px 16px 18px;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-2.big {
    font-size: 13px;
  }

  .left-arrow-3 {
    width: 30px;
    height: 30px;
    right: 60px;
  }

  .icon-4 {
    font-size: 20px;
  }

  .right-arrow-3 {
    width: 30px;
    height: 30px;
  }

  .slide-nav-3 {
    display: block;
  }

  .icon-5 {
    font-size: 20px;
  }

  .background2 {
    height: 100%;
    background-image: url('../images/freedom-2021-08-26-16-31-09-utc.jpg');
    background-position: 50%;
    background-size: cover;
    flex: 1;
  }

  .head_back_holder {
    height: 370px;
    position: static;
  }

  .h_ancla {
    width: 100%;
    height: 100%;
  }

  .div-block-64 {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }
}

#w-node-_06b1f16a-2fbe-38b3-57bd-67d4e3a968fc-cfb201a9, #w-node-e7f8f134-4dbe-cd6d-086b-81861830cc3f-cfb201a9, #w-node-_27a7baff-a662-734a-fe5c-e507c632d2de-cfb201a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5bbf95e-f41e-2f95-1ad8-b9641ddb6a49-cfb201a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-b5bbf95e-f41e-2f95-1ad8-b9641ddb6a5d-cfb201a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_7468349c-5149-8e50-9284-5cf27c319c01-cfb201a9, #w-node-b6b7a460-6a04-d16f-4e42-8af96f00ac42-cfb201a9, #w-node-bd3d92a5-061a-3e8e-a17c-12b2b164cbd4-cfb201a9, #w-node-f81a865d-d795-a1a2-0079-b74b31de3cb3-cfb201a9, #w-node-_91062739-e34f-5d81-b081-943f11c14771-cfb201a9, #w-node-_849356db-66fd-c074-4bc2-b51a227c51bd-cfb201a9, #w-node-be64f242-628d-dcb6-fc07-39b38477a353-cfb201a9, #w-node-_595c633e-6d38-df7d-fc07-3717e1e93494-cfb201a9, #w-node-_275047c1-3ce6-bff2-882c-85f45f38195d-cfb201a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-dcb7d41e-7c08-412e-7a15-cea968e94c40-cfb201a9, #w-node-_90352c22-5cdd-3f84-4fae-428a0c9cbedd-cfb201a9, #w-node-d8eceedb-f3f0-6f19-f833-873bdf80132b-cfb201a9, #w-node-_17a10252-d0de-88fa-324b-547db191a15a-cfb201a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8838a8ab-2b5b-785f-4cdf-f67faa857206-cfb201a9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c10b77da-7df4-c8c9-1e99-3d511ee1a355-cfb201a9, #w-node-_49e70d06-e1db-389e-5743-dfd7899daca2-cfb201a9, #w-node-_90dc4b9e-c4d5-3121-045f-e12ff5d7d70e-cfb201a9, #w-node-_7532675f-07b9-cc3b-cdaa-63eca7ca45e5-cfb201a9, #w-node-_9f153bad-8a94-6f2d-62f3-a7da495e6234-cfb201a9, #w-node-_4f775a9c-1406-04b0-e76b-ce471c9530c7-cfb201a9, #w-node-_80734311-e27f-324b-6a74-c7bfe2ee5d11-cfb201a9, #w-node-_3e1e57d0-5dfd-1c9e-f9be-7a3f65ab5cba-cfb201a9, #w-node-_3e1e57d0-5dfd-1c9e-f9be-7a3f65ab5cbc-cfb201a9, #w-node-_3e1e57d0-5dfd-1c9e-f9be-7a3f65ab5cbd-cfb201a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10185c59-3746-4841-b897-fa50d164f975-cfb201a9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_00db0f32-528c-f877-e12a-464ee3eaff81-cfb201a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_792c8561-f726-4a76-8173-5033ba0febee-cfb201a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #SERVICIOS2.w-node-c8c7c4ff-b92b-591f-2008-8a67a2e78821-cfb201a9, #w-node-a283c31c-826c-3534-b3dc-e9d2a1bfd0e9-cfb201a9, #w-node-_29476135-57ec-34dd-cf79-f30d1d0243a2-cfb201a9, #w-node-e280bb0f-9c36-2180-fa1b-761935194bd0-cfb201a9, #w-node-ccf7e01b-d30d-6a1e-f164-b3974ba9d1e7-cfb201a9, #w-node-_4def6d68-0f57-ede9-a5f1-5ea18c11353c-cfb201a9, #w-node-_9c4e03a1-be55-cef6-c028-c8632632c2e2-cfb201a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_10185c59-3746-4841-b897-fa50d164f975-cfb201a9 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_27a7baff-a662-734a-fe5c-e507c632d2de-cfb201a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Font awesome 6 free 400';
  src: url('../fonts/Font-Awesome-6-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 6 brands 400';
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 6 free solid 900';
  src: url('../fonts/Font-Awesome-6-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}