@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

body {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    background-color: #59ACAD;
    margin: 0;
    padding: 0;
    color: white;
}

section.banner {
    width: 100%;
    height: 95vh;
}

div.banner {
    background-image: url("/img/banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
}

img.logo {
    margin-bottom: 50px;
    margin-top: 15px;
}

.footer img.logo {
    margin-bottom: 0;
}

.titulos {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.info p {
    color: white;
    margin: 0;
}

.info p.t1 {
    font-style: normal;
    font-size: 40px;
}

.info p.t2 {
    font-style: italic;
    font-weight: medium;
    font-size: 72px;
}

.info p.t2 span {
    font-size: 50px;
}

.info p.t3 {
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
}

.timer {
    background-color: #77B9BA;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.timer>p {
    font-size: 23px;
    color: white;
    font-weight: 400;
    font-style: italic;
    margin-top: 10px;
}

.timer .contador .name {
    font-size: 20px;
    margin: 0;
}

.timer .contador .cantidad {
    font-size: 55px;
    font-weight: bold;
    font-style: normal;
    line-height: 60px;
    margin: 0;
}

.contador {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.contador div {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
}

.contador .min {
    border-left: 1px solid rgba(255, 255, 255, .2);
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.logo {
    width: 115px;
}

.info_ceremonia {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 35px;
    color: white;
}

.horariosCeremonias {
    text-align: center;
}

.horariosCeremonias>* {
    margin: 0;
}

.estrellas_ceremonia {
    width: 110px;
}

.ceremonia_desc {
    padding: 0 40px;
    font-size: 28px;
    text-align: center;
}

.info_ceremonia .titulo_ceremonia {
    font-size: 58px;
    font-weight: 500;
    font-style: italic;
}

.info_ceremonia .horarios {
    font-size: 50px;
    margin-bottom: 15px;
}

.link-llegar {
    font-size: 30px;
    color: white;
    margin-bottom: 20px;
}

.mapa {
    width: 100%;
    height: 270px;
}

.conchaUno::after {
    content: "";
    background-image: url('/img/concha-1.png');
    display: block;
    position: absolute;
    right: 17px;
    transform: translateY(-75%);
    width: 96px;
    height: 87px;
    background-size: cover;
    background-repeat: no-repeat;
}

.conchaDos::before {
    content: "";
    background-image: url('/img/concha-2.png');
    display: block;
    position: absolute;
    left: 15px;
    width: 65px;
    height: 77px;
    background-size: cover;
    background-repeat: no-repeat;
}

.tipsVestimenta {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px
}

.tipsVestimenta .titulo {
    font-size: 45px;
    font-style: italic;
    margin: 0
}

.tipsVestimenta .picker {
    font-size: 22px;
    margin: 10px 0;
}

.genderPicker {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}

.buttonGender {
    font-size: 27px;
    margin: 0;
    background-color: #A0C8C96E;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid white;
    max-width: 160px;
    display: flex;
    justify-content: center;
}

.buttonGender:first-of-type {
    margin-right: 20px;
}


.buttonGender p {
    margin: 0;
    padding: 10px 45px;
    font-weight: 600;
}

.buttonGender.active {
    background-color: white;
    color: #469395;
}

.descVestimenta {
    font-size: 26px;
}

.sliderVestimenta .imgSlider>* {
    max-height: 300px;
    margin-right: 3px;
}

.imgSlider {
    display: flex;
}

.sliderVestimenta .imgSlider.hombre {
    display: none;
}

.sliderVestimenta {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
}

.sliderVestimenta::-webkit-scrollbar {
    height: 8px;
    background-color: #BBDCDB;
    border-radius: 10px;
}

.sliderVestimenta::-webkit-scrollbar-thumb {
    background-color: #FFFFFF;
    border-radius: 10px;
}

.reglamento {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reglamento .salvavidas {
    width: 105px;
}

.reglamento .titulo {
    font-size: 45px;
    font-style: italic;
    margin: 0;
}

.listaReglas {
    font-size: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.listaReglas li {
    text-align: center;
}

.galeria {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.galeria .style2 {
    max-width: 100%;
}

.confirmacion {
    background-color: #EADCD3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: #504E11;
    padding-top: 40px;
}

.confirmacion .caracol {
    max-width: 120px;
}

.confirmacion .titulo {
    font-size: 45px;
    font-style: italic;
    margin: 20px;
}

.confirmacion .pregunta {
    font-size: 34px;
    margin: 15px 0;
    font-weight: bold;
}

.confirmacion #cantPases, .invitadoContainer > input {
    width: 360px;
    font-size: 30px;
    color: #504E12;
    padding: 15px;
    border-color: #F5F4F4;
    border-radius: 6px;
}

.confirmacion .nombreInvitado {
    width: 360px;
    font-size: 25px;
    color: #504E12;
    padding: 10px;
    border-color: #F5F4F4;
    border-radius: 6px;
    font-family: "EB Garamond", serif;
    margin-bottom:20px;
}

.nombreInvitadoTxt {
    font-size: 30px;
    font-weight: bold;
}

.txtAsistentes {
    font-size: 26px;
    margin: 0;
    margin-bottom: 15px;
}

.invitadoCheck{
    width: 25px;
    height: 25px;
    accent-color: #504E12;
}

.invitadoContainer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.btnConfirmar {
    background-color: #5C9E95;
    color: #FFFFFF;
    border-radius: 6px;
    font-size: 26px;
    font-family: "EB Garamond", serif;
    padding: 15px 45px;
    border: none;
    margin-bottom: 70px;
}

.mesaRegalos{
    font-size: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.mesaRegalos p{
    margin: 0;
    line-height: 36px;
}

.mesaRegalos .titulo{
    font-size: 45px;
    font-style: italic;
    margin: 40px 0 10px 0;
    font-weight: 500;
}

.mesaRegalos .detalle{
    display: flex;
    flex-direction: column;
    background-color: #057476;
    padding: 20px;
    border-radius: 9px;
    margin-top: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 60px;
}

.mesaRegalos .detalle p{
    margin: 10px 0;
}

.mesaRegalos .detalle .tarjeta{
    font-size: 40px;
}

.mesaRegalos .detalle a{
    color: white;
}

.mesaRegalos .coral{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 15px;
}

.footer{
    height: 100vh;
    background-image: url("/img/footer.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -10px;
    z-index: 3;
    position: relative;
}

.footer .titulos{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.footer .titulos .t2{
    font-size: 47px;
    text-align: center;
    font-weight: 500;
}

.footer .confirmarBtn{
    text-decoration: none;
    color: #3C3129;
    background-color: #F0EBE7;
    padding: 15px 60px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 26px;
    margin-top:40px
}

/* --- Estilos del Modal --- */
.modal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    transition: all .4s;
    z-index: 999;
}

.modal.is-open {
    visibility: visible;
    opacity: 1;
}

.modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.modal__container {
    position: relative;
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    background-color: #EADCD3;
    color: #504E11;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    overflow-y: auto;
    transform: translateY(-100px);
    transition: transform .4s;
    z-index: 1000;
    margin: 0 auto;
}

.modal.is-open .modal__container {
    transform: translateY(0);
}

.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(80, 78, 17, 0.2);
}

.modal__title {
    margin: 0;
    font-size: 1.5rem;
    font-style: italic;
}

.modal__close {
    background: transparent;
    border: 0;
    font-size: 2rem;
    cursor: pointer;
    color: #504E11;
}

.modal__content {
    padding: 1.5rem;
    line-height: 1.5;
}

.modal__footer {
    padding: 1rem 1.5rem;
    border-top: 1px solid rgba(80, 78, 17, 0.2);
    text-align: right;
}

.style1{
    max-width:calc(50% - 2px);
}

.container{
    max-width: 800px;
    margin: auto;
    position: relative;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}