/* Global Styles */
body {
    font-family: 'Montserrat', sans-serif;
    color: #2b2b2b;
    background-color: #ffffff;
}
.enlace-gris{
    color: #2b2b2b;
    text-decoration: none;
}
.enlace-blanco{
    color: #ffffff;
    text-decoration: none;
}
.grales{
    width: 100%;
    float: left;
}
.font-10{
    font-size: 10px;
}
.font-11{
    font-size: 11px;
}
.font-12{
    font-size: 12px;
}
.font-13{
    font-size: 13px;
}
.font-14{
    font-size: 14px;
}
.font-15{
    font-size: 15px;
}
.font-16{
    font-size: 16px;
}
.font-17{
    font-size: 17px;
}
.font-18{
    font-size: 18px;
}
.font-19{
    font-size: 19px;
}
.font-20{
    font-size: 20px;
}
.font-21{
    font-size: 21px;
}
.font-22{
    font-size: 22px;
}
.font-23{
    font-size: 23px;
}
.font-24{
    font-size: 24px;
}
.font-25{
    font-size: 25px;
}
.font-30{
    font-size: 30px;
}
.font-35{
    font-size: 35px;
}
.font-40{
    font-size: 40px;
}
.font-45{
    font-size: 45px;
}
.font-50{
    font-size: 50px;
}
.font-55{
    font-size: 55px;
}
.font-60{
    font-size: 60px;
}
.content-loading {
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
    position: fixed;
    background-color: #000;
    z-index: 1000;
    color: #fff;
    padding-top: 10%;
    background-repeat: no-repeat;
    background-image: url(../images/loader02.gif);
    background-position: center;
}
/* Colors */
.color-blanco{
    color: #fff;
}
.text-gold {
    color: #c09255 !important;
}
.bg-orange{
    background-color: #eb822b;
}
.btn-orange {
    background-color: #eb822b;
    color: #ffffff;
    border: none;
    transition: all 0.3s ease;
}
.btn-orange:hover {
    background-color: #d67525;
    color: #ffffff;
    transform: translateY(-2px);
}
.btn-green {
    background-color: #25D366;
    color: #ffffff;
    border: none;
    transition: all 0.3s ease;
}
.btn-green:hover {
    background-color: #20bd5a;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Typography Overrides */
p {
    font-size: 1.05rem;
    line-height: 1.7;
}
.content-text p {
    font-size: 1.1rem;
}

/* Top Bar */
.enlace-dorado{
    color: #c09255;
    text-decoration: none;
}
.bg-dorado{
    background-color: #c09255;
}
.top-bar {
    background-color: #c09255;
}
.top-bar i {
    font-size: 1.2rem;
    transition: opacity 0.2s;
}
.top-bar a:hover i {
    opacity: 0.8;
}

/* Hero Section */
.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.logo-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 4rem;
}
.hero-tagline {
    font-size: 1.3rem;
    line-height: 1.5;
}

/* Countdown */
.countdown-section {
    background-color: #ffffff;
}
.countdown-box {
    background-color: #3b3b3b;
    color: #ffffff;
    padding: 12px 18px;
    min-width: 90px;
    text-align: center;
}
.countdown-box .label {
    font-size: 0.75rem;
    text-transform: uppercase;
    margin-bottom: 2px;
    letter-spacing: 1px;
}
.countdown-box .number {
    font-size: 35px;
    font-weight: 300;
    line-height: 1;
}

/* Content Images */
.content-img {
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Agenda List */
.agenda-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    font-size: 1.05rem;
}
.agenda-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #c09255;
    font-weight: bold;
}

/* Speakers */
.speaker-img-wrapper img {
    border-radius: 0;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 3/4;
}

/* Pricing Cards */
.pricing-card {
    padding: 0;
}
.disabled-card {
    opacity: 0.5;
}
.btn-secondary {
    background-color: #b8b8b8;
    border: none;
    color: #ffffff;
}

/* Accordion */
.custom-accordion .accordion-button {
    background-color: transparent;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #e9e9e9;
    padding: 1.5rem 1rem;
    font-size: 1.1rem;
}
.custom-accordion .accordion-item {
    border: none;
    background-color: transparent;
}
.custom-accordion .accordion-button:not(.collapsed) {
    color: #c09255;
    background-color: #fafafa;
    box-shadow: none;
}
.custom-accordion .accordion-button::after {
    filter: invert(66%) sepia(16%) saturate(1512%) hue-rotate(349deg) brightness(88%) contrast(85%);
}
.custom-accordion .accordion-body {
    padding: 1.5rem 1rem;
    border-bottom: 1px solid #e9e9e9;
}

/* Footer Links */
.footer-link {
    transition: color 0.3s ease;
}
.footer-link:hover {
    color: #c09255 !important;
}

/* Utilities */
.lh-sm {
    line-height: 1.4 !important;
}

/*************** CARRUSEL ********************/
/* Container for the entire carousel */
.multi-carousel-container {
  cursor: grab;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

/* Cursor styles for dragging */
.multi-carousel-container.dragging,
#multiCarousel.dragging {
  cursor: grabbing;
}

