@font-face {
    font-family: 'SloopScript';
    src: url('../fonts/Sloop-ScriptThree.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RedHat';
    src: url('../fonts/RedHatDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Estilos generales para imágenes de diferentes tamaños */
.img-size-1 {
    width: 50dvw !important;
}

.img-size-2 {
    width: 75dvw !important;
}

.img-size-full {
    width: 100dvw !important;
}

/* Posicionamiento de imágenes */
.img-position-l {
    float: left;
}

.img-position-r {
    float: right;
}

/* Sección Home */
#section-home .background {
    width: 100dvw;
    aspect-ratio: 16/9;
    object-fit: cover;
    opacity: .6;;
    position: relative;
    z-index: 2;
}

#section-home .background-color {
    width: 100dvw;
    aspect-ratio: 16/9;
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#section-home .colorado {
    bottom: 15rem;
    left: 30rem;
    font-size: 40px;
    z-index: 10;
}

#section-home .flag {
    bottom: 10rem;
    left: 20rem;
    z-index: 10;

}

#section-home .flag img {
    height: 60dvh;
}

#section-home .polaroid {
    transform: rotate(-10deg);
    z-index: 10;
    height: 88%;
    top: 13%;
    left: 15dvw;
}
#section-home .polaroid img {
    height: 100%;
}
#section-home .title_colorado {
    position: absolute;
    top: 0;
    width: 100dvw;
    z-index: 10;
    height: 17%;
    border-bottom: 3px solid rgb(153, 137, 98);
    display: flex;
    align-items: end;
    padding-right: 15dvw;
    justify-content: end;
    font-size: 2.5dvw;
}
#section-home .title_colorado div {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    color: rgba(255, 255, 255, 0.897);
    display: flex;
    align-items: center;
    height: 40%;
}
.colorado-ico {
    margin-right: 1dvw;
    height: 100%;
}

.title {

    text-shadow: 1px 1px 2px rgba(30, 30, 30, 0.2);
}

.place {
    line-height: 1;
    text-shadow: 1px 1px 2px rgba(30, 30, 30, 0.2);
    margin: 8px 0;
    font-family: Quicksand;
    letter-spacing: 3px;
    color: #404041;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
}

#section-home .text {
    z-index: 1;
    margin-top: 5rem;
    width: 90dvw;
}


.raul-cris {
    font-family: 'SloopScript', cursive;
    width: 58dvw;
    height: auto;
    display: flex;
    z-index: 10;
    position: absolute;
    right: 0;
    font-size: 10.5dvw;
    top: 39%;
    color: rgba(255, 255, 255, 0.897);
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.raul-cris div {
    height: 20%;
}
.raul-cris div:nth-child(2) {
    font-size: 2.5dvw;
    font-family: "RedHat", sans-serif;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0.5rem;
}


@media (min-aspect-ratio: 15 / 9) and (max-aspect-ratio: 22 / 9) {
    #section-home .background {
        height: 100dvh;
    }
    
    #section-home .background-color {
        height: 100dvh;
    }
}
@media (max-aspect-ratio: 9 / 12) {
    #section-home .background {
        height: 100dvh;
    }
    
    #section-home .background-color {
        height: 100dvh;
    }
    #section-home .polaroid {
        height: 47%;
        top: 45%;
        left: 32%;
        transform: translateX(-50%) rotate(-10deg);
    }

   .raul-cris {
        right: auto;
        width: 100dvw;
        top: 16%;
        font-size: 20.5dvw;
    }
    .raul-cris div:nth-child(2) {
        font-size: 5.5dvw;

    }
    #section-home .title_colorado {
        height: 10%;
        font-size: 5.5dvw;
        padding-right: 5dvw;
    }

 /*     .raul-cris div {
        height: 130px;
    }
    .raul-cris div:nth-child(2) {
        font-size: 1.5rem;

    } */

    
}

