@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:30px;color:var(--cinza);overflow-x:hidden;}  
ul,li{list-style:none;margin:0;padding:0}
a,a:hover{color:var(--cinza);text-decoration:none;}
p{line-height:45px;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: #6495c1;
    --cinza: #434242;
    --marrom: #603f13;
}
.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: 100%;
    background-image: url(../images/bg-header.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
header h1,
.bloco02 h2 {
    font-family: 'fontes/Wild Spirit Alt';
    font-size: 200px;
    line-height: 200px;
    text-transform: none;
}
.bloco01 {
    margin-bottom: 170px;
}
.bloco01 span {
    font-family: 'fontes/Wild Spirit Alt';
    font-size: 100px;
    line-height: 100px;
    letter-spacing: 10px;
    display: block;
}
.bloco02 h2 {
    line-height: normal;
    letter-spacing: 20px;
    position: absolute;
    top: -108px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(
        to bottom,
        var(--color) 45%,
        var(--branco) 45%
    );
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.bloco03 {
    background-image: url(../images/bg-bloco03.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 200px;
}
.bloco03 h2 {
    font-size: 20px;
    font-weight: 600;
}
.bloco03 .itens {
    margin-top: 1400px;
}
.bloco03 .itens p {
    font-size: 15px;
    line-height: 25px;
}
#carouselExampleInterval {
    min-height: 700px;
    margin-bottom: 50px;
}
#carouselExampleInterval .carousel-control-prev, #carouselExampleInterval .carousel-control-next {
    width: 5%;
    opacity: 1;
}
.det-img h2 {
    font-family: 'fontes/Wild Spirit Alt';
    font-size: 55px;
    color: var(--marrom);
}
.det-img figure {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}
.det-img figure:before {
    content: '';
    width: 1px;
    height: 150px;
    position: absolute;
    left: 30px;
    bottom: 0;
    background-color: var(--marrom);
}
.det-img figure:after {
    content: '';
    width: 1px;
    height: 150px;
    position: absolute;
    top: 0;
    right: 30px;
    background-color: var(--marrom);
}
.bot {
    text-align: center;
    background-color: var(--color);
    color: var(--branco);
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 500;
    outline-offset: 6px;
    outline: 2px solid var(--color);
    transition: all 0.2s linear;
    display: inline-block;
}
.bot:hover {
    color: var(--branco);
    transition: all 0.2s linear;
    transform: scale(1.05);
}

footer {
    background-color: var(--color);
    color: var(--branco);
    font-size: 14px;
    padding-top: 60px;
    margin-top: 100px;
}
footer a {
    color: var(--branco);
}
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);
}


/*MOBILE*/

@media (max-width: 1399px) {
    #carouselExampleInterval {
        min-height: 620px;
    }
}


@media (max-width: 1199px) {
    body {
        font-size: 25px;
    }
    p {
        line-height: 40px;
    }
    .bloco01 span {
        font-size: 90px;
        line-height: 90px;
    }
    .bloco03 {
        background-size: contain;
        padding-top: 100px;
    }
    .bloco03 .itens {
        margin-top: 800px;
    }
    #carouselExampleInterval {
        min-height: 540px;
    }
    header h1, .bloco02 h2 {
        font-size: 160px;
        line-height: 160px;
    }
    .bloco02 h2 {
        top: -68px;
    }
}


@media (max-width: 991.98px) {
    body {
        font-size: 20px;
    }
    p {
        line-height: 35px;
    }
    header h1, .bloco02 h2 {
        font-size: 130px;
        line-height: 130px;
    }
    .bloco02 h2 {
        top: -48px;
    }
    .bloco01 span {
        font-size: 80px;
        line-height: 80px;
    }
    .bloco03 .itens {
        margin-top: 600px;
    }
    .bloco03 h2 {
        font-size: 18px;
    }
}


@media (max-width: 767.98px) {
    body {
        font-size: 18px;
    }
    p {
        line-height: 30px;
    }
    header {
        height: 600px;
    }
    .bloco01 span {
        font-size: 55px;
        line-height: 55px;
        letter-spacing: 5px;
    }
    .bot {
        font-size: 14px;
        letter-spacing: 0;
    }
    .bloco01 {
        margin-bottom: 120px;
    }
    .bloco02 h2 {
        top: -58px;
        font-size: 90px;
        width: 100%;
    }
    .bloco03 {
        padding-top: 20px;
        background-image: url(../images/bg-bloco03-mobile.jpg);
    }
    .bloco03 .itens {
        margin-top: 300px;
    }
}


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