body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.imagen-de-fondo {
    height: 100vh;
    position: relative;
}

.navbar {
    position: relative;
    background-color: rgba(24, 24, 24);
    padding: 1em;
    z-index: 1050; /* Asegura que la barra de navegación esté por encima del carrusel */
}
a:hover .fab {
    color: red; /* O el código de color específico que prefieras */
}
a:hover {
    color: red!important; /* O el código de color específico que prefieras */
}
.logo-nav{
    width: 180px;
}
.logo-K{
    width: 150px;
}
.navbar-collapse {
    position: absolute;
    width: 100%;
    right: 0;
    top: 100%; /* Asegúrate de que se despliegue desde el borde inferior del navbar */
    /*background-color: rgba(49, 49, 49); /* Consistente tanto expandido como colapsado */
    transition: all 0.5s ease; /* Suaviza la transición */
    z-index: 1050;
    justify-content: flex-end;
}
.vertical-line {
    position: relative;
    border-left: 2px solid rgb(255, 255, 255);
    height: 50px;
    left: 0;
    display: inline-block;  /* Cambio clave aquí */
    vertical-align: middle; 
    
}
.nav-fa{
    font-size: 1.3rem; 
    color: white;
    
}

.social-icons {
    position: absolute;
    left: 15em!important;
    top: 2em;
    z-index: 3002;
}

.social-icons a {
    margin-left: 10px;  /* ajustar según necesidad */
    color: black;  /* cambiar al color deseado */
}

.imgNosotros{
    width: 100%;
}
/* Estilos para el ícono centrado */
.nav-center-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Ajuste del tamaño del ícono */
.icon-nav-center {
    width: 80px; /* Ajusta el tamaño según sea necesario */
    height: auto;
}

/* Asegurar que se vea bien en pantallas móviles */
@media (max-width: 991.98px) {
    .nav-center-icon {
        position: relative;
        left: auto;
        transform: none;
        top: auto;
        margin: 10px auto;
    }
}
/* Reglas para dispositivos pequeños */
@media (max-width: 768px) {
    .social-icons, .vertical-line {
        display: none;
    }
    .logo-nav{
        width: 140px;
    }
    .logo-K{
        width: 130px;
    }
    
}

.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(200, 200, 200, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    border-color: rgba(119, 119, 119, 0.8)!important;
    
}

.navbar-toggler{
    border: 1px solid transparent !important;
    
}

.navbar-toggler:focus{
    box-shadow: 0 0 0 0.1rem  rgba(184, 40, 40, 0.5)!important;
    border-color: rgba(214, 214, 214, 0.5)!important;
    text-decoration: none !important;
    outline: 0 !important;
    
}

.nav-link {
    color: white!important;
    margin: 0 10px;
    margin-left: 40px;
  }
  
  .nav-link:hover,
  .nav-link.active {
      color: red !important;
  }

.navbar-brand {
    color: white;
    font-size: 30px;
    margin-left: 5px;
    font-weight: bold;
    font-family: 'Cormorant title';
    z-index: 3002;
  }
  
p{
    color: black;
    
}

@font-face {
    font-family: textFont;
    src: url(../../layout/fonts/built\ titling\ rg.otf);
}

@font-face {
    font-family: textFontB;
    src: url(../../layout/fonts/built\ titling\ bd.otf);
}

.long-text {
    margin: 30px auto;  /* Ajusta según tus necesidades */
    max-width: 90%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1.2rem;
}

.long-text2 {
    margin: 30px auto;  /* Ajusta según tus necesidades */
    max-width: 90%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1.1rem;
    font-weight: bold;
}

.long-text3 {
    margin: 15px auto;  /* Ajusta según tus necesidades */
    max-width: 95%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1.1rem;
    text-align: justify;
}
.long-text4 {
    margin: 15px auto;  /* Ajusta según tus necesidades */
    max-width: 95%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1.2rem;
    text-align: justify;
}
.text-event{
    font-family: textFont;
    font-size: 1.8rem;
    
}
.text-event2{
    font-family: textFont;
    font-size: 1.8rem;
    
}
.text-title{
    font-family: textFontB;
    letter-spacing: 2.5px;
}

