/* Ajustes de body */
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Evitar scroll horizontal */
}

.logo {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    height: auto;
    z-index: 2;
    background: #ffffff78;
}

/* Ajustar la altura de las secciones */
.info-section {
    height: calc(100vh - 100px); /* La altura de la sección es el alto de la pantalla menos 50px */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    position: relative;
    color: black;
    padding: 20px;
}


/* Estilos para el footer fijo */
.fixed-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 65px;
    background-color: #5a4e4a;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
}

.fixed-footer button {
    background-color: #738773;
    border: none;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1rem;
}

.fixed-footer button:hover {
    background-color: #0056b3;
}

/* Añadir un scroll suave */
html {
    scroll-behavior: smooth;
}


h2 {
    
    font-optical-sizing: auto;
    color: #5b715d;
    font-weight: 700;
}




/* Ajustes para la sección de video */
#section0 {
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.Titulo {
    text-align: center;
    font-weight: 700;
}

/* Asegurar que el iframe no reciba clics mientras interactuamos con el botón */
#section0 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover;
    pointer-events: auto; /* Dejar el pointer-events en auto por defecto */
}

.footer
{
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 25px;
}

.responsive-image {
    width: 100%; /* Asegura que la imagen ocupe todo el ancho disponible */
    height: auto; /* Mantiene la proporción de la imagen */
    max-width: 1080px; /* Ajusta un límite de ancho para pantallas más grandes */
    display: block;
    margin: 0 auto; /* Centra la imagen horizontalmente */
}

#section1 {
    background-image: url('/resources/seccion_1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: calc(100vh - 50px); /* Ajustar la altura */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 15px; /* Añadir padding de 15px alrededor del contenido */
    box-sizing: border-box; /* Asegurar que el padding no afecte las dimensiones del contenedor */
}

#section2 {
    background-image: url('/resources/seccion_2.png'); /* Ruta de la imagen */
    background-size: cover; /* Ajusta el tamaño de la imagen para que cubra toda la sección */
    background-position: center; /* Centra la imagen en la sección */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    height: calc(100vh - 50px); /* Altura de la sección restando el footer */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white; /* Si quieres texto blanco para mejor legibilidad */
}

#section3 {
    background-image: url('/resources/seccion3.png'); /* Ruta de la imagen */
    background-size: cover; /* Ajusta el tamaño de la imagen para que cubra toda la sección */
    background-position: center; /* Centra la imagen en la sección */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    height: calc(100vh - 50px); /* Altura de la sección restando el footer */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white; /* Si quieres texto blanco para mejor legibilidad */
}


#section4,#section0 {
    background-image: url('/resources/plantilla.png'); /* Ruta de la imagen */
    background-size: cover; /* Ajusta el tamaño de la imagen para que cubra toda la sección */
    background-position: center; /* Centra la imagen en la sección */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    height: calc(100vh - 50px); /* Altura de la sección restando el footer */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white; /* Si quieres texto blanco para mejor legibilidad */
}

div#section11 {
    padding: 20px;
}

#section4,#section11 {
    background-image: url('/resources/plantilla.png'); /* Ruta de la imagen */
    background-size: cover; /* Ajusta el tamaño de la imagen para que cubra toda la sección */
    background-position: center; /* Centra la imagen en la sección */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white; /* Si quieres texto blanco para mejor legibilidad */
}

#invitacion_numero_cuenta
{
    background-image: url('/resources/plantilla.png'); /* Ruta de la imagen */
    background-size: cover; /* Ajusta el tamaño de la imagen para que cubra toda la sección */
    background-position: center; /* Centra la imagen en la sección */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    height: calc(100vh - 50px); /* Altura de la sección restando el footer */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white; /* Si quieres texto blanco para mejor legibilidad */
}

a.google_maps {
    background: #738773;
    text-decoration: none;
    padding: 12px;
    border-radius: 18px;
    margin-bottom: 60px;
    color: white;
}


#non-responsive-content {
    display: none; /* Oculto por defecto */
    width: 100vw; /* Ocupar todo el ancho de la ventana */
    height: 100vh; /* Ocupar toda la altura de la ventana */
    background-image: url('/resources/no_responsive.png'); /* Incrustar imagen */
    background-size: cover; /* Hacer que la imagen cubra todo el div */
    background-position: center; /* Centrar la imagen en el div */
    background-repeat: no-repeat; /* Evitar que la imagen se repita */
}

