.textnav{
    font-family: "calibri";
    font-weight: bold;
    letter-spacing: 3px;
}
.fondoprincipal{
     background:#caf8ff;  /* #caf8ff  */
}
.navar{
    background: rgb(118,240,255);background: radial-gradient(circle, rgba(118,240,255,0.8743872549019608) 0%, rgba(255,255,255,1) 100%);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .2);
}
/* .bgedit{
    background: rgb(118,240,255);background: radial-gradient(circle, rgba(118,240,255,0.8743872549019608) 0%, rgba(255,255,255,1) 100%);
}
.hugo{
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .2);
   
} */
.dropdown-menu {
    z-index: 1050; /* Incrementar z-index */
  }
  

.nav-item.dropdown .dropdown-menu {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  
  
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    position: absolute; 
    top: 100%; 
    background: rgb(118,240,255);  

  }
.ii{
    margin-left: -40px;
}

.carru{
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 5);
               
}
.bwesola{
    text-align: center;
      
}
.neo {
    border-radius: 50%;
    background: linear-gradient(200deg, #fff800, #fffecb);
    box-shadow: 0px 0px 5px #fffecb,
                -0px -0px 5px #fff800;
    animation: brillo 2s infinite alternate;


}

/* animación de brillo */
@keyframes brillo {
    0% {
        transform: scale(1); 
        box-shadow: 5px 5px 25px #fffe8d,
                    -5px -5px 25px #fffe8d; 
    }
    100% {
        transform: scale(1.1); 
        box-shadow: 5px 5px 25px #fffe8d,
                    -5px -5px 25px #fffe8d;
    }
}

.textoama {
    text-shadow: 4px 4px 8px #ffffffb6; /* Mueve la sombra hacia arriba */
}

.modall{
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,0.8491771708683473) 0%, rgba(255,255,255,0.8491771708683473) 100%);
}
.txcono{
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}
.btnconocer {
    background: #80c7ff;

    width: 300px;
    color: black;
    padding: 15px;
    border-radius: 15px;
    cursor: pointer;
    animation: rebote 2s infinite; 
    border: none;
}

.btnconocer:hover {
    transition: background-color 5s ease;
}