.text-nav{
    font-family: textFontB;
    letter-spacing: 2.5px;
    font-size: 1.15rem;
}
.texto-wrapper {
    overflow: hidden;
    
}
.texto-central {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    padding: 50px;
    font-family: textFontB;
    letter-spacing: 6px;
    /*background-color: rgba(0, 0, 0, 0.3);*/
    z-index: 1; /* Asegura que el texto esté por encima del carrusel */
}

#texto-dinamico{
    z-index: 1!important;
}
/* Clase para las letras ocultas inicialmente */
.letra-oculta {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    
}

/* Clase para animar la aparición de las letras */
.letra-visible {
    opacity: 1;
    transform: translateY(0px);
}


@media only screen and (max-width: 600px) {
   
    .long-text {
        max-width: 75%;
        font-size: 1.4rem;
    }
    .text-event{
        font-size: 1.8rem;
    }
    
}

/* Estilo base para todas las cajas de texto y áreas de texto */
.form-control {
    transition: box-shadow 0.3s ease-in-out !important;  /* Añade una transición para el cambio de sombra */
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1.1rem;
}
.form-check-label{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1.1rem;
}
/* Efecto cuando el usuario hace clic (o enfoca) en la caja de texto o el área de texto */
.form-control:focus {
    box-shadow: 0 0 5px red !important;
    outline: none !important;
    border-color: rgba(0, 0, 0, 0.2)!important;
}

.form-control:hover {
    background-color: rgba(167, 167, 167, 0.263)!important;
    outline: none !important;
    border-color: rgba(0, 0, 0, 0.2)!important;
}


/*BOTON*/
.boton-efecto {
    border: 2px solid black;  /* borde negro y más fino */
    border-radius: 2em;
    color: black;  /* texto negro */
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-family: textFontB;
    font-size: 1.1rem;
    letter-spacing: 2px;
}

.boton-efecto.clicked {
    transform: scale(0.98);  /* Reducción de tamaño para efecto clicado */
    background-color: rgba(255, 0, 0, 0.8);  /* Color de fondo en clicado */
    color: white;
}

.boton-efecto:hover {
    color: black;
    border-color: red;  /* borde cambia a rojo en hover */
}

.boton-efecto:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;  /* posición inicial fuera del botón */
    width: 50%;
    height: 100%;
    z-index: -1;
    transition: left 0.3s ease-in-out;
}

.boton-efecto:hover:before {
    left: 0;  /* llena el botón en hover */
}

.boton-efecto-C {
    border: 2px solid black;  /* borde negro y más fino */
    border-radius: 2em;
    color: white;  /* texto negro */
    padding: 10px 20px;
    font-size: 16px;
    
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-family: textFontB;
    font-size: 1.1rem;
    letter-spacing: 2px;
    background-color: rgba(80, 79, 79, 0.649);
}
.blockC{
    opacity: 0;
    display: block;
    transform: translateY(20px);
    top: 25px;
    transition: opacity 1s ease, transform 1s ease; 
    margin: 0 auto;
}

.boton-efecto-C:hover {
    color: white;
    border-color: red;  /* borde cambia a rojo en hover */
    background-color: rgba(80, 79, 79, 0.849);
}

.boton-efecto-C:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;  /* posición inicial fuera del botón */
    width: 100%;
    height: 100%;
    background-color: rgba(63, 63, 63, 0.949);
    z-index: -1;
    transition: left 0.4s ease-in-out;
}

.boton-efecto-C:hover:before {
    left: 0;  /* llena el botón en hover */
}

