*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* @font-face {
    font-family: foresteaScript;
    src: url(../fonts/Forestea-Script.otf)
} */
@font-face {
    font-family: foresteaScript;
    src: url(../fonts/Righteous.ttf)
}
@font-face {
    font-family: belyDisplay;
    src: url(../fonts/Bely-Display-W00-Regular.ttf)
}
@font-face {
    font-family: abelRegular;
    src: url(../fonts/Abel-Regular.ttf)
}
@font-face {
    font-family: eksellDisplayMedium;
    src: url(../fonts/Eksell_Display_Medium_TheFontsMaster.com.otf)
}
@font-face {
    font-family: fenixRegular;
    src: url(../fonts/Fenix-Regular.ttf)
}
.fenixRegular{
    font-family: fenixRegular;
}
html{
    scroll-behavior: smooth;
}
body {
    overflow: overlay;
   
}

body::-webkit-scrollbar {
    width: 10px;  
}

body::-webkit-scrollbar-track {
    background: transparent;       
}

body::-webkit-scrollbar-thumb {
    background-color: rgba(99, 110, 128, 0.4);    
    border-radius: 20px;       
    border: none;
}
body:hover::-webkit-scrollbar { width: 8px; }

.paralax{
    width: 100%;
    height: 60vh;
    display: block;
}

#menu{
    z-index: 999;
    top: 0;
    display: block;
    transition: top 0.3s;
}

#menu li{
    position: relative;
    z-index: 1;
}
#menu li::after{
    content: '';
    display: inline-block;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: -1;
    transition: width 0.5s ease-in-out;
}

#menu li:hover::after{
    width: 100%;
}
#menu li::before{
    content: '';
    display: inline-block;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background: #fff;
    z-index: -1;
    transition: width 0.7s ease-in-out;
}
#menu li:hover::before{
    width: 70%;
}

#menu .after-dark::after{
    background: #636E80 !important;
}
#menu .after-dark::before{
    background: #636E80 !important;
}


.swiper-banner {
    width: 100%;
    height: 60vh;
    overflow: hidden;
}

.swiper-banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-banner .swiper-pagination-bullet-active {
    background: #fff;
}


/* Sections */

/* .section-manifesto .swiper-section-1 .swiper-slide{
    border-radius: 20px;
} */
.foresteaScript{
    font-family: foresteaScript;
}
.belyDisplay{
    font-family: belyDisplay;
}
.abel{
    font-family: abelRegular;
}
.eksellDisplayMedium{
    font-family: eksellDisplayMedium;
}
.link-menu{
    color: #fff;
}

.link-menu-dark{
    color: #636E80 !important;
}
.text-default{
    color: #636E80 !important;
}

.section-manifesto .swiper-section-1{
    width: 100%;
    padding-top: 50px;
    margin-bottom: 50px;
}
.div-logo-menu{
    width: 60%;
}
.modal {
    overflow-y: auto;
}
.logo-menu{
    max-width: 100%;
}
.form-cadastro button{
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.message-return{
    background-color: green;
    padding: 10px;
    color: white;
}
.card-post{
    height: 300px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #fff;
    cursor: pointer;
}
.overlay-post{
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.927608543417367) 26%, rgba(46,46,46,0.40940126050420167) 85%, rgba(255,255,255,0) 100%);
    opacity: 0.6;
}
.card-post .div-title-desc{
    position: relative;
}
.card-post .div-title-desc .title {
	position: relative;
	transition: 0.5s;
}

