/* NAVVVVVBAR */
/* Asegúrate de que no haya márgenes inesperados */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; /* Incluye el padding y border en el cálculo del ancho */
}
body{
    font-family: 'Arial', sans-serif;
}
.logo {
    width: 65px;
    height: 47px;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px 0px;
    background-color: #111C22;
    /* Ajusta el color de fondo según sea necesario */
    z-index: 999;
    /* Asegura que el menú esté en la parte superior */
}

.link {
    text-decoration: none;
    font-family: Roboto, sans-serif;
    /* Cambia la fuente del texto */
    font-size: 17px;
    /* Ajusta el tamaño del texto */
    color: #fff;
    /* Cambia el color del texto */
    text-decoration: none;
    /* Quita el subrayado del enlace */
    transition: color 0.3s ease;

}

.link:hover {
    color: #0e9961;

}

@keyframes link {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.link.active {
    font-size: 18px;
    font-weight: bold;
    background: linear-gradient(270deg, #0e9961, #0c8051, #0a6e46, #16a03f);
    background-size: 400% 400%;
    /* Ajuste de tamaño para una transición más suave */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: link 5s ease infinite;
    letter-spacing: -1.0px;
    /* Ajuste del espaciado entre letras */
}

#linkcer {
    border: 2px solid #0e9961;
    padding: 7px;
    border-radius: 7px;
    font-weight: 600;
}

#linkcv {
    border: 2px solid #0e9961;
    background-color: #0e9961;
    padding: 7px;
    border-radius: 7px;
    font-weight: 600;
}

#linkcv:hover {
    color: #167733;
    background-color: transparent;
    padding: 7px;
    border-radius: 7px;
    font-weight: 600;
}

.nav-links {
    display: flex;
    gap: 1.2rem;
    list-style: none;
}

nav ul {
    margin-right: 10px;
    display: flex;
    gap: 1.2rem;
    list-style: none;
}

.menu-icon {
    display: none;
}

@media only screen and (max-width: 768px) {
    nav {
        padding: 12px 20px;
        /* Reduce el espacio al ajustar la pantalla */
    }

    .menu-icon {
        display: block;
        color: #fff;
        /* Color blanco para el icono */
        background: none;
        border: none;
        font-size: 1.5rem;
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: rgb(49, 49, 49);
        flex-direction: column;
        text-align: right;
        /* Alinea el texto a la derecha */
    }

    .nav-links.active {
        display: flex;
        /* Muestra la lista cuando la clase 'active' está presente */

    }

    .nav-links li {
        margin: 4px 0px;
        margin-right: 50px !important;
    }
}


/* NAVVVVV */
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: linear-gradient(170deg, #04546b 0%, #00181f 50%, #0c364f 100%);
    font-family: Arial, Helvetica, sans-serif;
}
.container{
    width: 70%;
    /* Ocupa el 70% del ancho de la pantalla */
    max-width: 1200px;
    /* Opcional: Limita el ancho máximo para pantallas grandes */
    margin: 0 auto;
    /* Centra horizontalmente */
    align-items: center;
}



/* -----inicio del boton desplegable ----- */

.custom-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.custom-nav li {
    position: relative;
}

.custom-nav a {
    display: block;
    text-decoration: none;
    color: #fff;

    /* Cambia la fuente del texto */
    font-family: Roboto, sans-serif;
    /* Cambia la fuente del texto */
    font-size: 17px;

}

.custom-nav a:hover {
    background-color: #14242c;
    color: #0e9961;
    font-weight: 600;
}

/* Estilos para el dropdown */
.custom-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #111C22;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-dropdown a {
    padding: 10px 20px;
    white-space: nowrap;
}

.custom-nav li:hover .custom-dropdown {
    display: block;
}

/* ----- end boton desplegable ----- */
/* NAVVVV */
@media (max-width: 768px) {
    nav {
        justify-content: space-between;
    }

    .nav-links {
        background-color: #0D161D;
        text-align: left;
        padding-left: 15px;
        padding-bottom: 10px;
    }


}

@media (max-width: 990px) {
    nav {
        padding: 12px 20px;
        /* Reduce el espacio al ajustar la pantalla */
    }

    .menu-icon {
        display: block;
        color: #fff;
        /* Color blanco para el icono */
        background: none;
        border: none;
        font-size: 1.5rem;
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: rgb(49, 49, 49);
        flex-direction: column;
        text-align: right;
        /* Alinea el texto a la derecha */
    }

    .nav-links.active {
        display: flex;
        /* Muestra la lista cuando la clase 'active' está presente */

    }

    .nav-links li {
        margin: 4px 0px;
        margin-right: 50px !important;
    }

    nav {
        justify-content: space-between;
    }

    .nav-links {
        background-color: #0D161D;
        text-align: left;
        padding-left: 15px;
        padding-bottom: 10px;
        margin-top: 0px;
    }
}

/* NAVVVVVBAR */

