body {
    margin: 0;
    padding: 0;
}

.container-max-width {
    max-width: 1800px;
    margin: 0 auto; /* Centra el contenedor horizontalmente */
    padding: 0 15px; /* Opcional: añade algo de espacio alrededor */
}

.background-container {
    max-width: 1800px;
    margin: 0 auto;
    background-image: linear-gradient(rgba(235, 230, 230, 0.25), rgba(255, 255, 255, 0.55)), url("../assets/img/bg.jpg");
    background-position: center;
    background-size: cover;
}

#bloque-principal {
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(rgba(245, 235, 235, 0.90), rgba(255, 255, 255, 0.85)), url("../assets/img/flowers-3546960_1920.jpg");

    h1 {
        margin-top: 10%;
        margin-bottom: 10%;
        font-family: "Pacifico", cursive;
        font-weight: 400;
        text-align: center;
        font-size: 4rem;
        color: rgb(109, 117, 97);
    }

    h2 {
        margin-top: 10%;
        margin-bottom: 10%;
        font-family: 'Lato';
        font-weight: 400;
        font-size: 30px;
        line-height: 1.4;
        text-align: center;
    }


}

#bloque-principal .AnimacionImagen {
    animation: tilt-in-top-1 1s ease-out forwards, float 3s ease-in-out infinite;
}

#bloque-cronograma {
    background-color: rgb(101, 108, 100);
}

.cronograma {
    text-align: center;
}

.cronograma h1 {
    margin-top: 6vh;
    font-family: "Pacifico", cursive;
    font-weight: 400;
    text-align: center;
    font-size: 2rem;
    color: rgb(167, 179, 163);
}

.cronograma h3 {
    margin-top: 2vh;
    margin-bottom: 6vh;
    font-family: 'Lato';
    font-weight: 400;
    color: white;
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
}

.horarios {
    display: block;
    text-align: center;
    background-color: white;
    justify-content: center;
    align-items: center;
}

.horarios img {
    margin-top: 3vh;
    height: 3vh;
}

.horarios h1 {
    margin-top: 2vh;
    font-family: "Pacifico", cursive;
    font-weight: bold;
    text-align: center;
    font-size: 3.5rem;
    color: rgb(109, 117, 97);
}

.horarios h3 {
    margin-top: 2vh;
    margin-bottom: 6vh;
    font-family: 'Lato';
    font-weight: 400;
    color: rgb(0, 0, 0);
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;

    position: relative;
    /* Make the h3 element positionable */

    &::after {
        content: '';
        /* Empty content for the pseudo-element */
        display: block;
        /* Make it behave like a block element */
        width: 10%;
        /* Set the width of the underline */
        height: 2px;
        /* Set the height of the underline */
        background-color: rgb(109, 117, 97);
        /* Set the color of the underline */
        margin-top: 1rem;
        /* Add spacing above the underline */
        position: absolute;
        /* Position it absolutely within the h3 */
        left: 48%;
        /* Center the underline horizontally */
        bottom: -15px;
        /* Position it at the bottom of the h3 */
    }
}