.fas.fa-angle-double-down {
  color: red;
}
/*REDES SOCIALES*/
.fa-linkedin:hover{
    color: #0A66C2;
}
.fa-facebook:hover{
    color: #1877F2;
}
.fa-instagram {  
    margin-top: -14px;
}
.instagram-link {
    position: relative;
    font-size: 1.07em;
    line-height: 1; /* Ajuste de la altura de línea */
  }
  
  .instagram-link i {
    z-index: 1;
    vertical-align: middle; /* Ajuste de alineación vertical */
  }


  .instagram-link::before {
    content: "\f16d";
    font-family: "Font Awesome 5 Brands";
    font-size: 2.04em;
    position: absolute;
    top: 29%;  /* Ajustado para centrar verticalmente */
    left: 0;
    z-index: 0;
    opacity: 0;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    transform: translateY(-50%);  /* Centrado vertical */
  }
  
  .instagram-link:hover::before {
    opacity: 1;
  }
/* Estilos para el navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    padding: 1em;
}

.menu {
    display: flex;
    gap: 1em;
    padding: 1em;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    max-height: 0px;
}

.menu-hamburguesa {
    display: none;
    cursor: pointer;
    padding: 1em;
    
}

.scroll-button {
    position: absolute;
    bottom: 2em;
    left: 50%;
    transform: translateX(-50%);
}

/* Efecto de movimiento para las letras */
.animated-text h1 {
    font-size: 3em; /* Tamaño de texto más grande */
    animation: moving-text 3s infinite;
}

/* Estilos para las secciones adicionales */
.seccion {
    height: 100%;
    transition: opacity 1s ease;
}

.seccion:target {
    opacity: 1;
}

/* Estilos para responsive */
@media only screen and (max-width: 769px) {
    .menu {
        flex-direction: column;
        visibility: hidden;
        position: absolute;
        background-color: white;
        top: 100%;
        left: 0;
        right: 0;
    }
    .menu.desplegado {
        max-height: 600px;
        visibility: visible;
    }

    .menu a {
        padding: 1em;
        border-bottom: 1px solid #ccc;
    }

    .menu-hamburguesa {
        display: block;
    }

    .inner {
        height: 380px!important;
    }
    .korpo{
        padding-top: 25px!important;
    }
    
}
@media only screen and (min-width: 769px) {
    .marginForm{
        margin-top: 15px;
    }
}
@media only screen and (max-width: 991px) {
    .inner {
        height: 420px;
    }
}

@media only screen and (max-width: 541px) {
    .inner {
        height: 260px!important;
    }
}
@media only screen and (max-width: 450px) {
    .services {
        padding: 15px;
    }
}
/* Footer */
footer {
    background-color: rgba(12, 12, 12, 0.849);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    color: white;
    padding: 2em;
  }
  footer a {
    color: white;
    margin: 0 10px;
  }
  footer p {
    color: white;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1.1rem;
  }
  /* Scroll button */
.scroll-downs {
    position:absolute;
    z-index:10;
    right:0;
    left:0;
    margin:auto;
    width :34px;
    height:55px;
    bottom:30px;
}

.scroller {
  display:block;
  height:100px;
  width:100px;
  color:#fff;
  font-size:38px; 
    animation-name:scroll;
    animation-duration:2.2s;
    animation-timing-function:cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count:infinite;
}

.scroller:hover, .scroller:active ,.scroller:focus {
  color:#fff;
}

@keyframes scroll {
    0%, 100% {
        opacity: 0;
        transform: translateY(0px);
    }
    10%, 90% {
        opacity: 0.8;
    }
    20% {
        transform: translateY(10px);
    }
}

/*IMg index*/

.image-flip img{
    width: 90%;
    border: 0.5px solid; 
    border-color: red; 
    
}
.inner {
    display: grid;
    place-items: center;
    transition: transform 0.7s;
    transform-style: preserve-3d;
    position: relative;
}



.front,
.back {
    position: absolute;
    width: 100%;
    backface-visibility: hidden;
    top: 0;
    left: 0;
}
.back {
    transform: rotateY(180deg);
}

/*SERVICIOS*/
.service-div {
    text-align: center;
    /*transition: all 0.5s ease;*/
    /*transition: bg 0.5s ease, box-shadow 0.5s ease, border 0.5s ease; /* Aquí especificamos solo las propiedades que queremos animar */
    padding: 00px 35px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 400px!important;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border:5px solid rgba(0, 0, 0, 0.07);
    opacity: 0; /* inicialmente oculto */
    transform: translateY(-50px); /* iniciar desde arriba */
    animation: slideDown 0.5s ease-out forwards;
}

