/* =============================================
   EMILIANA | LA RISA ES REBELDÍA
   styles.css
   ============================================= */

/* --- Material Symbols icon settings --- */
.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* --- Hero title shadow --- */
.text-shadow-punch {
  text-shadow: 0 4px 12px rgba(245, 86, 142, 0.3);
}

/* --- Carousel --- */
.carousel-container {
  overflow: hidden;
  position: relative;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-slide {
  min-width: 100%;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .carousel-slide {
    min-width: 50%;
  }
}
.contact-section {
  padding: 3rem 1rem;
  background-color: #1b1b1b;  /* fondo general oscuro */
  border-radius: 10px;
}

/* Contenedor de tarjetas flex */
.contact-cards-container {
  display: flex;
  gap: 2rem;               /* espacio entre columnas */
  flex-wrap: wrap;          /* se apila en móvil */
  margin-bottom: 2rem;
}

/* Tarjetas individuales */
.contact-card {
  flex: 1;                  /* columnas iguales */
  min-width: 280px;         /* no se hagan demasiado pequeñas */
  background-color: #232323b7;  /* fondo semitransparente */
  padding: 2rem;
  border-radius: 10px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.5);
}

/* Títulos de las tarjetas */
.contact-section h5 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: white;
}

/* Texto dentro de tarjetas */
.contact-section p {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--gray-color) !important;
  text-align: justify;
}
/* Fila de contacto con logo centrado */
/* Contenedor general */

/* Contenedor general de contacto */
.contact-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;    /* todo a la izquierda */
  align-items: baseline;           /* alinea por la línea base del texto */
  border-top: 1px solid #444;
  padding-top: 1.5rem;
  margin-top: 2rem;
  gap: 2rem;
}

/





/* Responsive: columnas y fila info */
@media (max-width: 768px) {
  .row.row-cols-lg-2 {
    flex-direction: column;
  }







#suscribete {
    padding-top: 2em;
}
#suscribete.section {
    padding-bottom: 1em; /* menos espacio debajo */
    padding-top: 2em;    /* puedes ajustar también arriba si quieres */
}

footer .py-5 {
    padding-top: 1.5em;
    padding-bottom: 1.5em; /* menos espacio que py-5 de Bootstrap */
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .calendar-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .calendar-action {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}


.btn-primary {
  padding: 0.5rem 1rem;
  border: 2px solid white; /* borde visible sobre fondo rosa */
  background: none;
  cursor: pointer;
  text-decoration: none;



.r-progress {
    --value: 17;
    --progress-color: var(--accent-color);
    --secondary-progress-color: #a8a8a8;
    --animation-duration: 2000;
}

.r-progress-bar {
    position: relative;
    height: 20px;
    background-color: var(--secondary-progress-color);
    display: flex;
    /* border-radius: 3px; */
    overflow: hidden;
}

.r-progress-bar .progress-value {
    height: 100%;
    width: calc(var(--progress) * 1%);
    background-color: var(--progress-color);
    position: relative;
    /* border-radius: 3px; */
    animation: load;
    animation-fill-mode: forwards;
    animation-duration: calc(var(--animation-duration) * 1ms);
    animation-timing-function: linear;
    animation-delay: 500ms;
    color: black;
}

.r-progress-bar.percentage-label::after {
    counter-reset: percentage var(--progress);
    content: counter(percentage) '%';
    display: block;
    position: absolute;
    left: calc((var(--progress) * 1%) - 3rem);
    animation: load;
    animation-fill-mode: forwards;
    animation-duration: calc(var(--animation-duration) * 1ms);
    animation-timing-function: linear;
    animation-delay: 500ms;
    color: white;
    font-size: 15px;
    line-height: 1.2;
    /* font-weight: 700; */
    font-family: var(--font-1);
}

.bg-attach-fixed {
    background-attachment: fixed;
}

.social-item {
    border-radius: 50%;
    aspect-ratio: 1/1;
    font-size: 20px;
    width: 2em;
}

.nav-tabs{
    border-bottom: none;
}

.nav-tabs .nav-link {
    background-color: transparent;
    color: var(--accent-color-2);
    border: none;
    position: relative;
}

.nav-tabs .nav-link:hover  {
    border: none;
    color: white;
}

.nav-tabs .nav-link.active {
    background-color: transparent;
    border: none;
}

.nav-tabs .nav-link.active::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--accent-color);
}

.breadcrumb .breadcrumb-item > a {
    color: var(--gray-color) ;
}

.breadcrumb .breadcrumb-item.active{
    color: var(--accent-color);
}

.swiper-pagination {
    margin-block: 1rem;
}

.swiper-pagination .swiper-pagination-bullet-active{
    background-color: black;
}

.swiper-slide{
    border-style: solid;
    border-width: 1px;
    border-color: var(--accent-color-2);
}

.video-container{
    aspect-ratio: 16/9;
    background-size: cover;
    background-position: center;
    position: relative;
}

.video-iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-btn{
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 5rem;
    background-color: transparent;
    border: solid 2px white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.border-custom{
    border-width: 0px 1px 0px 0px;
    border-color: var(--accent-color-2);
    border-style: solid;
}

@media only screen and (max-width:993px) {
    h1 {
        font-size: 68px;
    }

    h2 {
        font-size: 56px;
    }

    h3 {
        font-size: 36px;
    }

    h5 {
        font-size: 24px;
    }

    h6 {
        font-size: 14px;
    }

    .section {
        padding: 6em 2em 6em 2em;
    }

    .divider {
        width: 330px;
    }

    .fs-very-large {
        font-size: 3.125rem;
		
    }

    .image-absolute-1 {
        left: 45%;
        top: 35%;
    }

    .image-infinite-bg {
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll; /* nada de fixed ni parallax */
    will-change: auto; /* evita que Chrome trate de optimizar transformaciones que ralentizan */
}


    #header {
        background: rgba(19, 19, 19, 0.88);
        backdrop-filter: blur(11px);
        -webkit-backdrop-filter: blur(11px);
    }

    .border-custom {
        border-width: 0px 0px 1px 0px;
    }
}



