* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.color1 {background: #dadad6;}
.color2 {background: #161616;}
.color3 {background: #90908c;}
.color4 {background: #0f0f0f;}
.color5 {background: #e9e9e9;}
.txt1 { color: #242424;}
.txt2 { color:#e9e9e9;}

p {font-family: "Merriweather", serif; font-weight: 400; font-size: 1rem; text-align: justify;}
h1 {font-family: "Merriweather", serif; font-weight: 700; font-size: 3.5rem;}
h2 {font-family: "Oswald", sans-serif; font-weight: 600; letter-spacing: 0.08rem; font-size: 3.2rem;}
h3 {font-family: "Caveat", cursive; font-weight: 700; letter-spacing: 0.08rem;}
h4 {font-family: "Caveat", cursive; font-weight: 700; letter-spacing: 0.08rem; font-size: 3.5em;}
.ActosTitulo {letter-spacing: 0.4rem;}
.nav-link {color: #242424 !important;}
.nav-link:hover {color: #e9e9e9 !important; background: #323232;}
.navbar {border-bottom: 3px solid #242424 !important;}

section[id] { scroll-margin-top: 510px; } @media (min-width: 768px) { section[id] { scroll-margin-top: 90px; } }
/*Header*/
#menuPrincipal ul li a {
    height: 100%;
    padding: 24px 45px;
    border-right: #242424 3px solid;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 0.07em
}
@media (min-width: 992px) {
    #menuPrincipal ul li:first-child a {
        border-left: #242424 3px solid;
    }
}
.navbar, .navbar-brand{--bs-navbar-padding-y: 0;}
@media (max-width: 991px) {
    #menuPrincipal.show {
        padding-bottom: 0.5rem;
    }
    .navbar-collapse.show {
        padding-bottom: 0.5rem;
    }
}
/* START Menu hamburguesa */
.navbar-toggler {
    border: #242424 3px solid !important;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0) !important;
}
/* END Menu hamburguesa */
/*Banner*/
#Titular .Banner {
    background-image: url("../img/banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    min-height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f2f2f2; 
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.8);

    position: relative;
    overflow: hidden;
}

#Titular .Banner::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background:
        linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.75)),
        url("../img/noise.png");
    background-size: cover;
    opacity: 0.4;
    z-index: 1;
}

#Titular .titulo {
    position: relative;
    z-index: 2;
}

#Titular .titulo h1 {
    letter-spacing: 2px;
}

#Titular .titulo h3 {
    opacity: 0.9;
    
}

@media (min-width: 768px) {
    #Titular .Banner {
        min-height: 820px;
    }
}

#Titular .titulo h1 {
    font-size: 2.45rem;
}

#Titular .titulo h3 {
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    #Titular .titulo h1 {
        font-size: 3.5rem;
    }
    
    #Titular .titulo h3 {
        font-size: 2rem;
    }
}


.armeniaProyecto {
    filter: grayscale(80%) contrast(130%) brightness(0.7) sepia(20%);
    opacity: 0.9;
    transition: all 0.5s ease;
}

.armeniaProyecto:hover {
    filter: grayscale(60%) contrast(120%) brightness(0.8) sepia(10%);
    opacity: 1;
}

.antetitulo {
    border: #494947 0.2rem solid;
    font-family: "Oswald", sans-serif; letter-spacing: 0.1rem;
}

.declaraciones .antetitulo {
    border: #e9e9e9 0.2rem solid;
    font-family: "Oswald", sans-serif; letter-spacing: 0.1rem;
}
.linea-periodico {
    border: 0;
    height: 2px;
    background-color: #242424;
    width: 60%;
    margin: 1.5rem auto;
    opacity: 0.8;
}

.linea-clara {
    border: 0;
    height: 2px;
    background-color: #d2d2d2;
    width: 60%;
    margin: 1.5rem auto;
    opacity: 0.8;
}
.polaroid {
    background: #f3f3f3;
    padding: 12px 12px 40px 12px;
    border-radius: 4px;
    width: fit-content;
    margin: 0 auto;
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;

    transform: rotate(-2deg);
    transition: transform 0.5s ease;
}

.polaroid img {
    width: 100%;
    display: block;
    filter: grayscale(100%);
    transition: filter 0.5s ease, transform 0.5s ease;
}

.polaroid:hover,
.polaroid:active {
    transform: rotate(0deg);
}

.polaroid:hover img,
.polaroid:active img {
    filter: grayscale(0%);
    transform: scale(1.03);
}

.polaroid .caption {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0.85rem;
    font-weight: 600;
    color: #242424;
}

