
/* ===========================================
   RESET Y CONFIGURACIÓN BASE
=========================================== */
html {
    width: 100%;
    height: 100%; 
}

body {
    margin: 0;
    padding: 0;
    color: black;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* ===========================================
   TAMAÑOS TIPOGRÁFICOS RESPONSIVOS PERSONALIZADOS
=========================================== */
.text_custom_large {
    font-size: 24px;
}

.text-custom-xxlarge {
    font-size: 28px;
}

@media (min-width: 576px) {
    .text_custom_large {
        font-size: 30px;
    }
    
    .text-custom-xxlarge {
        font-size: 35px;
    }
}

@media (min-width: 768px) {
    .text_custom_large {
        font-size: 35px;
    }
    
    .text-custom-xxlarge {
        font-size: 40px;
    }
}

@media (min-width: 992px) {
    .text_custom_large {
        font-size: 40px;
    }
    
    .text-custom-xxlarge {
        font-size: 45px;
    }
}

/* ===========================================
   CLASES DE EFECTOS Y UTILIDADES
=========================================== */
.img-responsive {
    width: 100%;
    height: auto;
}

.gradient-up {
    background: linear-gradient(to bottom, transparent, white);
    opacity: 0.1;
}

.gradient-down {
    background: linear-gradient(to bottom, white, transparent);
    opacity: 0.1;
}

.img-inverse-v {
    transform: rotateX(180deg);
    transform-origin: center;
}



.text-gold-gradient {
    background: linear-gradient(139deg,
        rgba(181, 160, 42, 1) 0%,
        rgba(199, 188, 87, 1) 11%,
        rgba(255, 232, 156, 1) 18%,
        rgba(237, 234, 83, 1) 23%,
        rgba(237, 165, 83, 1) 34%,
        rgba(237, 196, 62, 1) 42%,
        rgba(237, 204, 83, 1) 50%,
        rgba(255, 240, 184, 1) 54%,
        rgba(255, 217, 184, 1) 61%,
        rgba(255, 211, 66, 1) 68%,
        rgba(255, 246, 204, 1) 78%,
        rgba(255, 189, 66, 1) 88%,
        rgba(222, 165, 60, 1) 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-shadow: 2px 1px 1px rgba(45, 28, 0, 0.34);
}



.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.display-inline-block {
    display: inline-block;
}

/* ===========================================
   COMPONENTES ESPECÍFICOS
=========================================== */
.content {
    background: #FDF3F4;
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 1100px;
    position: relative; /* Añadido para contener el botón de WhatsApp */
}

.btn-border {
    border: 1px solid black;
    color: black;
    background: transparent;
    border-radius: 70px;
    padding: 12px 60px;
    align-items: center;
    text-decoration: none;
    gap: 5px;
    display: inline-flex;
}

.btn-border i {
    color: black;
}

.max-width-200 {
    width: 100%;
    max-width: 200px;
}



/* ===========================================
   SECCIÓN DE IMAGEN Y TEXTO
=========================================== */
.image-section {
    width: 100%;
}

.decorative-image {
    width: 80px;
    height: auto;
    margin-left: 10px;
    vertical-align: middle;
}

/* Responsive adjustments for decorative image */
@media (max-width: 576px) {
    .decorative-image {
        width: 60px;
        margin-left: 5px;
    }
}

@media (min-width: 768px) {
    .decorative-image {
        width: 98px;
        margin-left: 15px;
    }
}

/* ===========================================
   SLIDER/CAROUSEL
=========================================== */
.carousel-container {
    padding: 0px 10px;
}

.carousel-container .splide__slide {
    padding: 40px 10px 40px 10px;
}

/* ===========================================
   IMÁGENES DE FONDO
=========================================== */
.background-image {
    position: absolute;
    width: 70%;
    height: 100vh;
    top: 0;
    object-fit: fill;
    z-index: -1;
    transition: transform 1s ease-out;
}

.background-image.left {
    left: 0;
}

.background-image.right {
    right: 0;
}

.hide_left {
    transform: translateX(-100%);
}

.hide_right {
    transform: translateX(100%);
}




/* ===========================================
   FOOTER
=========================================== */
.footer-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;
}
.footer-links {
    margin: 0px 10px;
}
.footer-links a {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    text-decoration: none;
    color: black;
}

.bgr_ini {
    height: 604px;
}
.bgr_grafic {
    max-width: 80%;
}

.texto_position1 {
    position: absolute;
    margin-top: 190px;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}



.texto_position2 {
    position: relative;
    margin-top: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}
#countdown {
    display: flex;
    justify-content: center;
    gap: 20px;
}
#countdown div{
    font-family: "paris";
    font-size: 30px;
}
#countdown div p{
    line-height: 1px;
    font-size: 20px;
}


/* Cambia por la altura que necesites  flexslider*/
.flexslider {
    border: 0px;
    height: 500px; 
    overflow: hidden;
    border: 0px;
}
.flexslider .slides,
.flexslider .slides li {
    height: 100%;
}
.flexslider .slides li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flex-direction-nav a {
    height: 55px;
    opacity: 1;
}
.flex-direction-nav .flex-prev {
    left: 40px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 40px;
}
.flex-direction-nav .flex-next {
    right: 40px;
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 40px;
}
.flex-control-nav {
    bottom: 60px;
    z-index: 10;
}
.flex-direction-nav a:before {
    color: white;
}
.flex-control-paging li a.flex-active {
    background: white;
    opacity: 0.5;
}
.flex-control-paging li a {
    background: white;
    width: 15px;
    height: 15px;
}
.flex-control-paging li a:hover {
    background: white;
}


.protector {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999;
}
.protector-centrado {
    max-height: 30%;
    cursor: pointer; /* Cambia el cursor al pasar sobre la imagen */
}








.timeline {
    width: fit-content;
    position: relative;
    padding: 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, #b8860b, #daa520);
}

.timeline_item {
    position: relative;
    padding-left: 70px;
}
.timeline_img {
    position: absolute;
    left: 10px;
    top: 8px;
    width: 30px;
    height: 30px;
    background: #b8860b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
}

.timeline_time {
    font-size: 1.4rem;
    font-weight: bold;
    color: #b8860b;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.timeline_event {
    font-size: 1.2rem;
    color: #8b7355;
    font-weight: 300;
    letter-spacing: 0.5px;
}





















@media (min-width: 770px) {

    #countdown div{
        font-size: 80px;
    }
    #countdown div p{
        font-size: 40px;
    }


    .texto_position1 {
        margin-top: 270px;
        top: 30%;
    }
    .texto_position2 {
        margin-top: 260px;
        top: 50%;
    }
    
    .flexslider {
        border: 0px;
        height: 700px; /* Cambia por la altura que necesites */
        overflow: hidden;
        border: 0px;
    }

    .bgr_ini {
        height: 900px;
    }
    .bgr_grafic {
        max-width: 90%;
    }


}




