@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

strong span{
  font-weight: 700;
}

.LV_valid_field,
input.LV_valid_field:hover,
input.LV_valid_field:active,
textarea.LV_valid_field:hover,
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
  border: 2px solid #00CC00 !important;
}

.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
  border: 2px solid #CC0000 !important;
}

.centered {
  margin: 0 auto;
  display: block;
}

.btnclick {
  cursor: pointer;
}

.padd-0 {
  padding: 0 !important;
}

.cbp-spmenu {
  background: #f2f2f2;
  position: fixed;
}


.cbp-spmenu h3 {
  color: #233050;
  font-size: 1.9em;
  padding: 0px;
  margin: 0;
  font-weight: 300;
  background: rgb(255 255 255 / 30%);
}

.cbp-spmenu a {
  display: block;
  color: #000;
  font-size: 10px;
  
  text-transform: uppercase;
}

.cbp-spmenu-vertical {
  width: 269px;
  height: 100%;
  top: 0;
  z-index: 1000;
}

.cbp-spmenu-vertical a {
    padding: 8px 20px;
    font-weight: 700;
    font-size: 20px;
}

.cbp-spmenu-vertical a:first-child {
  border-bottom: 0px solid #000301;
  padding: 11px;
}

.cbp-spmenu-right {
  right: -269px;
}

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cbp-spmenu-push-toright {
  left: 240px;
}

#showRight {
  float: right;
}

#showRight, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 39px;
  height: 25px;
  position: relative;
  margin: 6px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-top: 8px;
  margin-bottom: 0px;
}

#showRight span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#showRight span:nth-child(1) {
  top: -6px;
}

#showRight span:nth-child(2) {
  top: 6px;
}

#showRight span:nth-child(3) {
  top: 19px;
}

#showRight.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#showRight.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#showRight.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media screen and (max-width: 55.1875em){

  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px;
  }

  .cbp-spmenu-top {
    top: -110px;
  }

  .cbp-spmenu-bottom {
    bottom: -110px;
  }

}

@media screen and (max-height: 26.375em){

  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 246px;
  }

  .cbp-spmenu-left,
  .cbp-spmenu-push-toleft {
    left: -190px;
  }

  .cbp-spmenu-right {
    right: -190px;
    display: none;
  }

  .cbp-spmenu-push-toright {
    left: 190px;
  }
}

.close-menu i {
  font-size: 38px;
}

.blue-font {
  color: #093971;
}


/*-------------- Header ------------------ */
.grid-header {
  padding-top: 20px;
  padding-bottom: 30px;
  background: url(img/background-header.png) 100% 100%;
  position: fixed;
  width: 100%;
  z-index: 10;
  background-repeat: repeat-x;
  background-size: contain;
}

.menu-link {
  color: #000000;
  font-weight: 500;
}

.menu-link:hover, .menu-link:active, .menu-link:focus {
  color: #003970;
}

.active-a {
  color: #003970;
  font-weight: bold;
}

.p-btn {
  padding: 7px 20px;
  font-size: 16px;
  margin-right: 10px;
}

.first-section-top {
  padding-top: 95px;
}

.first-section-pages {
  padding-top: 120px !important;
}



.section-top {
  padding-top: 50px;
}

/*-----Home ------*/

.grid-banner-home {
  background-size: cover;
  height: 85vh;
  min-height: 600px;
}

.section-banner-home {
  background-position-y: -220px !important;
}

.grid-content-home {
  color: #fff;
  text-shadow: 3px 2px 5px rgba(0,0,0,0.6);
  margin-top: 40px;
}

.grid-content-home h1{
  line-height: 45px;
}

.grid-content-home h5 {
  line-height: 25px;
  font-weight: 500;
}

.card-mvv {
    border-top: 3px solid transparent;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    border-radius: 70px;
    
}