/* Sección Our Story */
#section-our-story img {
    height: 90% !important;
    position: absolute;
    left: 10dvw;
    z-index: 10;
}
#section-our-story .rec1 {
    height: 100dvh;
    width: 15dvw;
    background-color: #c59056;
    position: absolute;
    z-index: 5;
}

#section-our-story .title {
    text-align: center;

    font-family: "SloopScript";
    font-style: normal;

    text-align: justify;

    font-size: 6dvw;
    text-align: center;


}

#section-our-story .text {
    margin: auto;
    text-align: center;
    width: 43dvw;
    padding: 0 5dvw;
    font-family: "RedHat";
    font-style: normal;
    font-size: 1.8dvw;
    position: absolute;
    right: 0dvw;
    text-align: justify;
    line-height: 1.6;
}
#section-our-story .text p {
    margin-top: -5%;
}
@media (max-aspect-ratio: 7 / 12) {
    #section-our-story .text p {
        margin-top: 10% !important;
    }
}
@media (max-aspect-ratio: 9 / 12) {

    #section-our-story img {
        height: 43% !important;
        position: absolute;
        left: 7dvw;
        z-index: 10;
        bottom: 3dvh;
    }
    #section-our-story .rec1 {
        height: 48dvh;
        width: 15dvw;
        bottom: 0;
        background-color: #c59056;
        position: absolute;
        z-index: 5;
    }
    #section-our-story .text {
        font-size: 2dvw;
        position: absolute;
        top: 5%;
        width: 100dvw;
        right: 0;
        font-size: 3.5dvw;
        /* margin: auto;
        text-align: center;
        width: 70dvw;
        font-family: "RedHat";
        font-style: normal;
        position: absolute;
        right: 10dvw;
        text-align: justify;
        line-height: 1.6;
        top: 0; */
    }
     #section-our-story .title {
        font-size: 14dvw;
    } 
    
    #section-our-story .text p {
        margin-top: -5%;
    }

}

/* Media query para la sección Our Story en pantallas con ancho máximo de 576px */
/* 
@media (max-width: 1500px) {

    #section-our-story .text {
        padding: 0;
    }
    #section-our-story .title {
        font-size: 4rem;
    }


}
@media (max-width: 803px) {

    #section-our-story img {
        width: 50dvw !important;
        position: absolute;
        left: 10dvw;
        z-index: 10;
        bottom: 5dvh;
    }
    #section-our-story .rec1 {
        height: 55dvh;
        width: 15dvw;
        bottom: 0;
        background-color: #c59056;
        position: absolute;
        z-index: 5;
    }
    #section-our-story .text {
        margin: auto;
        text-align: center;
        width: 70dvw;
        font-family: "RedHat";
        font-style: normal;
        position: absolute;
        right: 10dvw;
        text-align: justify;
        line-height: 1.6;
        top: 0;
    }
    #section-our-story .title {
        width: 80dvw;
    }


}

@media (max-width: 395px) {
    #section-our-story .title {
        font-size: 2.5rem;
    }
} */

/* Sección Accommodation */
#section-accommodation .acc-img1 {
    height: 100% !important;
    width: auto !important;
    position: absolute;
    left: 0;
}

