html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

@font-face {
            font-family: 'MiFuentePersonalizada';
            src: url('https://www.jurixfy2.com/assets/font/baskvl.ttf') format('truetype');
        }

body {
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: 100% 100%;
}


@media (min-width: 1025px) {
    body {
        background-image: url("https://www.jurixfy2.com/assets/imgJurixfy/Jurixfy-Inicio.png");
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    body {
        background-image: url("https://www.jurixfy2.com/assets/imgJurixfy/iPad.png");
    }
}

@media (max-width: 767px) {
    body {
        background-image: url("https://www.jurixfy2.com/assets/imgJurixfy/iPhone.png");
    }
}

header {
    height: 11vh;
}

main {
    flex: 1;
    overflow-y: auto;
     overflow-x: hidden;
}

footer {
    height: 10vh;
    align-items: center;
    display: flex;
}


.custom-row {
    padding-top: 0px;
}

@media (min-width: 990px) {
    .custom-row {
        padding-top: 90px;
    }
}

.custom-rowx {
    padding-left: 0px;
    padding-right : 0px;
}

@media (min-width: 1400px) {
    .custom-row {
        padding-left: 200px;
        padding-right : 200px;
    }
}

.tablet {
    width: 100%; 
    max-width: 500px;
    height: 650px; 
    background: url('https://www.jurixfy2.com/assets/imgJurixfy/tablet.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin: 0 auto; 
}

.screen {
    position: absolute;
    top: 17px; 
    left: 18px;
    width: 465px;
    height: 619px;
    overflow-y: scroll;
    background-color: #fff;
    padding: 10px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}

.content {
    font-family: MiFuentePersonalizada;
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
}

.botonPdf {
    width: 80px;
    height: 80px;
    font-size: 20px;
    padding: 0; 
    border: none;
    background: none;
    cursor: pointer;
}


#pdfViewer {
    margin-top: 10px;
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.centered-image {
    max-width: 50%;
    width:30%;
    height: auto;
}

.centered-image2 {
    max-width: 80%;
    width:75%;
    height: auto;
}

@media (max-width: 1300px) {
    .centered-image {
        width: 60%;
    }
}

.fondoprimeraley{
    background-image: url("https://www.jurixfy2.com/assets/imgJurixfy/fondoLeyPrimera.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.fondosegundaley{
    background-image: url("https://www.jurixfy2.com/assets/imgJurixfy/fondoLeysegunda.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.fondoterseraley{
    background-image: url("https://www.jurixfy2.com/assets/imgJurixfy/fondoLeyTersera.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}


.fondoSomos{
    background-image: url("https://www.jurixfy2.com/assets/imgJurixfy/imagenSomos.JPG");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}


.fondoPDF{
    background-image: url("https://www.jurixfy2.com/assets/imgJurixfy/fondouniversa.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.fondoGlobal{
    background-color: #fff;
}
.title{
 color: white;  
 font-size: 32px;
 font-family: none;
 font-weight: bold;
}

.titleSomos{  
 font-size: 45px;
 font-family: none;
 font-weight: bold;
}

.textoSomo{
    font-size: 15px;
}

.Subtitle{
 color: white;  
 font-size: 28px;
 font-family: none;
}
     
.texto{
 color: white;     
}
    
.footer-icon {
    font-size: 1.5rem;
    color: #fff;
    margin-right: 10px;
}

.total-registros-label {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.list-group {
    position: sticky;
    top: 20px;
    z-index: 1;
}

.btn-volver-arriba {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: none;
    transition: background-color 0.3s;
}

.bi-arrow-up {
    font-size: 24px;
}

.btn-volver-arriba:hover {
    background-color: rgba(0, 0, 0, 0.7);
}


.justifyText {
    text-align: justify;
}

.card-img-top {
    max-width: 100%;
    height: auto !important;
    object-fit: cover !important; 
    max-height: 400px !important; 
}

/*anterior */

.pdf-list-item {
    cursor: pointer;
    position: relative; 
    transition: transform 0.3s ease;
}

    .pdf-list-item:hover {
        transform: scale(0.9);
    }

.selected {
    border-right: 4px solid #007bff; 
}

.pdf-list-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0; 
    bottom: 0;
    width: 5px;
    background-color: #007bff; 
    display: none; 
}

.pdf-list-item:hover::after {
    display: block;
}

.pdf-list-item i {
    font-size: 30px; 
}

.pdf-list-title {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

/* Estilo general del navbar */
.navbar {
    position: relative;
    z-index: 10;
}

.navbar-collapse {
    z-index: 20; 
}

.navbar-toggler {
    z-index: 30;
}

.navbar-toggler-icon {
    background-color: black;
}

.navbar-nav .dropdown-menu {
    z-index: 25;
}

.navbar-nav .nav-link {
    transition: background-color 0.3s ease, color 0.3s ease;
}



@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: white;
    }
    .navbar-nav .nav-link {
        color: black !important;
        margin-left: 15px; 
    }
    
    .navbar-nav .nav-link:hover {
        background-color: #f8f9fa;
        color: #000; 
    }
    
    .navbar-toggler {
      border-radius: 8px;
    }
}

        .pdf-icon {
            display: flex;
            align-items: center;
            padding: 10px;
            border: 1px solid #ddd;
            margin-bottom: 10px;
            background-color: #f9f9f9;
            border-radius: 5px;
            text-align: center;
        }
        .pdf-icon i {
            margin-right: 10px;
            font-size: 24px;
            color: red;
        }
        .pdf-icon a {
            text-decoration: none;
            color: black;
            font-size: 18px;
        }
        .pdf-icon a:hover {
            text-decoration: underline;
        }
        #pdfCard {
            height: 450px;
            max-height: 450px; /* Adjust this value as needed */
            overflow-y: auto;
        }