.card-mvv {
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(180deg, #1e62ed, rgba(30,98,237,.15)) border-box;
    border-radius: 70px;
    padding: 18px 30px 60px;
    text-align: center;
   
    align-items: center;
     display:grid;
    grid-template-rows:150px 1fr;
}

.card-mvv h2 {
    color: #093971;
    font-weight: 700;
    line-height: 1;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    margin:0;
}

.card-mvv p {
    color: #adadad;
    font-weight: 500;
    max-width: 420px;
}

.card-mvv > div{
    text-align:center;
}

.card-mvv{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.card-mvv h2{
    display:flex;
    align-items:center;
    justify-content:center;

    min-height:130px;   /* misma altura para todos */

    width:100%;

    color:#0B3E7A;
    
    font-weight:700;
    line-height:1;
    text-align:center;

    
}

.card-mvv > div{
    flex:1;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    text-align:center;
}

@media screen and (max-width: 63.9375em) {

    .card-mvv {
        min-height: auto;
        margin-bottom: 30px;
        padding: 40px 30px;
        border-radius: 50px;
    }

    .card-mvv h2 {
        font-size: 3rem;
    }

    .card-mvv p {
        font-size: 1.3rem;
    }
}

.galeria-hospital {
    padding-bottom: 50px;
}

.swiper-galeria {
    overflow: hidden;
}

.swiper-galeria .swiper-slide {
  aspect-ratio: 1 / 1;
  border-radius: 38px;
  overflow: hidden;
}

.swiper-galeria .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.galeria-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
    width: 54px;
    height: 54px;
    border: 1px solid #0b4a91;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #0b4a91;
    transition: .3s;
}

.swiper-button-prev-custom:hover,
.swiper-button-next-custom:hover {
    background: #0b4a91;
    color: #fff;
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
    width: 42px;
    height: 42px;
}

.consultorio-home{
  padding: 40px 0 400px;
  background-size: cover !important;
  border-radius: 89px
}

.consultorio-card{
   
    text-align:center;
   
}

.consultorio-card h3{
    color:#0B3E7A;
    font-size:2.2rem;
    font-weight:700;
   
}

.consultorio-card p{
    color:#0B3E7A;
    margin-bottom:30px;
}

.consultorio-card img{
    width:100%;
    display:block;
}

.consultorio-content{
    text-align:center;
    color:#fff;
    margin-top: 50px;
    padding-bottom: 60px;
}

.consultorio-content h2{
    font-weight:700;
    line-height:1;
    margin-bottom:20px;
}

.consultorio-content p{
    max-width:800px;
    margin:0 auto 30px;
}

.button-agenda{
    display:inline-block;
    border:1px solid #fff;
    border-radius:30px;
    padding:12px 35px;
    color:#fff;
    text-decoration:none;
}

.bottom-gradient {
  background: #4479D6;
  background: linear-gradient(0deg,rgba(68, 121, 214, 1) 0%, rgba(255, 255, 255, 1) 75%);
}

.button-agenda{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 40px;
    border: 2px solid #fff;
    border-radius: 40px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    overflow: hidden;

    transition: all .35s ease;
    backdrop-filter: blur(10px);
}

/* Brillo */
.button-agenda::before{
    content:'';
    position:absolute;
    top:0;
    left:-120%;
    width:80%;
    height:100%;

    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.35),
        transparent
    );

    transition:left .7s ease;
}

/* Hover */
.button-agenda:hover{
    background:rgba(255,255,255,.12);
    color:#fff;
    transform:translateY(-4px);
    box-shadow:
        0 10px 25px rgba(255,255,255,.15),
        0 0 25px rgba(255,255,255,.15);
}

.button-agenda:hover::before{
    left:140%;
}

/* Click */
.button-agenda:active{
    transform:translateY(-1px) scale(.97);
    box-shadow:
        0 4px 10px rgba(255,255,255,.1);
}