#section-accommodation .text p {
    margin: 1% 0 0 0 !important;
}
#section-accommodation .text ul {
    margin: 1% 0 0 6dvw !important;
    font-size: 70%;
}
#section-accommodation .text {
    z-index: 1;
    width: 57dvw;
    text-align: center;
    margin-left: 10dvw;
    position: absolute;
    right: 0;
    text-align: justify;
    font-family: "RedHat";
    font-style: normal;
    padding: 4dvw;
    font-size: 1.8dvw;
}
#section-accommodation .text .acc-title {
    font-family: "SloopScript";
    font-style: normal;
    font-size: 6dvw;
    text-align: center;

}
#section-accommodation .text ul {
    text-align: left;
    margin-left: 6dvw;
    padding: 0;
}
.acc-img2 {
    display: none !important;
}
/* @media (max-width: 1500px) {
   
#section-accommodation .acc-img1 {
    margin-left: -10dvw;
} 
}

@media (max-width: 1250px) {
    #section-accommodation .acc-img1 {
        margin-left: -25dvw;
    } 
} */
@media (max-aspect-ratio: 7 / 12) {
    .acc-img2 {
        margin: 5dvh 0 !important;
    }
}
@media (max-aspect-ratio: 9 / 12) {
    .acc-img2 {
        display: block !important;
        width: 87dvw !important;
        margin: 0;
    
    }.acc-img1 {
        display: none !important;
    }
    #section-accommodation .text ul {
        font-size: 100%;
    }
    #section-accommodation .text {
        width: 100dvw;
        height: 100dvh;
        padding: 6dvw;
        font-size: 3.5dvw;
    }
    #section-accommodation .text .acc-title {
        font-size: 14dvw;
        margin-bottom: 10%;
    }
    .big-text{
        display: none !important;
    }
    #section-accommodation .text ul {
        margin: 0;

    }
    .acc-uls {
        display: flex;
    }
}


/* Sección Buses */
#section-buses .rect {
    width: 25dvw !important;
    height: 100dvh !important;
    background-color: #c59056;
    position: absolute;
    z-index: 5;
    left: 0;
}

#section-buses h3 {
    margin-left: 20px;
}

#section-buses img {
    height: 90% !important;
    position: absolute;
    left: 25dvw;
    width: auto;
    z-index: 10;
    transform: translate(-50%, 0);
}

#section-buses .text {
    width: 50dvw !important;
    text-align: center;
    z-index: 10;
    position: absolute;
    right: 5.7dvw;
    text-align: justify;
    font-family: "RedHat";
    font-style: normal;
    font-size: 1.8dvw;
}

.bus-title {
    font-family: "SloopScript";
    font-size: 6dvw;
    text-align: center;
}

#section-buses .text .card {
    padding: 10px 20px;
    width: 20dvw !important;
    background-color: rgba(255, 255, 255, 0.7);
}

#section-buses .text .card:not(:first-of-type) {
    margin-top: 10px;
}

#section-buses .text gmp-map {
    width: 100%;
    height: 100px;
    margin-bottom: 1.5rem;
}

/* Media query para la sección Buses en pantallas con ancho máximo de 576px */
/* @media (max-width: 1085px) {
    #section-buses .text {
        width: 40dvw !important;
        right: 8dvw;
    }
    
} */
@media (max-aspect-ratio: 7 / 12) {
    #section-buses .text p {
        margin-top: 1vh !important;
        font-size: 4vw !important;
    }
}
@media (max-aspect-ratio: 9 / 12) {
    #section-buses .text {
        position: absolute;
        width: 100dvw !important;
        top: 0;
        left: 0;
        padding: 5dvw;
        margin: 0;
        font-size: 3.5dvw;
    }
    .bus-title {
        font-size: 14dvw;
    }

    #section-buses img {
        height: 45dvh !important;
        bottom: 1dvh;
        width: 87dvw;
        left: 49dvw;
    }

    #section-buses .rect {
        
        height: 47dvh  !important;
        bottom: 0;
    }
    
    
}

/* Sección Services */
#section-services .text {
    padding: 4dvw;
    text-align: center;
    width: 50dvw;
    font-family: "RedHat";
    font-style: normal;
    text-align: justify;
    font-size: 1.2dvw;
}
#section-services .text .title{
    font-family: "SloopScript";
    font-style: normal;
    font-size: 6dvw;
    white-space: nowrap;
    text-align: center;

}

#section-services img {
    margin-left: 5rem;
    position: absolute;
    right: 0;
}
.img-party {
    width: 50dvw !important;
}

.img-party2 {
    display: none !important;
}

