.forminator-ui#forminator-module-188.forminator-design--flat .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] {
  border-radius: 35px;
}
 
.forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown.forminator-dropdown--flat {
  border-radius: 20px;
}

.forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown.forminator-dropdown--flat .select2-results .select2-results__options .select2-results__option
 {
  border-radius: 20px;
}

.flechas_instalaciones_div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 1%;
}

.flechas_instalaciones_div button.nav-button {
    border-radius: 50px;
    padding: 10px 13px;
}

@keyframes zoomOutHover {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.95);
    opacity: 0.9;
  }
}

@keyframes shadowPulseHover {
  0% {
    box-shadow: 0 0 0px rgba(255, 255, 255, 0.3);
  }
  50% {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
  }
  100% {
    box-shadow: 0 0 0px rgba(255, 255, 255, 0.3);
  }
}

.img-animada {
  transition: all 0.15s ease-in-out;
  display: inline-block;
}

.img-animada:hover {
  animation: zoomOutHover 0.15s forwards;
}

.carrusel_recovery_z .slick-slide {
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: scale(0.6);
  opacity: 0.3;
  z-index: 1;
}

.testimonio img {
    width: 95px !important;
    height: auto !important;
    border-radius: 100px;
}

.content_recovery_z h1{ color: white; font-weight: 100 !important; }

.content_recovery_z {
    color: white;
    border-radius: 50px;
    padding: 5% 2%;
}

.btn-act-recovery {
    color: white !important;
    background: #023fa1 !important;
}

.carrusel_recovery_z .slick-slide.level-2 {
  transform: scale(0.6);
  opacity: 0.3;
}

.carrusel_recovery_z .slick-slide.level-1 {
  transform: scale(0.8);
  opacity: 0.6;
}

.carrusel_recovery_z .slick-slide.level-0 {
  transform: scale(1);
  opacity: 1;
  z-index: 3;
}

.carrusel_recovery h1{ color: #023fa1 !important; }

.carrusel_recovery {
    border-radius: 50px;
    text-align: center;
    padding: 5% 2%;
}

.carrusel_recovery h2 {
    color: white;
    font-weight: 100;
    letter-spacing: 1px;
}

.slick-prev, .slick-next {
    z-index: 10;
}

.item_recovery {
    position: relative;
    cursor: pointer;
}

.item_recovery span {
    position: absolute;
    left: 8%;
    color: white;
    bottom: 0;
    font-size: 150%;
    text-align: left;
    line-height: 100%;
    margin-bottom: 10px;
    font-weight: bold;
}

.btn_recovery_z {
    background: #d2d3d8;
    color: #6f6f6f;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 5px;
    cursor: pointer;
    flex: 1;
}

.btns_recovery_div {
    display: flex;
    width: 25%;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    gap: 10px;
}


.img-e-galeria-2 {
    width: auto;
    display: flex;
    height: 345px;
    position: relative;
}

.gal-circulo {
    background: white !important;
    border-radius: 78px;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 4%;
    right: 25%;
    transition: right 0.4s ease;
}

.contenido-gal-2 {
    position: absolute;
    bottom: 5%;
    padding-left: 40px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s ease, visibility 0.7s ease;
}

.img-e-galeria-2 .img-gal {
    border-radius: 50px;
}

.liston_fondo{
background-color: #EEEEEE;
  overflow: hidden !important;
}

.img-tecnologia{ cursor: pointer; }

.weight-300{
font-weight:300;
}

.menu_opciones {
    list-style: none;
    display: flex;
    gap: 3rem;
    padding: 10px 0px !important;
    margin: 0px;
    justify-content: center;
    background: #f0efef;
}

.blue_header{
 	margin-bottom: 0px !important;
    color: #023fa1 !important;
    font-weight: 300 !important;
}

.menu_opciones a.menu-link {
    color: black;
    text-decoration: none;
    text-transform: uppercase;
}

a.menu-link.menu-active, .menu-active a {
    color: #013e9f !important;
    font-weight: bold;
}

header-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}

a.sub-med-line {
    display: inline-block;
    position: relative;
}

a.sub-med-line::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0%;
    width: 40%;
    border-bottom: 3px solid #013e9f;
}