.card-post .div-title-desc{
    transition: 0.5s;
}
.card-post:hover .div-title-desc {
	transform: translateY(-80px);
}
.img-fluid{
    max-width: 100%;
    height: auto;
}
.div-title-desc .desc-post  {
	position: absolute;
	bottom: -50px; 
}
.div-title-desc .desc-post p {
	transform: translateY(0px);
	transition: 0.5s;
	opacity: 0;
}
.card-post:hover .desc-post p {
	transform: translateY(40px);
	opacity: 1;
}
.icon-date-post{
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(../img/icon-date-post.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper-posts .swiper-pagination .swiper-pagination-bullet-active {
    background: #3D424F;
}
.scroll{
    background-image: url(../img/scroll.gif);
    background-size: contain;
    background-repeat: no-repeat;
}
@keyframes wave-front {
    100% {
        transform: translate(-50%, 0);
    }
}
@keyframes wave-back {
    100% {
        transform: translate(50%, 0);
    }
}
@keyframes wave-fill {
    100% {
        top: -120px;
    }
}

.loading-screen{
    display: block;
    position: fixed;
    z-index: 99999999999999999999999999;
    width: 100%;
    height: 100%;
    background: #000000;
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.loading-screen .box #logo img.loading-image{
    width: 100%;
}

.loading-screen .box {
    height: 118px;
    width: 306px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background: #1b1b1b; */
    /* border-radius: 100%; */
    overflow: hidden;
}
/* line 35, sass/loading.scss */
.loading-screen .box #logo {
    z-index: 10;
    position: relative;
    height: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* line 39, sass/loading.scss */
.loading-screen .box .percent {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
}
/* line 54, sass/loading.scss */
.loading-screen .box .water {
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 2;
    width: 100%;
    height: 100%;
    transform: translate(0, 100%);
    background: #fff;
    animation: wave-fill 4s forwards linear;
}
/* line 63, sass/loading.scss */
.loading-screen .box .water_wave {
    width: 200%;
    position: absolute;
    bottom: 98%;
    height: 25px;
}
/* line 67, sass/loading.scss */
.loading-screen .box .water_wave_back {
    right: 0;
    fill: #dddddd;
    animation: wave-back 1.4s infinite linear;
}
/* line 72, sass/loading.scss */
.loading-screen .box .water_wave_front {
    left: 0;
    fill: #fff;
    margin-bottom: -1px;
    animation: wave-front .7s infinite linear;
}
.link-explore svg{
    transition: all .5s;
}
.link-explore:hover svg{
   transform: translateX(15px);
}
#privacy-policy{
    z-index: 999;
    transition: opacity .5s;
}
.border-red{
    border: 1px solid red;
}
@media(max-width:767px){
    .section-manifesto{
        overflow-x: hidden;
    }
    .card-post{
        margin-bottom: 20px;
    }
    .card-post:hover .desc-post p {
        transform: translateY(30px);
        opacity: 1;
    }
}
@media(max-width:1023px){
    .card-post{
        margin-bottom: 20px;
    }
}
@media(min-width:1024px) and (max-width:1535px){
    .card-post{
        height: 220px;
    }
}
@media(min-width:1600px){
    .card-post:hover .desc-post p {
        transform: translateY(10px);
        opacity: 1;
    }
}

@media(min-width:768px){
    .section-manifesto .swiper-section-1{
        width: 70%;
        padding-top: 50px;
        margin-bottom: 50px;
    }
    .div-logo-menu{
        width: auto;
    }
    .logo-menu{
        width: auto;
        max-width: auto;
    }
    .swiper-banner{
        height: 80vh;
    }
    .paralax{
        height: 80vh;
    }
    .swiper-banner .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}
@media(min-width:992px){
    .section-manifesto .swiper-section-1{
        width: 80%;
        padding-top: 50px;
        margin-bottom: 50px;
        margin-left: 0;
    }
    .swiper-banner{
        height: 100vh;
    }
    #sections{
        z-index: 99;
        display: block; 
        overflow: hidden; 
        position: relative;
        margin: 100vh 0 0;
        box-shadow: 0 -1rem 1rem rgb(0 0 0 / 20%);
    }
    .paralax{
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        display: block;
        position: fixed;
        overflow: hidden;
    }
}

@media(min-width:1200px){
    .section-manifesto .swiper-section-1{
        width: 80%;
        margin-left: 30px;
    }
    .logo-menu{
        width: 200px !important;
    }
}
@media(min-width:1600px){
    .section-manifesto .swiper-section-1{
        width: 80%;
        margin-left: 30px;
    }
    .logo-menu{
        width: auto !important;
        max-width:300px;
    }
}
.swiper-wrapper
.swiper-slide {
    overflow: hidden;
}
.swiper-banner .swiper-wrapper
.swiper-slide
.is-play {
    animation-name: zoom;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
}
.swiper-banner .swiper-wrapper
.swiper-slide img{
    transform: scale(1.05);
}
@keyframes zoom {
    from {
        transform: scale(1.05);
    }

    to {
        transform: scale(1);
    }
}
   
