/*
Theme Name: Sírio Libanês ASCO - 2026
Description: Tema para WordPress.
Author: Geosfera
Author URI: http://geosfera.com.br/
Version: 1.0
.
Your theme will be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
 
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 
.
*/

/* Basic WordPress Styles */
@import url('css/wp.css');

/*@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');*/

@font-face {
    font-family: 'gelicasemibold';
    src: url('./fonts/gelica-semibold-webfont.woff2') format('woff2'),
         url('./fonts/gelica-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
  
*{
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}
html, body {
    overflow-x: clip;
}

/* Overlay que cobre a página durante o carregamento */
.site-loader {
    position: fixed;
    inset: 0;
    background: #ffffff; /* — pode trocar a cor */
    z-index: 999999;
    opacity: 1;
    transition: opacity .6s ease;
    pointer-events: none;
}

/* Quando removemos, ele some suavemente */
.site-loader.fade-out {
    opacity: 0;
}

/* Começa com a página invisível */
body.fade-out {
    opacity: 0;
    transition: opacity .5s ease-in-out;
}

/* Quando carregada, exibe */
body.fade-in {
    opacity: 1;
}

body{
    color: #1E1E1C;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 25px;
}

a:link,
a:active,
a:visited{
    text-decoration: none;
}

a.btn:link,
a.btn:active,
a.btn:visited{
    background: #001C99;
    display: block;
    padding: 18px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    margin: 20px 0;
    transition: background-color 0.3s ease;
    width: fit-content;
}
a.btn:hover{
    background: #FF8860;
    text-decoration: none;
}

.wrapper{
    max-width: 1115px;
    margin: 0 auto;
}
.d_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    list-style: none;
}
@media screen and (max-width: 1080px) {
    .d_flex{
        display: block;
    }
}

figure {
    text-align: center;
}
figure img{
    max-width: 100%;
    height: auto;
}

header{
    position: relative;
}
header #azul{
    background: #0E32E5 url('./imagens/bg_azul.svg') center top repeat-x;
    background-size: cover;
    padding: 100px 1em 50px 1em;
    color: #ffffff;
}
header #azul .wrapper figure{
    margin: 20px 0 20px 0;
    max-width: 361px;
    width: 65%;
}
header #azul .wrapper p{
    font-size: 13px;
    line-height: 26px;
    font-weight: 400;
    margin: 25px auto;
}
header #azul .wrapper p strong{
    font-size: 20px;
    font-weight: 800;
    margin: 25px auto;
}
header #azul .wrapper h2{
    color: #64FFEC;
    font-size: 30px;
    line-height: 32px;
    font-weight: 800;
    margin: 25px auto;
}
header #foto_01{
    background-image: url('./imagens/star.png'), url('./imagens/foto-003_compress.png');
    background-position: 10px 5px, right 43px;
    background-repeat: no-repeat, no-repeat;
    width: 635px;
    height: 533px;
    position: absolute;
    top: 0;
    right: 0;
}
header .realizacao.producao.patrocinio{
    background: #ffffff;
    padding: 10px 1em;
    text-align: center;
}
header .realizacao.producao.patrocinio .wrapper .d_flex{
    max-width: 555px;
    margin: 10px auto 10px 0;
}
header .realizacao.producao.patrocinio .wrapper .d_flex p{
    font-size: 12px;
    text-align: left;
    margin: 5px 10px 5px 0;
}
@media screen and (max-width: 1080px) {
    header #foto_01{
        background-position: 10px -10px, right top;
    }
    header #foto_01{
        width: 35%;
        height: auto;
        aspect-ratio: 625 / 533;
        background-size: contain, contain;
        top: 40px;
    }
    header .realizacao.producao.patrocinio .wrapper .d_flex{
        max-width: 555px;
        margin: 10px auto;
    }
    header .realizacao.producao.patrocinio .wrapper .d_flex{
        display: flex;
        justify-content: center;
    }
    header .realizacao.producao.patrocinio .wrapper .d_flex .d_flex{
        display: flex;
        justify-content: center;
        margin: 0 10px 20px 10px;
    }
    header .realizacao.producao.patrocinio .wrapper .d_flex p{
        margin: 5px 5px 5px 0;
        text-align: center;
    }
}

