@font-face {
    font-family: 'KellySlab';
    src: url('../fonts/KellySlab-Regular.ttf') format('truetype');
        font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ExoMedium';
    src: url('../fonts/Exo-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


/********** Template CSS **********/
:root {
    --primary: #32b4e1;
    --secondary: #525368;
    --light: #E8F5E9;
   /* --dark: #0F4229;*/
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


.titulo {
    font-size: 2.0em; /* Tamaño grande para destacar el título */
    font-weight: bold; /* Acentuar el peso de la fuente */
    color: #32b4e1; /* Color personalizado */
    letter-spacing: 2px; /* Espaciado entre letras */
    margin-top: 2px; /* Espacio en la parte superior */
    font-family: 'ExoMedium';
}

.subtitulo {
    color: #FFFFFF;
    padding-top: -12px;
    font-size: 35pt;

}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
    font-family: 'ExoMedium';
    
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
    color: #32b4e1;
    font-family: 'ExoMedium';
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
    font-family: 'ExoMedium';
}

i {
    color: #32b4e1;
}

body {
    background-color: #262626;
    color: #FFFFFF;
   font-family: 'Gilroy-Regular';
}

/*Css btn*/ 
/**estilo boton**/
.btn_style {
    border-radius: 66px 66px 66px 66px;
    background: rgb(11,11,11);
    background: linear-gradient(90deg, rgba(11,11,11,0.9921218487394958) 0%, rgba(8,4,50,0.9753151260504201) 68%, rgba(31,31,68,1) 97%);
    color: #FFFFFF;
    border: 2px solid #32b4e1;
    font-weight: bold;
}
/* efecto todos los botones */
.btn_style:hover {
    color: #262626;
    background: rgb(50,180,225);
    background: linear-gradient(90deg, rgba(50,180,225,0.7932422969187676) 0%, rgba(50,180,225,1) 50%, rgba(50,180,225,0.7932422969187676) 98%);
    font-weight: bold;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar{
    background-color: #000000;
}
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 80px;
    font-family: 'ExoMedium';
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    outline: none;
    font-family: 'ExoMedium';
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #32b4e1;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: 'ExoMedium';
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(22, 22, 22, 0.6);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: #32b4e1;
    border: 10px solid #32b4e1;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}


/*Imagenes de Banner de cada pagina */
.page-header {
    background: linear-gradient(rgba(11, 11, 11, 0.6), rgba(0, 0, 0, 0.6)), url(../img/banner3.jpg) center center no-repeat;
    background-size: cover;
}


.header-servicios {
    background: linear-gradient(rgba(11, 11, 11, 0.6), rgba(0, 0, 0, 0.6)), url(../img/banner/servicios-banner.jpeg) center center no-repeat;
    background-size: cover;
}


.header-contactanos {
    background: linear-gradient(rgba(11, 11, 11, 0.6), rgba(0, 0, 0, 0.6)), url(../img/banner/contactanos-banner.jpeg) center center no-repeat;
    background-size: cover;
}

.header-nuestra-experiencia {
    background: linear-gradient(rgba(11, 11, 11, 0.6), rgba(0, 0, 0, 0.6)), url(../img/banner/experiencia-banner.jpeg) center center no-repeat;
    background-size: cover;
}


.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Top Feature ***/
@media (min-width: 991.98px) {
    .top-feature {
        position: relative;
        margin-top: -80px;
        z-index: 1;
    }
}


/*** Facts & Quote ***/
.facts,
.quote {
    background: rgba(32, 33, 32, 0.6);
}


/*** Service ***/
.service-item {
    position: relative;
    text-align: center;
}

.service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    transform: scale(1.2);
    transition: .3s;
    z-index: -1;
}

.service-item:hover .service-img img {
    transform: scale(1);
}

.service-item .service-text {
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .3s;
}

.service-item:hover .service-text {
    background: rgba(15, 66, 41, .6);
}

.service-item .service-text h4,
.service-item .service-text p {
    transition: .3;
}

.service-item:hover .service-text h4 {
    color: #FFFFFF;
}

.service-item:hover .service-text p {
    color: var(--light);
}

.service-item .service-text .btn-square {
    width: 100px;
    height: 100px;
    background: transparent;
    transition: .5s;
}

.service-item:hover .service-text .btn-square {
    background: var(--light);
}

.service-item .service-text .btn {
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: var(--light);
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
}

.service-item:hover .service-text .btn {
    width: 112px;
}


/*** Project Portfolio ***/
#portfolio-flters {
    display: inline-block;
    background: var(--light);
    padding: 10px 15px;
}

#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--primary);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--dark);
    border-color: var(--dark);
}