.sub-med-line img {
    width: 30px;
    margin-right: 10px;
}

.header-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}

.header-info a {
    color: black;
    text-transform: uppercase;
}

a:hover{
   color: #013e9f !important; 
}

.footer {
    display: grid;
    grid-template-columns: 50% 25% 25%;
    gap: 0px;
    align-items: center;
    padding: 0px !important;
}

.f-1, .f-2, .f-3 {
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 1rem 0;
  align-items: flex-start;
}

.f-1 img {
    width: 30%;
}

.redes-zafir {
    display: flex;
    width: 30%;
    gap: 10px;
}

.redes-zafir a {
    flex: 1;
}

.f-2 a, .f-3 a {
    color: black;
    line-height: 120%;
   text-align: left;
}

.f-3 a:first-child {
    font-size: 200%;
    color: #00419e;
    font-weight: bolder;
}

.ast-plain-container.ast-no-sidebar #primary {
        margin-top: 20px !important; 
}

.redes-zafir img {
    width: 100%;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Butler", "Helvetica Neue", sans-serif !important;
}

body {
    font-family: "Gotham", "Helvetica Neue", sans-serif !important;
}

.epya-galeria {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.titulo-gal {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    width: 3vw;
}

.titulo-gal h2 {
    color: #013eb5;
    font-weight: 400;
}

.img-e-galeria {
  width: auto;            
  display: flex;
  height: 300px;
}

.img-gal {
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-size: cover !important;
    transition: width 0.5s ease;
    width: 11vw;
    cursor: pointer;
}

.img-gal:hover {
  width: 380px !important;
}

.fg-panel.fg-light, .fg-panel.fg-light .fg-panel-thumb:is(.fg-idle,.fg-loading,.fg-error) .fg-panel-thumb-media {
    background-color: #000000;
}

.fg-panel.fg-light .fg-panel-thumb.fg-selected, .fg-panel.fg-light:is(.fg-medium,.fg-panel-no-mobile) .fg-panel-cart-inner, .fg-panel.fg-light:is(.fg-medium,.fg-panel-no-mobile):not(.fg-panel-info-overlay) .fg-panel-info-inner {
    background-color: #00419e;
}

.fg-panel.fg-light :is(.fg-panel-button,.fg-panel-thumbs-button,.fg-panel-thumb,.fg-panel-thumb-spacer), .fg-panel.fg-light:is(.fg-medium,.fg-panel-no-mobile) .fg-panel-cart-inner, .fg-panel.fg-light:is(.fg-medium,.fg-panel-no-mobile):not(.fg-panel-info-overlay) .fg-panel-info-inner {
    background-color: #000000;
    border-color: #2a2a2a;
}

.fg-panel.fg-dark .fg-panel-button[aria-pressed=true]:focus, .fg-panel.fg-dark .fg-panel-button[aria-pressed=true]:hover, .fg-panel.fg-light .fg-panel-button:focus, .fg-panel.fg-light .fg-panel-button:hover, .fg-panel.fg-light .fg-panel-thumb:focus, .fg-panel.fg-light .fg-panel-thumb:hover, .fg-panel.fg-light .fg-panel-thumbs-button:focus, .fg-panel.fg-light .fg-panel-thumbs-button:hover {
        background-color: transparent;
}

.z-doctor-img img {
    border-radius: 20px 20px 0px 0px;
    width: 100%;
}

.z-doctor-descr {
    background: #00419e;
    color: white;
    text-align: center;
    height: 100px;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 70% 100%, 0% 100%);
}

.txt_justify{
 	text-align: justify !important; 
}

.foto_instalaciones {  position: relative; }

.btn_mas {  width: 60px; }

.btn_mas a {
    border-radius: 100% !important;
    width: 100%;
    font-size: 50px !important;
    padding: 5px 8px !important;
}

.btn_abs {
    display: none;
    position: absolute;
    top: -65px !important;
    right: 2%;
}

.base_align .uagb-container-inner-blocks-wrap {
    align-items: flex-end !important;
}

.foto_instalaciones .wp-block-uagb-buttons {
    height: 0px !important;
}

.btn_abs:hover {  transform: scale(1.15); }