#section4
{
    
    font-weight: 100;
    font-style: normal;
    color: black;
}



/* Estilos para el formulario */
.asistencia-formulario {
    width: 280px; /* Fijar el ancho del formulario */
    margin: 0 auto; /* Centrar el formulario horizontalmente */
    padding: 20px;
    border-radius: 10px;
    margin-top: -50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}

.asistencia-formulario h2 {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 15px;
}



.asistencia-formulario label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.asistencia-formulario input, .asistencia-formulario textarea {
    width: 100%; /* Asegurar que los inputs ocupen todo el ancho del formulario */
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box; /* Asegurar que el padding no afecte el ancho */
}

.asistencia-formulario input[type="radio"] {
    width: auto; /* Para que los botones de radio no ocupen todo el ancho */
}

.asistencia-formulario textarea {
    resize: none; /* Evitar que el textarea sea redimensionable */
}

.asistencia-formulario button {
    width: 90%;
    padding: 10px;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
}

.asistencia-formulario button:hover {
    background-color: #0056b3;
}


.label_check {
    display: flex;
}

.dedicatoria {
    text-align: justify;
    font-size: 19px;
    
    box-shadow: 0 0 10px rgb(141 141 141);
    padding: 18px;
    border-radius: 14px;
}

/* Para pantallas con 375px de ancho y 667px de alto */
@media screen and (max-width: 375px) and (max-height: 667px) {
    label {
        font-size: 12px;
    }

    .asistencia-formulario {
        width: 280px; /* Fijar el ancho del formulario */
        margin: 0 auto; /* Centrar el formulario horizontalmente */
        padding: 20px;
        background-color: ffffff;
        border-radius: 10px;
        margin-top: -60px;
    }

    
}

/* Para pantallas con más de 667px de alto */
@media screen and (min-height: 668px) {
    label {
        font-size: 14px;
    }


}


/* Para pantallas con más de 667px de alto */
@media screen and (min-height: 800px) {
    label {
        font-size: 16px;
    }

    .asistencia-formulario {
        width: 300px; /* Fijar el ancho del formulario */
        margin: 0 auto; /* Centrar el formulario horizontalmente */
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin-top: -50px;
    }

    h2 {
        font-size: 25px !important;
    }


}

.respuesta {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 2px;
}

div#cuenta-atras {
    font-weight: 700;
    margin-bottom: 8px;
}

.confirmacion {
    font-weight: 700;
}

.confirmacion {
    background: #ffffff;
    padding: 10px;
    border: 1px solid;
}

.botones {
    text-align: center;
}


.btn
{
    margin-left: 17px;
    padding: 6px;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 20px;
    height: 44px;
}

button.btn.confirmar_asistencia {
    text-transform: uppercase;
}

button.btn.no_podre_ir {
    background: #4d4b4c;
    text-transform: uppercase;
}

a, button {
    
    font-size: 16px ! IMPORTANT;
    text-align: center;
}

.Titulo {
    min-height: 28px !important;
    font-size: 14px;
}

div#section11 {
    display: block !important;
    text-align: center;
    color: black;
    
}

div#invitacion_numero_cuenta {
    display: block !important;
    text-align: center;
    color: black;
    
}

.pregunta {
    font-size: 17px;
    
}



div#video-container {
    border-radius: 20px ! IMPORTANT;
}

img.logo {
    border-radius: 141px;
}



img.BTN_GPS {
    border-radius: 23px;
}

h1 {
    
    font-optical-sizing: auto;
    color: #000000;
    font-size: 45px;
}

.asistencia-formulario {
    margin-top: 20px;
}

div#cuenta-atras {
    display: flex;
}

div#cuenta-atras div {
    text-align: center;
    margin-left: 5px;
    width: 60px;
    height: 37px;
    padding-top: 11px;
}

div#cuenta-atras .dia {
    font-size: 28px;
}

.diasss {
    font-size: 12px;
}

.titulo_3 {
    
    font-optical-sizing: auto;
    color: #000000;
    font-size: 39px;
}

div#section4 {
    min-height: 680px;
}

