@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'fontes/Wild Spirit Alt';
    src: url('../fontes/WildSpiritAlt.woff2') format('woff2'),
        url('../fontes/WildSpiritAlt.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


*{border:0;margin:0;padding:0;}
html,body{height:100%;}
body{margin:0;padding:0;font-family: "Montserrat", sans-serif;font-size:15px;color:var(--marrom);overflow-x:hidden;background-color:#f9f1e8;}  
ul,li{list-style:none;margin:0;padding:0}
a,a:hover{color:var(--cinza);text-decoration:none;}
p{line-height:31px;margin:15px 0}
figure{margin:0}
/*MARGIN*/
.Mt0{margin-top:0}.Mt10{margin-top:10px}.Mt20{margin-top:20px}.Mt30{margin-top:30px}.Mt40{margin-top:40px}.Mt50{margin-top:50px}.Mt60{margin-top:60px}.Mt70{margin-top:70px}.Mt80{margin-top:80px}.Mt90{margin-top:90px}.Mt100{margin-top:100px}
.Mb0{margin-bottom:0}.Mb10{margin-bottom:10px}.Mb20{margin-bottom:20px}.Mb30{margin-bottom:30px}.Mb40{margin-bottom:40px}.Mb50{margin-bottom:50px}.Mb60{margin-bottom:60px}.Mb70{margin-bottom:70px}.Mb80{margin-bottom:80px}.Mb90{margin-bottom:90px}.Mb100{margin-bottom:100px}
.Ml0{margin-left:0}.Ml10{margin-left:10px}.Ml20{margin-left:20px}.Ml30{margin-left:30px}.Ml40{margin-left:40px}.Ml50{margin-left:50px}
.Mr0{margin-right:0}.Mr10{margin-right:10px}.Mr20{margin-right:20px}.Mr30{margin-right:30px}.Mr40{margin-right:40px}.Mr50{margin-right:50px}
/*PADDING*/
.Pt0{padding-top:0}.Pt10{padding-top:10px;box-sizing:border-box}.Pt20{padding-top:20px;box-sizing:border-box}.Pt30{padding-top:30px;box-sizing:border-box}.Pt40{padding-top:40px;box-sizing:border-box}.Pt50{padding-top:50px;box-sizing:border-box}
.Pb0{padding-bottom:0}.Pb10{padding-bottom:10px;box-sizing:border-box}.Pb20{padding-bottom:20px;box-sizing:border-box}.Pb30{padding-bottom:30px;box-sizing:border-box}.Pb40{padding-bottom:40px;box-sizing:border-box}.Pb50{padding-bottom:50px;box-sizing:border-box}
.Pl0{padding-left:0}.Pl10{padding-left:10px;box-sizing:border-box}.Pl20{padding-left:20px;box-sizing:border-box}.Pl30{padding-left:30px;box-sizing:border-box}.Pl40{padding-left:40px;box-sizing:border-box}.Pl50{padding-left:50px;box-sizing:border-box}
.Pr0{padding-right:0}.Pr10{padding-right:10px;box-sizing:border-box}.Pr20{padding-right:20px;box-sizing:border-box}.Pr30{padding-right:30px;box-sizing:border-box}.Pr40{padding-right:40px;box-sizing:border-box}.Pr50{padding-right:50px;box-sizing:border-box}
/*CORES*/
:root {
    --branco: #fff;
    --preto: #0b0b0b;
    --marrom: #763a1c;
    --bege: #edd1be;
}
.branco {color: var(--branco)}
.bege {color: var(--bege);}
.bgmarrom{background-color: var(--marrom);}
/*CODE*/

.tit150 {font-family: 'fontes/Wild Spirit Alt'; font-size: 150px;}
.tit100 {font-family: 'fontes/Wild Spirit Alt'; font-size: 100px;line-height:100px}
.txt20 {font-size: 20px}


header {
    background-image: url(../images/bg-bloco01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
header .relais {
    position: absolute;
    top: 20px;
    left: 20px;
}
header .txai {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
header h1 {
    font-family: 'fontes/Wild Spirit Alt';
    font-size: 114px;
    line-height: 150px;
    margin: 0;
    color: var(--bege);
}
header h1 strong {
    font-weight: 400;
    display: block;
    font-size: 228px;
}
.bloco02 {
    background-image: url(../images/bg-bloco02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bloco03 {
    background-image: url(../images/bg-bloco03.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.bloco03 .box {
    max-width: 500px;
    background-color: rgba(237, 209, 190, 0.53);
}
.bot {
    background-color: var(--marrom);
    color: var(--bege);
    border: 1px solid var(--bege);
    transition: all 0.2s linear;
}
.bot:hover {
    color: var(--bege);
    transform: scale(1.05);
    transition: all 0.2s linear;
}
.bloco04 {
    background-image: url(../images/bg-bloco04.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-bottom: 80px;
    position: relative;
}
.bloco04:after {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #FFF;
    background: linear-gradient(180deg,rgba(249, 241, 232, 0) 0%, rgba(249, 241, 232, 0.6) 100%);
}
.bloco04 .row {
    position: relative;
    z-index: 1;
}
.bloco05 {
    margin-top: -20px;
}
.bloco05 h2 {
    writing-mode: vertical-lr; 
    transform: rotate(180deg);
    display: inline;
}
.bloco05 .col-md-6,
.bloco07 .col-12 {
    position: relative;
}
.bloco05 .col-md-6 h3,
.bloco07 .col-12 h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bloco06 {
    background-image: url(../images/bg-bloco06.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bloco07 {
    margin-top: -80px;
}
.bloco08 .row:first-child {
    margin-bottom: -100px;
    position: relative;
}


footer {
    background-color: var(--marrom);
    color: var(--branco);
    font-size: 14px;
    padding-top: 60px;
}
footer h4 {
    font-size: 14px;
    text-transform: uppercase;
}
footer ul li {
    margin-top: 15px;
}
.bot-wpp {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #2e8006;
    color: #fff;
    border-radius: 120px;
    font-size: 30px;
    animation: pulse 2s infinite;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(46, 128, 6, 0.7);
    }
    
    70% {
        box-shadow: 0 0 0 15px rgba(46, 128, 6, 0);
    }
    
    100% {
        box-shadow: 0 0 0 0 rgba(46, 128, 6, 0);
    }
}
.bot-wpp:hover {
    background: #236203;
    color: var(--branco);
}



@media (max-width: 1399px) {
    
}


@media (max-width: 1199px) {
    .bloco04:after {
        background: linear-gradient(180deg,rgba(249, 241, 232, 0) 0%, rgba(249, 241, 232, 0.8) 100%);
    }
}


@media (max-width: 991.98px) {
    .bloco03 .box {
        max-width: 100%;
    }
    .bloco05 {
        margin-top: 100px;
    }
    .bloco05 h2 {
        writing-mode: horizontal-tb; 
        transform: none;
        display: inline-block;
    }
}


@media (max-width: 767.98px) {
    header h1 strong {
        font-size: 140px;
    }
    .txt20 {
        font-size: 18px;
    }
    .tit150 {
        font-size: 120px;
    }
    .tit100 {
        font-size: 80px;
        line-height: 80px;
    }
    .bloco04:after {
        height: 100%;
    }
    .bloco04:after {
        background: linear-gradient(180deg,rgba(249, 241, 232, 0.2) 0%, rgba(249, 241, 232, 1) 100%);
    }
    .bloco08 .row:first-child {
        margin-bottom: -50px;
    }
}


@media (max-width: 575.98px) {
    
}