.mapa_ubicacion embed {
    border-radius: 80px 0px 80px 80px !important;
}

.menu-item {
    text-transform: uppercase;
}

.zafir-testimonios {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 20px;
}

.testimonio {
    position: relative;
}

.testimono-p-1 {
    background: url(/wp-content/uploads/2025/07/fondo_blancoV2.png);
    background-size: cover;
    background-repeat: no-repeat !important;
    border-radius: 30px 30px 0px 30px;
    padding: 60px 25px 40px 24px;
    text-align: center;
    font-size: 14px;
    width: 80%;
    margin-left: 20%;
    height: 180px;
}

.valoracion {
    position: absolute;
    top: -10px;
    right: 2%;
    border-radius: 50px 0px 0px 50px;
    border-right: 4px solid transparent;
    border-top: 4px solid transparent;
    border-bottom: 4px solid #e8ebf6;
    border-left: 4px solid #e8ebf6;
    padding: 22px 39px 10px;
}

.testimono-p-2 {
    z-index: -1;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat !important;
    justify-content: flex-start;
    gap: 25px;
    font-size: 0.8vw;
    background: url(/wp-content/uploads/2025/07/fondo_azul.png);
    color: white !important;
    align-items: flex-end;
    width: 70%;
    position: relative;
    margin-top: -120px;
    padding: 150px 20px 15px 20px;
    height: 210px;
}

.slick-slide {
  padding: 0 10px; /* 10px de espacio a izquierda y derecha */
  box-sizing: border-box;
}
.slick-list {
  margin: 0 -10px; /* para compensar el padding de .slick-slide */
}

.slick-prev, .slick-next {
  font-size: 0px !important; 
}

.slick-dots li button:before {
    color: #033fa1 !important; 
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #033fa1 !important; 
}

button, .ast-button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0) !important;
}

.slick-prev:before, .slick-next:before {
    font-size: 50px  !important;
    line-height: 0 !important;
    color: #033fa1 !important;
}

label.forminator-label {
    font-family: "Gotham", "Helvetica Neue", sans-serif !important;
    font-weight: 300 !important;
    font-size: inherit !important;
}

input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type=reset], input[type=tel], input[type=date], select {
    border-radius: 40px !important;
}

.forminator-row.forminator-row-last {
    text-align: center !important;
}

button.forminator-button.forminator-button-submit {
    border-radius: 20px 0px 20px 0px !important;
    padding: 10px 40px !important;
    font-family: "Butler", "Helvetica Neue", sans-serif !important;
  	font-weight: 300px !important;
}

.uagb-tabs__panel {
    background: #eeeeee;
}

.content-recovery-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont_recov_1 {
    width: 50%;
    text-align: left;
    color: black;
}

.cont_recov_2 {
    width: 50%;
}

@media (min-width: 1600px){
h1 {
        font-size: 500% !important;
        font-weight: 500 !important;
    }
}

@media (min-width: 1025px) and (max-width: 1599px) {
  
    .uagb-tabs__panel { width: 100% !important; }
    h1 {
        font-size: 4.5vw !important;
        font-weight: 500 !important;
    }
  	.title_med h2 {
        font-size: 3.5vw !important;
        font-weight: 500 !important;
    }
    .wp-block-uagb-advanced-heading p.uagb-desc-text {
        font-family: "Butler", "Helvetica Neue", sans-serif !important;
        font-size: 2vw;
        line-height: 10%;
        margin-bottom: 0px !important;
        font-weight: 300;
    }
}

.testimono-p-1 {  font-size: 12px; }

.valoracion svg {
    width: 15px !important;
    height: 15px !important;
}

.testimono-p-2 {
    gap: 10px  !important;
    font-size: 12px  !important;
    margin-top: -110px  !important;
    padding: 120px 20px 15px 20px  !important;
}

.instalaciones_zafir_div {
    height: 700px;
    width: 100%;
    position: relative !important;
  	display: flex;
    gap: 35px;
    transition: width 0.3s ease;
}

.instalaciones_cuadro_1_div h2 {
    color: white;
}

.instalaciones_img_div {
    background-repeat: no-repeat;
    background-size: cover;
  	background-position: center !important;
    height: 100%;
    width: 100%;
    border-radius: 40px;
    position: relative;
}