.h3cajafinal {
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.seccion_meme {
    width: 100%;
    background: #f4f1e9;
}

.seccion_meme .container {
    padding: 20px;
    box-shadow: 0 0 10px #9E9E9E;
    margin-left: 15px;
    margin-right: 15px;
    background: white;
}

.original {
    background: #f4f1e9;
    padding: 1px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.titulo_containter {
    text-align: center;
    font-size: 30px;
    
}

img.meme {
    text-align: center;
    width: 300px;
}

.row {
    display: flex;
}

.col-6 {
    width: 50%;
    text-align: center;
}

.seccion_info {
    padding: 10px;
}

span.info_horario_roadmap {
    
    font-size: 38px;
    color: #667b68;
    font-weight: 700;
}

span.hora {
    font-size: xx-large;
    color: #434343;
}

.titulo_info {
    text-align: center;
    font-size: 40px;
    
    font-weight: 700;
    margin-bottom: 40px;
}

.border-right-short {
    position: relative;
    padding-right: 15px; /* Espacio para el borde */
}

.border-right-short::after {
    content: "";
    position: absolute;
    right: 0;
    top: 25%; /* Inicia el borde a un 25% desde la parte superior */
    height: 50%; /* Altura del borde al 50% */
    border-right: 1px solid #000; /* Ajusta el color según tu diseño */
}

.titulo_info_2 {
    text-align: center;
    font-size: 30px;
    
    font-weight: 700;
    margin-bottom: 40px;
}

.btn_centrar {
    text-align: center;
}

.txt_justificado {
    text-align: justify;
    padding-left: 23px;
    padding-right: 23px;
    font-size: 18px;
    
}

a.telefono {
    padding-left: 13px;
    padding-right: 13px;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 10px ! IMPORTANT;
    font-size: 18px ! IMPORTANT;
    min-width: 123px ! IMPORTANT;
}

.seccion_meme .titulo_containter {
    font-family: "Luckiest Guy", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 31px;
    text-align: center;
}

.seccion_meme div {
    font-size: 18px;
    
    font-weight: 500;
    font-style: normal;
    text-align: justify;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

button {
    padding: 6px;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 20px;
    width: 100%;
    height: 44px;
    background: #738773;
    text-transform: uppercase;
    border: 0px solid;
}

.container:after {
    content: '';
    display: block;
    width: 100%;
    height: 77px;
    background-image: url(/resources/i2.svg?v=1727434394);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: -10px auto 0;
}

#sectgustos button.enviar {
    background: #738773;
    text-transform: uppercase;
    width: 100%;
    border: 0px solid;
}

div#sectgustos {
    padding-bottom: 1px;
}

.asistencia-formulario2 {
    width: 280px;
    margin: 0 auto;
    padding: 20px;
    background-color: ffffff;
    border-radius: 10px;
    margin-top: -60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 0px;
    margin-bottom: 10px;
}

textarea {
    width: 100%;
}

.sabemos {
    padding-left: 23px;
    padding-right: 23px;
    font-size: 18px;
    
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 18px;
}

.asistencia-formulario2 .respuesta {
    text-align: center;
    margin-top: 14px;
    color: red;
    font-weight: 700;
    
    font-size: 16px;
}

.seccion_meme .container2 {
    padding: 20px;
    box-shadow: 0 0 10px #9E9E9E;
    margin-left: 15px;
    margin-right: 15px;
    background: white;
}

.txt_justificado {
    position: relative; /* Necesario para posicionar el pseudo-elemento */
    text-align: justify; /* Asumiendo que deseas justificar el texto */
}

.txt_justificado::after {
    content: '';
    display: block;
    width: 100%;
    height: 59px;
    background-image: url(resources/separador.svg?v=1727434394);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: -10px auto 0;
}

.enamorados {
    WIDTH: 100%;
}

.campo_1.titulo_info {
    text-align: center;
    font-family: "Dancing Script", cursive;
    font-size: 40px;
}


.campo_2.titulo_info {
    width: 100%;
    text-align: center;
    font-family: "Dancing Script", cursive;

}

.campo_3.titulo_info {
    width: 100%;
    font-family: "Dancing Script", cursive;
    font-size: 40px;

}

.todo_50 {
    width: 29%;
    border-bottom: 1px solid;
    text-align: center;
    margin: 0px auto;
    padding-top: 7px;
}

.todo {
    width: 100%;
    text-align: center;
}