/*animación de rebote */
@keyframes rebote {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px); 
    }
    60% {
        transform: translateY(-5px); 
    }
}
.cen{
    text-align: center;
}
.bor{
    border-radius: 20px;
}
.btncerra{
    background-color:#80c7ff;
    color: black;
    border-radius: 15px;
    padding: 15px;
    border: none;
}
/* efecto parallax de conocenos */
.efectopa{
    width: 100%;
    height: 250px;
    background: url(../resources/principal/cinco.jpeg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* efecto parallax de libros */
.efectoli{
    width: 100%;
    height: 250px;
    background: url(../resources/principal/seis.jpeg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* efecto parallax capacitaciones */
.efectocapa{
    width: 100%;
    height: 250px;
    background: url(../resources/principal/siete.jpeg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* efecto parallax certificaciones */
.efectocer{
    width: 100%;
    height: 250px;
    background: url(../resources/principal/ocho.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* efecto pa de proyectos */
.efectoproye{
    width: 100%;
    height: 250px;
    background: url(../resources/principal/cinco.jpeg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;

}

/* efecto parallax de catalogo de ventas */
.efectocata{
    width: 100%;
    height: 250px;
    background: url(../resources/principal/diez.jpeg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.titulos{
    font-family: "Primera";
    font-size: 55px;
    text-shadow: 4px 4px 8px #000000;
}

.textju{
    text-align: justify;
    
}
.titulo2{
    font-family: "Quinta";
    font-size: 30px;
}
.titulo3{
    font-family: "Tercera";
    font-size: 20px;
}
.teto{
    font-family: "Segunda";
    font-size: 20px;
}
.tetoo{
    font-family: "Segudna";
    font-size: 18px;
}
.topp{
    padding-top: 112px;
}
.tooo{
    padding-top: 105px;
}
/* Ocultar la barra de desplazamiento en navegadores */
::-webkit-scrollbar {
    display: none;
}
.talibro{
    width: 400px;
    height: 550px;
}
/* profundidad del mapa */
.mapa-profundidad {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3), 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 20px; /* Opcional: para darle bordes redondeados */
}

/* mouse sobre el mapa */
.mapa-profundidad:hover {
    transform: scale(1.01);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.4), 0 10px 20px rgba(0, 0, 0, 0.3);
}
/* animacion de las card */
.ani{
    border-radius: 10px;
    transition: transform 0.3s ease;
    
}
.ani:hover{
    transform: scale(1.09);   
}
/* color de boton de libros */
/* .wacolor{
    width: 100px;
    color: black;
    padding: 15px;
    border-radius: 15px;
    background: rgb(0,255,21);
    background: radial-gradient(circle, rgba(0,255,21,1) 0%, rgba(255,255,255,0.8211659663865546) 100%);
} */

/* animacionde whatsapp */
.wasa {
    position: fixed;
    bottom: 50px; /* Posición fija desde la parte inferior */
    right: 50px; /* Posición fija desde la parte derecha */
    width: 65px; /* Tamaño inicial del botón */
    height: 65px; 
    animation: zoom 3s infinite; /* Animación de zoom */
    z-index: 1000; /* Asegura que esté visible sobre otros elementos */
    cursor: pointer; /* Cursor tipo puntero */
}

/* Animación de zoom */
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

/* Ajuste del tamaño y posición en pantallas medianas */
@media (max-width: 768px) {
    .wasa {
        width: 50px; /* Reduce el tamaño en pantallas medianas */
        height: 50px;
        bottom: 15px; /* Ajusta la posición */
        right: 15px;
    }
}

/* Ajuste del tamaño y posición en pantallas pequeñas */
@media (max-width: 480px) {
    .wasa {
        width: 40px; /* Reduce aún más el tamaño en pantallas pequeñas */
        height: 40px;
        bottom: 10px; /* Ajusta aún más la posición */
        right: 10px;
    }
}

/* login */
.esti {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.let {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Asegura que ocupe toda la altura de la pantalla */
    margin-top: -200px;
}

.llogin {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4); /* Ajuste para una sombra más suave */
    width: 350px;
    text-align: center;
}

.llogin h2 {
    margin-bottom: 30px;
    font-size: 24px;
    color: #000000;
}

.dise {
    position: relative;
    margin-bottom: 30px;
}

.dise input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
}

.dise label {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #666;
    font-size: 16px;
    pointer-events: none;
    transition: 0.3s;
}

.dise input:focus ~ label,
.dise input:valid ~ label {
    top: -5px;
    color: #333;
    font-size: 12px;
}

.btnlo {
    background: #333;
    color: #fff;
    padding: 10px;
    width: 100%;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.btnlo:hover {
    background: #555;
}


html {
    scroll-behavior: smooth;
  }
.imgcen{
    text-align: center;
}
/* Contenedor principal */
.flip-card {
    perspective: 1000px;
    width: 450px;
    height: 400px;       /* Altura de la imagen */
    overflow: hidden;      /* Oculta el desbordamiento */
    margin: 10px;
  }
  
  /* Contenedor interno que se voltea */
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }
  
  /* Efecto de volteo al pasar el cursor */
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  /* Frente y reverso de la tarjeta */
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    top: 0;
    left: 0;
  }
  
  /* Estilo de la parte frontal (imagen) */
  .flip-card-front img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Asegura que la imagen se adapte al tamaño del contenedor */
  }
  
  /* Estilo de la parte trasera (información) */
  .flip-card-back {
    background-color: #000000;
    color: white;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
  }

  /* Contenedor de la imagen */
.image-container {
    position: relative;
    width: 400px; /* Ajusta el tamaño según sea necesario */
    height: 400px;
    overflow: hidden;
}

/* Imagen */
.image-container img {
    width: 100%;
    height: auto;
    transition: 0.3s ease;
}

/* Efecto oscuro al pasar el cursor */
.image-container:hover img {
    filter: brightness(0.7); /* Oscurece la imagen */
}

/* Overlay (texto) */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    background-color: rgba(0, 0, 0, 0.4); /* Fondo oscuro translúcido */
    color: white;
    font-size: 20px;
    text-align: center;
}

/* Muestra el overlay al pasar el cursor */
.image-container:hover .overlay {
    opacity: 1;
}

  
/* Estilo del modal para limitar el ancho y alto */
.modal-dialog {
    max-width: 900px; /* Ancho máximo del modal, ajustable */
    max-height: 150vh; /* Altura máxima en relación a la ventana del usuario */
    margin: auto; /* Centrado vertical y horizontal */
}

.modal-content {
    height: 100%;
}

.modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Evita desbordamiento */
}

/* Canvas para PDF */
#pdf-canvas {
    width: 100%; /* Hace que el canvas use todo el ancho del modal */
    max-height: 900px; /* Establece un límite de altura */
    object-fit: contain; /* Ajusta la imagen sin desbordar */
}

#book-canvas {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}
.iz{
    text-align: left;
}


.cust{
        margin: 5px; /* Márgenes automáticos horizontalmente */
        padding: 30px;     /* Espaciado interno */
        max-width: 100%; /* Limitar el ancho máximo */
    
}
.btncompra{
    display: inline-block;
    width: 100%; /* Ancho completo */
    max-width: 300px; /* Ancho máximo */
    text-align: center; /* Alineación centrada para el texto */
    font-size: 16px; /* Tamaño de fuente */
    border-radius: 4px; /* Bordes redondeados */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra ligera */
}
.bounce-animation {
    display: inline-block;
    animation: bounce 3s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0); 
    }
    40% {
        transform: translateY(-10px); 
    }
    60% {
        transform: translateY(-5px); 
    }
}

.imglogin{
    display: flex;
    justify-content: center;
    align-items: center;
}
.imglogin img {
    width: 500px;

}
























/* tipos de letras */
@font-face {
    font-family: "Primera";
    src: url("../resources/fonts/ubuntu/Ubuntu-Regular.ttf");
    font-style: normal;
}
@font-face {
    font-family: "Segunda";
    src: url("../resources/fonts/b-solid.svg");
    font-style: normal;
}
@font-face {
    font-family: "Tercera";
    src: url("../resources/fonts/ubuntu/Ubuntu-Bold.ttf");
    font-style: normal;
}
@font-face {
    font-family: "Cuarta";
    src: url("../resources/fonts/medio/medio.otf");
    font-style: normal;
}
@font-face {
    font-family: "Quinta";
    src: url("../resources/fonts/colvetica/coolvetica\ rg.otf");
    font-style: normal;
}
    