/* @media (min-width: 900px) {
    #bloque-principal  {
        height: 50vh;
        align-items: center;
        justify-content: center;
        background-image: linear-gradient(rgba(245, 235, 235, 0.95), rgba(255, 255, 255, 0.85)), url("../assets/img/flowers-3546960_1920.jpg");
    }

    #bloque-principal  h1 {
        font-family: "Pacifico", cursive;
        font-weight: 400;
        text-align: center;
        font-size: 3rem;
        color: rgb(109, 117, 97);
    }

    #bloque-principal h2 {
        margin-top: 10%;
        margin-bottom: 10%;
        font-family: 'Lato';
        font-weight: 400;
        font-size: 2rem;
        line-height: 1.4;
        text-align: center;
    }

    .fade-container {
        position: relative;
        width: 100%;
        height: 45vh;
        justify-content: center;
        align-content: center;
    }
    
    .fade-image {
        position: absolute;
        width: 60%;
        height: 40vh;
        left: 50px;  
        top: 45px;
        opacity: 0;
        transition: opacity 1s ease-in-out;
        border-radius: 50px;
    }
    
    .fade-image.active {
        opacity: 1;
    }

    .fade-container2 {
        position: relative;
        width: 100%;
        height: 45vh;
        justify-content: center;
        align-content: center;
    }
    
    .fade-image2 {
        position: absolute;
        width: 80%;
        left: 50px;
        top: 25%;
        opacity: 0;
        transition: opacity 1s ease-in-out;
        border-radius: 50px;
    }
    
    .fade-image2.active {
        opacity: 1;
    }

    #mc_embed_signup {
        background: #fff;
        display: block;
        margin: 0 auto;
        clear: left;
        font: 14px Helvetica, Arial, sans-serif;
        width: 60%;
        border-radius: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
} */
/* 
@media (max-width: 900px) {
    #bloque-principal  {
        height: 180vh;
        align-items: center;
        justify-content: center;
        background-image: linear-gradient(rgba(245, 235, 235, 0.95), rgba(255, 255, 255, 0.85)), url("../assets/img/flowers-3546960_1920.jpg");
    }

    #bloque-principal h1 {
        font-family: "Pacifico", cursive;
        font-weight: 400;
        text-align: center;
        font-size: 2rem;
        color: rgb(109, 117, 97);
    }


    #bloque-principal h2 {
        margin-top: 10%;
        margin-bottom: 10%;
        font-family: 'Lato';
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.4;
        text-align: center;
    }

    .fade-container {
        position: relative;
        width: 100%;
        height: 35vh;
        justify-content: center;
        align-content: center;
    }
    
    .fade-image {
        position: absolute;
        width: 80%;
        height: 60vh;
        left: 40px;
        opacity: 0;
        transition: opacity 1s ease-in-out;
        border-radius: 50px;
    }
    
    .fade-image.active {
        opacity: 1;
    }

    .fade-container2 {
        position: relative;
        width: 100%;
        height: 30vh;
        justify-content: center;
        align-content: center;
    }
    
    .fade-image2 {
        position: absolute;
        width: 90%;
        left: 20px;
        bottom: 25%;
        opacity: 0;
        transition: opacity 1s ease-in-out;
        border-radius: 50px;
    }
    
    .fade-image2.active {
        opacity: 1;
    }

    #mc_embed_signup {
        background: #fff;
        display: block;
        margin: 0 auto;
        clear: left;
        font: 14px Helvetica, Arial, sans-serif;
        width: 100%;
        border-radius: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

} */

/* Para dispositivos de tabletas en orientación vertical y pantallas más pequeñas */
@media (min-width: 768px) {
    #bloque-principal  {
        height: 50vh;
        align-items: center;
        justify-content: center;
        background-image: linear-gradient(rgba(245, 235, 235, 0.95), rgba(255, 255, 255, 0.85)), url("../assets/img/flowers-3546960_1920.jpg");
    }

    #bloque-principal  h1 {
        font-family: "Pacifico", cursive;
        font-weight: 400;
        text-align: center;
        font-size: 3rem;
        color: rgb(109, 117, 97);
    }

    #bloque-principal h2 {
        margin-top: 10%;
        margin-bottom: 10%;
        font-family: 'Lato';
        font-weight: 400;
        font-size: 2rem;
        line-height: 1.4;
        text-align: center;
    }

    .fade-container {
        position: relative;
        width: 100%;
        height: 45vh;
        justify-content: center;
        align-content: center;
    }
    
    .fade-image {
        position: absolute;
        width: 60%;
        height: 40vh;
        left: 50px;  
        top: 45px;
        opacity: 0;
        transition: opacity 1s ease-in-out;
        border-radius: 50px;
    }
    
    .fade-image.active {
        opacity: 1;
    }

    .fade-container2 {
        position: relative;
        width: 100%;
        height: 45vh;
        justify-content: center;
        align-content: center;
    }
    
    .fade-image2 {
        position: absolute;
        width: 80%;
        left: 50px;
        top: 25%;
        opacity: 0;
        transition: opacity 1s ease-in-out;
        border-radius: 50px;
    }
    
    .fade-image2.active {
        opacity: 1;
    }

    #mc_embed_signup {
        background: #fff;
        display: block;
        margin: 0 auto;
        clear: left;
        font: 14px Helvetica, Arial, sans-serif;
        width: 60%;
        border-radius: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/* Para dispositivos móviles (smartphones) en orientación vertical */