.service-div h3{
    font-family: textFont;
    letter-spacing: 0.15em;
    margin-top: 15px;
}

.service-div p{
    color: black;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1.1rem;

}
.service-div:hover {
   /* background: #e0e0e0 ;*/
    background-size: cover;
    background-position: center;
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 1);
    font-weight: 550;
    border:5px solid rgba(255, 0, 0, 0.766);
}



#service1 {
    animation-delay: 0.1s;
}

#service2 {
    animation-delay: 0.4s;
}

#service3 {
    animation-delay: 0.7s;
}
#service1:hover{
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('../../images/drive/corpo.jpg');
}

#service2:hover{
    background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('../../images//drive/ocio2.jpg');
}

#service3:hover{
    background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('../../images//drive/salon.jpg');
}

.service-div:hover h3{
    color: red;
    font-weight: 700;
    
}
.serv-text{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1.05rem;
}
.enlace-destacado {
    font-weight: 600;
    color: rgb(255, 52, 52);
}
.enlace-destacado:hover {
    font-weight: 600;
    color: red!important;
}
.service-div:hover .boton-efecto{
    background-color: rgba(49, 49, 49,0.8);
    color: white;
}
.contact-btn {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.ajuste1{
    margin-top: 25px; 
    margin-bottom: 10px;
}
.ajuste2{
    margin-top: 50px; 
    margin-bottom: 10px;
}
.ajuste3{
    margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
    .ajuste1{
        margin-top: 5px; 
        margin-bottom: 10px;
    }
    .ajuste2{
        margin-top: 16px; 
        margin-bottom: 10px;
    }
    .ajuste3{
        margin-top: 14px; 
        margin-bottom: 10px;
    }
    
}

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

    .ajuste2{
        margin-top: 8px; 
        margin-bottom: 10px;
    }
    .ajuste3{
        margin-top: 18px; 
        margin-bottom: 10px;
    }
}
.icon{
    width: 80px;
    margin-top: 20px;
}
/*CONTACTO*/
.mensaje {
    display: none;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.exito {
    background-color: #dff0d8;
    color: #3c763d;
    border: 1px solid #d6e9c6;
}

.error {
    background-color: #f2dede;
    color: #a94442;
    border: 1px solid #ebccd1;
}
.sections-container {
    display: flex;
    flex-direction: column;
}

/*EXPERIENCIA*/
.stats-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding: 20px ;
  }
  
  .stat {
    flex: 1;
  }
  
  .number {
    font-size: 2em;
    font-weight: bold;
    color: red;
  }
  
  .label {
    color: rgb(0, 0, 0);
    font-family: textFontB;
    font-size: 1.1rem;
    letter-spacing: 2px;
  }
  @media (max-width: 600px) {
    .number {
      font-size: 1.5em;
    }
    .label {
      font-size: 0.8em;
    }

  }

/*CAROUSEL*/
.carousel-inner img {
    height: 75vh;
    object-fit: cover;
}

/* Ajustes para pantallas pequeñas */
@media (max-width: 768px) {
    .carousel-inner img {
        height: 75vh; /* Puedes ajustar esto si necesitas más espacio en pantallas más pequeñas */
    }

    .texto-central {
        font-size: 1.1em; /* Tamaño más pequeño para pantallas más pequeñas */
        padding: 20px; /* Reducir el padding también puede ayudar */
    }
    /*.events{
        margin-top: 0px!important;
    }*/
    .text-event2{
        margin-top: 20px;
        
    }
    .sections-container {
        flex-direction: column-reverse;
    }
}

