.no-padding{
    padding: 0;
    margin: 0;
}
.img-logo-menu{
    width: 180px;
}

header.masthead {
    background:  url(../img/Imagen_1.jpg);
}

.project-name{
    font-size: 0.9rem!important;
}
@media (max-width: 620px) {
    header.masthead {
        background: url(../img/Imagen_1-mob.jpg);
    }
    
    .project-name{
    font-size: 0.7rem!important;
}
}
 .botones-fixed {
      position: fixed;
      top: 50%;
      right: 5px;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
     
      z-index: 10;
    }

    .botones-fixed .btn-cuadrado {
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 8px;
    }

    .bi{
        font-size: 20px;
    }
    
    @media (min-width: 992px) {
    #mainNav .navbar-nav .nav-item .nav-link {
        color: rgba(255, 255, 255, 0.7);
        padding: 0 0.5rem;
        text-align:center;
    }
}



.page-section {
    padding: 3rem 0;
}
.container-fluid-nopadding{
    padding-left: 0;
}

.img-servicio{
    width: 100%;
}
.img-testimonial{
    width: 100%;
}

.text-primary{
     color:rgb(66,227,150)!important;
}

.icon i {
    color:rgb(66,227,150);
    font-size: 45px;
    margin-bottom: 2px;
}



#testimonial{
    max-width: 1200px;
    margin: 0 auto;
}

.card-title{
    text-align: center;
    margin-bottom: 20px
}

.surgery-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
  }
  .surgery-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
  }

#about{
    background: rgb(47,231,250);
    background: radial-gradient(circle, rgba(47,231,250,1) 0%, rgba(66,227,150,1) 50%, rgba(47,231,250,1) 100%););
}
.more-features-box-text-icon {
    float: left;
    width: 40px;
    height: 40px;
    padding-top: 6px;
    background: rgb(47,231,250);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

#especialidades{
    background-color: rgba(216, 213, 213,0.2);
}

.beneficios{
    padding-left:20px;
    padding-right: 22px;
    margin-top: 10px;
}

.av-container{
    margin-bottom: 30px;
}

.medi-info{
    margin-top: 20px;
}

.container-fluid{
    max-width:1400px;
}

@media (min-width:992px ){
    
   

    .beneficios{
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .beneficios{
        width: 70%;
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
        margin-right: auto;
        margin-left: auto;
    }

}

#testimonial{
    background-color: white;
}

.carousel-item{
    margin-top: 10%;
}



.img-testimonial {
    width: 100%;
    max-width: 200px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}

.testimonial-text {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
    line-height: 1.4;
}

.swiper {
    padding-bottom: 40px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

.swiper-pagination-bullet {
    background: #000;
}


.masthead {
    position: relative;
    background-size: cover;        /* Se adapta al ancho/alto */
    background-position: center;   /* Siempre centrada */
    background-repeat: no-repeat;  /* Nunca repetida */
    transition: background-image 1s ease-in-out;
    height: 100vh;                  /* Ocupa toda la pantalla */
    min-height: 400px;              /* Altura mínima */
}

@media (max-width: 768px) {
    .masthead {
        height: 70vh;  /* Un poco más pequeño en móviles */
    }
}

.masthead::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.masthead .container {
    position: relative;
    z-index: 2;
}

.checkup-swiper {
    width: 100%;
    padding: 20px 0;
}


.checkup-swiper img {
    width: 100%;
    border-radius: 8px;
}

.checkup-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.checkup-swiper img {
    width: 100%;
    max-width: 300px; /* Limita ancho de la imagen si quieres */
    border-radius: 8px;
}

.swiper-pagination {
    bottom:-5px!important;
}

.swiper-slide img {
  width: 100%;
  border-radius: 8px;
}