/* Wrapper for all slides */
.multi-carousel-inner {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Individual slide */
.multi-carousel-item,
.clone {
  box-sizing: border-box;
  flex: 0 0 33.333333%;
  padding: 0 5px;
  position: relative; /* Essential for item-number positioning */
}

/* Control buttons */
.multi-carousel-control-prev,
.multi-carousel-control-next {
  align-items: center;
  background-color: #c09255;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
  width: 40px;
  z-index: 10;
}

.multi-carousel-control-prev:hover,
.multi-carousel-control-next:hover {
  background-color: #c09255;
}

.multi-carousel-control-prev {
  left: 10px;
}

.multi-carousel-control-next {
  right: 10px;
}

/* Image container with dynamic height */
.img-container {
  overflow: hidden;
  position: relative;
  width: 200px;
}

/* Image styling */
.img-container img,
#carouselInner img {
  object-position: top;
  pointer-events: none;
  user-drag: none;
  -webkit-user-drag: none;
  transition: transform 0.3s ease;
  width: 100%;
}

.img-container:hover img {
  transform: translateZ(0) scale(1.02);
}

/* Carousel cursor styling */
#multiCarousel {
  cursor: grab;
  touch-action: pan-y;
}

/* Disable text selection during drag */
#multiCarousel.dragging {
  user-select: none;
  -webkit-user-select: none;
}
.carousel-control-prev-icon{
    background-color: #c09255;
    padding: 15px;
    border-radius: 50%;
}
.carousel-control-next-icon{
    background-color: #c09255;
    padding: 15px;
    border-radius: 50%;
}
.carousel-control-next{
        align-items: center;
    background-color: #c09255;
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.3s ease;
    width: 40px;
    z-index: 10;
    padding: 22px;
    opacity: 1;
}
.carousel-control-prev{
    align-items: center;
    background-color: #c09255;
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.3s ease;
    width: 40px;
    z-index: 10;
    padding: 22px;
    opacity: 1;
}
/* =========================================
   ANIMACIONES SCROLL - SENSE WEDDING FORUM
   ========================================= */

/* Estados Iniciales */
.fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fade-in {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.scale-up {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Estado Activo (Agregado por JS) */
.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* =========================================
   EFECTOS HOVER (Botones, Tarjetas, Imágenes)
   ========================================= */

/* Botones flotantes */
.btn {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Speakers */
.speaker-img-wrapper {
    overflow: hidden; /* Evita que la imagen se desborde al crecer */
    border-radius: 8px; /* Opcional, para suavizar bordes */
}
.speaker-img-wrapper img {
    transition: transform 0.5s ease;
}
.speaker-img-wrapper:hover img {
    transform: scale(1.08);
}

/* Tarjetas de Precios */
.pricing-card {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.pricing-card:hover:not(.disabled-card) {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
.modal-header{
    background-color: #c09255;
}

.add-invitados{
    color: #fff;
    border: none;
    padding: 10px 20px;
}
/************** WHATSAPP ********/
.btn-whatsapp {
    position: fixed;
    z-index: 100;
    right: 40px;
    bottom: 40px;
}

            .btn-whatsapp:before, .btn-whatsapp:after {
                content: "";
                position: absolute;
                top: 7px;
                left: 7px;
                width: 45px;
                height: 45px;
                border-radius: 50%;
                background-color: #25D366;
                opacity: 0;
                animation: onda 1.7s infinite;
            }

            .btn-whatsapp img {
                width: 60px;
                position: relative;
                z-index: 2;
            }

            .btn-whatsapp:before {
                animation-delay: 1s;
            }

            .btn-whatsapp:after {
                animation-delay: 1.3s;
            }

            @keyframes onda {
                0% {
                    transform: scale(1);
                }

                15% {
                    opacity: 1;
                }

                100% {
                    opacity: 0;
                    transform: scale(2.5);
                }
            }

/************** WHATSAPP ********/
/************** REDES FLOTANTES ************/
#redes-gral {
    background-color: #c09255;
    position: fixed;
    right: 0;
    top: 40%;
    padding: 10px;
    z-index: 200;
}

#redes-gral ul {
    margin: 0;
    padding: 0;
}

#redes-gral ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#redes-gral ul li img {
    width: 30px;
}

#redes-gral .mb-2 {
    margin-bottom: 15px;
}

#btn-whats {
    background-color: #bf9f4b;
    padding: 10px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 100;
}
/************** REDES FLOTANTES ************/

/* Responsive adjustments for screens smaller than 720px (45em) */
@media (max-width: 45em) {
  .multi-carousel-item,
  .clone {
    flex: 0 0 100%;
  }
  .countdown-box .label {
    font-size: 8px;
    text-transform: uppercase;
    margin-bottom: 2px;
    letter-spacing: 1px;
}
.countdown-box .number {
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
    }
    .countdown-box {
    padding: 12px 18px;
    min-width: 50px;
    }
}