*{box-sizing: border-box;}
a{text-decoration: none;}
body{marging: 0;
    padding: 0;
    font-family: 'DM-Sams', sans-serif;
    color: #3d2206
    /* color: #00334e*/
}
.container{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.logo{
    width: 50%;
    float: left;
}
.bloco-1{
    width: 50%;
    float: left;
}

.bloco-2{
    width: 50%;
    float: left;
}
.bloco-3{
    width: 33.3%;
    float: left;
    padding: 20px;
}

#topo{
    background: #fff2d9;    
    padding: 15px;
    overflow: hidden;
}
#topo .menu ul{
    list-style: none;
    padding: 0px;
    margin: 0;
}
#topo .menu ul li{
    display: inline-block;
    padding: 14px;
    font-weight: 700;
}
.menu ul li a{
    color:#444;
}
.menu li a:hover{
    color: #00cc99;
}
#topo .logo {
	width: 50%;
    float: left;
    vertical-align: middle;
    font-weight: bold;
}
#topo .logo img{
    vertical-align: middle;
}
#topo .menu{
    float: right;
}
#banner {
    background: #fff2d9;
    overflow: hidden;
    padding: 25px 15px;
    margin-bottom: 100px;
}
#banner h2{
    font-size: 26px;
    margin-bottom: 20px;

}
#banner p{
    font-size: 20px;
    margin-bottom: 40px;
}
#banner input.icon-whats{
    padding: 22px 5px 22px 55px;
    border: none;
    border-radius: 6px 0 0 6px;
    background: url(../imagens/whats.png) no-repeat 20px center, #fff;
    background-size: 20px auto;
    width: 60%;
}
#banner input::placeholder{
    color: #3d2206;
}
#banner .bt-whats{;
    padding: 25px 5px;
    border: none;
    background: url(../imagens/seta-branca.png) no-repeat center center, #3d2206;
    color: #fff;
    border-radius: 0 8px 8px 0;
    width: 10%;
    height: 59px;
    cursor: pointer;    
}

#catalogo .title{
    text-align: center;
    font-size: 32px;
}
.imagem img{
    width: 100%;
}
.infos-serradas h3{
    margin-bottom: 0;
}
.infos-serradas p{
    margin-top: 10px;
}
.bt-destaque{
    display: block;
    width: 170px;
    margin: 20px auto;
    overflow: hidden;
    text-align: center;
    background: #00cc99;
    padding: 15px 5px;
    border-radius: 200px;
    color: #fff;
    margin-bottom: 100px;
}
#receba .title{
    text-align: center;
    font-size: 32px;
}
.receba .infos-fluxo{
    text-align: center;
}
.receba .imagem{
    text-align: center;
    position: relative;
}
.receba .imagem img{
    width: auto;
}
.receba .imagem::before{
    content: '1';
    display: block;
    background: #00cc99;
    color: #fff;
    border-radius: 50%;
    width: 41px;
    font-size: 24px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    top: 5px;
    left: 80px;
}
.receba .bloco-3:nth-child(2) .imagem::before{
    content: '2';
}
.receba .bloco-3:nth-child(3) .imagem::before{
    content: '3';
}
#receba{
    overflow: hidden;
}
#vantagens{
    margin-top: 100px;
    overflow: hidden;
}
#vantagens .numero{
    width: 15%;
    float: left;
    font-size: 42px;
    color: #dcdcdc;
    text-align: center;
    padding-top: 25;
    margin-left: 10%;
}
#vantagens .vantagens{
    width: 75%;
    padding: 0px 15px;
    float: left;    
}
#vantagens .vantagens h4{
    margin-bottom: 0;    
}
#vantagens .vantagens p{
    margin-top: 10px;
}
#vantagens .infos{
    width: 100%;
    overflow: hidden;
}
/* 
#vantagens .rocket{
    position: relative;
}
*/
#vantagens .title{
    margin-top: 100px;
}
#vantagens .back-foguete{
	background: #fff2d9;
	width: 100%;
	height: 380px;
	border-radius: 20px;
	position: absolute;
	bottom: 45;
	z-index: -1;
	left: 0px;
}
#vantagens .foguete{
    /*position: absolute;*/
}


#mascara{
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.90);
    width: 100%;
    height: 100vh;
    opacity: 0;
    z-index: -1;
    transition: all 1s ease;
}
#mascara:target{
	opacity: 1;
	z-index: 9;
}

.menu-mobile {
	list-style: none;
	text-align: center;
	margin-top: 20%;
}
.menu-mobile li{
	margin-top: 20px;
}
.menu-mobile a{
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #333;
	letter-spacing: 3px;
}
.menu-mobile a:hover{
	color: #00cc99;;
}
.bt-menu{
	display: none;
	margin-top: 15px;
}
.bt-menu a{
	width: 26px;
	height: 30px;
	position: relative;
	border-top: solid 3px #00334e;
	display: block;
}
.bt-menu a::before{
	content: "";
	width: 26px;
	height: 3px;
	display: block;
	background-color: #00334e;
	position: absolute;
	top: 5px;
}
.bt-menu a::after{
	content: "";
	width: 15px;
	height: 3px;
	display: block;
	background-color: #00334e;
	position: absolute;
	top: 12px;
	right: 0;
	transition: all 0.5s ease;
}
.bt-menu a:hover::after{
	width: 35px;
}

.fechar{
	width: 80%;
    margin: 0 auto;
    text-align: right;
    margin-top: 25px;
    font-size: 32px;
    font-weight: bold;
}
.fechar a{
	color: #b78b8b;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.25);
}
.menu-mobile{
	padding: 10px;
}

/* criando menu mobile lateral */
#mascara:target .menu-container{
	width: 250px;
}
.menu-container{
	width: 0px;
    background: #fff;
    position: fixed;
    height: 100vh;
    top: 0;
    bottom: 0;
    right: 0;
    transition: all 0.8s ease;
}
.menu-mobile a{
	color: #444;
}

@keyframes direita{
	from{margin-left: 120%}
	to{margin-left: 0;}
}
@keyframes seta{
	0%{background-position-x: center;}
	75%{background-position-x: center;}
	85%{background-position-x: 35%;}
	92%{background-position-x: 65%;}
	100%{background-position-x: center;}
}


@media (max-width: 792px){
	.bloco-2{width: 100%;}
	.bloco-3{width: 50%;}
	.bloco-4{width: 50%;}
	#banner h2, #banner p, #banner form{text-align: center;}	
    #banner img{width: 100%;margin-top: 25px;}
	#receba .bloco-3{width: 100%; text-align: center;}
	.receba .imagem::before {left: 30%}
	.menu .links{display: none;}
	.bt-menu{display: block;}	
}
@media (max-width: 502px){
	.bloco-3{width: 100%;}
	#depoimentos .cliente{margin-top: 350px;}
}