.timeline {
    display: flex;
    justify-content: space-around;
}
.timeline .subsection {
    width: 15dvw;
    padding: 2dvw;
    font-size: 75%;
    text-align: center;
    margin-bottom: 20px;
    background-color: rgba(245, 222, 162, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.timeline .subsection:nth-child(2) {
    margin-left: 2dvw;
    width: 20dvw;
}
.timeline .timeline-item {
    height: 130px;
    width: 40px;
    background-color: #c59056;
    position: absolute;
    margin-top: 10px;
    margin-left: -45px;
    text-align: center;
}

/* Media query para la sección Services en pantallas con ancho máximo de 576px */
/* @media (max-width: 1300px) {
    #section-services .text .title {
        font-size: 5rem;
        margin: 0;
        padding: 0;
        height: auto;
    }
    #section-services .text {
        padding: 35px;
        width: 65dvw;

    }
    #section-services img {
        width: 43dvw !important;
    }
    .party-text {
        width: 50dvw;
    }
} */
@media (max-aspect-ratio: 7 / 12) {
    .timeline .subsection {
        font-size: 80% !important;
        margin-top: 1rem !important;
        margin-bottom: 4rem !important;
    }
    .party-text {
        margin-bottom: 3rem;
    }
}
@media (max-aspect-ratio: 9 / 12) {

    #section-services {
        display: flex;
        flex-direction: column;
    }
    .img-party {
        display: none !important;
    }
    .img-party2 {
        display: inline !important;
        position: relative !important;
        margin: 0 0 2% 0 !important;
        height: 25% !important;
        width: auto !important;

    }


    .timeline .subsection {
        width: 37dvw;
        font-size: 70%;
    }
    .timeline .subsection:nth-child(2) {
        width: 48dvw;
        margin-left: 35px;
    }
    #section-services .text .title {
        font-size: 14dvw;
    }
    #section-services .text {

        width: 100dvw;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 3dvw;
    }

    .party-text {
        width: 80dvw;
    }
}

/* Sección Things to Do */
#section-things-to-do img {
    width: 40dvw;
    height: 85% !important;
    z-index: 10;
    position: absolute;
    left: 6dvw;

}
#section-things-to-do .rec {
    height: 100%;
    width: 15dvw;
    background-color: #c59056;
    position: absolute;
    z-index: 5;
}
#section-things-to-do .small-text {
    font-family: "RedHat";
    font-style: normal;
    font-size: 1.4dvw;
    text-align: center;
    color: grey;
}
#section-things-to-do .text {
    width: 53dvw;
    padding: 4dvw;
    text-align: center;
    z-index: 10;
    position: absolute;
    right: 0;
    text-align: justify;
    font-family: "RedHat";
    font-style: normal;
    font-size: 1.8dvw;

}
#section-things-to-do .text .title {
    font-family: "SloopScript";
    font-style: normal;
    font-size: 6dvw;
    text-align: center;
}

/* Media query para la sección Things to Do en pantallas con ancho máximo de 576px */
@media (max-aspect-ratio: 7 / 12) {
    #section-things-to-do .text .title {
        margin-bottom: 6vh !important;
    }
}
@media (max-aspect-ratio: 9 / 12) {
    #section-things-to-do img {
        height: 50dvh !important;
        width: auto !important;
        left: 12dvw;
        bottom: 2dvh;
    }
    #section-things-to-do .rec {
        height: 55dvh;
        width: 18dvw;
        bottom: 0;
    }
    #section-things-to-do .text {
        width: 100dvw;
        top: 0;
        margin-left: 2dvw;
        font-size: 3.5dvw;
    }
    #section-things-to-do .text .title {
        font-size: 12dvw;
        margin-top: 0;
    }
    #section-things-to-do .small-text {
        font-size: 3dvw;
    }
}
/* 
@media (max-width: 425px) {
    #section-things-to-do img {
        height: 40dvh !important;

    }
}
@media (max-width: 340px) {
    #section-things-to-do img {
        height: 30dvh !important;

    }
}
 */

/* Sección End */
#section-end img {
    width: 100dvw !important;
}

