/* General para la barra de navegación */
nav.navbar_estilos {
    background-color: #000000; /* Fondo negro */
    padding: 15px;
    height: 90px;
    z-index: 1030;
    position: fixed;
    top: 0;
    width: 100%;
}

/* Espaciado del contenido para no quedar detrás de la navbar */
body {
    padding-top: 90px; /* Ajuste para que no se superponga con el contenido */
}

/* Estilo de la imagen en la navbar */
.imgMenu {
    max-width: 140px; /* Tamaño máximo para pantallas grandes */
    height: 110px; /* Mantiene proporciones */
    object-fit: cover;
    margin-left: 25px;
}

/* Estilo de los enlaces del menú */
.texto_nav {
    color: #ffffff;
    font-size: 20px;
    font-family: 'Cooper Hewitt', sans-serif;
}

/* Botón del menú en pantallas pequeñas */
.navbar-toggler {
    border: none;
    outline: none;
}

.navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"%3E%3Cpath stroke="rgba%281255, 255, 255, 0.9%29" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E');
}

#brMovil{
    display: none;
}

#emergencia{
    display: none;
}

.espacioE{
    margin-top: -45px; 
    line-height: 0.1;
}

/* Ajustes responsivos */

/* Estilo para pantallas grandes (computadoras) */
@media (min-width: 992px) {
    .navbar-collapse {
        display: flex !important; /* Asegura que el menú completo se muestre */
    }

    .navbar-toggler {
        display: none; /* Oculta el botón del menú */
    }
}

/* Estilo para pantallas medianas y móviles */
@media (max-width: 991px) {
    .navbar_estilos {
        height: 70px; /* Reducir tamaño para móviles */
        padding: 10px;
    }

    .imgMenu {
        max-width: 115px; /* Tamaño más pequeño en móviles */
        height: 180px;
        object-fit: cover;
        margin-left: -20px
    }

    .collapse.navbar-collapse {
        display: none; /* Ocultar menú por defecto en móviles */
        position: absolute;
        top: 100%; /* Justo debajo de la barra de navegación */
        right: 0;
        width: 180px;
        background-color: #000000; /* Mismo color que el navbar */
        padding: 10px; /* Espaciado interno */
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); /* Sombra para darle estilo */
        z-index: 1029; /* Asegura que esté encima del contenido */
    }

    .collapse.navbar-collapse.show {
        display: block; /* Mostrar menú desplegado */
    }

    /* Ajustes de los ítems del menú en móviles */
    .navbar-nav {
        flex-direction: column; /* Ítems en columna */
        align-items: flex-start; /* Alineados a la izquierda */
    }

    .nav-item {
        margin: 10px 0; /* Espaciado entre los ítems */
    }

    /* Botón del menú visible solo en móviles */
    .navbar-toggler {
        display: block;
    }
    #brcito{
        display: none;
    }
    #gruitanegra{
        height: 300px;
    }
    #brMovil{
        display: block;
    }

    .img-fluid2{
        width: 100px;
        height: 200px;
        object-fit: cover;
    }

    .espacioE{
        margin-top: -5px; 
        line-height: 0.9;
    }

    .textoContactN{
        font-size: 20px;
    }

    #contactanos{
        display: none;
    }

    #emergencia{
        display: block;
    }

    #LogoContact{
        max-height: 200px;
    }
    .btn{
        margin: 5px;
    }
}





.textode {
    color: #442447;
}

.justifytext {
    text-align: justify;
}

.btn-outline-light {
    border-color: #c79f0e;
    color: #c79f0e;
    font-weight: bold;
}

.btn-outline-light:hover {
    background-color: white;
    color: black;
    border-color: black;
}

.profile-img {
    padding: 20px;
    max-width: 450px;
    margin: 0 auto;
}

.imgPresentacion {
    padding: 10px;
    max-width: 700px;
    margin: 0 auto;
}