/* ---------------------------------------------------------------*/
/* Curso*/
.curso-header {
    margin-top: 4rem;
    width: 100%;
    /* Asegura que ocupe el 100% del ancho de la pantalla */
    background: linear-gradient(45deg, #001e26 50%, #075b7d 100%);
    padding: 2rem 0;
    /* Ajusta el padding según sea necesario */
}

.curso-row {
    display: flex;
    width: 70%;
    flex-wrap: wrap;
    /* Ocupa el 70% del ancho de la pantalla */
    max-width: 1200px;
    /* Opcional: Limita el ancho máximo para pantallas grandes */
    margin: 0 auto;
    /* Centra horizontalmente */
    justify-content: center;
    /* Espacio entre los elementos */
    align-items: center;
}
.curso-info li{
    list-style: none;
    padding-bottom: 3px;
    font-weight: 600;
}
.custom-icon {
    color: #00b894;
}
.curso-imagen,
.curso-info {
    width: 50%;
    box-sizing: border-box;
}
.curso-imagen {
    text-align: center;
    width: 50%;
    box-sizing: border-box;
}
.curso-imagen img {
    width: 100%;
    height: 100%;
    max-width: 470px;
    border-radius: 10px;
    transition: transform 0.3s ease;
 /* Asegura que la imagen sea un bloque para el posicionamiento */
    margin: 0 auto; /* Centra la imagen horizontalmente */
}
.main-image {
    width: 100%;
    height: auto;
    max-width: 450px;
    border-radius: 10px;
    display: block; /* Asegura que la imagen sea un bloque para el posicionamiento */
}
.small-image {
    display: none; /* Oculta la imagen pequeña en pantallas grandes */
    width: 100%;
    height: auto;
    max-width: 450px;
    border-radius: 10px;
    position: absolute; /* Posiciona la imagen sobre la imagen principal */
    top: 0;
    left: 0;
}
.curso-imagen:hover img {
    transform: scale(1.1); /* Agranda la imagen al pasar el mouse */
}

.curso-info {
    color: #ffffff;
    /* Color del texto */
    width: 50%;
    box-sizing: border-box;
}

.curso-info h1 {
    font-size: 2rem;
    color: #f1f1f1;

}
.btn-row{
    margin-top: 10px;
    display: flex;
}
.curso-info p {
    margin: 1rem 0;
    line-height: 1.4;
    text-align: justify;
    color: #ddd;

}
.boton-inscribirse {
    background-color: #00b894;
    color: #ffffff;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s;
    margin-right: 8px;
}
.boton-inscribirse:hover{
    border: #00b894 solid 2px;
    background-color: transparent;
    font-weight: 700;
}
.boton-inscribirse a{
    color: #ddd;
    text-decoration: none;
}
.boton-brochure {
    background-color: transparent;
    color: #ffffff;
    padding: 0.75rem 1.5rem;
    border: #00b894 solid 2px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s;
}
.boton-brochure:hover{
    background-color: #00b894;
    font-weight: 700;
}
.boton-brochure a{
    color: #ddd;
    text-decoration: none;
}

.boton-empezar:hover {
    background-color: #008060;
}

@media (max-width: 1400px) {
    body {
        margin: 0;
        padding: 0;
    }
    .curso-row{
        width: 80%;

    }
}
@media (max-width: 1200px) {
    .curso-row{
        width: 88%;

    }
}
@media (max-width: 1115px) {
    .curso-row{
        width: 94%;

    }
}
@media (max-width: 1010px) {
    .main-image {
        display: none; /* Oculta la imagen principal en pantallas pequeñas */
    }
    .small-image {
        display: block; /* Muestra la imagen pequeña en pantallas pequeñas */
        
    }
    .curso-row{
        flex-direction: column;
        width: 100%;
        display: flex;
    }
    .curso-imagen{
        width: 100%;
        margin-bottom: 360px;
    }
    .curso-imagen img{
        height: 470px;
        padding-top: 72px;
        max-width: 100%;
        border-radius: 0px;
    }
    .curso-info{
        width: 100%;
        padding: 25px;
    }
}

@media (max-width: 850px) {
    .curso-info h1 {
        font-size: 1.9rem;   
    }
}
@media (max-width: 768px) {
    .curso-info h1 {
        font-size: 1.8rem;
    }
    .curso-header{
        background: linear-gradient(45deg, #001e26 50%, #075b7d 100%);
    }
    .curso-row{
        flex-direction: column;
        width: 100%;
        display: flex;
    }
    .curso-imagen{
        width: 100%;
        margin-bottom: 370px;
    }
    .curso-info{
        width: 100%;
        padding: 14px;
    }
    

}
@media (max-width: 650px) {
    .curso-info h1 {
        font-size: 1.7rem;
    }
    .curso-imagen{
        margin-bottom: 355px;
    }
    .curso-imagen img{
        height: 455px;
    }
}
@media (max-width: 550px) {
    .curso-info h1 {
        font-size: 1.5rem;
    }
    .curso-imagen img{
        height: 455px;
    }
}
@media (max-width: 500px) {
    .curso-imagen img{
        height: 450px;
    }
}
@media (max-width: 480px) {
    .curso-imagen img{
        height: 440px;
    }
    .btn-row{
       justify-content: center;
    }
    .curso-imagen{
        margin-bottom: 335px;
    }
    body {
        margin: 0;
        padding: 0;
    }
}
/* end Curso*/
/* inicio cuadro de certificado anuncio */
/* General Styles */
.custom-info-wrapper {
    margin: 30px auto;
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.custom-info-box,
.custom-info-box-2 {
    background-color: #111c22;
    border-radius: 15px;
    border-top: 6px solid;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
    padding: 20px 15px 10px 25px;
    flex: 1;
    transition: transform 0.3s, box-shadow 0.5s, background-color 0.3s;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.custom-info-box {
    border-top-color: #8a8b2e;
}

.custom-info-box-2 {
    border-top-color: #0194ce;
}

.custom-info-box:hover{
    transform: scale(1.05);
    box-shadow: 0 1px 25px rgba(87, 90, 40, 0.212);
}
.custom-info-box-2:hover {
    transform: scale(1.05);
    box-shadow: 0 1px 25px rgba(17, 111, 133, 0.356);
}

.custom-info-box::before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top left, rgba(156, 133, 4, 0.1), rgba(0,0,0,0) 70%);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: -1;
}
.custom-info-box-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top left, rgba(2, 118, 172, 0.1), rgba(0,0,0,0) 70%);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: -1;
}

.custom-info-box:hover::before,
.custom-info-box-2:hover::before {
    opacity: 1;
}

