@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden; /* Elimina scroll horizontal */
}

body[data-page="patrocinio"] {
    padding-top: 80px;
  }
  

.fw-semibold {
    font-weight: 600 !important;
}

.font-12 {
    font-size: 12px;
}

.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-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-26 {
    font-size: 26px;
}

.font-28 {
    font-size: 28px;
}

.font-30 {
    font-size: 30px;
}

.font-32 {
    font-size: 32px;
}

.font-34 {
    font-size: 34px;
}

.font-36 {
    font-size: 36px;
}

.font-38 {
    font-size: 38px;
}

.font-40 {
    font-size: 40px;
}

.font-42 {
    font-size: 42px;
}

.font-44 {
    font-size: 44px;
}

.font-46 {
    font-size: 46px;
}

.font-48 {
    font-size: 48px;
}

.font-54 {
    font-size: 54px;
}

.lh-1-25 {
    line-height: 1.25 !important;
}

.color-primary {
    color: #b91c9b !important;
}


.color-text {
    color: #565656;
}


.bg-claro {
    background-color: #f5f5f5;
}

/* Textos verticais clicáveis */
.vertical-link {
    position: fixed;
    z-index: 1050;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    color: white;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

.link {
    color: #fff !important;
}

.link:hover {
    color: #d20bf0 !important;
}

.vertical-link:hover {
    color: #d20bf0;
}

.left-bottom {
    bottom: 3rem;
    left: 3rem;
}

.right-top {
    top: 3rem;
    right: 8rem;
    writing-mode: horizontal-tb;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
}

.right-bottom {
    bottom: 3rem;
    right: 3rem;
    writing-mode: horizontal-tb;
    transform: none;
}

.right-180 {
    top: 3rem;
    right: 3rem;
    writing-mode: vertical-lr;
    transform: none;    
}
/* Ícones sociais + logo */
.social-fixed {
    position: fixed;
    top: 3rem;
    left: 3rem;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
}

.social-fixed a img {
    width: 20px;
}

.social-fixed .logo {
    width: 60px;
    margin-bottom: 0.5rem;
}         

.bg-capa{
    background-image:url(../img/bg-capa.png);
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-elemento {
    background-image:url(../img/elemento\ degrade.png);
    background-size: contain !important;
    background-position: center;
    background-repeat: no-repeat;
}    

.bg-onboard {
    background-color: #023dcc;
}

.bg-onthemap {
    background-color: #520693;
}

.bg-rosa {
    background-color: #b91c9b;
}

.bg-ontime {
    background-image: url(../img/elemento\ ontime.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #023dcc;
}

.btn-primary {
   color: #fff !important;
   background: #d20bf0 !important;
   border: none !important;
   border-radius: 0% !important;
}

.btn-primary:hover {
    background-color: #8c0a80 !important;
 }

.btn-custom {
    background-color: #b91b9b; /* ou a cor exata que quiser usar */
    border: none;
    border-radius: 0;
    transition: all 0.3s ease;
  }
  
  .btn-custom:hover {
    background-color: #8c0a80; /* tom mais escuro no hover */
  }

.whatsapp_float{
    position: fixed;
    right: 25px;
    bottom: 30px;
    z-index: 9999;
    width: 60px;
    height: 60px;
}

.slider .slick-slide {
    margin: 0 10px;
    width: 50%;
  }


  .slider img {
    width: 280px;
  }

   .slider {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  
  .slick-track {
    display: flex;
    flex-wrap: nowrap;
    max-width: 100% !important;
  }

  .slick-dots li button:before {
    color: #fff !important;
}

.slick-dots {
    bottom: -60px !important;
}

  .card-custom {
    position: relative;
    width: 300px; /* ajuste conforme seu layout */
    cursor: pointer;
    overflow: hidden;
  }
  
  .card-img {
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
  }
  
  .card-custom .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* filtro escuro */
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .card-custom.active .overlay {
    opacity: 1;
  }
  
  #imagem-parallax {
    height: 100vh; /* ocupa 100% da altura da tela */
    overflow: hidden;
    position: relative;
  }
  
  .parallax-img {
    background-image: url('../img/evento-foto.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* isso cria o efeito parallax */
    width: 100%;
    height: 100%;
  }
  
 .video-thumbnail {
  position: relative;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
}

.video-thumbnail::after {
  content: "";
  background-image: url('../img/play.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;   /* ajuste conforme o tamanho do ícone */
  height: 64px;
  transform: translate(-50%, -50%);
  pointer-events: none; /* para não bloquear o clique */
}

  .modal-dialog {
    max-width: 800px;
  }

  .modal-body {
    padding: 0;
  }

  .modal-body iframe {
    width: 100%;
    height: 450px;
  }

/* Somente Mobile */

@media (max-width: 480px) {
    .py-5 {
        padding-top: 15px !important;
        padding-bottom: 10px !important;
    }

    .mb-5 {
        margin-bottom: 30px !important;
    }

    .pb-5 {
        padding-bottom: 10px !important;
    }

    .pt-5 {
        padding-top: 10px !important;
    }

    .bg-capa {
        background: none;
    }

    .patrocinadores {
        aspect-ratio: 1;
        max-height: 90px;
    }

    .bg-capa-mobile{
        background-image:url(../img/mobile-capa.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    /* .vh-100 {
        height: 75vh !important;
    } */

    .mobile-hidden {
        display: none;
    }

    .icones{
        display: none !important;
    }

    .mobile {
        justify-content: center !important;
    }

    .text-bg-dark {
        background-color: #000 !important;
    }

        .slick-dots {
        bottom: -35px !important;
    }

    #inicio .container {
        margin-bottom: auto !important;
        justify-content: center;
    }

    #inicio .d-flex {
        display: grid !important;
    }

    #onthemidia .font-40 {
        font-size: 24px;
    }
    
    #header .img-fluid {
        max-width: 55% !important;
    }

    #vantagens .col-md-1 {
        display: none !important;
    }

    .g-4, .gy-4 {
        --bs-gutter-y: .75rem;
    }
    .g-4, .gx-4 {
        --bs-gutter-x: .75rem;
    }

    .parallax-img {
        background-position: 75%;
    }
    
    .bg-elemento {    
        background-size: 200%;
    }

    .bg-ontime { 
        background-size: cover;
    }

    .ajuste {
        padding-right: 0 !important;
        padding-left: 0 !important;        
    }

    .lh-2 {
        line-height: 1.3 !important;   
    }

    .font-46 {
        font-size: 64px;
        line-height: 1 !important;        
    }

    .font-40 {
        font-size: 22px;
    }

    .font-36 {
        font-size: 30px;
    }

    .font-34 {
        font-size: 26px;
    }

    .font-24 {
        font-size: 22px;
    }

    .font-20 {
        font-size: 18px;
    }

    .font-18 {
        font-size: 16px;
    }

    .font-14 {
        font-size: 18px;
    }
    
    .font-30 {
        font-size: 26px;
    }
    .carousel-caption{
        bottom: 20%;
    }

    .modal-body iframe {
        height: 250px;
      }
}