.imgPresentacion1 {
    padding: 10px;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
}

.imgPresentacion2 {
    padding: 10px;
    max-width: 700px;
    height: auto; 
    margin: 0 auto;
    
}

#jompeo{
    color: white;
    background-color: black;
}


h2, h1, h3, p {
    margin-bottom: 10px;
}

#carrusel {
    background-color: #000000;
}

.border-lilac {
    border-color: #d2a6e0;
}

.font-roboto {
    font-family: 'Roboto', sans-serif;
}

.font-opensans {
    font-family: 'Open Sans', sans-serif;
}

.imagenperfil {
    width: 250px;
    height: 260px;
}

.textoperfil {
    color: white;
    font-size: 17px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

#formacion {
    font-family: Arial, sans-serif;
    background-color: #ECDCF1;
}

h2 {
    font-weight: bold;
    margin-top: 20px;
}

#h2cito{
    margin: 5px;
    padding: 5px;
    
}

.card-formation:hover {
    border: 2px solid #ac74bf;
}

.card-animate {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.textoTarjetas {
    color: #442447;
    font-size: 17px;
    font-family: 'Cooper Hewitt';
}

.textoT {
    color: #ac74bf;
    font-size: 20px;
    font-family: 'Cooper Hewitt';
}

.card-formation {
    background-color: #ecdcf1;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    margin: 10px;
    width: calc(25% - 20px);
    min-height: 200px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card-formation img {
    max-height: 80px;
    margin-bottom: 10px;
    transition: opacity 0.3s ease;
}

.card-formation h4 {
    font-size: 1.1em;
    margin: 8px 0;
    transition: color 0.3s ease;
}

.card-description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #442447;
    color: white;
    padding: 15px;
    border-radius: 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.card-formation.active {
    background-color: #442447;
}

.card-formation.active img,
.card-formation.active h4 {
    opacity: 0;
}

.card-formation.active .card-description {
    opacity: 1;
}

@media (max-width: 992px) {
    .card-formation {
        width: calc(33.33% - 20px);
    }
}

@media (max-width: 768px) {
    .card-formation {
        width: calc(50% - 20px);
    }
}

@media (max-width: 576px) {
    .card-formation {
        width: calc(100% - 20px);
    }
}

/* Animaciones */

@keyframes slideUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.animate-slide-up {
    animation: slideUp 0.6s ease forwards;
}

.animate-slide-down {
    animation: slideDown 0.6s ease forwards;
}


/* Contenedor del carrusel en pantallas grandes */
#carouselExampleCaptions {
    margin: 0 auto;
    max-width: 750px;
    width: 100%;
}

/* Imágenes del carrusel: sin altura fija */
.img-carrusel {
    width: 100%;
    height: auto;
    object-fit: contain; /* Muestra la imagen completa sin recortar */
    object-position: center;
    max-height: 100vh; /* Limita la altura para que se ajuste a la pantalla en dispositivos móviles */
}

/* Ajustes para pantallas medianas (tablets) */
@media (max-width: 768px) {
    #carouselExampleCaptions {
        max-width: 100%; /* Ancho completo en tablets */
    }
}

/* Ajustes para pantallas pequeñas (celulares) */
@media (max-width: 576px) {
    #carouselExampleCaptions {
        max-width: 100%; /* Ancho completo en celulares */
    }
}