/*----- Nosotros ------*/
.about-carvani {
  padding: 70px 0 90px;
  background: linear-gradient(180deg, #ffffff 0%, #eaf3ff 55%, #80b2f2 100%);
  color: #003f7f;
}

.about-title {
  text-align: center;
  color: #003f7f;
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 40px;
  margin-top: 30px;
}

.about-hero {
  background: #095ff4;
  border-radius: 55px;
  max-width: 1050px;
  margin: 90px auto 70px;
  overflow: visible;
  padding: 0 60px;
}

.about-doctor {
  position: relative;
}

.about-doctor img {
  max-width: 430px;
  width: 100%;
  display: block;
  margin-top: -70px;
  margin-bottom: -1px;
}

.about-hero-text {
  color: #fff;
  padding: 70px 40px;
}

.about-hero-text p {
  font-size: 2.2rem;
  line-height: 1.12;
  margin: 0;
}

.about-logo {
  max-width: 360px;
  width: 100%;
}

.about-content p {
  color: #003f7f;
  font-size: 1.2rem;
  line-height: 1.25;
  text-align: justify;
  margin-bottom: 24px;
}

@media screen and (max-width: 39.9375em) {
  .about-title {
    font-size: 2.6rem;
  }

  .about-hero {
    padding: 30px;
    border-radius: 35px;
  }

  .about-doctor img {
    margin-top: 0;
  }

  .about-hero-text {
    padding: 30px 0 10px;
  }

  .about-hero-text p {
    font-size: 1.6rem;
    text-align: center;
  }
}

/*---- Servicios -----*/
.servicios-section {
  padding: 40px 0 90px;
  background: linear-gradient(180deg, #fff 0%, #dcecff 45%, #4f92ed 100%);
}

.servicios-title {
  text-align: center;
  color: #1266f1;
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 35px;
}

.servicio-card {
  position: relative;
  min-height: 390px;
  border: 2px solid #1266f1;
  border-radius: 28px;
  overflow: hidden;
  color: #003f7f;
}

.servicio-front,
.servicio-info {
  position: absolute;
  inset: 0;
  padding: 55px 55px 42px;
  display: flex;
  flex-direction: column;
  transition: opacity .3s ease, visibility .3s ease;
}

.servicio-front {
  align-items: center;
  justify-content: space-between;
  text-align: center;
  opacity: 1;
  visibility: visible;
}

.servicio-front img {
  max-width: 90px;
  margin-bottom: 20px;
}

.servicio-front h3 {
  color: #1266f1;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.05;
  margin: 15px 0 35px;
}

.servicio-info {
  text-align: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 45px 55px;
  justify-content: center;
}

.servicio-info h3 {
  color: #003f7f;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 18px;
}

.servicio-info p,
.servicio-info div {
  color: #003f7f;
  font-size: 1.05rem;
  line-height: 1.3;
  font-weight: 600;
  margin: 0;
}

.servicio-toggle {
  width: 38px;
  height: 38px;
  border: 1.5px solid #003f7f;
  border-radius: 50%;
  background: transparent;
  color: #003f7f;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  align-self: center;
  transition: .25s ease;
  flex-shrink: 0;
  margin-top: 25px;
}

.servicios-section .cell {
  margin-bottom: 45px;
}

.servicio-toggle:hover {
  background: #003f7f;
  color: #fff;
  transform: scale(1.08);
}

/* Hover desktop */
@media screen and (min-width: 64em) {
  .servicio-card:hover .servicio-front {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .servicio-card:hover .servicio-info {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

/* Click móvil */
.servicio-card.is-open .servicio-front {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.servicio-card.is-open .servicio-info {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media screen and (max-width: 39.9375em) {
  .servicio-card {
    min-height: 330px;
    margin-bottom: 20px;
  }

  .servicio-front,
  .servicio-info {
     padding: 35px 25px;
  }

  .servicio-front h3 {
    font-size: 1.45rem;
  }
}

/* Desktop */
@media screen and (min-width: 64em) {

    .servicio-toggle{
        display: none;
    }

}

/* Tablet y móvil */
@media screen and (max-width: 63.9375em) {

    .servicio-toggle{
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

@media screen and (min-width: 64em) {

    .servicio-card{
        cursor: default;
    }

    .servicio-toggle{
        display:none;
    }

}
/*---- Torre Médica ----*/
.hub-medico {
  padding: 60px 0 70px;
  background: #fff;
  color: #003f7f;
}

.hub-servicios {
  padding: 60px 0 0px;
  background: #fff;
  color: #003f7f;
}

.hub-header h2 {
  color: #003f7f;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.08;
  margin-bottom: 25px;
}

.hub-header h2 span {
  color: #1266f1;
}

.hub-header p {
  color: #003f7f;
  font-size: .95rem;
  line-height: 1.3;
  margin-bottom: 65px;
}

.hub-contactos {
  align-items: center;
}

.hub-col h3 {
  color: #003f7f;
  font-size: 2.1rem;
  font-weight: 800;
  line-height: .95;
  margin-bottom: 35px;
}

.hub-col p {
  color: #b2b2b2;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.05;
  margin: 0;
}

.hub-separador {
  width: 1px;
  max-width: 1px;
  height: 145px;
  background: #cfcfcf;
  padding: 0;
  margin: 0 45px;
}

@media screen and (max-width: 39.9375em) {
  .hub-header h2 {
    font-size: 1.9rem;
  }

  .hub-header p {
    margin-bottom: 40px;
  }

  .hub-col {
    margin-bottom: 40px;
  }

  .hub-col h3 {
    font-size: 1.8rem;
    margin-bottom: 18px;
  }
}

.showroom-gallery {
  padding: 30px 0 60px;
  overflow: hidden;
}

.gallery-title {
  text-align: center;
  color: #1266f1;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 30px;
}

.showroom-swiper {
  overflow: visible;
  padding: 0 0 20px;
}

.showroom-swiper .swiper-slide {
  width: 70%;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 50, 120, .35);
}

.showroom-swiper .swiper-slide img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

.showroom-nav {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 20px;
}

.showroom-prev,
.showroom-next {
  width: 38px;
  height: 38px;
  border: 1px solid #003f7f;
  border-radius: 50%;
  background: transparent;
  color: #003f7f;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.showroom-prev:hover,
.showroom-next:hover {
  background: #003f7f;
  color: #fff;
}

@media screen and (max-width: 39.9375em) {
  .showroom-swiper .swiper-slide {
    width: 86%;
  }

  .showroom-swiper .swiper-slide img {
    height: 240px;
  }
}

.hub-header span {
  font-weight: 900;
}

/*---- Contacto -----*/

.contacto-section {
  padding: 90px 0 70px;
  background: linear-gradient(180deg, #ffffff 0%, #eaf3ff 45%, #65a4f3 100%);
  color: #003f7f;
}

.contacto-title {
  color: #003f7f;
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 70px;
}

.contacto-info {
  margin-bottom: 55px;
}

.contacto-info h3,
.contacto-info h4 {
  color: #003f7f;
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 6px;
}

.contacto-info h3 {
  font-size: 1.9rem;
}

.contacto-info h4 {
  font-size: 1.35rem;
}

.contacto-info p,
.contacto-info a {
  color: #003f7f;
  font-size: 1.25rem;
  line-height: 1.1;
  text-decoration: none;
}

.contacto-frase {
  font-size: 1.95rem !important;
  line-height: 1.05 !important;
  margin-bottom: 22px;
}

.contacto-linea {
  width: 260px;
  height: 1px;
  background: #003f7f;
  margin: 22px 0;
}

.contacto-block {
  margin-bottom: 28px;
}

.contacto-logo-small {
  max-width: 170px;
  margin-top: 10px;
}

.contacto-mapa {
  border-radius: 35px;
  overflow: hidden;
}

.contacto-mapa img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.full-img {
  width: 100%;
}

@media screen and (max-width: 39.9375em) {
  .contacto-title {
    font-size: 2.4rem;
    margin-bottom: 35px;
  }

  .contacto-info .cell {
    margin-bottom: 30px;
  }

  .contacto-mapa img {
    height: 300px;
  }
}


/*---- Trabaja con nosotros ----*/
.trabaja-section {
  padding: 130px 0 90px;
  background: linear-gradient(180deg, #ffffff 0%, #dcecff 45%, #4f92ed 100%);
  color: #003f7f;
}

.trabaja-section h2 {
  color: #003f7f;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 35px;
}

.trabaja-intro {
  color: #003f7f;
  font-size: 1.35rem;
  line-height: 1.15;
}

.trabaja-linea {
  width: 270px;
  height: 1px;
  background: #003f7f;
  margin: 38px 0 22px;
}

.trabaja-contacto {
  color: #003f7f;
  font-size: 1rem;
  line-height: 1.15;
}

.trabaja-contacto a {
  color: #003f7f;
  text-decoration: none;
}

.trabaja-form-card {
  background: #fff;
  border-radius: 45px;
  padding: 45px 42px 35px;
  max-width: 480px;
  margin-left: auto;
}

.trabaja-form-card h3 {
  color: #003f7f;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 28px;
}

.trabaja-form-card input[type="text"],
.trabaja-form-card input[type="tel"],
.trabaja-form-card input[type="email"] {
  border: 0;
  border-bottom: 1px solid #b5b5b5;
  box-shadow: none;
  margin: 0;
  padding: 0 5px;
  height: 30px;
  color: #003f7f;
}

.trabaja-form-card input::placeholder {
  color: #aaa;
  font-weight: 600;
}

.form-row-custom {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  margin-top: 14px;
}

.form-row-custom label {
  color: #aaa;
  font-size: 1rem;
  font-weight: 700;
}

.form-row-custom select,
.file-btn {
  border: 2px solid #1266f1;
  border-radius: 20px;
  color: #1266f1;
  background: #fff;
  height: 28px;
  padding: 0 12px;
  font-size: .9rem;
  font-weight: 700;
  margin: 0;
}

.file-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.trabaja-btn {
  display: block;
  width: 210px;
  height: 40px;
  margin: 45px auto 0;
  border: 0;
  border-radius: 16px;
  background: #1266f1;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.trabaja-btn:hover {
  background: #003f7f;
}

/*-------- Footer  ---------*/
.site-footer {
  background: #003970;
  padding: 55px 0 38px;
  color: #fff;
}

.footer-logo {
  max-width: 190px;
  margin-bottom: 45px;
}

.site-footer h4,
.site-footer h5 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 22px;
}

.site-footer h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}

.site-footer h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: bold;
}

.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu li {
  line-height: 1.2;
}

.footer-menu a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.footer-menu a:hover {
  color: #66e6e3;
}

.footer-work {
  display: inline-block;
  margin-top: 28px;
  color: #66e6e3;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.footer-social {
  display: flex;
  gap: 28px;
  margin-top: 28px;
}

.footer-social a {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-decoration: none;
}

.site-footer hr {
  border: 0;
  border-top: 1px solid rgba(255,255,255,.8);
  margin: 20px 0 20px;
}

.footer-copy {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.img-rss {
  
  max-height: 20px;
}

@media screen and (max-width: 39.9375em) {
  .site-footer {
    padding: 40px 0 30px;
  }

  .footer-logo {
    max-width: 220px;
    margin-bottom: 30px;
  }

  .footer-top .cell {
    margin-bottom: 30px;
  }

  .footer-menu a,
  .footer-work {
    font-size: 18px;
  }

  .footer-copy {
    font-size: 16px;
  }
}

.showroom-float{
    position:fixed;
    right:25px;
    bottom:25px;
    width:245px;
    height:72px;

    background:#103f82;
    border-radius:45px;

    display:flex;
    align-items:center;
    justify-content:space-between;

    padding:0 8px 0 22px;

    text-decoration:none;
    color:#fff;

    z-index:9999;

    box-shadow:0 12px 25px rgba(0,0,0,.20);
    transition:.35s ease;
}

.showroom-float:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 30px rgba(0,0,0,.25);
}

.showroom-float-text span{
    display:block;
    font-size:.9rem;
    font-weight:500;
    line-height:1.15;
}

.showroom-float-text strong{
    display:block;
    font-size:1.7rem;
    font-weight:700;
    line-height:1;
}

.showroom-float-icon{
    width:56px;
    height:56px;

    border-radius:50%;
    background:#1266f1;

    display:flex;
    align-items:center;
    justify-content:center;

    transition:.35s;
}

.showroom-float:hover .showroom-float-icon{
    transform:rotate(8deg) scale(1.08);
}

.showroom-float-icon img{
    width:30px;
}

@media (max-width:640px){

    .showroom-float{
        width:200px;
        height:62px;
        right:15px;
        bottom:15px;
        padding-left:18px;
    }

    .showroom-float-text span{
        font-size:.75rem;
    }

    .showroom-float-text strong{
        font-size:1.35rem;
    }

    .showroom-float-icon{
        width:48px;
        height:48px;
    }

    .showroom-float-icon img{
        width:24px;
    }

}

@keyframes showroomFloat{

    from{
        opacity:0;
        transform:translateX(120px);
    }

    to{
        opacity:1;
        transform:translateX(0);
    }

}

.popup-acf {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
}

.popup-acf-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.65);
}

.popup-acf-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  width: calc(100% - 40px);
  animation: popupIn .35s ease;
}

.popup-acf-content img {
  width: 100%;
  display: block;
  border-radius: 24px;
}

.popup-acf-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #1266f1;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

@keyframes popupIn {
  from {
    opacity: 0;
    transform: scale(.92);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media screen and (max-width: 440px) {
  .grid-banner-home {
    background-size: cover;
    height: 50vh;
    min-height: 524px;
  }
  .section-banner-home {
    background-position-y: 0px !important;
    background-position-x: -400px !important;
    background-size: cover !important;
  }
  .grid-content-home h1 {
    line-height: 42px;
    font-size: 35px;
  }
  .grid-content-home h5 {
    line-height: 25px;
    font-weight: 500;
    font-size: 21px;
  }
  .consultorio-card h3 {
    color: #0B3E7A;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .consultorio-home {
    padding: 40px 0 176px;
    background-size: cover !important;
    border-radius: 89px;
  }
  .about-doctor img {
    max-width: 430px;
    width: 100%;
    display: block;
    margin-top: -98px !important;
    margin-bottom: -1px;
  }
  .about-logo {
    max-width: 360px;
    width: 100%;
    margin-bottom: 21px;
    margin-top: -21px;
  }
  .servicio-card {
    position: relative;
    min-height: 250px;
    border: 2px solid #1266f1;
    border-radius: 28px;
    padding: 21px 15px;
    color: #003f7f;
    overflow: hidden;
  }
  .servicio-info p {
    color: #003f7f;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
  }
  .servicio-front h3, .servicio-info h3 {
    color: #1266f1;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 25px;
  }
  .contacto-info p, .contacto-info a {
    color: #003f7f;
    font-size: 1rem;
    line-height: 1.1;
    text-decoration: none;
  }

}