section{
    margin: 0 auto;
}

section.conteudo_1{
    margin: 50px auto 75px auto;
}
section.conteudo_1 .wrapper.d_flex{
    align-items: flex-start;
}
section.conteudo_1 .wrapper.d_flex .texto{
    width: 40%;
    max-width: 435px;
}
section.conteudo_1 .wrapper.d_flex .texto h1{
    font-family: 'gelicasemibold';
    font-size: 34px;
    line-height: 40px;
    margin: 35px 0;
    max-width: 100%;
}
section.conteudo_1 .wrapper.d_flex .texto p{
    margin: 35px 0;
    font-weight: 300;
}
section.conteudo_1 .wrapper.d_flex figure{
    width: 55%;
    max-width: 650px;
    margin: 35px 0;
}
@media screen and (max-width: 1080px) {
    section.conteudo_1{
        margin: 25px auto 75px auto;
    }
    section.conteudo_1 .wrapper.d_flex .texto{
        width: 90%;
        max-width: 90%;
        margin-left: 5%;
    }
    section.conteudo_1 .wrapper.d_flex figure{
        width: 90%;
        margin: 0 auto;
    }
}

/* efeito no texto 1*/
.conteudo_1 .d_flex{
    align-items: flex-start;
}

.conteudo_1 figure{
    position: sticky;
    top: 100px; /* ajuste conforme necessário */
    align-self: flex-start;
    margin: 0;
}

.conteudo_1 figure img{
    display: block;
    width: 100%;
    height: auto;
}
@media (max-width: 768px){

    .conteudo_1 figure{
        position: static;
        top: auto;
    }

}
/* efeito no texto 1*/

section.oferecido{
    text-align: center;
}
section.oferecido .wrapper p.txt{
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 3px;
}
section.oferecido .wrapper a{
    display: block;
    margin: 30px auto 25px auto;
}
section.oferecido .realizacao.producao{
    margin: 50px auto;
    max-width: 200px;
}
section.oferecido .realizacao.producao .d_flex{
    align-items: flex-start;
}
section.oferecido .realizacao.producao .d_flex p{
    font-size: 12px;
    text-align: left;
    margin-bottom: 10px;
}
section.oferecido .realizacao.producao .d_flex a{
    height: 35px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
@media screen and (max-width: 1080px) {
    section.oferecido .realizacao.producao{
        margin: 25px auto 50px auto;
        max-width: 100px;
    }
    section.oferecido .realizacao.producao .d_flex p{
        text-align: center;
        margin:15px auto 5px auto;
    }
    section.oferecido .wrapper .d_flex a{
        justify-content: center;
    }
}

/* Versão Completa */
section#cobertura_videos{
    background: #F7F7F7;
    margin: 100px auto;
    padding: 40px 0;
}
section#cobertura_videos .wrapper h2{
    color: #001C99;
    font-family: 'gelicasemibold';
    font-size: 36px;
    line-height: 40px;
    margin: 35px 0;
    max-width: 290px;
}
section#cobertura_videos #videos ul.galeria_videos{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0;
}
section#cobertura_videos #videos ul.galeria_videos li{
    max-width: 435px;
    margin: 10px 30px;
    list-style: none;
}
section#cobertura_videos #videos ul.galeria_videos li figure{
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 30px !;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
section#cobertura_videos #videos ul.galeria_videos li figure img{
    -webkit-border-radius: 30px !;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