/* Ajustes para pantallas medianas */
@media (min-width: 768px) and (max-width: 1024px) {
    .carousel-inner img {
        height: 75vh; /* Ajuste intermedio para tablets y dispositivos de tamaño similar */
    }
    .texto-central {
        font-size: 1.3em; /* Tamaño más grande para aprovechar el espacio adicional */
    }
    /*.events{
        margin-top: 70px!important;
    }*/
}

@media (max-width: 450px) and (min-height: 741px) and (max-height: 940px) {
    .carousel-inner img {
        height: 78vh; /* Ajuste intermedio para tablets y dispositivos de tamaño similar */
    }
    
}

@media (max-width: 400px) and (min-height: 500px) and (max-height: 670px) {
    .carousel-inner img {
        height: 70vh; /* Ajuste intermedio para tablets y dispositivos de tamaño similar */
    }
    .scroller{
        margin-top: 10px;
    }
}

/* Ajustes para pantallas grandes */
@media (min-width: 1025px) {
    .carousel-inner img {
        height: 77vh; /* Mantén el 80vh para pantallas grandes */
    }
    .texto-central {
        font-size: 1.7em; /* Tamaño más grande para aprovechar el espacio adicional */
    
    }
    .scroller{
        margin-top: 10px;
    }
}

/* Para dispositivos móviles */
@media (max-width: 480px) {
    .texto-central {
        font-size: 0.9em; /* Aún más pequeño para que se ajuste bien en pantallas muy pequeñas */
        padding: 5px; /* Reducción adicional del padding */
    }
    /*.events{
        margin-top: 0px!important;
    }*/
    .text-event2{
        margin-top: -50px;
        
    }
}

@media (max-width: 542px) and (min-width: 470px)  {
    /*.texto-central {
        font-size: 1em; 
        padding: 10px; 
    }*/
    .events{
        margin-top: 75px!important;
    }
}

@media (min-width: 992px) {
    .navbar-collapse {
        top: 27%;
        margin-right: 10px;
    }
    .image-flip img{
        width: 90%;
        margin-top: 30%;   
    }
    .imgNosotros{
        width: 100%;
        margin-top: 12%;
    }
}

@media (min-width: 1300px) {
    .navbar-collapse {
        top: 27%;
        margin-right: 10px;
    }
    .image-flip img{
        width: 90%;
        margin-top: 20%;   
    }
   
}
@media (max-width: 1200px) {
    .stats-container {
        padding: 0px -500px;
    
    }
}

@media (max-width: 992px) {
    .navbar-collapse {
        background-color: rgba(24, 24, 24);

    }
    .image-flip img{
        margin-top: 0%;   
    }
    .imgNosotros{
        width: 100%;
        margin-top: 0%;
    }
}

@media (max-width: 300px) {
    .texto-central {
        font-size: 0.6em; /* Aún más pequeño para que se ajuste bien en pantallas muy pequeñas */
        padding: 10px; /* Reducción adicional del padding */
    }
    /*.events{
        margin-top: -100px!important;
    }*/
}

/*CAJAS SERVICIOS*/
.contact-box {
    background: #fff;
    margin: 20px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.contact-box:hover {
    transform: translateY(-10px);
}

.contact-icon {
    /* Añade aquí el estilo para tu ícono, por ejemplo: */
    margin-bottom: 20px;
    /* ... */
}

/* Asegúrate de que los íconos y textos estén centrados */
.contact-box h3,
.contact-box p {
    text-align: center;
    margin: 10px 0;
}

/* Estilos para las columnas para responsividad */
.col-md-4 {
    flex: 0 0 auto;
    width: 33.333333%;
}

@media (max-width: 768px) {
    .col-md-4 {
        width: 100%;
        margin-bottom: 20px;
    }
}

/*INICIO CENAS NAVIDAD*/
/* Estilos para centrar el contenido del enlace */
.nav-center-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none; /* Sin subrayado en el enlace */
    cursor: pointer; /* Cambia el cursor al pasar por encima */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); /* Centra el enlace en el navbar */
    transition: transform 0.3s ease-in-out; /* Para el hover */
    z-index: 3000; /* Asegura que esté por encima de otros elementos */
}