.portfolio-inner {
    position: relative;
    overflow: hidden;
}

.portfolio-inner::before,
.portfolio-inner::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(15, 66, 41, .6);
    transition: .5s;
}

.portfolio-inner::after {
    left: auto;
    right: 0;
}

.portfolio-inner:hover::before,
.portfolio-inner:hover::after {
    width: 50%;
}

.portfolio-inner .portfolio-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.portfolio-inner:hover .portfolio-text {
    transition-delay: .3s;
    opacity: 1;
}

.portfolio-inner .portfolio-text .btn {
    background: var(--light);
    color: var(--primary);
}

.portfolio-inner .portfolio-text .btn:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #FFFFFF;
    background: #262626;
}

.copyright a {
    color: #FFFFFF;
}

.copyright a:hover {
    color: var(--primary);
}




/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
    background-color: var(--surface-color);
    padding: 20px 0 30px 0;
    box-shadow:0 0 45px rgba(50, 180, 255, 0.200);
}

.contact .info-item i {
    font-size: 20px;
    color: var(--accent-color);
    width: 56px;
    height: 56px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    border: 2px dotted color-mix(in srgb, var(--accent-color), transparent 40%);
  }
  
  .contact .info-item h3 {
    font-size: 20px;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
  }
  
  .contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
  }
  
  .contact .php-email-form {
    background-color: var(--surface-color);
    height: 100%;
    padding: 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  }
  
  @media (max-width: 575px) {
    .contact .php-email-form {
      padding: 20px;
    }
  }
  
  .contact .php-email-form input[type=text],
  .contact .php-email-form input[type=email],
  .contact .php-email-form textarea {
    font-size: 14px;
    padding: 10px 15px;
    box-shadow: none;
    border-radius: 0;
    color: var(--default-color);
    background-color: var(--surface-color);
    border-color: color-mix(in srgb, var(--default-color), transparent 80%);
  }
  
  .contact .php-email-form input[type=text]:focus,
  .contact .php-email-form input[type=email]:focus,
  .contact .php-email-form textarea:focus {
    border-color: var(--accent-color);
  }
  
  .contact .php-email-form input[type=text]::placeholder,
  .contact .php-email-form input[type=email]::placeholder,
  .contact .php-email-form textarea::placeholder {
    color: color-mix(in srgb, var(--default-color), transparent 70%);
  }
  
  .contact .php-email-form button[type=submit] {
    color: var(--contrast-color);
    background: var(--accent-color);
    border: 0;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 50px;
  }
  
  .contact .php-email-form button[type=submit]:hover {
    background: color-mix(in srgb, var(--accent-color), transparent 20%);
  }
  


/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/

/*CSS to prevent the images from appearing too large initially:*/
/* Add this to your CSS */
  .swiper-slide img {
    max-width: 100%;
    height: auto;
    opacity: 0; /* Start with invisible images */
    transition: opacity 0.3s ease;
  }
  
  .swiper-initialized .swiper-slide img {
    opacity: 1; /* Make visible once swiper is initialized */
  }
  
  /* Constrain the swiper container height */
  .swiper {
    max-height: 60vh;   /*Valor anterior 45vh prueba*/
    overflow: hidden;
  }
/*****************************************************************/


.gallery {
    overflow: hidden;
  }
  
  .gallery .swiper-wrapper {
    height: auto;
  }
  
  .gallery .swiper-pagination {
    margin-top: 10px;
    position: relative;
  }
  
  .gallery .swiper-pagination .swiper-pagination-bullet {
    background-color: var(--background-color);
    border: 1px solid var(--accent-color);
    width: 10px;
    height: 12px;
    opacity: 1;
  }
  
  .gallery .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--accent-color);
  }
  
  .gallery .swiper-slide-active {
    text-align: center;
  }
  
  @media (min-width: 992px) {
    .gallery .swiper-wrapper {
      padding: 25px 0;
    }
  
    .gallery .swiper-slide-active {
      background: var(--background-color);
      border: 6px solid var(--accent-color);
      padding: 2px;
      z-index: 1;
      transform: scale(1.2);
      transition: none;
    }
  }



    /* Estilo para los sliders */
.gallery .swiper-slide {
    position: relative;
    overflow: hidden;
    border-radius: 10px; /* Bordes redondeados */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra sutil */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Transición suave */
  }
  
  .gallery  .swiper-slide img {
    transition: opacity 0.3s ease; /* Transición de opacidad */
    border-radius: 10px;
  }
  
  .gallery  .swiper-slide:hover {
    transform: scale(1.15); /* Agrandar imagen en hover */
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15); /* Aumentar sombra en hover */
    
  }
  
  /* Añadir zoom o efecto visual al pasar el ratón */
  .gallery  .swiper-slide:hover img {
    opacity: 0.8;
  }
  
  
  
  /* Contenedor de imágenes */
  /*.gallery .image-container {
    position: relative;
  }*/

  /* Add this to your existing CSS */