section#cobertura_videos #videos ul.galeria_videos li figure img{
    width: 100%;
    max-width: 460px;
    aspect-ratio: 460 / 305;
    object-fit: cover;
    display: block;
}
section#cobertura_videos #videos ul.galeria_videos li figure img.play{
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
section#cobertura_videos #videos ul.galeria_videos li figure img:not(.play){
    transition: transform 0.4s ease;
}
section#cobertura_videos #videos ul.galeria_videos li:hover figure img:not(.play){
    transform: scale(1.05);
}
section#cobertura_videos #videos ul.galeria_videos li figure img.play{
    transition: all 0.3s ease;
}

section#cobertura_videos #videos ul.galeria_videos li:hover figure img.play{
    transform: translate(-50%, -50%) scale(1.1);
}

section#cobertura_videos #videos ul.galeria_videos li h4{
    background: #001C99;
    color: #ffffff;
    font-weight: 300;
    margin: 10px 0 0 0;
    padding: 2px 10px;
    display: inline-block;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
section#cobertura_videos #videos ul.galeria_videos li h3{
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    margin: 10px 0;
}
section#cobertura_videos #videos ul.galeria_videos li p{
    font-weight: 300;
    margin: 10px 0;
}

/**/
.controles_slider_videos{
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: -70px;
    margin-bottom: 50px;
}
.seta_anterior,
.seta_proxima{
    width: 32px;
    height: 32px;
    border-radius: 5px;
    background: url('./imagens/btn_a.svg') center top repeat-x;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.seta_anterior:hover,
.seta_proxima:hover{
    background: url('./imagens/btn_b.svg') center top repeat-x;
    transform: scale(1.05);
}
.seta_anterior{
    transform: scaleX(-1);
}
.seta_anterior:hover{
    transform: scaleX(-1);
}
/**/

.galeria_videos .slick-slide {
    height: auto;
}
.galeria_videos li {
    box-sizing: border-box;
}
.galeria_videos li {
    cursor: pointer;
}
.popup_video {
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0,0,0,0.8);

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px;

    opacity: 0;
    visibility: hidden;

    transition: all 0.3s ease;
}
.popup_video.ativo {
    opacity: 1;
    visibility: visible;
}
.popup_video_content {
    position: relative;
    width: 90%;
    max-width: 900px;
    aspect-ratio: 16 / 9;
    background: #000;
}
.popup_video_content iframe {
    width: 100%;
    height: 100%;
    display: block;
}
.fechar_video {
    position: absolute;
    top: -45px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 38px;
    cursor: pointer;
}
@media (max-width: 768px){
    .popup_video{
        padding: 15px;
    }
    .fechar_video{
        top: -40px;
        font-size: 32px;
    }
}


section#infografico{
    background: #27AAE2;
    padding: 50px 1em;
}

section#conteudo_2{
    margin: 50px auto 100px auto;
}
section#conteudo_2 .wrapper{
    max-height: 1000px;
}
section#conteudo_2 .wrapper h2{
    font-family: 'gelicasemibold';
    font-size: 36px;
    line-height: 40px;
    margin: 35px 0;
    max-width: 800px;
    margin: 30px auto;
}
section#conteudo_2 .wrapper p{
    max-width: 800px;
    margin: 35px auto;
    font-weight: 300;
}
section#conteudo_2 .wrapper blockquote{
    background: #F4F0E3;
    padding: 10px 0;
    width: 100%;
}
section#conteudo_2 .wrapper blockquote p{
    font-size: 32px;
    line-height: 40px;
}

/* banner */
.banner{
    display: block;
    text-align:center;
    margin: 75px auto;
}
.banner.topo{
    margin: 25px auto 0 auto;
}
.publicidade {
    font-size: 10px;
    margin-bottom: 10px;
    line-height: 10px;
    color: #8c8c8c;
    text-transform: uppercase;
    display: block;
}
#ad-topo,
#div-gpt-ad-topo{
    width:100%;
    overflow:hidden;
}
#div-gpt-ad-topo {
    text-align: center;
}
#div-gpt-ad-meio {
    text-align: center;
}