﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.video-background-holder {
  /*position: relative;
  background-color: black;
  height: calc(100vh - 72px);
  min-height: 25rem;
  width: 100vw;
  overflow: hidden;*/
  width: 99.4vw;
  position: relative;
  height: calc(100vh - 50px);
  min-height: 25rem;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}

.video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
  position: relative;
  z-index: 2;
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.landing-content {
  display: flex;
  justify-content: center;
  height: 250px;
  overflow: hidden;
}

.card-clickable:hover {
  transform: scale(1.05);
  box-shadow: 0 -5px 10px rgba(0,0,0,.10), 0 2px 4px rgba(0,0,0,.02);
}

.landing-social {
  filter: invert(100%);
}

.footer-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-links a:hover, .footer-links a:visited, .footer-links a:link, .footer-links a:active {
  text-decoration: none;
  color: black;
}

.navbar-avatar {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-right: 10px;
}

.navbar .navbar-nav > a {
  color: #efe5ff;
  padding: 8px 15px;
  /*font-size: 14px;*/
}

.navbar .navbar-nav .open .dropdown-menu {
  background: #faf7fd;
  border-radius: 1px;
  border-color: #faf7fd;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

.navbar .divider {
  background-color: #e9ecef !important;
}

.presale-btn {
    width: 240px;
    height: 80px;
    /*border-radius: 13px;*/
    padding-left: 10px;
    padding-top: 10px;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
    color: #fff;
    background-color: #EF4A86;
    border-color: #EF4A86;
}

.presale-btn:hover {
    color: #fff;
    background-color: #291b36;
    border-color: #291b36;
}

.card-info-item {
    position: relative;
    /*box-shadow: inset 5px 5px 5px #0000000d, inset -5px -5px 5px #ffffff94, 5px 5px 5px #0000000d, -5px -5px 5px #ffffff94;*/
    background: inherit;
}

.card-info-item .info-item {
    height: 150px;
    top: 19.5px;
    left: 19.5px;
    bottom: 19.5px;
    right: 19.5px;
    background-color: #291b36;
    box-shadow: 0 10px 19.5px #0000001a;
    pointer-events: none;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}

.card:hover .info-item {
    transform: translateY(-10px);
    box-shadow: 0 12px 42px #00000070;
    background: linear-gradient(45deg, #934C9E, #D500F9);
}

.card .info-item .card-body {
    padding: 20px;
}

.card:hover .info-item .card-body .text {
    color: #ffffff;
}

@media (min-width: 1200px) {
  .landing-content {
    display: flex;
    justify-content: center;
    height: 300px;
    overflow: hidden;
  }
}

.link-white {
    color:#FFF;
}

.speaker-filter .active {
    background: rgba(0,100,118,.6);
    border-color: #13aff0;
}

.festival-container-small {
    margin-top:50px;
    padding-bottom:80px;
}

.bg-dark-blue {
    background-color:#1f2937;
}

.card-radio-button {
    display: none;
}

.card-radio-button:checked + .card-radio-container {
    /*box-shadow: 0px 0px 2px 2px #4062F6;*/
    /*border-color: #4062F6;*/
    border: 5px solid #4062F6;
    /*background-color: #1f2937;*/
}

.card-radio-container:hover {
    cursor: pointer;
}

.card-radio-container-program:hover {
    cursor: pointer;
}

.bg-purple {
    background-color: #563d7c !important;
}

.bg-pink {
    background-color: #EF4A86 !important;
}

.sponsor-slider {
    /*padding: 7px 0px;*/
}

/*.slider-item a {
    display: block;
}*/

.sponsor-slider {
    width: 100%;
    margin: 0px auto;
    position: relative;
    /*padding: 50px;*/
    background-color: black;
    opacity: 1;
}

.slider-item img {
    transition: .8s all;
    filter: grayscale(90%);
}

.slider-item img:hover {
    filter: grayscale(0%);
}

.owl-nav {
    position: absolute;
    top: 25%;
    width: 100%;
    pointer-events: none;
}

.owl-prev {
    position: absolute;
    left: 0;
    pointer-events: auto;
}

.owl-next {
    position: absolute;
    right: 0;
    pointer-events: auto;
}

    .owl-prev:hover, .owl-next:hover {
        background: none !important;
    }

/* Ajustes generales para los logos en el carrusel */
.owl-carousel .slider-item img {
    width: auto; /* que no se deforme */
    max-width: 100%; /* nunca rebase su contenedor */
    height: auto;
    display: block;
    margin: 0 auto; /* centrado */
}

/* Ajustes específicos para móviles */
@media (max-width: 767px) {
    .owl-carousel .slider-item {
        flex: 0 0 80%; /* cada logo ocupa ~80% del ancho */
        max-width: 300px; /* límite máximo opcional */
        margin: 0 auto; /* centrado */
        text-align: center;
    }

        .owl-carousel .slider-item img {
            max-height: 120px; /* hace más grandes los logos en móvil */
        }
}


@media (max-width:400px) {
    .sponsor-slider {
        width: 100%;
    }

    .owl-nav {
        display: none;
    }

    .owl-prev,
    .owl-next {
        display: none;
    }
}

/* ========================
   Fix carrusel logos - Site.css (pegar al final)
   ======================== */

/* Asegura centrado y que el stage use flex */
.owl-carousel .owl-stage {
    display: flex !important;
    align-items: center;
}

    /* Centrar cada item dentro del stage */
    .owl-carousel .owl-stage .owl-item {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

/* Reglas generales de imágenes */
.owl-carousel .slider-item img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
}

/* Móviles: forzamos que cada item ocupe ancho razonable */
@media (max-width: 767px) {
    .sponsor-slider {
        padding: 0 8px;
    }
    /* evita que el carrusel quede pegado al borde */

    .owl-carousel,
    .owl-carousel .owl-stage-outer {
        width: 100% !important;
    }

        /* Forzamos ancho de los items (override del inline style de Owl) */
        .owl-carousel .owl-item {
            width: 80% !important;
            max-width: 80% !important;
            margin: 0 auto !important;
        }

        /* Hacemos los logos más grandes en móvil */
        .owl-carousel .slider-item img {
            max-height: 120px !important;
            width: auto !important;
        }
}