.gallery .image-container {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

/* Style for the text overlay */
.service-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
   /* background-color: rgba(0, 0, 0, 0.7);*/
    color: white;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    z-index: 20; /* Higher z-index to ensure it's above both images */
    transition: background-color 0.3s ease;
}


/*DEFINE LAS SECCIONES Galeria de fotos nuestra experiencia*/
main {
    display: flex;
    flex-direction: column; /* Coloca las secciones una debajo de otra */
  }
  
  section {
    margin-bottom: 90px; /* espacio entre secciones */
    padding: 30px; /* espacio interno */
   /* border: 1px solid #ccc;*/ /* borde opcional */
  }
  

/* Mejora para dispositivos más pequeños */
@media (max-width: 480px) {
   /* Style for the text overlay */
    .service-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    /* background-color: rgba(0, 0, 0, 0.7);*/
        color: #FFFFFF;
        padding: 25px;
        text-align: center;
        font-weight: bold;
        z-index: 20; /* Higher z-index to ensure it's above both images */
        transition: background-color 0.3s ease;
        font-size: 14px;
    }

  /*Zoom de imagen para dispositivos mas pequeños*/
    .gallery  .swiper-slide img {
    transition: opacity 0.1s ease; /* Transición de opacidad */
    border-radius: 10px;
    }

    .gallery  .swiper-slide:hover {
        transform: scale(0.95); /* Agrandar imagen en hover */
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15); /* Aumentar sombra en hover */
        
    }

    /*DEFINE LAS SECCIONES*/
    main {
        display: flex;
        flex-direction: column; /* Coloca las secciones una debajo de otra */
    }
    
    section {
        margin-bottom: 30px; /* espacio entre secciones */
        margin-top: 20px;
        padding: 10px; /* espacio interno */
    /* border: 1px solid #ccc;*/ /* borde opcional */
    }





}



@media (min-width: 712px) and (max-width: 1138px){
   /* Style for the text overlay */
    .service-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* background-color: rgba(0, 0, 0, 0.7);*/
    color: #FFFFFF;
    padding: 35px;
    text-align: center;
    font-weight: bold;
    z-index: 20; /* Higher z-index to ensure it's above both images */
    transition: background-color 0.3s ease;
    font-size: 23px;
    }

    /*Zoom de imagen para dispositivos mas pequeños*/
    .gallery  .swiper-slide img {
        transition: opacity 0.1s ease; /* Transición de opacidad */
        border-radius: 10px;
    }
    
    .gallery  .swiper-slide:hover {
        transform: scale(0.95); /* Agrandar imagen en hover */
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15); /* Aumentar sombra en hover */
        
    }


    /*DEFINE LAS SECCIONES*/
    main {
        display: flex;
        flex-direction: column; /* Coloca las secciones una debajo de otra */
    }

    section {
        margin-bottom: 30px; /* espacio entre secciones */
        margin-top: 20px;
        padding: 10px; /* espacio interno */
    /* border: 1px solid #ccc;*/ /* borde opcional */
    
    }


}

/* Ensure text remains visible on hover with a color change */
/*.gallery .swiper-slide:hover .service-caption {
    background-color: rgba(50, 180, 225, 0.8); /* Match your brand blue color */
/*}*/


  
  .gallery .primary-img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  /*.gallery .hover-img {
    display: none; /* Ocultar la imagen de hover por defecto */
   /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }*/

  
/* Ensure hover-img doesn't cover the caption */
.gallery .hover-img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10; /* Lower than the caption z-index */
}

  /*CSS Slider Servicios*/
.services .swiper-slide:hover .primary-img {
    opacity: 0; /* Desaparecer la imagen original */
  }
  
  .services .swiper-slide:hover .hover-img {
    display: block; /* Mostrar la imagen de hover */
  }
  

  /*Slider de CLientes*/
  .clients .swiper-slide img {
    transition: 0.3s;
    border-radius: 15px;
    width: 100%;  /* Asegura que las imágenes no excedan el contenedor */
    max-width: 200px;  /* Ajuste para limitar el tamaño máximo en pantallas más grandes */
    height: auto; /* Mantiene la relación de aspecto */
}

