@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:20px;color:var(--branco);overflow-x:hidden;}  
ul,li{list-style:none;margin:0;padding:0}
a,a:hover{color:var(--cinza);text-decoration:none;}
p{line-height:30px;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: #2c1a08;
    --color: #7392a2;
}
.branco {color: var(--branco)}
.color {color: var(--color)}
.bgcolor {background-color: var(--color)}

/*TITULOS*/
.tit-wild-100 {font-family: 'fontes/Wild Spirit Alt'; font-size: 100px;}
.tit-wild-80 {font-family: 'fontes/Wild Spirit Alt'; font-size: 80px; line-height: 70px}

/*CODE*/
header {
    height: 180px;
    z-index: 1;
    position: relative;
}
header .position-relative figure:last-child img {
    position: absolute;
    top: 0;
    right: 3rem;
}
.bloco01 {
    padding-top: 200px;
    margin-top: -180px;
    position: relative;
    background-image: url(../images/banner01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bloco01 h1 {
    font-family: 'fontes/Wild Spirit Alt';
    font-size: 200px;
    line-height: 200px;
    text-transform: none;
    display: block;
    letter-spacing: 30px;
}
.bloco01 h2 {
    font-size: 25px;
    font-weight: 400;
}
.bloco01 h3 {
    font-family: 'fontes/Wild Spirit Alt';
    font-size: 180px;
    line-height: 180px
}
.bot {
    width: 280px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    color: var(--color);
    font-size: 16px;
    font-weight: 600;
    outline-offset: 6px;
    outline: 2px solid rgba(255, 255, 255, 0.8);
    transition: all 0.2s linear;
    display: inline-block;
}
.bot:hover {
    color: var(--color);
    transition: all 0.2s linear;
    transform: scale(1.05);
}
p small {
    line-height: 28px;
    font-size: 18px;
}
.conheca hr {
    border-top: 3px solid var(--branco);
    opacity: 1;
}
.conheca .box {
    border: 3px solid var(--branco);
    background-color: rgba(0, 0, 0, 0.15);
}
.conheca h4 {
    font-size: 20px;
    text-transform: uppercase;
}
.conheca .box .col-12:nth-child(-n+2) {
    border-right: 3px solid var(--branco);
}

footer {
    background-color: var(--color);
    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: 1199px) {
    .bloco01 h1 {
        font-size: 180px;
        line-height: 180px;
    }
    .bloco01 h3 {
        font-size: 120px;
        line-height: 120px
    }
}

@media (max-width: 991.98px) {
    .bloco01 h1 {
        font-size: 140px;
        line-height: 140px;
    }
    .conheca .box .col-12:nth-child(-n+2) {
        border-right: none;
    }
    .conheca .box .col-12:nth-child(-n+2) {
        border-bottom: 3px solid var(--branco);
        padding-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    body {
        font-size: 18px;
    }
    p {
        line-height: 28px;
    }
    p small {
        line-height: 25px;
        font-size: 15px;
    }
    .bloco01 h1 {
        font-size: 80px;
        line-height: 80px;
        letter-spacing: 10px;
    }
    .bloco01 h2 {
        font-size: 20px;
    }
    .bloco01 h3 {
        font-size: 55px;
        line-height: 55px;
    }
    .conheca h4 {
        font-size: 18px;
    }
}