.sectionMediacolor {background-color: #c6c6c0;}


.cta-misterio {
    padding: 2rem 0;
}

.linea-periodico-corta {
    border: 0;
    height: 2px;
    background-color: #242424;
    width: 80%;
    margin: 1rem auto;
    opacity: 0.6;
}

.cta-texto {
    font-family: "Oswald", sans-serif;
    font-size: 0.95rem;
    letter-spacing: 0.1em;
    color: #242424;
    line-height: 1.6;
}

.texto-secundario {
    font-family: "Merriweather", serif;
    font-size: 0.75rem;
    font-style: italic;
    opacity: 0.7;
    letter-spacing: 0.05em;
}

.cta-flecha {
    display: inline-block;
    color: #242424;
    transition: transform 0.3s ease, opacity 0.3s ease;
    animation: pulsoFlecha 2s ease-in-out infinite;
}

.cta-flecha:hover {
    transform: translateY(5px);
    opacity: 0.7;
}

@keyframes pulsoFlecha {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(8px);
    }
}


#Acto2, #Acto3 {
    box-shadow: inset 0 20px 30px rgba(0, 0, 0, 0.25);
}


#evidencias {
    background: linear-gradient(180deg, rgb(200, 199, 192) 0%, #c9c9c4 100%);
}

.card {
    background-color: #f3f3f3;
    border: 3px solid #242424 !important;
    box-shadow: 
        0 8px 16px rgba(0, 0, 0, 0.4),
        inset 0 0 50px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/noise.png");
    opacity: 0.03;
    pointer-events: none;
    z-index: 1;
}

.card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 
        0 12px 30px rgba(0, 0, 0, 0.6),
        inset 0 0 80px rgba(0, 0, 0, 0.1);
}

.card-body {
    position: relative;
    z-index: 2;
}

.card-title {
    font-family: "Oswald", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    color: #242424;
    text-transform: uppercase;
    border-bottom: 2px solid #242424;
    padding-bottom: 0.5rem;
    margin-bottom: 0.8rem;
}

.card-subtitle {
    font-family: "Merriweather", serif;
    font-style: italic;
    font-size: 1rem;
    color: #494947;
    font-weight: 600;
}

.card-text {
    font-family: "Merriweather", serif;
    font-size: 0.88rem;
    color: #242424;
    line-height: 1.6;
}

.card-text strong {
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.05em;
    font-size: 0.85rem;
}


.carousel-inner img {
    filter: grayscale(40%) contrast(115%) brightness(0.85) sepia(15%);
    transition: filter 0.4s ease;
}

.card:hover .carousel-inner img {
    filter: grayscale(20%) contrast(120%) brightness(0.9) sepia(10%);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(36, 36, 36, 0.85);
    border-radius: 0;
    padding: 18px;
    border: 4px solid #242424;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
    background-color: #242424;
}

.carousel-indicators {
    margin-bottom: 0.5rem;
}

.carousel-indicators button {
    background-color: #bf1414;
    border: 1px solid #f3f3f3;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 0.5;
}

.carousel-indicators button.active {
    opacity: 1;
    box-shadow: 0 0 8px rgba(36, 36, 36, 0.8);
}

.card-title::after {
    content: "CLASIFICADO";
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0.65rem;
    color: #8b0000;
    border: 2px solid #8b0000;
    padding: 3px 8px;
    transform: rotate(15deg);
    opacity: 0.4;
    letter-spacing: 0.1em;
    font-weight: 700;
}

@media (max-width: 767px) {
    .carousel-wrapper-cuadrado {
        position: relative;
        width: 100%;
        padding-top: 100%;
        overflow: hidden;
    }
    
    .carousel-wrapper-cuadrado .carousel {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .carousel-wrapper-cuadrado .carousel-inner,
    .carousel-wrapper-cuadrado .carousel-item {
        height: 100%;
    }
    
    .carousel-wrapper-cuadrado .carousel-item img {
        height: 100%;
        object-fit: cover;
        cursor: pointer;
    }
}

.img-evidencia {
    cursor: pointer;
}

@media (min-width: 768px) {
    .img-evidencia {
        cursor: default;
        pointer-events: none;
    }
}

.accordion-item {
    background-color: transparent;
    border: 1px solid #242424;
    margin-top: 1rem;
}

.accordion-button {
    background-color: #f3f3f3;
    color: #242424;
    font-family: "Oswald", sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    padding: 0.75rem 1rem;
}

.accordion-button:not(.collapsed) {
    background-color: #494947;
    color: #e9e9e9;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: #242424;
}

.accordion-body {
    padding: 1rem;
    background-color: #f3f3f3;
}

.modal-content {
    border: none;
}

.modal-body img {
    max-height: 90vh;
    object-fit: contain;
}


.declaraciones h2 {
    font-size: 4rem;
}

.ParrafoCentrado p {text-align: center;}


.entrevista h2 {
    font-size: 2.5rem;
    font-weight: 600;
}
.entrevista em {
    font-weight: 200;
    font-style: normal;
}

.entrevista .linea-periodico {
    margin-left: 0;
    margin-right: auto;
}

.telefono h2 {
    font-size: 1.9rem;
}

#Créditos p {
    text-align: center;
    font-size: 2rem;
}

footer h4 {
    text-align: center;
    font-family: "Merriweather", serif; font-weight: 300; letter-spacing: 0.08rem; font-size: 0.8rem;
}