/* Mejora para dispositivos más pequeños */
@media (max-width: 480px) {
    .clients .swiper-slide img {
    max-width: 180px; /* Ajuste adicional en pantallas muy pequeñas */
    }
}

@media (max-width: 320px) {
    .clients .swiper-slide img {
    max-width: 120px; /* Ajuste para móviles más pequeños */
    }
}




/* Estilo base para el selector de idioma */
#language-selector {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #000000;
    color: white;
    border: none;
    border-radius: 0;
    padding: 8px 30px 8px 15px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    outline: none;
    max-width: 100%;
    width: auto;
    font-family: 'ExoMedium';
  }
  
  /* Quitar la flecha predeterminada y añadir nuestra propia flecha personalizada */
  #language-selector::-ms-expand {
    display: none;
  }
  
  #language-selector::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
    pointer-events: none;
  }
  
  /* Estilo para cuando se hace hover */
  #language-selector:hover {
    background-color: #000000;
    color: #32b4e1;
    box-shadow: none;
  }
  
  /* Estilo para cuando está enfocado (similar a cuando está activado el switch) */
  #language-selector:focus {
    background-color: #000000;
    color: #32b4e1;
    box-shadow: none;
    outline: none;
  }
  
  /* Estilo para las opciones del select */
  #language-selector option {
    background-color: #000000;
    color: white;
    padding: 10px;
  }
  
  /* Efecto hover para las opciones */
  #language-selector option:hover {
    background-color: #000000;
    color: #32b4e1;
  }
  
  /* Para simular hover en opciones ya que CSS no soporta :hover en option directamente */
  #language-selector option:checked {
    background-color: #000000;
    color: #32b4e1;
  }
  
  /* Añadir un contenedor para tener más control sobre la apariencia tipo switch */
  .language-switch-container {
    position: relative;
    display: inline-block;
    max-width: 100%;
    background-color: #000000;
  }
  
  .language-switch-container::after {
    content: '↓';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    pointer-events: none;
    font-size: 12px;
  }
  
  /* Media queries para dispositivos de diferentes tamaños */
  @media screen and (max-width: 768px) {
    #language-selector {
      font-size: 18px;
      padding: 7px 28px 7px 12px;
    }
    
    .language-switch-container::after {
      right: 10px;
      font-size: 10px;
    }
  }
  
  @media screen and (max-width: 480px) {
    #language-selector {
      font-size: 18px;
      padding: 6px 26px 6px 10px;
      border-width: 1px;
    }
    
    .language-switch-container::after {
      right: 8px;
      font-size: 9px;
    }
  }
  
  /* Para dispositivos muy pequeños */
  @media screen and (max-width: 320px) {
    #language-selector {
      font-size: 18px;
      padding: 5px 22px 5px 8px;
      border-radius: 0;
    }
    
    .language-switch-container {
      width: 100%;
      max-width: 160px;
    }
  }



/* Estilos base para el botón ECO Networks */
.eco-networks-btn {
    background-color: #32b4e1;
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    
  }
  
  /* Efecto hover en escritorio */
  .eco-networks-btn:hover {
    background-color: #2a99c0;
    color: #ffffff;
  }
  
  /* Media query para tablets */
  @media (max-width: 992px) {
    .eco-networks-btn {
      padding: 12px 20px;
      font-size: 14px;
    }
    
    .eco-networks-btn:hover {
      background-color: transparent;
      color: #32b4e1;
      border: 1px solid #32b4e1;
    }
  }
  
  /* Media query para móviles */
  @media (max-width: 768px) {
    .eco-networks-btn {
      background-color: transparent;
      color: #32b4e1;
      border: 1px solid #32b4e1;
      padding: 10px 18px;
      font-size: 13px;
    }
    
    .eco-networks-btn:hover, 
    .eco-networks-btn:active,
    .eco-networks-btn:focus {
      background-color: transparent;
      color: #32b4e1;
      border-color: #32b4e1;
      opacity: 0.8;
    }
    
    .eco-networks-btn i {
      font-size: 12px;
    }
  }
  
  /* Media query para dispositivos muy pequeños */
  @media (max-width: 480px) {
    .eco-networks-btn {
      width: 100%;
      text-align: center;
      padding: 8px 15px;
      font-size: 16px;
    }
  }
  
  /* Estilos específicos para comportamiento táctil */
  @media (pointer: coarse) {
    .eco-networks-btn:active {
      background-color: transparent;
      color: #32b4e1;
      transform: scale(0.98);
    }
  }


  /* Cambio de color a blanco cuando se hace hover */
.back-to-top:hover i {
  color: #ffffff; /* Cambia a blanco al hacer hover */
}