/* Ajuste del tamaño del ícono */
.icon-nav-center {
    width: 55px; /* Ajusta el tamaño según sea necesario */
    height: auto;
    margin-left: 21px;
    display: block; /* Hace que la imagen ocupe todo el espacio del enlace */
    pointer-events: none; /* Desactiva eventos del ratón sobre la imagen */
}

/* Texto debajo del ícono */
.icon-text {
    color: white;
    margin-top: 5px;
    font-size: 16px;
    font-family: textFontB;
    transition: color 0.3s ease-in-out; /* Transición para el color del texto */
    display: block;
    text-align: center;
    letter-spacing: 1.7px;
    pointer-events: none; /* Desactiva eventos del ratón sobre el texto */
}

/* Efecto de zoom in y zoom out al hacer hover en el enlace */
.nav-center-icon:hover {
    transform: translate(-50%, -50%) scale(1.1); /* Efecto de zoom */
}

.nav-center-icon:hover .icon-text {
    color: #FFD700; /* Cambia el color del texto al hacer hover */
}

.lead2{
    font-size: 1.8rem;
    color: black;
    font-family: textFontB;
}
.texto-desc {
    font-size: 2rem;
    color: black;
    font-family: textFontB;
    letter-spacing: 2px;
}
.w-80 {
    width: 70%;
}

/* Asegurar que se vea bien en pantallas móviles */
@media (max-width: 991.98px) {
    .nav-center-icon {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        margin: 10px auto;
    }
    .texto-desc {
        font-size: 1.5rem;
        color: black;
        font-family: textFontB;
        letter-spacing: 1.5px;
    }
    .lead2{
        font-size: 1.5rem;
        color: black;
        font-family: textFontB;
    }
}

/* Asegurar que se vea bien en pantallas móviles */
@media (max-width: 380.98px) {
.nav-center-icon {
        margin: 0px auto;
    }
    
/* Ajuste del tamaño del ícono */
.icon-nav-center {
    width: 50px; /* Ajusta el tamaño según sea necesario */
    height: auto;
    margin-left: 21px;
    display: block; /* Hace que la imagen ocupe todo el espacio del enlace */
    pointer-events: none; /* Desactiva eventos del ratón sobre la imagen */
}
/* Texto debajo del ícono */
.icon-text {
    margin-top: 5px;
    font-size: 12px;
    font-family: textFontB;
    letter-spacing: 1.7px;

}
}


/* Asegurar que se vea bien en pantallas móviles */
@media (max-width: 362px) {
    /* Ajuste del tamaño del ícono */
    .icon-nav-center {
        width: 45px; /* Ajusta el tamaño según sea necesario */
        height: auto;
        margin-left: 22px;
        display: block; /* Hace que la imagen ocupe todo el espacio del enlace */
        pointer-events: none; /* Desactiva eventos del ratón sobre la imagen */
    }
    /* Texto debajo del ícono */
    .icon-text {
        margin-top: 5px;
        font-size: 11px;
        font-family: textFontB;
        letter-spacing: 1.7px;
    
    }
    }

/*FIN CENAS NAVIDAD*/

/*SERVICIOS INICIO*/

.service-box {
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 0.3s ease-out, transform 0.4s ease-out;
    text-align: center;
    padding: 20px;
    border: 0px solid #ddd;
    border-radius: 4px;
    margin: 10px;
  }

  .service-box.visible {
    opacity: 1;
    transform: translateY(0);
  }

  .service-box i {
    font-size: 54px;
    margin-bottom: 10px;
    color: #000;
  }
  

/*ANIMACION DE SERVICIOS Y INDEX INFO*/
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.was{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.was a{
	text-decoration: none;
}

.my-was{
	margin-top:16px;
}

@media (max-width: 768px) {
    .was{
        position:fixed;
        width:60px;
        height:60px;
        bottom:20px;
        right:15px;
        background-color:#25d366;
        color:#FFF;
        border-radius:50px;
        text-align:center;
        font-size:30px;
        box-shadow: 2px 2px 3px #999;
      z-index:100;
    }
}