@media (max-width: 768px) {
    #bloque-principal  {
        height: 100vh;
        align-items: center;
        justify-content: center;
        background-image: linear-gradient(rgba(245, 235, 235, 0.95), rgba(255, 255, 255, 0.85)), url("../assets/img/flowers-3546960_1920.jpg");
    }

    #bloque-principal h1 {
        font-family: "Pacifico", cursive;
        font-weight: 400;
        text-align: center;
        font-size: 2rem;
        color: rgb(109, 117, 97);
    }


    #bloque-principal h2 {
        margin-top: 10%;
        margin-bottom: 10%;
        font-family: 'Lato';
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.4;
        text-align: center;
    }

    .fade-container {
        position: relative;
        width: 100%;
        height: 30vh;
        justify-content: center;
        align-content: center;
    }
    
    .fade-image {
        position: absolute;
        width: 70%;
        height: 60vh;
        top: -80px;
        left: 40px;
        opacity: 0;
        transition: opacity 1s ease-in-out;
        border-radius: 50px;
    }
    
    .fade-image.active {
        opacity: 1;
    }

    .fade-container2 {
        position: relative;
        width: 100%;
        height: 15vh;
        justify-content: center;
        align-content: center;
    }
    
    .fade-image2 {
        position: absolute;
        width: 80%;
        left: 30px;
        bottom: 10px;
        opacity: 0;
        transition: opacity 1s ease-in-out;
        border-radius: 50px;
    }

    .horarios h3 {
        /* margin-top: 2vh; */
        /* margin-bottom: 6vh; */
        font-family: 'Lato';
        font-weight: 400;
        color: rgb(0, 0, 0);
        font-size: 1.5rem;
        line-height: 1.4;
        text-align: center;
        position: relative;
        }
    
    .fade-image2.active {
        opacity: 1;
    }

    .horarios img {
        margin-top: 3vh;
        height: 2vh;
    }

    #wrapper {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        position: relative;
        overflow: hidden;
        width: 700px !important;
        height: 568px;
        box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, .3);
        transform: rotate(-2deg);
        border: 10px solid #fff;
        }

    #mc_embed_signup {
        background: #fff;
        display: block;
        margin: 0 auto;
        clear: left;
        font: 14px Helvetica, Arial, sans-serif;
        width: 100%;
        border-radius: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/* Para dispositivos móviles en orientación horizontal */
@media (max-width: 560px) {
    #bloque-principal {
        height: 130vh;
        align-items: center;
        justify-content: center;
        background-image: linear-gradient(rgba(245, 235, 235, 0.95), rgba(255, 255, 255, 0.85)), url("../assets/img/flowers-3546960_1920.jpg");
    }

    #bloque-principal h1 {
        font-family: "Pacifico", cursive;
        font-weight: 400;
        text-align: center;
        font-size: 2rem;
        color: rgb(109, 117, 97);
    }

    #bloque-principal h2 {
        margin-top: 10%;
        margin-bottom: 10%;
        font-family: 'Lato';
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.4;
        text-align: center;
    }

    .fade-container {
        position: relative;
        width: 100%;
        height: 25vh;
        justify-content: center;
        align-content: center;
    }
    
    .fade-image {
        position: absolute;
        width: 45%;
        height: 35vh;
        top: 30px;
        left: 105px;
        opacity: 0;
        transition: opacity 1s ease-in-out;
        border-radius: 50px;
    }
    
    .fade-image.active {
        opacity: 1;
    }

    .fade-container2 {
        position: relative;
        width: 100%;
        height: 25vh;
        justify-content: center;
        align-content: center;
    }
    
    .fade-image2 {
        position: absolute;
        width: 95%;
        left: 10px;
        bottom: 25%;
        opacity: 0;
        transition: opacity 1s ease-in-out;
        border-radius: 50px;
    }

    .horarios h3 {
        /* margin-top: 2vh; */
        /* margin-bottom: 6vh; */
        font-family: 'Lato';
        font-weight: 400;
        color: rgb(0, 0, 0);
        font-size: 1.5rem;
        line-height: 1.4;
        text-align: center;
        position: relative;
        }
    
    .fade-image2.active {
        opacity: 1;
    }

    .horarios img {
        margin-top: 3vh;
        height: 2vh;
    }

    #wrapper {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        position: relative;
        overflow: hidden;
        width: 700px;
        height: 568px;
        box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, .3);
        transform: rotate(-2deg);
        border: 10px solid #fff;
        }

    #mc_embed_signup {
        background: #fff;
        display: block;
        margin: 0 auto;
        clear: left;
        font: 14px Helvetica, Arial, sans-serif;
        width: 100%;
        border-radius: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}