/* Media query para la sección End en pantallas con ancho máximo de 576px */
@media (max-width: 576px) {
    /* Añade aquí los estilos específicos para pantallas pequeñas */
}

/* Sección Hotel */
.hotel {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 5px;
    margin: 0 10px;
}

.hotel:not(:first-of-type) {
    margin-top: 10px;
}

#confirm-attendance-button {
    font-size: 30pt;
    margin: 20px;
}

/* Sección Confirm */
#section-confirm img:not(.conf3) {
    height: 100% !important;
    width: auto;
    position: absolute;
    z-index: 5;
}
.conf1 {
    left: 0;
}
.conf2 {
    right: 0;
}
.conf3 {
    height: 40dvh !important;
    min-width: 100dvw !important;
    bottom: 0;
    position: absolute;
    z-index: 5;
    display: none !important;
}

#section-confirm .conf-title {
    width: 100dvw !important;
    height: 20%;
    text-align: center;
    font-family: "SloopScript";
    font-style: normal;
    font-size: 6dvw;
    position: absolute;
    top: 0;
    z-index: 3;
    padding-top: 5%;
}

#section-confirm .text p {
    margin: 0 !important;
}
#section-confirm .text {
    width: 100dvw;
    padding: 3dvw;
    height: 60%;
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    padding: 0 25dvw;
    font-family: "RedHat";
    font-style: normal;
    font-size: 1.8dvw;
    margin-top: 8%;
}

#confirm-attendance-button {
    background-color: #c59056;
    font-size: 1.8dvw;
}
#confirm-attendance-button:hover {
    background-color: #e4b583;
}
/* 
@media (max-width: 1500px) {
    #section-confirm .text {
        padding: 0 35dvw;
    }
    
    #section-confirm .conf-title {
        font-size: 300%;

    }

}
@media (max-width: 1200px) {

    #section-confirm .conf-title {
        font-size: 200%;
        height: 13dvh;
    }

}*/
@media (max-aspect-ratio: 7 / 12) {
    #section-confirm .text {
        top: 7% !important;
    }
}
@media (max-aspect-ratio: 9 / 12) {
    #confirm-attendance-button {
        font-size: 3.5dvw;
    }
    #section-confirm .conf-title {
        font-size: 13dvw;
    }

    #section-confirm .text {
        /* padding: 0 5dvw;
        height: fit-content;
        top: 17dvh;
        position: absolute; */
        font-size: 3.5dvw;
        width: 100dvw;
        position: absolute;
        top: 11%;
        padding: 1dvw;
        height: 40%;
    }

    .conf1 {
        display: none !important;
    }

    .conf2 {
        display: none !important;
    }
    .conf3 {
        display: block !important;
    }


} 

/* Estilos generales para los elementos de la página */


.item {
    background-image: url('../images/paper.jpg');
    background-size: cover;
    background-position: center;
    width: 100dvw;
    aspect-ratio: 16/9;
    margin-top: 5dvw;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    box-shadow: 0px -14px 25px #939393, 0px 14px 25px #939393;
}
@media (min-aspect-ratio: 15 / 9) and (max-aspect-ratio: 20 / 9) {
    .item {
        height: 100dvh; /* Altura igual al 100% de la ventana */
    }

}
@media (max-aspect-ratio: 9/ 12) {
    .item {
        width: 100dvw;
        height: 100dvh; /* Altura igual al 100% de la ventana */
    }
}

.item img,
.item .bg {
    display: block;
    overflow: hidden;
    backface-visibility: hidden;
    object-fit: cover;
    margin-top: 0;
    margin-bottom: 0;
}

.item .img-size-1,
.item .img-size-2,
.item .img-size-full {
    width: 100%;
    height: auto;
}

.item .img-size-1 {
    height: 952.5px !important;
}

.item .img-size-2 {
    height: 1269px !important;
}

.item .img-size-full {
    height: 1459.5px !important;
}

.item .bg {
    background-position: center center;
}