.cuadro-text {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.custom-icono h2 {
    color: #ddd;
    margin: 0;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
}

.custom-icono i {
    font-size: 36px;
    margin-right: 10px;
    transition: color 0.3s;
}
.fa-solid.fa-medal{
    font-size: 35px;
    color: #0194ce;
    padding-right: 5px;
  }
  .fa-solid.fa-tv{
    font-size: 35px;
    color: #8a8b2e;
    padding-right: 5px;
  }

.custom-info-box:hover .custom-icono i,
.custom-info-box-2:hover .custom-icono i {
    color: #00b894;
}

.custom-info-content p {
    font-size: 16px;
    color: #b1b1b1;
    line-height: 1.6;
}

.custom-info-content a {
    color: #00b894;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
}
.custom-info-content a:hover {
    text-decoration: underline;
    color: #0194ce;

}
@media (max-width: 1010px) {
    .container{
        width: 90%;
    }
    body {
        margin: 0;
        padding: 0;
    }
}
@media (max-width: 768px) {
    .container{
        width: 100%;
    }
    .custom-info-wrapper {
        padding: 12px;
        flex-direction: column;

    }
    
}
  /* fin cuadro de certificado anuncio */
  



/* carrusel */
/* Estilos CSS personalizados */
/* Estilos personalizados para el acordeón */
.container-two{
    width: 70%;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    margin-bottom: 60px;
    margin-top: 40px;
}
.body-carrusel{
    background: linear-gradient(90deg, #0D1A2D 50%, #0D1A2D 100%);
}
  .tab {
      display: none;
  }
  
  .tab.active {
      display: block;
  }
  
  .tab-links {
      margin-bottom: 20px;
      display: flex;
      flex-wrap: wrap;
      flex: 1 0 100%;
      color: #4e4e4e;
  }

  .custom-icon2:hover{
    color: #0194ce;
  }
  .tab-links a {
      padding: 10px 20px;
      margin-right: 0px;
      border-radius: 1px;
      border-bottom: 2px solid #4e4e4e;
      background-color: #ce151500;
      color: #c9c9c9;
      text-decoration: none;
      transition: background-color 0.3s ease;
      
  }
  
  .tab-links a:hover {
      border-bottom: 4px solid #6dc6e9dc;
      color: #6dc6e9dc;
      font-weight: 600;
      text-decoration: none;
  }
  .tab-links a.active .custom-icon2 {
    color: #0194ce;
  }
  .tab-links a.active {
      color: #058bc0;
      font-weight: 700;
      border-bottom: 4px solid #03a0df;
  }
  
  .tab h2 {
      font-size: 24px;
      margin-bottom: 20px;
  }
  
  .tab p {
      font-size: 18px;
      color: #ccc;
      line-height: 1.6;
  
  }
  .fondotext{
    padding: 18px 20px;
    transition: all 0.5s ease;
    box-shadow: 0px 2px 2px 2px rgba(121, 121, 121, 0.192);
    background-color: #091F2D;
    border-radius: 10px;
    border: #488ABC solid 1px;
  }
  .fondotext:hover{
    cursor: pointer;
    border: none;
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(2, 43, 61, 0.2);
    -moz-box-shadow: 0px 1px 4px 0px rgba(2, 47, 73, 0.253);
    box-shadow: 0px 4px 4px 4px rgba(27, 76, 99, 0.24);
    transform: scale(2.0); /* Aumenta el tamaño en un 5% */
    transform: translateY(-10px);
    animation: grow 0.5s ease forwards;
    border-radius: 10px;
    border: #488ABC solid 1px;
  }
  
  /* Estilos personalizados para el acordeón 45C8E5 */
  /* FOLDER CUADRO*/
  .folder {
    background-color: #091F2D;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    color: #b9b9b9;
  }
  
  .folder-content {
    padding: 20px;
  }
  .folder-content td{
    text-align: left;
    padding: 13px;
  }
  .folder-content th{
    text-align: left;
    padding: 20px;
  }
  .folder-content2 td{
    text-align: center;
    padding: 20px;
  }
  .folder-content2 th{
    text-align: center;
    padding: 20px;
  }
  .centered-text {
    vertical-align: middle; /* Centra el texto verticalmente */
    text-align: center; /* Centra el texto horizontalmente */ /* Añade algo de espacio alrededor del texto si es necesario */
    color:#3aa1c9 ;
}
  table {
    width: 100%;
    border-collapse: collapse;
  }
  
  th, td {
    padding: 8px;
    text-align: left;
    font-size: 18px;
    border-bottom: 1px solid #488ABC !important;
  }
  th{
    color: #45C8E5 !important;
  }

  th {
    text-align: center !important;
  }
  .letra-td{
    font-size: 18px;
  }
  @media (max-width: 1010px) {
    .container-two{
        width: 90%;
    }
    }
  @media (max-width: 768px) {
    body {
        margin: 0;
        padding: 0;
    }
    .container-two{
        width: 98%;
    }
    .tab-links {
        display: flex; /* Asegura que sea un flexbox */
        flex-direction: column; /* Cambia la dirección a columna */
        width: 300px; /* Establece un ancho fijo para el contenedor */
        margin: 0 auto; /* Centra horizontalmente el contenedor */
        text-align: center;
        margin-bottom: 18px;
    }
    .tab-links a {
        padding: 10px 20px;
        margin: 2px;
        border-radius: 1px;
        border-radius: 6px;
        border: 2px solid #488ABC;
        background-color: transparent;
        color: #c9c9c9;
        text-decoration: none;
        transition: background-color 0.3s ease;
        
    }
    
    .tab-links a:hover {
        border: 2px solid #0194ce;
        background-color: #488abca2;
        color: #45C8E5;
        font-weight: 600;
        text-decoration: none;
    }
    .tab-links a.active .custom-icon2 {
      color: #45C8E5;
    }
    .tab-links a.active {
        color: #45C8E5;
        font-weight: 700;
        background-color: #407aa78f;
        border: 2px solid #03a0df;
    }
    th, td {
        font-size: 17px;
    } 
    .tab p {
        font-size: 17px;
    
    }
  }
  @media (max-width: 480px) {
    body {
        margin: 0;
        padding: 0;
    }
    th, td {
        font-size: 15px;
    } 
    tbody td {
        font-size: 10px; /* Tamaño de fuente más pequeño para las celdas dentro de tbody */
        padding: 6px; /* Ajusta el padding según sea necesario */
    }
    .folder-content td{
        text-align: left;
        padding: 4px;
      }
    }
    .tab p {
        font-size: 16px;
    
    }
  /* FIN FOLDER CUADRO*/


 /* START TIME*/
 .countdown-container {
    margin: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-family: Arial, sans-serif;
}

.countdown-header {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #888;
}

.countdown {
    display: flex;
    flex-direction: row; /* Alinea verticalmente el encabezado y el contenedor de tiempo */
    justify-content: center;
    align-items: center;
}

.countdown-time {
    margin-left: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.time {
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.time span:first-child {
    font-size: 2em;
    color: #02ca98;
}

.time span:last-child {
    font-size: 1em;
    color: #888;
    padding-left: 5px;
    font-weight: 500;
}
#course-start-message{
    color: #02ca98;
    font-size: 22px;
}
@media (max-width: 768px) {
    body {
        margin: 0;
        padding: 0;
    }
    
    .countdown-container {
        margin: 15px;
        display: flex;
        flex-direction: column; /* Alinea el contenido verticalmente */
        justify-content: center;
        align-items: center;
        text-align: center; /* Centra el texto dentro del contenedor */
    }

    .countdown-header {
        font-size: 1.2em; /* Ajusta el tamaño del texto del encabezado */
        margin-bottom: 10px; /* Espacio debajo del encabezado */
    }

    .countdown {
        display: flex;
        flex-direction: row; /* Alinea los elementos horizontalmente */
        justify-content: center;
        align-items: center;
        gap: 10px; /* Espacio entre los elementos */
        flex-wrap: wrap; /* Permite el ajuste en caso de espacio limitado */
    }

    .time {
        font-weight: 600;
        display: flex;
        flex-direction: column; /* Alinea los números y etiquetas verticalmente */
        align-items: center;
        margin: 5px; /* Espacio alrededor de cada unidad de tiempo */
    }

    .time span:first-child {
        font-size: 1.5em; /* Ajusta el tamaño de los números */
        color: #02ca98;
    }

    .time span:last-child {
        font-size: 0.9em; /* Ajusta el tamaño de las etiquetas */
        color: #888;
        padding-left: 3px;
        font-weight: 500;
    }
}

@media (max-width: 480px) {
    body {
        margin: 0;
        padding: 0;
    }
    .countdown {
        flex-direction: column; 
    }
    .countdown-time {
        flex-direction: row; /* Alinea los elementos de tiempo horizontalmente */
        flex-wrap: wrap; /* Permite que los elementos se envuelvan en múltiples líneas si es necesario */
        gap: 10px; /* Espacio entre los elementos */
    }

    .countdown-header {
        font-size: 1.2em; /* Ajusta el tamaño del encabezado */
        margin-bottom: 0px; /* Ajusta el espacio debajo del encabezado */
    }

    .time {
        margin: 0 10px; /* Espacio lateral entre los elementos de tiempo */
    }

    .time span:first-child {
        font-size: 1.5em; /* Ajusta el tamaño de los números en pantallas pequeñas */
    }

    .time span:last-child {
        font-size: 0.9em; /* Ajusta el tamaño de las etiquetas en pantallas pequeñas */
    }
}
 /* END TIME*/

 .hero-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background: linear-gradient(to bottom right, #0a2e3d 50%, transparent 50%), 
                linear-gradient(to bottom, #0a2e3d, #0b3b4a);
}

.hero-section h1 {
    font-size: 2em;
    margin: 0 20px;
}

.hero-section p {
    font-size: 1.2em;
    margin: 10px 20px;
}

.hero-section button {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 1em;
    color: #0a2e3d;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.hero-section button:hover {
    background-color: #f0f0f0;
}

.hero-section .note {
    font-size: 0.8em;
    margin-top: 10px;
    color: #bbb;
}


/* START INSTITUTOS */
.certification-partnership {
    background: linear-gradient(to bottom right, #0a2e3d 50%, transparent 50%), 
                linear-gradient(to bottom, #0a2e3d, #0b3b4a);
    padding: 2rem 0; /* Espaciado en la parte superior e inferior */
    text-align: center; /* Centra el texto y los logotipos horizontalmente */
}

.partnership-title {
    font-size: 2rem; /* Tamaño grande para el título */
    color: #d3d2d2; /* Color del texto */
    margin-bottom: 4rem; /* Espaciado debajo del título */
    font-weight: bold; /* Haciendo el título en negrita */
}

.logos {
    display: flex; /* Usa flexbox para alinear los logotipos */
    justify-content: center; /* Centra los logotipos horizontalmente */
    gap: 5rem; /* Espacio entre los logotipos */
    margin-bottom: 2rem; /* Espaciado debajo de los logotipos */
    position: relative; /* Necesario para el posicionamiento de los textos descriptivos */
}

.logo-item {
    position: relative; /* Necesario para posicionar el texto descriptivo */
}

.logoinstitute {
    width: 250px; /* Tamaño estándar para los logotipos */
    height: auto; /* Mantiene la relación de aspecto */
    transition: transform 0.3s ease-in-out; /* Animación para el zoom */
}

.logoinstitute:hover {
    transform: scale(1.1); /* Aumenta el tamaño de la imagen en un 10% */

}

.logo-description {
    font-size: 16px; /* Tamaño de fuente para la descripción */
    color: #ddd; /* Color de texto de la descripción */
    padding: 12px 8px 18px 8px;
    text-align: justify;
    height: 100%;
    line-height: 1.3;
    position: absolute; /* Posicionamiento absoluto */
    background: linear-gradient(to top, rgba(58, 86, 88, 0.8), rgba(58, 86, 88, 0.3)); /* Gradiente de color */
    border-radius: 5px; /* Bordes redondeados */
    max-width: 270px; /* Ancho máximo del contenedor de la descripción */
    opacity: 0; /* Inicialmente oculta */
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; /* Animación para la visibilidad y transformación */
    display: flex; /* Usar flexbox para centrar */
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
    font-weight: 500;
    box-shadow: 0 4px 8px rgba(13, 81, 121, 0.664);

}

.description-left {
    left: -320px; /* Posiciona a la izquierda del logotipo */
    top: 50%;
    transform: translateY(-50%); /* Centra verticalmente */
    border-right: #0194ce solid 4px;
}

.description-right {
    right: -300px; /* Posiciona a la derecha del logotipo */
    top: 50%;
    transform: translateY(-50%); /* Centra verticalmente */
    border-left: #0194ce solid 4px;
}

.logo-item:hover .logo-description {
    opacity: 1; /* Muestra la descripción al pasar el cursor */
    transform: translateY(-50%) translateX(10px); /* Pequeño movimiento al aparecer */
}

.partnership-text {
    color: #a8a8a8;
}

.class-hipocrates{
    color: #10afd7;
}
.class-inudi{
    color: #10afd7;
}
@media (max-width: 1200px) {
    .logos {
        gap: 2rem; /* Espacio entre los logotipos */
        /* Necesario para el posicionamiento de los textos descriptivos */
    }
}
@media (max-width: 1110px) {
    .logos{
        display: flex;
        flex-direction: column;
    }
    .description-left {
        left: -65px; /* Posiciona a la izquierda del logotipo */
        top: 50%;
        transform: translateY(-50%); /* Centra verticalmente */
        border-right: #0194ce solid 4px;
    }
    
    .description-right {
        right: -55px; /* Posiciona a la derecha del logotipo */
        top: 50%;
        transform: translateY(-50%); /* Centra verticalmente */
        border-left: #0194ce solid 4px;
    }
}
@media (max-width: 1010px) {
    .description-left {
        left: -25px; /* Posiciona a la izquierda del logotipo */
    }
    
    .description-right {
        right: -15px; /* Posiciona a la derecha del logotipo */
    }
}
@media (max-width: 920px) {
    body {
        margin: 0;
        padding: 0;
    }
    .logos {
        display: flex;
        flex-direction: column; /* Alinea los logotipos en una columna */
        justify-content: center;
        align-items: center;
        gap: 1rem; /* Espacio entre los logotipos */
    }

    /* Contenedor de la sección */
    .certification-partnership {
        padding: 2rem;
        background-color: #f9f9f9; /* Fondo claro para la sección */
    }

    /* Título de la sección */
    .partnership-title {
        text-align: center;
        font-size: 21px; /* Tamaño de fuente ajustado para pantallas más pequeñas */
        margin-bottom: 1.5rem; /* Ajusta el margen inferior */
        color: #bebebe;
    }

    /* Contenedor de cada logotipo */
    .logo-item {
        position: relative; /* Necesario para el posicionamiento absoluto de la descripción */
        display: block; /* Cambia a block para que ocupe todo el ancho disponible */
        width: 100%; /* Asegura que ocupe el 100% del contenedor */
        max-width: 270px; /* Ajusta el tamaño máximo de la imagen */
        overflow: hidden; /* Oculta cualquier contenido que sobresalga del contenedor */
    }

    /* Imagen del logotipo */
    .logoinstitute {
        display: block;
        width: 100%;
        height: auto;
        transition: opacity 0.3s ease-in-out;
    }

    /* Descripción del logotipo */
    .logo-description {
        font-size: 15px; /* Tamaño de fuente ajustado para pantallas más pequeñas */
        color: #fff;
        padding: 16px; /* Ajusta el padding para que la descripción sea visible */
        text-align: center;
        line-height: 1.3;
        position: absolute; /* Posicionamiento absoluto sobre la imagen */
        left: -10px; /* Alinea la descripción en la parte izquierda del contenedor */
        right:  0; /* Alinea la descripción en la parte derecha del contenedor */
        bottom: 0; /* Alinea la descripción en la parte inferior del contenedor */
        background: rgba(0, 0, 0, 0.822); /* Fondo oscuro con transparencia */
        border-radius: 8px;
        opacity: 0; /* Inicialmente oculta */
        transition: opacity 0.3s ease-in-out;
        display: flex; /* Usar flexbox para centrar el texto */
        justify-content: center; /* Centra horizontalmente */
        align-items: center; /* Centra verticalmente */
        box-shadow: 0 4px 8px rgba(13, 81, 121, 0.664);
    }

    /* Efecto hover */
    .logo-item:hover .logo-description {
        opacity: 1; /* Muestra la descripción al pasar el cursor */
    }

    /* Efecto en la imagen al pasar el cursor */
    .logo-item:hover .logoinstitute {
        opacity: 0.7; /* Aplicar tono oscuro a la imagen */
    }
}

@media (max-width: 480px) {
    body {
        margin: 0;
        padding: 0;
    }

    /* Título de la sección */
    .partnership-title {
        text-align: center;
        font-size: 18px; /* Tamaño de fuente ajustado para pantallas más pequeñas */
        margin-bottom: 1.5rem; /* Ajusta el margen inferior */
        color: #bebebe;
    }

    /* Contenedor de cada logotipo */
    .logo-item {
        position: relative; /* Necesario para el posicionamiento absoluto de la descripción */
        display: block; /* Cambia a block para que ocupe todo el ancho disponible */
        width: 100%; /* Asegura que ocupe el 100% del contenedor */
        overflow: hidden; /* Oculta cualquier contenido que sobresalga del contenedor */
        max-width: 270px;
    }


    /* Descripción del logotipo */
    .logo-description {
        font-size: 15px; /* Tamaño de fuente ajustado para pantallas más pequeñas */
        color: #fff;
        padding: 18px; /* Ajusta el padding para que la descripción sea visible */
        text-align: center;
        line-height: 1.3;
        position: absolute; /* Posicionamiento absoluto sobre la imagen */
        left: -10px; /* Alinea la descripción en la parte izquierda del contenedor */
        right: 0; /* Alinea la descripción en la parte derecha del contenedor */
        bottom: 0px; /* Alinea la descripción en la parte inferior del contenedor */
        background: rgba(0, 0, 0, 0.822); /* Fondo oscuro con transparencia */
        border-radius: 8px;
        opacity: 0; /* Inicialmente oculta */
        transition: opacity 0.3s ease-in-out;
        display: flex; /* Usar flexbox para centrar el texto */
        justify-content: center; /* Centra horizontalmente */
        align-items: center; /* Centra verticalmente */
        box-shadow: 0 4px 8px rgba(13, 81, 121, 0.664);
    }

    /* Efecto hover */
    .logo-item:hover .logo-description {
        opacity: 1; /* Muestra la descripción al pasar el cursor */
    }

    /* Efecto en la imagen al pasar el cursor */
    .logo-item:hover .logoinstitute {
        opacity: 0.7; /* Aplicar tono oscuro a la imagen */
    }
}
/* end Institutos */

/* START lINE */
.linea {
    width: 90%; /* Ajusta el ancho según sea necesario */
    height: 3px; /* Este será el grosor central de la línea */
    background: linear-gradient(to right, transparent, rgb(0, 123, 194), transparent); /* Ajusta el color a azul o el que necesites */
    position: relative;
    margin: 20px ; /* Centrar horizontalmente */
    margin-top: 3rem;
}

.linea::before, .linea::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    top: -50%;
    left: 0;
    filter: blur(4px); /* Ajusta el nivel de difuminado para los bordes */
}

.linea::after {
    top: 50%;
}
/* END lINE */
/* START lINE2 */
.linea2 {
    width: 90%; /* Ajusta el ancho según sea necesario */
    height: 1px; /* Este será el grosor central de la línea */
    background: linear-gradient(to right, transparent, rgb(0, 123, 194), transparent); /* Ajusta el color a azul o el que necesites */
    position: relative;
    margin: 20px ; /* Centrar horizontalmente */
    margin-top: 1rem;
}

.linea2::before, .linea2::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    top: -50%;
    left: 0;
    filter: blur(4px); /* Ajusta el nivel de difuminado para los bordes */
}

.linea2::after {
    top: 50%;
}
/* END lINE2 */
/* START CURSO CSS */
.profesores-container{
    justify-content: center;
    background-color: #001e26;
}
.profesores-title {
    margin-bottom: 20px;
    padding-top: 4rem;
    font-size: 3em;
    font-weight: bold;
    background: linear-gradient(to bottom, #ffffffd0, #5bc0bbd0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
}

.profesores-card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 50px;

}

.profesores-card {
    text-decoration: none;
    background-color: #143947;
    border-radius: 10px;
    overflow: hidden;
    width: 30%;
    height: 420px;
    margin: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.profesores-card:hover {
    transform: scale(1.05);
}

.profesores-card img {
    width: 100%;
    height: 310px;
    border-bottom: 5px solid #0194ce;
}

.profesores-card-content {
    padding: 15px;
    text-align: center;
    flex-grow: 1;
}

.profesores-card-content h3 {
    margin: 5px 0;
    font-size: 1.2em;
    color: #bfbfbf;
    overflow: hidden; /* Evita que el texto se desborde del contenedor */
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limita el texto a 3 líneas */
    -webkit-box-orient: vertical; /* Asegura que el texto se apile verticalmente */
    text-overflow: ellipsis; /* Agrega "..." al final del texto si es demasiado largo */
    line-height: 1.3; /* Ajusta el espacio entre líneas */
    max-height: 3.9em; /* Ajusta la altura máxima para 3 líneas (1.3em * 3 líneas) */
}

.profesores-course {
    display: flex;
    align-items: center;
    margin-top: 10px;
    background-color: #0e9397;
    border-radius: 5px;
    padding: 5px 10px;
}
@media (max-width: 1500px) {
    body {
        margin: 0;
        padding: 0;
    }
    .profesores-card-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 70%;
        padding-bottom: 20px;
        margin: 0 auto;
    
    }
    .profesores-title {
        font-size: 2.8em;
    }
    .profesores-card-content h3 {
        font-size: 1.0em;
    }
}
@media (max-width: 1200px) {

    .profesores-title {
        padding-top: 2rem;
        font-size: 2.3em;
    }
    .profesores-card-container {
        width: 85%;    
    }
    .profesores-card-content h3 {
        font-size: 1.0em;
    }
}
@media (max-width: 1010px) {

    .profesores-title {
        padding-top: 2rem;
        margin-bottom: 14px;
        font-size: 2.1em;
    }
    .profesores-card-container {
        width: 95%;
    }

    .profesores-card-content h3 {
        font-size: 0.9em;
    }
}
@media (max-width: 768px) {
    body {
        margin: 0;
        padding: 0;
    }

    .profesores-title {
        padding-top: 2rem;
        margin-bottom: 10px;
        font-size: 2em;
    }
    .profesores-card-container {
        width: 100%;
        padding-left: 0px;
        text-align: center;
        justify-content: center;
        margin: 0 auto;
    }

    .profesores-card-content h3 {
        font-size: 0.9em;
    }
    .profesores-card-content{
        padding: 0px;
    }
    .profesores-card img {
        width: 100%;
        height: 240px;
    }
    .profesores-card {
        border-radius: 10px;
        overflow: hidden;
        width: 30%;
        height: 330px;
        margin: 6px;
        box-shadow: 0 4px 8px rgba(70, 66, 66, 0.205);
        transition: transform 0.3s;
    }
}
@media (max-width: 590px) {
    body {
        margin: 0;
        padding: 0;
    }
    .profesores-title {
        padding-top: 1.5rem;
        margin-bottom: 6px;
        font-size: 1.8em;
    }
    .profesores-card-container {
        display: flex;
        flex-direction: column;
    }
    .profesores-card img {
        width: 100%;
        height: 280px;
    }
    .profesores-card{
        width: 90%;
        height: auto;
        margin-bottom: 13px;
        padding-bottom:7px;
    }
    .profesores-card-content h3 {
        padding-right: 6px;
        padding-left: 6px;
        font-size: 1.0em;
        text-overflow: none; /* Agrega "..." al final del texto si es demasiado largo */
        line-height: none; /* Ajusta el espacio entre líneas */
        max-height: none; /* Ajusta la altura máxima para 3 líneas (1.3em * 3 líneas) */
    }
}
/* END CURSO CSS */

/* START FOOTER*/
.unique-footer {
    background-color: #111C22;
    color: #ccc;
    padding: 20px 5px;
    font-size: 16px;
}

.unique-footer-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.unique-footer-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 30px;
    padding-top: 30px;
}
.footer-columnlogo{
    width: 22%;
}
.informacion-inudi{
    color: #d3d6d6;
    text-decoration: none;
}
.custom-icon3{
    color: #10afd7;
  }
.informacion-inudi p{
    color: #10afd7;
    font-weight: 600;
    margin-bottom: 6px;
}
.informacion-inudi span{
    color: #a5a5a5;
}
.footer-logo img {
   
    width: 50px;
    margin-bottom: 10px;
}
.footer-logo{
    display: flex;
    align-items: center;
    justify-content: center;
}
.row-footerlogo{
    padding-top: 20px;
    display: flex;
    padding-bottom: 15px;
}
.row-footerlogo p{
    padding-left: 5px;
    font-size: 16px;
    margin-top: 0px;
    color: #d3d6d6;
}
.span-name{
    color: #10afd7;
    font-weight: 600;
}
.currency-selector button {
    background-color: #333;
    color: #ccc;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.footer-column {
    width: 22%;
}

.footer-column h3 {
    color: #d3d3d3;
    margin-bottom: 10px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-column p{
    margin-top: -5px;
    font-size: 12px;
    color: #7c7c7c;
    margin-bottom: 20px;
}

.certificado-button{
    background-color: #0194ce;
    padding: 10px;
    border: none;
    font-size: 16px;
    color: #ddd;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
}
.certificado-button:hover{
    box-shadow: #186e9185 0px 2px 10px 3px;
    background-color: #169ed4b7;
}
.footer-column ul li {
    margin-bottom: 7px;
}
.column1{
    border-left: #78348b 3px solid;
}
.column2{
    border-left: #4b69c4 3px solid;
}
.column3{
    border-left: #626060 3px solid;
}
.column4{
    border-left: #c8201b 3px solid;
}
.column5{
    border-left: #2c8f48 3px solid;
}
.column6{
    border-left: #a6bb23 3px solid;
}
.column7{
    border-left: #b877f2 3px solid;
}
.column8{
    border-left: #00afef 3px solid;
}

.footer-column ul li a {
    color: #a3a3a3ce;
    text-decoration: none;
    margin-left: 5px;
    box-sizing: border-box;
    display: inline-block;
}

.footer-column ul li a:hover {
color: #075b7d ;
}

.footer-bottom {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.footer-bottom p {
    margin: 0;
}

.social-icons {
    margin-top: 10px;
}

.social-icons a {
    display: inline-block;
    margin: 0 5px;
}

.social-icons img {
    width: 35px;
    height: 35px;
    
}
/* START facebook*/
.facebook{
    position: relative; /* Necesario para posicionar el pseudo-elemento */
    transition: transform 0.3s ease-in-out;
}

.facebook::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px; /* Altura del borde */
    background: linear-gradient(to right, #1bc7fc, #106CFF); /* Gradiente de dos colores */
    z-index: -1; /* Coloca el pseudo-elemento detrás del contenido */
    transform: scaleX(0); /* Inicialmente no se ve */
    transform-origin: bottom right; /* Efecto de expansión desde la derecha */
    transition: transform 0.3s ease-in-out; /* Transición suave */
}

.facebook:hover::before {
    transform: scaleX(1); /* Expande el borde en hover */
}

.facebook::after {
    content: "";
    position: absolute;
    bottom: -5px; /* Ajusta la posición vertical de la sombra */
    left: 0;
    width: 100%;
    height: 10px; /* Altura de la sombra */
    background: linear-gradient(to right,#1bc7fc, #106CFF); /* Gradiente de sombra */
    z-index: -2; /* Asegúrate de que esté detrás del borde */
    filter: blur(6px); /* Difumina la sombra */
    transition: opacity 0.3s ease-in-out; /* Transición suave */
    opacity: 0; /* Inicialmente no se ve */
}

.facebook:hover::after {
    opacity: 1; /* Muestra la sombra en hover */
}

.facebook:hover {
    transform: scale(1.2);
}
/* END facebook*/
/* START youtube*/
.youtube{
    position: relative; /* Necesario para posicionar el pseudo-elemento */
    transition: transform 0.3s ease-in-out;
}

.youtube::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px; /* Altura del borde */
    background: linear-gradient(to right, #FE0908, #5a0505); /* Gradiente de dos colores */
    z-index: -1; /* Coloca el pseudo-elemento detrás del contenido */
    transform: scaleX(0); /* Inicialmente no se ve */
    transform-origin: bottom right; /* Efecto de expansión desde la derecha */
    transition: transform 0.3s ease-in-out; /* Transición suave */
}

.youtube:hover::before {
    transform: scaleX(1); /* Expande el borde en hover */
}

.youtube::after {
    content: "";
    position: absolute;
    bottom: -5px; /* Ajusta la posición vertical de la sombra */
    left: 0;
    width: 100%;
    height: 10px; /* Altura de la sombra */
    background: linear-gradient(to right,#FE0908, #5a0505); /* Gradiente de sombra */
    z-index: -2; /* Asegúrate de que esté detrás del borde */
    filter: blur(6px); /* Difumina la sombra */
    transition: opacity 0.3s ease-in-out; /* Transición suave */
    opacity: 0; /* Inicialmente no se ve */
}

.youtube:hover::after {
    opacity: 1; /* Muestra la sombra en hover */
}

.youtube:hover {
    transform: scale(1.2);
}
/* end youtube*/
/* START TIKTOK*/
.tiktok {
    position: relative; /* Necesario para posicionar el pseudo-elemento */
    transition: transform 0.3s ease-in-out;
}

.tiktok::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px; /* Altura del borde */
    background: linear-gradient(to right, #00F8EE, #E61050); /* Gradiente de dos colores */
    z-index: -1; /* Coloca el pseudo-elemento detrás del contenido */
    transform: scaleX(0); /* Inicialmente no se ve */
    transform-origin: bottom right; /* Efecto de expansión desde la derecha */
    transition: transform 0.3s ease-in-out; /* Transición suave */
}

.tiktok:hover::before {
    transform: scaleX(1); /* Expande el borde en hover */
}

.tiktok::after {
    content: "";
    position: absolute;
    bottom: -5px; /* Ajusta la posición vertical de la sombra */
    left: 0;
    width: 100%;
    height: 10px; /* Altura de la sombra */
    background: linear-gradient(to right, #00F8EE,#E61050); /* Gradiente de sombra */
    z-index: -2; /* Asegúrate de que esté detrás del borde */
    filter: blur(6px); /* Difumina la sombra */
    transition: opacity 0.3s ease-in-out; /* Transición suave */
    opacity: 0; /* Inicialmente no se ve */
}

.tiktok:hover::after {
    opacity: 1; /* Muestra la sombra en hover */
}

.tiktok:hover {
    transform: scale(1.2);
}

/* END TIKTOK*/
/* START INSTAGRAM*/
.instagram{
    position: relative; /* Necesario para posicionar el pseudo-elemento */
    transition: transform 0.3s ease-in-out;
}

.instagram::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px; /* Altura del borde */
    background: linear-gradient(to right, #FFC000, #FD0AC7); /* Gradiente de dos colores */
    z-index: -1; /* Coloca el pseudo-elemento detrás del contenido */
    transform: scaleX(0); /* Inicialmente no se ve */
    transform-origin: bottom right; /* Efecto de expansión desde la derecha */
    transition: transform 0.3s ease-in-out; /* Transición suave */
}

.instagram:hover::before {
    transform: scaleX(1); /* Expande el borde en hover */
}

.instagram::after {
    content: "";
    position: absolute;
    bottom: -5px; /* Ajusta la posición vertical de la sombra */
    left: 0;
    width: 100%;
    height: 10px; /* Altura de la sombra */
    background: linear-gradient(to right, #FFC000,#FD0AC7); /* Gradiente de sombra */
    z-index: -2; /* Asegúrate de que esté detrás del borde */
    filter: blur(6px); /* Difumina la sombra */
    transition: opacity 0.3s ease-in-out; /* Transición suave */
    opacity: 0; /* Inicialmente no se ve */
}

.instagram:hover::after {
    opacity: 1; /* Muestra la sombra en hover */
}

.instagram:hover {
    transform: scale(1.2);
}
/* END INSTAGRAM*/
/* START whatsapp*/
.whatsapp{
    position: relative; /* Necesario para posicionar el pseudo-elemento */
    transition: transform 0.3s ease-in-out;
}

.whatsapp::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px; /* Altura del borde */
    background: linear-gradient(to right, #31AB22, #0a4203); /* Gradiente de dos colores */
    z-index: -1; /* Coloca el pseudo-elemento detrás del contenido */
    transform: scaleX(0); /* Inicialmente no se ve */
    transform-origin: bottom right; /* Efecto de expansión desde la derecha */
    transition: transform 0.3s ease-in-out; /* Transición suave */
}

.whatsapp:hover::before {
    transform: scaleX(1); /* Expande el borde en hover */
}

.whatsapp::after {
    content: "";
    position: absolute;
    bottom: -5px; /* Ajusta la posición vertical de la sombra */
    left: 0;
    width: 100%;
    height: 10px; /* Altura de la sombra */
    background: linear-gradient(to right,#31AB22, #0a4203); /* Gradiente de sombra */
    z-index: -2; /* Asegúrate de que esté detrás del borde */
    filter: blur(6px); /* Difumina la sombra */
    transition: opacity 0.3s ease-in-out; /* Transición suave */
    opacity: 0; /* Inicialmente no se ve */
}

.whatsapp:hover::after {
    opacity: 1; /* Muestra la sombra en hover */
}

.whatsapp:hover {
    transform: scale(1.2);
}
@media (max-width: 1110px) {
    .unique-footer-container {
        width: 98%;
    }
}
@media (max-width: 1010px) {
    body {
        margin: 0;
        padding: 0;
    }
    .unique-footer-content {
        display: grid; /* Usa grid para dos columnas */
        grid-template-columns: repeat(2, 1fr); /* Dos columnas iguales */
        gap: 20px; /* Espacio entre columnas */
    }
    .footer-columnlogo{
        width: 90%;
    }
    .footer-column {
        grid-column: span 1; /* Ocupa una columna en pantallas pequeñas */
    width: 90%;
    }

}
@media (max-width: 480px) {
    body {
        margin: 0;
        padding: 0;
    }
    .unique-footer-content {
        display: flex;
        flex-direction: column;
    }
    .footer-columnlogo{
        width: 95%;
    }
    .footer-column {
    width: 95%;
    }
    .footer-column ul li {
        margin-bottom: 7px;
    }
    .social-icons img {
        width: 28px;
        height: 28px; 
    }
    .facebook::before {
        transform: scaleX(1); 
    }
    .facebook::after {
        opacity: 1; 
    }
    .facebook {
        transform: scale(1); 
    }

    .youtube::before {
        transform: scaleX(1); 
    }
    .youtube::after {
        opacity: 1; 
    }
    .youtube {
        transform: scale(1); 
    }

    .tiktok::before {
        transform: scaleX(1); 
    }
    .tiktok::after {
        opacity: 1; 
    }
    .tiktok {
        transform: scale(1); 
    }

    .instagram::before {
        transform: scaleX(1); 
    }
    .instagram::after {
        opacity: 1; 
    }
    .instagram {
        transform: scale(1); 
    }

    .whatsapp::before {
        transform: scaleX(1); 
    }
    .whatsapp::after {
        opacity: 1; 
    }
    .whatsapp {
        transform: scale(1); 
    }
}

/* END whatsapp*/
/* END FOOTER*/