@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

body {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-color: #0d0d2b; 
    color: #ffffff;
    overflow-x: hidden; }

    h1, h2, h3, h4, h5, h6{
    font-family: "Playfair Display", serif !important;
    font-weight: 800 !important; 
    color: #f1dfc9 !important}

.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;}

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

.color-secondary {color: #FFEC69 !important;}

.color-tertiary {color: #D76E59 !important;}

.color-quaternary {color: #F06B8A !important;}

.color-text {color: #484848;}

.btn-primary {
    background-color: #0A7AF7;
    border-color: #0A7AF7;
    border-radius: 20px;
    color: #FFEC69;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;}

.btn-secondary {
    background-color: #FFEC69;
    border-color: #FFEC69;
    border-radius: 20px;
    color: #0A7AF7;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;}


.btn-outline-primary{
    border-color: #0A7AF7;
    border-radius: 20px;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    color: #0A7AF7;}

.btn:hover{
    background-color: #FFEC69;
    border-color: #FFEC69;}

.btn-outline-primary:hover {
    background-color: #0A7AF7;
    border-color: #0A7AF7;
    color: #fff;}

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

.btn-voltar-topo {
    position: fixed;
    bottom: 100px;
    right: 35px;
    z-index: 999;
    display: none;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 5px;
    background-color: #f9d80215; 
    border-color: #000;
    color: #000;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: all 0.3s ease; }
  
  
.btn-voltar-topo:hover {
    background-color: #4848481e;
    color: #000;
    border-color: #000;}


.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.85);
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 16px; }

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #ffffff;
    font-weight: 700;}

.hero-section {
    position: relative; 
    width: 100%;
    min-height: 100vh; 
    background-image: url(../img/bg-capa.png);
    background-size: cover; 
    background-position: center center; 
    background-repeat: no-repeat; 
    display: flex;
    flex-direction: column;}

.bg-doc {width: 100%;
    min-height: 100vh; 
    background-image: url(../img/bg-doc.png);
    background-size: cover; 
    background-position: center center; 
    background-repeat: no-repeat; }

.bg-sobre {width: 100%;
    min-height: 100vh; 
    background-image: url(../img/bg-sobre.png);
    background-size: cover; 
    background-position: center center; 
    background-repeat: no-repeat; }

.bg-playlist {width: 100%;
    min-height: 100vh; 
    background-image: url(../img/bg-playlist.png);
    background-size: cover; 
    background-position: center center; 
    background-repeat: no-repeat; }

.bg-noticias {width: 100%;
    min-height: 100vh; 
    background-image: url(../img/bg-noticias.png);
    background-size: cover; 
    background-position: center center; 
    background-repeat: no-repeat; }

.bg-doacoes {width: 100%;
    min-height: 100vh; 
    background-image: url(../img/bg-doacoes.png);
    background-size: cover; 
    background-position: center center; 
    background-repeat: no-repeat; }

.bg-apoio {width: 100%;
    min-height: 100vh; 
    background-image: url(../img/bg-apoio.png);
    background-size: cover; 
    background-position: center center; 
    background-repeat: no-repeat; }

.hero-content {
    flex-grow: 1; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
    position: relative;
    z-index: 2; 
    padding-top: 5rem;
    padding-bottom: 5rem;}
    

.sobre-content {
    justify-content:end;
    align-items: center;    
    position: relative;
    padding-top: 15rem;}

.hero-logo {
    max-width: 800px; 
    width: 100%;     
    height: auto;}

.play-icon-wrapper {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background-color 0.3s ease;}

.play-icon-wrapper .bi-play-fill {font-size: 90px; 
    color: #fff;
    position: relative;
    left: 2px;}

.w-65 {
    width: 65% !important;}

.owl-slide .owl-item img {
    width: auto !important;}

.owl-slide {
    position: relative !important; 
    overflow: hidden;}
    

.owl-theme.owl-slide .owl-dots {
    position: absolute; 
    bottom: 45px;       
    left: 0;
    right: 0;
    text-align: center;  
    z-index: 10;}


.owl-theme.owl-slide .owl-dots .owl-dot {
    display: inline-block;
    background: none; 
    border: none;
    padding: 0;
    margin: 0; }

.owl-theme.owl-slide .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    background: #ffffff;
    opacity: 1;        
    border-radius: 50%;  
    margin: 0 5px;       
    display: block;      
    transition: opacity 0.3s ease;}


.owl-theme.owl-slide .owl-dots .owl-dot.active span {
    background: #c3146c !important;
    opacity: 1;}


.owl-theme.owl-slide .owl-dots .owl-dot:focus {
    outline: none;}


.bg-contato {
    width: 100%;
    min-height: 100vh; /* Altura total da tela */
    background-image: url('../img/bg-contato.png'); 
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;}


.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    color: #251951;
    text-decoration: none;
    font-size: 1.5rem;
    transition: all 0.3s ease;}

.social-icon:hover {
    background-color: #f0f0f0; 
    transform: scale(1.1);}


.bg-contato .form-label {
    color: rgba(255, 255, 255, 0.7); 
    font-weight: 600;
    font-size: 0.8rem;              
    text-transform: uppercase;       
    letter-spacing: 0.5px;}

.bg-contato .form-control {
    background-color: #ffffff;
    border: none;
    padding: 0.65rem 0.75rem; }


.bg-contato .form-control:focus {
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);}


.btn-rosa {
    background-color: #E2007A; 
    border-color: #E2007A;
    color: #ffffff;
    padding: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    transition: background-color 0.3s ease;}

.btn-rosa:hover {
    background-color: #b0005f; 
    border-color: #b0005f;
    color: #ffffff;}


/* Somente Mobile */

@media (max-width: 992px) {
    .hero-logo {
        max-width: 500px;}
    .font-20 {
        font-size: 18px;}
    .hide-mobile {
    display: none !important;}
    .w-65 {
    width: 100% !important;}
}

@media (max-width: 768px) {

    .bg-sobre {width: 100%;
    min-height: 100vh; 
    background-image: url(../img/bg-sobre-mb.png);
    background-size: cover; 
    background-position: center center; 
    background-repeat: no-repeat; }
    
    .navbar-collapse {
        background-color: rgba(31, 16, 58, 0.9); 
        backdrop-filter: blur(5px); 
        border-radius: 8px;
        padding: 1rem;
        margin-top: 1rem; }
    .navbar-nav {
        text-align: center;}

    .hero-content {
        padding-top: 2rem;
        padding-bottom: 2rem;}

    .hero-logo {
        max-width: 300px;}
        .gap-5 {
    gap: 0.5rem !important;}

    #playlist .mb-5 {
        padding-bottom: 5px !important; }
    #playlist .mb-5 {
    margin-bottom: 1rem !important;}
    .font-36 {
    font-size: 22px;}
    .font-34 {
    font-size: 20px;}
    .font-26 {
    font-size: 18px;}
    .font-20 {
        font-size: 16px;}
    .tagline {
        font-size: 1rem;}
    #noticias .img-fluid {
    max-width: 60% !important;}
    #contato .img-fluid {
    max-width: 80% !important;
    height: auto;}
}

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

    .mb-5 {
        padding-bottom: 20px !important;}

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

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

    
}