body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    min-height: 200vh; /* Solo para simular contenido largo */
}
.bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(51, 51, 51, 0.5); /* Color negro con 80% de opacidad */
    color: white;
    text-align: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: flex;
    justify-content: space-around;
    padding: 0;
}
.bottom-bar a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 15px 0;
    flex: 1;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.bottom-bar a:last-child {
    border-right: none; /* Quitar el borde derecho del último enlace */
}
.bottom-bar a:hover {
    background-color: rgba(209, 39, 33, 0.5); /* Fondo más claro al pasar el mouse */
}

.text-boda {
  color: #D12721 !important;
}
.text-boda:hover {
    color: #cd9593;
}

.mt-boda {
    margin-top: 12rem !important;
}

.bg-titulo-boda {
    background: url(../../images/Boda-Anna-Manel/cadires.webp) center center no-repeat;
    background-size: auto;
}
@media (max-width: 991.98px) {
    .bg-titulo-boda {
        background-size: cover;
    }
}

.boda-hora-item {
    background: url(../../images/Boda-Anna-Manel/flors.webp) top center no-repeat;
    background-size: cover;
    transition: .5s;
}
.boda-hora-item:hover,
.boda-hora-item.visible {
    background: url(../../images/Boda-Anna-Manel/flors.webp) bottom center no-repeat;
    background-size: cover;
}

.boda-lloc-item {
    background: url(../../images/Boda-Anna-Manel/taula.webp) top center no-repeat;
    background-size: cover;
    transition: .5s;
}
.boda-lloc-item:hover,
.boda-lloc-item.visible {
    background: url(../../images/Boda-Anna-Manel/taula.webp) bottom center no-repeat;
    background-size: cover;
}

.boda-hora-item .boda-hora-icon,
.boda-lloc-item .boda-lloc-icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    color: #D12721;
    background: #FFFFFF;
    transform: rotate(-45deg);
}

.boda-hora-item .boda-hora-icon div,
.boda-lloc-item .boda-lloc-icon div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    transition: .5s;
}

.boda-hora-item .boda-hora-icon i,
.boda-lloc-item .boda-lloc-icon i {
    transform: rotate(45deg);
    transition: .5s;
}

.boda-hora-item:hover .boda-hora-icon div,
.boda-lloc-item:hover .boda-lloc-icon div {
    background: #D12721;
}

.boda-hora-item:hover .boda-hora-icon i,
.boda-lloc-item:hover .boda-lloc-icon i {
    color: #FFFFFF;
}

.boda-info-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 90px;
    padding: 0 30px;
    right: 45px;
    left: 45px;
    bottom: -45px;
    transition: .5s;
    z-index: 1;
}
.team-item:hover .boda-info-text,
.team-item.visible .boda-info-text {
    height: 100%;
    bottom: 0;
}
.team-item:hover .boda-info-text .team-social,
.team-item.visible .boda-info-text .team-social {
    transition-delay: .3s;
    opacity: 1;
}
.disabled {
    pointer-events: none;
}
.boda-info-autobus-img {
    background: url(../../images/Boda-Anna-Manel/llums.webp) bottom center no-repeat;
    background-size: cover;
}
.boda-info-hotel-img {
    background: url(../../images/Boda-Anna-Manel/cama.webp) bottom center no-repeat;
    background-size: cover;
}

.countdown {
    text-align: center;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.countdown h1 {
    margin-bottom: 20px;
    color: #333;
}
.countdown .time {
    font-size: 2em;
    margin: 10px 0;
    color: #D12721;
}

.bg-assistencia {
    background: url(../../images/Boda-Anna-Manel/taula2.webp) top right no-repeat;
    background-size: cover;
}
@media (max-width: 991.98px) {
    .bg-assistencia {
        background-size: cover;
    }
}

.form-control-boda {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #D12721;
  appearance: none;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control-boda {
    transition: none;
  }
}

.open-modal-btn {
    padding: 10px 20px;
    background-color: #D12721;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}
.open-modal-btn:hover {
  color: #D12721;
  background-color: #FFFFFF;
  border-color: #D12721;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 20px;
    border-radius: 10px;
    width: 85%;
    max-height: 85vh; /* Altura máxima del modal */
    overflow-y: auto; /* Habilitar scroll si es necesario */
}
.icon-btn {
    color: #D12721;
    text-align: right;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}
.icon-btn:hover {
    color: #000;
}
form {
    display: flex;
    flex-direction: column;
}
label {
    margin-top: 10px;
    margin-bottom: 5px;
}
input, select, textarea {
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #D12721;
    border-radius: 5px;
    font-size: 16px;
}
.hidden {
    display: none;
}

.confirm-button-alert-boda {
    color: #ffffff !important;
    background-color: #D12721 !important;
    border-radius: .25em !important;
    border: none !important;
}