.instalaciones_botones_div {
    width: 80%;
    margin: auto;
    padding-top: 30px;
    display: flex;
    justify-content: center;
    gap: 60px;
}

.btn_instalacion {
    background: #ffffffba;
    padding: 15px;
    border-radius: 50px;
    padding-right: 35px;
    position: relative;
    color: #043fa1 !important;
    cursor: pointer;
    min-width: 182px;
}

.btn_mas_inst {
    background: #043fa1;
    color: white !important;
    border-radius: 100px;
    width: 29px;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
    position: absolute;
    right: -8%;
    top: 50%;
    transform: translateY(-50%);
}

.img_btn_instalacion {
    position: absolute;
    background: #ffffffba;
    padding: 10px;
    border-radius: 10px;
    top: 142%;
    left: 0;
}

.img_btn_instalacion img {
    border-radius: 10px;
}

.line_inst {
    background: #ffffffba;
    height: 25px;
    width: 15px;
    position: absolute;
    bottom: 113px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.instalacion_activa{
 	width: 65% !important; 
}

.instalaciones_cuadro_div{
  	width: 0%; 
    transition: all 0.3s ease;
    display: none;
}

.instalaciones_cuadro_div_activa{
	width: 35% !important; 
  	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.instalaciones_cuadro_1_div {
    width: 100%;
    height: 400px;
    background: #3b3738;
    padding: 8%;
    color: white !important;
    border-radius: 40px;
}

.instalaciones_cuadro_2_div {
    height: 270px;
    width: 100%;
    background: #515154;
    padding: 8%;
    color: white !important;
  	border-radius: 40px;
}

.btn_on_z{
    background: #043fa1 !important;
    color: white !important;
}

.btn_mas_on{
	background: white;
    color: #043fa1 !important;
    font-weight: bold;
}

.tecnologia_div {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    margin-top: 50px;
}

.tec_div_1 {
    width: 25%;
}

.tec_div_2 {
    width: 75%;
}

.tec_carrusel_item {
   cursor: pointer; 
}

.tecnologia_div, .tecnologia_div_2 {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    transition: all 0.6s ease;
    opacity: 0;
    transform: translateX(0);
    z-index: 1;
    height: 450px !important;
}

.tecnologia_div.active,
.tecnologia_div_2.active {
  opacity: 1;
  z-index: 2;
}

.slide-out-left {
  transform: translateX(-100%);
  opacity: 0;
}
.slide-out-right {
  transform: translateX(100%);
  opacity: 0;
}

.slide-in-left {
  transform: translateX(-100%);
  opacity: 0;
}
.slide-in-left.active {
  transform: translateX(0);
  opacity: 1;
}
.slide-in-right {
  transform: translateX(100%);
  opacity: 0;
}
.slide-in-right.active {
  transform: translateX(0);
  opacity: 1;
}

.tecnologia_col {
  position: relative;
  height: 450px; 
}

.texto-tecnologia {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background: url(/wp-content/uploads/2025/07/fondo_tecn2.png);
    padding: 70px 150px 50px 50px;
    height: 450px;
}

.img-e-galeria-2 .img-gal {
    width: 100px;
}

.texto-tecnologia h2{ color: #00419e !important; }

.tecnologia_div_2 { margin-top: 50px; }

.btn_agenda {
    width: 25%;
}

.btn_agenda a{
    font-size: 150% !important;
    font-weight: 400 !important;
}

@media (max-width: 1024px){
  .cont_recov_1, .cont_recov_2 { width: 100% !important; }
  .content-recovery-div { flex-direction: column; }
  .item_recovery span {
    font-size: 120% !important;
  }

  .btns_recovery_div {
    width: 85% !important;
  }

  .content_recovery_z {
    padding: 13% 7%;
  }
  .tec_div_1 {
      width: 100%;
  }

  .tec_div_2 {
      width: 100%;
  }

  .tecnologia_div, .tecnologia_div_2 {
      height: 100% !important;
  }

  .tecnologia_div {
      gap: 30px !important;
      justify-content: center !important;
      flex-direction: column !important;
  }

  .tecnologia_col {
    position: relative;
    height: 450px; 
  }
  
  .texto-tecnologia {
      background: url(/wp-content/uploads/2025/07/tec_mov.png)  !important;
      padding: 20px 20px 70px 20px !important;
      height: 100%  !important;
      width: 350px !important;
      overflow-y: auto !important;
      margin: auto !important;
  }

  
  .footer {
    display: grid;
    grid-template-columns: 100%;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .redes-zafir img { width: 100% !important; }
  .f-1, .f-2, .f-3 {
    align-items: left;
    justify-content: left;
  }
  .img-gal {
      width: 100% !important;
      height: auto !important;
  }
  .titulo-gal {  width: 10% !important; }
  .img-e-galeria {
      display: grid !important;
      height: 200px !important;
      grid-template-columns: 10% 90%;
      text-align: center !important;
  }
  .img-e-galeria-2 {
      display: grid !important;
      height: 200px !important;
      grid-template-columns: 100%;
      text-align: center !important;
  }
  .gal-circulo {
        width: 40px !important;
        height: 40px !important;
        right: 5% !important;
        transition: right 1s ease;
    }
    .img-e-galeria-2 .img-gal {
        border-radius: 30px !important;
    }
  .img-gal:hover  { width: 100% !important; }
  .f-1 img{  width: 50%; }
  .redes-zafir {  width: 50%; }
  .slick-slider {
    padding-bottom: 40px; 
  }

  .slick-prev,
  .slick-next {
    position: absolute !important;
    top: 100% !important;
    transform: translateY(0) !important;
    bottom: auto;
    margin: 0 10px;
    z-index: 5 !important;
  }

  .slick-prev {
    left: 0% !important;
  }

  .slick-next {
    right: 10% !important;
  }
  .zafir-testimonios { grid-template-columns: repeat(1, 1fr) !important; } 
  .slick-dots { width: 100% !important; left: 0% !important; padding: 0 !important; }
  html, body { overflow-x: hidden !important; } 
  .testimono-p-1 {  margin-left: auto !important; }
  .foto_instalaciones img { width: 100%  !important; }
  .btn_mas a { width: 60px  !important; }
  .btn_abs { right: 7% !important; }
  .mapa_ubicacion embed {
    border-radius: 25px 0px 25px 25px !important;
  }
  .modula-best-grid-gallery .fancybox__container{ width: 100% !important; }

  .wp-block-columns{
    display: grid !important;
    grid-template-columns: 46% 46% !important;
  }
 
   ul.uagb-tabs__panel{
        width: 100%;
        display: inline-block !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 10px;
        padding: 10px;
        white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
        position: relative;
        flex-direction: row !important;
  }

	.uagb-tab{
		margin: 0px 5px !important;
        list-style: none;
        flex: 0 0 auto;
        cursor: pointer;
        scroll-snap-align: start;
        display: inline-block;
        width: auto !important;
    }  

   

      .instalaciones_botones_div {
        width: 100% !important;
        display: flex;
        gap: 10px !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 0px !important;
    }

  .instalacion_activa{ width: 100% !important; }
  .instalaciones_cuadro_div_activa{ width: 100% !important; gap: 20px; }
  .instalaciones_zafir_div{ flex-direction: column; height: auto !important; }
  
  .instalaciones_img_div {
      background-size: contain !important;
      height: 210px !important;
      background-repeat: no-repeat !important;
      border-radius: 0%;
  }
}

/* Aplica solo en pantallas grandes */
@media (min-width: 1025px) {
    .img-e-galeria-2 .img-gal:hover {
        width: 525px !important;
    }

    .img-e-galeria-2 .img-gal:hover .gal-circulo {
        right: 5%;
    }

    .img-e-galeria-2 .img-gal:hover .contenido-gal-2 {
        opacity: 1;
        visibility: visible;
    }

  .tec_carrusel {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .tec_carrusel .slick-prev,
  .tec_carrusel .slick-next {
    	position: absolute;
        left: calc(50% - 25px);
        transform: translateX(-50%);
        z-index: 2;
  }

  .tec_carrusel .slick-prev {
        top: -40px;
        rotate: 90deg;
   }

   .tec_carrusel .slick-next {
        top: calc(100% + 10px);
       rotate: 90deg;
   }
}