.footer {
    background-color: #000000;
    padding: 20px;
    text-align: center;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

.footer-container {
    max-width: 600px;
    margin: 0 auto;
}

.social-icons {
    margin-bottom: 15px;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #000000;
    font-size: 18px;
    transition: background-color 0.3s, color 0.3s;
    text-decoration: none;
}

.social-icon:hover {
    background-color: #000000;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.linkedin { color: #0a66c2; }
.github { color: #333333; }
.instagram { color: #c32aa3; }
.gmail { color: #d93025; }

.linkedin:hover,
.github:hover,
.instagram:hover,
.gmail:hover {
    color: #ffffff;
}

.copyright {
    font-size: 0.9em;
    color: #ffffff;
    margin-top: 10px;
}

.iframeContainer {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* Relación de aspecto 16:9 */
    border: 4px solid #ac74bf;
    margin: 10px;
}

.iframeVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.cartita {
    width: 100%; /* Ajusta el ancho al 100% para pantallas pequeñas */
    max-width: 30rem; /* Mantiene el tamaño en computadoras */
    margin: 10px auto;
    border-color: #ac74bf;
}


.tituloC{
    color: #442447;
}

.tituloP{
    color:#000000;
}

.textoFooter{
    color: white;
    text-align: center;
}


.img-carrusel {
    width: 100%;           /* Ocupa todo el ancho */
    height: 350px;          /* Ajusta la altura del carrusel */
    object-fit: cover;     
    object-position: center;
}

@media (max-width: 768px) {
    .profile-img {
      display: none;
    }
}

@media (max-width: 768px){
    .espacio{
        margin-top: -45px;
    }
}

#carouselExampleCaptions {
    margin: 0 auto;       
    max-width: 100%;      
    width: 1300px;         
}

/* Responsive*/
@media (max-width: 768px) {
    .img-carrusel {
        height: 300px;    
    }
}

@media (max-width: 576px) {
    .img-carrusel {
        height: 110px;    /* Reducir en pantallas muy pequeñas */
    }
}


/* Tabla interactiva*/

/* Estilos para las cards */



.card2 {
    background-color: #ffffff;
    border: none;
    margin: 20px;
    max-width: 650px;
    width: 100%;
    height: 550px; /* Altura fija para todas las cards */
    border-radius: 0.5rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative; /* Necesario para posicionar el botón respecto a la card */
}

/* Ajusta la altura de la imagen para que sea consistente */
.card-img-top {
    height: 150px;
    object-fit: cover;
}

/* Ajusta el contenedor del texto y botón */


.card-body_ {
    color: #442447;
    padding: 20px;
    text-align: justify;
    flex-grow: 1;
}

.card-headers {
    background-color: #ac74bf;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding: 15px;
}

.img-fluid {
    height: 430px; /* Asegura que la imagen se ajuste a la altura */
    width: 570px;
    object-fit: cover; /* Recorta la imagen si es necesario */
}

.img-fluid2 {
    height: 200px; /* Asegura que la imagen se ajuste a la altura */
    width: 440px;
    object-fit:scale-down; /* Recorta la imagen si es necesario */
}

.img-fluid3 {
    height: 430px; /* Asegura que la imagen se ajuste a la altura */
    width: 570px;
    object-fit:cover; /* Recorta la imagen si es necesario */
}

.img-fluida {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 220px; /* Limitar altura máxima */
  }
  
  @media (max-width: 768px) {
    .img-fluida {
      max-height: 200px; /* Reducir la altura máxima en pantallas móviles */
    }
  }

h5 {
    margin-bottom: 15px;
}
  
p {
    text-align: justify;
}
  
.btn-primary {
    background-color: #007bff;
    border: none;
}
  
.btn-success {
    background-color: #28a745;
    border: none;
}
  
.row {
    margin-bottom: 20px; /* Espaciado entre filas */
}

/* Layout en pantallas grandes (computadoras): Cards en una fila */
@media (min-width: 992px) {
    .container {
        flex-direction: row;
    }
    .card2 {
        flex: 1 1 calc(33.333% - 40px); /* Distribuye el ancho en tres columnas */
        max-width: 300px;
    }
}

/* Layout en pantallas pequeñas y medianas (tablets y celulares): Cards en columna */
@media (max-width: 991.98px) {
    .container {
        flex-direction: column;
        align-items: center; /* Centra las cards horizontalmente */
    }
    .card2 {
        max-width: 100%; /* Ocupa todo el ancho en pantallas pequeñas */
    }
}

.btn_p {
    background-color: rgb(36, 165, 44);
    color: #ffffff;
    border: none;
    border-radius: 0.5rem;
    text-decoration: none;
    text-align: center;
}

/* Ubicación del botón al 5% del margen inferior */
.card-body_ .btn-container {
    position: absolute;
    bottom: 5%; /* 5% del margen inferior de la card */
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.btn_p:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(36, 165, 44);
}
.texto_nav:hover{
    color: #c79f0e;
}

/* Responsivo */
@media (min-width: 576px) {
    .card2 {
        max-width: 800px;
    }
}

@media (min-width: 768px) {
    .card2 {
        max-width: 880px;
    }
}



#privacyModalLau{
    color: white;
}

#privacyModal{
    color:#442447;
}

.modalLetras{
    color: #442447;
    text-align: justify;
    padding: 50px;
}

.btn_contact{
    align-items: center;
}

.justificado{
    text-align: justify;
    padding: 10px;
}

.iconos{
    align-items: center;
    padding: auto;
    margin: 5px;
}

.centralizado{
    text-align: center;

}

.carruselModal{
    
    max-height: 200px;
    object-fit: cover;
}

/* Clase para ajustar el iframe en pantallas grandes */
.responsive-iframe {
    width: 1100px; /* Tamaño fijo en computadoras */
    height: 400px;
    align-items: center;
}

/* Ajustes para pantallas medianas (tablets) */
@media (max-width: 991.98px) {
    .responsive-iframe {
        width: 100%; /* Ancho completo para adaptarse al contenedor */
        height: 400px; /* Ajuste de altura en tablets */
        align-items: center;
    }
}

/* Ajustes para pantallas pequeñas (celulares) */
@media (max-width: 576px) {
    .responsive-iframe {
        width: 100%; /* Ancho completo para adaptarse al contenedor */
        height: 300px; /* Ajuste de altura en celulares */
        align-items: center;
    }
}


/* Servicios*/

.custom-button {
    margin-right: 10px;
    /* Espaciado entre botones */
    background-color: #000000;
    /* Color de fondo para los botones */
    border-color: #000000;
    /* Color del borde igual al fondo */
}

.custom-button:hover{
    background-color: #ffffff;
    color: #000000;
}

.custom-button1{
    background-color: #c79f0e;
    color: #000000;
   
    margin-right: 10px;
    /* Espaciado entre botones */
}

.custom-button1:hover {
    background-color: #ffffff;
    /* Color de fondo para los botones */
    color: #c79f0e;
    border-color: #c79f0e;
    
}



.lau-text-style {
color: #ffffff;
/* Color de texto blanco */
font-family: 'Montserrat', sans-serif;
/* Fuente Montserrat */
font-weight: bold;
/* Aplicar negrita al texto */
}

.btn-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #25D366;
    color: white;
    font-size: 24px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    text-decoration: none;
  }

  .btn-whatsapp:hover {
    background-color: #20b358;
    color: white;
  }

 .itemsCenter{
    align-items: center;
    text-align: center;
 }

 .textoAmarillo{
    color: #c79f0e;
 }

 #contactanos{
    background-color: #000000;
    color: white;
    
 }

 #emergencia{
    background-color: #000000;
    color: white;
    padding: 15px 0;
    
 }

 .textoContactN{
    margin: 50px;
 }

 .btnS{
    background-color: #000000;
    color: #000000;
   
    margin-right: 10px;
    /* Espaciado entre botones */
 }

.btnS:hover {
    background-color: #000000;
    /* Color de fondo para los botones */
    color: #c79f0e;
    border-color: #c79f0e;
    
}

.img-fluid3 {
    height: 210px; /* Asegura que la imagen se ajuste a la altura */
    width: 330px;
    object-fit: cover; /* Recorta la imagen si es necesario */
    align-items: center;
    
}