/**
* Author: Thyago França
* Version: 1.0
**/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.row:before, .row:after {
	display: none !important;
}
/*
regra para uso das fontes
tipos de format()
opentype (otf)
truetype (ttf)
*/
@font-face {
	font-family: "Verveine";
	src: url("../fonts/VerveineRegular.ttf") format("truetype");
	font-weight: normal;
}
@font-face {
	font-family: "Ubuntu";
	src: url("../fonts/Ubuntu-Regular.ttf") format("truetype");
	font-weight: normal;
}
html, body {
	height: 100%;
	font-family: "Ubuntu";
}
#menu {
	width: 100%;
	overflow: hidden;
	background-color: #292929;
}
#menu .logo-header {
    width: 150px;
	height: auto;
}
#menu .btn-custom {
	padding: 4px 20px;
	color: #1B1E14;
    text-align: center;
    font-family: Verveine;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 5px;
    background: #F5F5F5;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}
#box-whats {
	position: fixed;
	bottom: 5%;
	right: 5%;
	z-index: 1000;
}
#box-whats .img-whats {
	width: 80px;
	height: auto;
}
#descubra {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 70px;
    background-color: #EAEAEA;
}
#descubra .wrap {
    margin-top: 60px;
}
#descubra .desc {
    color: #000;
    font-family: Ubuntu;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#descubra .botao {
    margin-top: 50px;
    margin-left: -25px;
}
#descubra .botao .seta {
    margin-top: -60px;
}
#descubra .botao .btn-custom {
    width: 380px;
    padding: 5px 20px;
    color: #FFF;
    text-align: center;
    font-family: Verveine;
    font-size: 37px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 5px;
    border: 0;
    background: linear-gradient(93deg, #FBD821 -4.51%, #FF3A7E 37.65%, #C61C98 72.19%, #701CCE 97.08%);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.20);
}
#descubra .video-container {
	position: relative;
	width: 100%;
	height: 520px;
	margin: 0 auto;
	cursor: pointer;
}
#descubra .video-thumbnail {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/imgvideo.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 10;
    border-radius: 10px;
}
#descubra .video-container iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
    border-radius: 10px;
}
#about {
    width: 100%;
    padding-top: 10px;
    background-color: #EAEAEA;
}
#about .wrap {
    margin-top: 170px;
}
#about .wrap .title {
    color: #F89201;
    font-family: Verveine;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.75px;
}
#about .wrap .desc {
    color: #1B1E14;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#about .about {
    position: relative;
    z-index: 10;
}
#missao {
    width: 100%;
    margin-top: -75px;
    position: relative;
    background-color: #141613;
    padding-bottom: 50px;
}
#missao .wrap {
    width: 640px;
}
#missao .wrap .title {
    color: #F89201;
    font-family: Verveine;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.75px;
}
#missao .wrap .desc {
    color: #EAEAEA;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#missao .wrap .desc span {
    color: #EAEAEA;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    display: block;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}
#missao .wrap a {
    margin: 0 15px 0 0;
    text-decoration: none;
}
#rodape {
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 100px;
    background-color: #292929;
}
#rodape .one a {
    margin: 0 20px 0 0;
    text-decoration: none;
}
#rodape .two h5 {
    color: #D9D9D9;
    font-family: Ubuntu;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}
#rodape .two ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#rodape .two a {
    color: #D9D9D9;
    font-family: Ubuntu;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-decoration: none;
}
#rodape .three {
	text-align: right;
}
#rodape .three .btn-custom {
	padding: 5px 20px;
	color: #1B1E14;
    text-align: center;
    font-family: Verveine;
    font-size: 23px;
	font-weight: 500;
	line-height: normal;
	border-radius: 5px;
    background: #F5F5F5;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 19200px) {}
@media only screen and (max-width: 1536px) {
    
}
@media only screen and (max-width: 767px) {
    #menu .btn-custom {
        display: none;
    }
    #menu .btn-mobile {
        width: 110px;
        padding: 4px 20px;
        color: #1B1E14;
        text-align: center;
        font-family: Verveine;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        border-radius: 5px;
        background: #F5F5F5;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
        display: block!important;
    }
    #banner .img-banner {
        display: none;
    }
    #banner .img-banner-mobile {
        display: block!important;
    }
    #descubra {
        width: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #descubra .img-descubra {
        display: none;
    }
    #descubra .img-descubra-mobile {
        display: block!important;
    }
    #descubra .desc {
        display: none;
    }
    #descubra .botao {
        display: none;
    }
    #descubra .wrap-mobile {
        display: block!important;
    }
    #descubra .wrap-mobile .desc {
        display: block!important;
        color: #000;
        font-family: Ubuntu;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: center;
    }
    #descubra .wrap-mobile .botao {
        display: flex!important;
        margin-top: 55px;
        margin-left: -15px;
    }
    #descubra .wrap-mobile .botao .seta {
        width: 70px;
        height: 70px;
        margin-top: -55px;
    }
    #descubra .wrap-mobile .botao .btn-custom {
        display: block!important;
        width: 260px;
        padding: 5px 10px;
        color: #FFF;
        text-align: center;
        font-family: Verveine;
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        border-radius: 5px;
        background: linear-gradient(93deg, #FBD821 -4.51%, #FF3A7E 37.65%, #C61C98 72.19%, #701CCE 97.08%);
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.20);
        margin-top: -25px;
        margin-left: 5px;
    }
    #about .wrap {
        margin-top: 100px;
        text-align: center;
    }
    #about .wrap .title {
        font-size: 40px;
    }
    #about .wrap .desc {
        font-size: 18px;
    }
    #about .about {
        display: none;
    }
    #about .about-mobile {
        position: relative;
        z-index: 10;
        display: block!important;
    }
    #missao {
        width: 100%;
        margin-top: -140px;
        padding-bottom: 40px;
    }
    #missao .wrap {
        width: 100%;
        max-width: 340px;
        text-align: center;
        margin: 0 auto;
        padding-top: 160px;
    }
    #missao .wrap .title {
        letter-spacing: 3px;
        font-size: 40px;
    }
    #missao .wrap .desc {
        font-size: 18px;
    }
    #missao .mobile {
		display: flex;
		flex-direction: column;
	}
    #missao .one {
        order: 2;
        text-align: center;
    }
    #missao .one .missao {
        display: none;
    }
    #missao .one .missao-mobile {
        width: 95%;
        display: inline-block !important;
    }
	#missao .two {
		order: 1;
	}
    #rodape {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    #rodape .mobile {
		display: flex;
		flex-direction: column;
	}
    #rodape .one {
        order: 2;
        margin: 20px 0;
    }
	#rodape .two {
		order: 3;
	}
    #rodape .three {
		order: 1;
	}
    #rodape .three .btn-custom {
        display: none;
    }
    #rodape .three .btn-mobile {
        width: 110px;
        display: block!important;
        padding: 5px 20px;
        color: #1B1E14;
        text-align: center;
        font-family: Verveine;
        font-size: 18px;
        font-weight: 500;
        line-height: normal;
        border-radius: 5px;
        background: #F5F5F5;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    }

}
@media only screen and (max-width: 360px) {}