@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&family=League+Spartan:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* ===== Scrollbar CSS ===== */
body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-track {
    background: #333; 
}
body::-webkit-scrollbar-thumb {
    background: #888; 
}
body::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.transparente {
    opacity: 0;
}

html {
    width: 100dvw;
}

body {
    font-family: "Poppins", sans-serif;
    color: #333;
    background-color: #679385;
    overflow-x: hidden;
    width: 100dvw;
}

.btn-warning {
    background-color: #B2B200 !important;
}
.btn-warning:hover {
    background-color: #D9D900 !important;
}

body.no-scroll {
    overflow-y: hidden;
    margin-right: 10px;
}

@media (min-width: 1400px) {
    body {
        font-size: 1.05rem;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    body {
        font-size: 1.025rem;
    }
}
@media (min-width: 992px) and (max-width: 1399px) {
    body {
        font-size: 1rem;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    body {
        font-size: .90rem;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    body {
        font-size: .85rem;
    }
}
@media (max-width: 575px) {
    body {
        font-size: .75rem;
    }
}

.text-justify {
    text-align: justify;
}

.fontsize-360 { font-size: 360%; }
.fontsize-300 { font-size: 300%; }
.fontsize-280 { font-size: 280%; }
.fontsize-260 { font-size: 260%; }
.fontsize-240 { font-size: 240%; }
.fontsize-210 { font-size: 210%; }
.fontsize-180 { font-size: 180%; }
.fontsize-150 { font-size: 150%; }
.fontsize-140 { font-size: 140%; }
.fontsize-120 { font-size: 120%; }
.fontsize-110 { font-size: 100%; }
.fontsize-90 { font-size: 90%; }
.fontsize-80 { font-size: 80%; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.fw-800 { font-weight: 800; }

#loading-default {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(160, 165, 154, .95);
    display: none; 
    text-align: center;
    line-height: 100vh;
    color: #FFF;
    font-size: 200%;
}

.menubar {
    width: 75%;
    max-width: 400px;
    background-color: #FFF;
    height: 100%;
    overflow-x: none;
    overflow-y: auto;
    padding: 20px;
    position: fixed;
    top: 0;
    left: -400px;
    z-index: 1002;
    transition: ease all .5s;
}
.menubar img {
    max-height: 60px; 
}
.menubar ul li a {
    color: #00698C;
    font-weight: 600;
    text-decoration: none;
    display: block;
    padding: 3px;
}
.offsite {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: -1;
    background-color: rgba(0,0,0,.35);
}
body.menubar-on {
    overflow: hidden;
    padding-right: 10px;
}
body.menubar-on .menubar {
    left: 0;
}
body.menubar-on .offsite {
    z-index: 1001;
}


nav.menu-scroll {
    position: fixed !important;
    transition: all .6s ease-out;
    top: -250px;
    background: rgba(30, 30, 30, .95);
    padding: 7px 30px;
    width: 100%;
    z-index: 1000;
}
nav.menu-scroll .btn i {
    color: #FFF;
    font-size: 150%;
}
nav.menu-scroll .logo img {
    max-height: 36px;
}
nav.menu-scroll .nav-header{
    margin-bottom: 0px;
}
nav.menu-scroll.view {
    top: 0 !important;
}

a {
    color: #FFF;
}
a:hover {
    color: #CCC;
}

body:not(.menubar-on) {
    .link-whatsapp {
        z-index: 10;
        display: block;
        position: fixed;
        right: 20px;
        bottom: 20px;
        width: 60px;
        height: 60px;
        text-align: center;
        animation-name: anime-link-whatsapp;
        animation-duration: 3.5s;
        animation-iteration-count: infinite;
    }
    .link-whatsapp:hover {
        opacity: .9;
    }
}
@keyframes anime-link-whatsapp {
    0%   {opacity: 1;}
    10%  {opacity: 0;}
    20% {opacity: 1;}
}

footer {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: .9rem;
    text-align: center;
    color: #fff;
}
footer .logo {
    max-width: 100px;
}
footer hr {
    background-color: #555;
    color: #999;
}
footer a, footer a:hover {
    text-decoration: none;
}
footer a {
    color: #fff;
    margin: 0 5px;
}
footer a:hover {
    color: #ccc;
}


.video_yt {
    width: 100%;
    aspect-ratio: 16/9;
    box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.3);
    border: 5px solid #fff;
}
@media (max-width: 576px) {
    .video_yt {
        max-width: 320px;
        margin: auto;
    }
}

.borda-tema {
    border: 10px solid transparent;
    border-image: url(../images/borda.png) 30 round;
}


section.inicial {
    width: 100%;
    height: 100dvh;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    font-family: "Cal Sans", sans-serif;
}
section.inicial .bar {
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 3;
}
section.inicial .bar a {
    color: #00698C;
}
section.inicial .logo {
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 3;
    max-width: 40%;
}
section.inicial .logo img {
    max-width: 100%;
}
section.inicial .conteudo {
    left: 5%;
    bottom: 10%;
    width: auto;
    display: block;
    position: absolute;
    z-index: 3;
    text-align: left;
}
section.inicial .conteudo .textos .texto1 {
    color: #111;
    font-size: 340%;
    font-weight: 700;
    margin-bottom: 10%;
    line-height: 100%;
}
section.inicial .conteudo .textos .texto1 .e {
    color: #666;
    font-size: 90%;
    line-height: 100%;
}
section.inicial .seta {
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    z-index: 2;
    transition: .6s all 2s ease;
}
section.inicial .seta .icone {
    background-image: url(../images/home-inicial-seta.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 80px;
    height: 60px;
    margin: auto;
    display: block;
    top: 5px;
    animation-name: seta;
    animation-duration: 2.0s;
    animation-iteration-count: infinite;
}
@keyframes seta {
    0%   {top:5px;}
    80%  {top:15px;}
    100% {top:5px;}
}
section.inicial .bg {
    width: 100%;
    height: 100%;
    background: url(../images/home-inicial-bg.png) repeat;
    display: block;
    position: absolute;
    z-index: 1;
    opacity: .15;
}
section.inicial video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
@media (max-width: 767px) {
    section.inicial .conteudo .textos .texto1 {
        text-shadow: 2px 2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff, 2px 2px 1px #fff;
        font-size: 275%;
    }
    section.inicial .bg {
        opacity: 0;
    }
    section.inicial video {
        opacity: .8
    }
}
@media (max-width: 575px) {
    section.inicial .conteudo .textos .texto1 {
        font-size: 250%;
    }
}




section.conteudo {
    min-height: 60dvh;
    padding-top: 4dvh;
    padding-bottom: 4dvh;
    color: #FFF;
}
section.conteudo .title {
    font-family: "Cal Sans", sans-serif;
    color: #FFF;
    font-size: 300%;
    position: relative;
    margin-bottom: 40px;
    margin-left: -10px;
}
section.conteudo .title::before {
    font-family: "Font Awesome 6 Brands";
    content: "\e671";
    opacity: 0.8;
    font-size: 75%;
    margin-right: 10px;
}
section.conteudo .title::after {
    content: "";
    width: 50%;
    max-width: 250px;
    height: 4px;
    background: rgba(255, 255, 255, .5);
    background: linear-gradient(90deg,rgba(255, 255, 255, .6) 0%, rgba(255, 255, 255, 0) 100%);
    display: block;
    position: absolute;
    left: 15px;
}
section.conteudo .title-dark {
    color: #444;
}
section.conteudo .title-dark::after {
    background: rgba(0, 0, 0, .4);
    background: linear-gradient(90deg,rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 100%);
}

section.sobre {
    background-color: #00698C;
    background-image: linear-gradient(135deg, #0099CC 0%, #00698C 50%);
    position: relative;
    min-height: 60dvh !important;
    overflow: hidden;
}
section.sobre .figura {
    max-width: 500px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}
@media (min-width: 992px) {
    section.sobre .figura {
        width: 25%;
        max-width: 360px;
    }
    section.sobre .textos {
        width: 75%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    section.sobre .figura {
        width: 40%;
        max-width: 350px;
    }
    section.sobre .textos {
        width: 60%;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    section.sobre .figura {
        width: 40%;
        max-width: 270px;
    }
    section.sobre .textos {
        width: 65%;
    }
}
@media (max-width: 575px) {
    section.sobre .figura {
        width: 40%;
        max-width: 140px;
    }
    section.sobre .textos {
        width: 65%;
    }
}
section.sobre .links a {
    margin-bottom: 6px;
}
@media (max-width: 375px) {
    section.sobre .links a {
        font-size: 90%;
    }
}


section.mc {
    background-color: #008C8C;
    background-image: linear-gradient(135deg, #00B7B7 0%, #008C8C 50%);
}


section.atriz {
    background-color: #00698C;
    background-image: linear-gradient(135deg, #0099CC 0%, #00698C 50%);
}
section.apresentadora {
    background-color: #00B2B2;
    background-image: linear-gradient(135deg, #00DFDF 0%, #00B2B2 50%);
    color: #333;
}
section.modelo {
    background-color: #00698C;
    background-image: linear-gradient(135deg, #0099CC 0%, #00698C 50%);
}
@media (min-width: 768px) {
    section.modelo .link_mais {
        display: none;
    }
    section.modelo #modelo_texto {
        display: block;
    }
}
section.modelo .fotos-icon a {
    text-decoration: none;
    position: relative;
    display: inline-block;
    max-width: 260px;
    overflow: hidden;
}
section.modelo .fotos-icon a::before {
    font-family: "Font Awesome 6 Free";
    content: "\f055";
    font-size: 40px;
    line-height: 40px;
    width: 50px;
    height: 50px;
    font-weight: 900;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 1;
    color: #333;
    padding: 5px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .7);
    transition: all ease .5s;
}
section.modelo .fotos-icon a:hover::before {
    color: #008C8C;
}
section.modelo .fotos-icon img {
    transition: all ease .5s;
}
section.modelo .fotos-icon a:hover img {
    opacity: 80%;
}

section.contato {
    background-color: #008C8C;
    background-image: linear-gradient(135deg, #00B7B7 0%, #008C8C 50%);
}
section.contato form {
    font-size: 80%;
}