/* Define la animación de flotación */
@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
        /* Ajusta este valor para el rango de movimiento vertical */
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes tilt-in-top-1 {
    0% {
        -webkit-transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
        transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
        transform: rotateY(0deg) translateY(0) skewY(0deg);
        opacity: 1;
    }
}

@keyframes tilt-in-top-1 {
    0% {
        -webkit-transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
        transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
        transform: rotateY(0deg) translateY(0) skewY(0deg);
        opacity: 1;
    }
}

#mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
}

#mainNav .navbar-brand {
    padding: 0.5rem 0;
    color: rgba(0, 0, 0, 0.5);
}

#mainNav .nav-link {
    transition: none;
    padding: 2rem 1.5rem;
    color: rgba(0, 0, 0, 0.8);
}

#mainNav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

#mainNav .nav-link:active {
    color: #fff;
}

#mainNav.navbar-shrink {
    background-color: #000000c3;
}

#mainNav.navbar-shrink .navbar-brand {
    color: #ffffff;
}

#mainNav.navbar-shrink .nav-link {
    color: #ffffff;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
}

#mainNav.navbar-shrink .nav-link:hover {
    color: #64a19d;
}

#mainNav.navbar-shrink .nav-link:active {
    color: #467370;
}

#mainNav.navbar-shrink .nav-link.active {
    color: #64a19d;
    outline: none;
    border-bottom: 0.25rem solid #64a19d;
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    width: 800px;
    height: 568px;
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, .3);
    transform: rotate(-2deg);
    border: 10px solid #fff;
}

/********BACKGROUND********/
.background,
.midground {
    position: absolute;
    z-index: 1;
    left: -30%;
    top: -28%;
    transform: translateX(50%);
    transform: translateY(50%);
    animation-name: background;
    animation-duration: 40s;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 0.5;
}

.midground {
    left: 15%;
    top: 10%;
    transform: translateX(50%);
    transform: translateY(50%);
}

@keyframes background {
    0% {
        transform: translateX(0) translateY(0);
        transform: scale(0.7);
    }

    100% {
        transform: translateX(-1px) translateY(0px);
    }
}

/********MIDGROUND********/
.midground {
    z-index: 2;
    -moz-animation-name: midground;
    -ms-animation-name: midground;
    -o-animation-name: midground;
    -webkit-animation-name: midground;
    animation-name: midground;
}

@keyframes midground {
    0% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1.9) translateX(-25px) translateY(-25px) rotate(5deg);
    }
}

.video-container {
    position: relative;
    /* Para que el contenedor pueda ser centrado */
    width: 100%;
    /* Ancho completo del contenedor */
    height: 100%;
    /* Alto completo del contenedor */
    border-radius: 15px;
    /* Ajusta el radio del borde según tus necesidades */
    overflow: hidden;
    /* Asegura que el contenido no sobresalga de los bordes redondeados */
}

.video-container Video {
    width: 100%;
    /* Ajusta el ancho al 100% del contenedor */
    height: auto;
    /* Mantiene la relación de aspecto */
    display: block;
    /* Elimina el espacio debajo del video */
}

.form-container {
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: 1px solid #ddd;
}

.form-container h2 {
    font-family: 'Pacifico', cursive;
    color: rgb(109, 117, 97);
}

.form-group label {
    font-weight: bold;
    color: #555;
}

.form-control {
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.btn-primary {
    background-color: rgb(109, 117, 97) !important;
    border-color: rgb(109, 117, 97)
}

.btn-primary:hover {
    background-color: rgb(109, 117, 97);
    border-color: rgb(109, 117, 97);
}



#mc_embed_signup .button{
    background-color: rgb(109, 117, 97) !important;
}

#mc_embed_signup_scroll{
    font-family: 'Pacifico';
    text-align: center;
    font-size: large;
    font-weight: 400;
    color: rgb(109, 117, 97);
}

#bloque-formulario{
    margin: 20px;
}

@-webkit-keyframes tilt-in-top-1 {
    0% {
        -webkit-transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
        transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
        transform: rotateY(0deg) translateY(0) skewY(0deg);
        opacity: 1;
    }
}

@keyframes tilt-in-top-1 {
    0% {
        -webkit-transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
        transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
        transform: rotateY(0deg) translateY(0) skewY(0deg);
        opacity: 1;
    }
}

/* Estilos generales para dispositivos grandes (desktops y laptops) */
body {
    font-size: 16px;
}


