*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,body{
    height: 100%;
    font-family: gotham-book;
    
}

@font-face {
    font-family: gotham-light;
    src: url(../fonts/Gotham-Font/Gotham-Light.otf);
}

@font-face {
    font-family: gotham-medium;
    src: url(../fonts/Gotham-Font/GothamMedium.ttf);
}

@font-face {
    font-family: gotham-bold;
    src: url(../fonts/Gotham-Font/Gotham-Bold.otf);
}

@font-face {
    font-family: gotham-book;
    src: url(../fonts/Gotham-Font/GothamBook.ttf);
}

.clear{
    clear: both;
}



/***CABEÇALHO****/
header{
    background: #042D66;
    width: 100%;
    /* max-width: 1400px; */
    height: 80px;
}

.cabecalho{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
    padding-top: 19px;
 
}

.logo{
    width: 200px;
    
}

.logo img{
    width: 100%;
}

.menu-desktop li{
    display: inline-block;
    color: white;
}

.menu-desktop li a{
    padding-left: 20px;
    text-decoration: none;
    font-size: 18px;
    color: white;
}

.menu-desktop li a:hover{
    color: #f7de02;
    font-size: 20px;
    font-family: 'gotham';
    transition: 600ms;
}
/*****FIM-cabeçalho****/
/****INICIO-DESCRIÇÃO****/
.descricao{
    text-align: center;
    max-width: 1000px;
    font-family: gotham-book;
    color:#042D66;
    padding-top: 40px;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 3%;
    margin: 0 auto;
}

.contato{
    width: 90%;
    max-width: 1400px;
    /* display: flex; */
    padding-top: 20px;
    padding-bottom: 20px;
  padding-left: 25%;
}

.container-1{
    width: 90%;
    display: flex;
   
    align-items: center;
}

.container-image{

    width: auto;
    display: inline-block;
}

.container-image img{
    padding-top: 15px;
}

.info{
    font-size: 15px;
    width: 800px;
    /* width: 100%; */
    display: inline-block;
 
    color: white;
     /* background: yellow; */
     padding-top: 2px;
     margin-left: 20px;    
}

.info span{
    background: #042D66;
    padding: 4px 7px;
    border-radius: 5px 5px 5px 5px;
}

.section-4{
    display: block;
    width: 50%;
    height: 80vh;
    margin: 0 auto;
    margin-bottom: 90px;
    padding-top: 40px;
}

.titulo-formulario{
    text-align: center;
    padding-bottom: 30px;
    font-family: gotham-medium;
    font-size: 16px;
}


.container-formulario{
    margin: 0 auto;
    width: 100%;
}

.container-formulario form input{
    width: 100%;
    height: 30px;
}

.container-formulario p{
    margin-bottom: 3px;
    margin-top: 12px;
}

.assunto {
    padding-bottom: 100px;
}

/****FIM-section-4*****/

/****INICIO-footer*****/

.container-formulario .input-enviar{
    width: 30%;
    height: 30px;
    margin-top: 20px;
    text-align: center;
    background: #042D66;
    border: 0;
    border-radius: 4px 4px 4px 4px;
    color: white;
}

.container-formulario .input-enviar:hover{
    cursor: pointer;
    background:#f7de02;
    color: #042D66
}

.container-formulario .input-enviar input{
    margin-top: 20px;
}

footer{
    display: block;
    width: 100%;
    font-size: 13px;
    background: #042D66;
   
    color: white;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 9px;
    padding-bottom: 15px;
}

footer p:nth-child(2){
    color:#f7de02;
    font-size: 14px;
    font-family: gotham-medium;
}

.container-footer{
    margin-bottom: 40px;
}

@media screen and (max-width: 596px){
  
    .contato{
        padding-left: 3%;
    }

    .titulo-section-3 p{
        font-size: 14px;
        line-height: 15px;
    }
    .section-2 {
        padding:  0 15px;
    }

    .section-2 p{
        padding-top: 10px;
        font-size: 13px;
    }
}

@media screen and (max-width: 672px) {
   
    .section-2 p{
        padding-top: 10px;
        font-size: 13px;
    }

    .section-4{
        width: 75%;
        margin: 0 auto;
        margin-bottom: 90px;
        padding-top: 40px;
    }

    .icone-mobile{
        display: block;
    }

    .menu-desktop{
        display: none;
    }

    .cabecalho{
        padding-top: 6px;
    }

    .logo{
        width: 40%;
        padding-top: 10px;
    }

    .produto p{
        font-size: 10px;
    }
    .produto{
        width: 45%;
    }

}

@media screen and (max-width: 850px){
    .contato{
        width: 90vw;
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .container-1{
        width: 100%;
        margin-bottom: 20px;
        display: flex;
    }
    
    .info{
        font-size: 14px;
        display: inline-block;
        color: white;
         /* background: yellow; */
         padding-top: 23px;
         width: 800px;
  
    }
    
    .info span{
        background: #042D66;
        padding: 4px 7px;
        border-radius: 5px 5px 5px 5px;
    }


}

.menu{
    display: none;
	width:100%;
	height:50px;
	background-color: #222;
	}
	
.menu>ul{
	list-style:none;	
	position:relative;
	margin-left:50px;
	}
.menu ul li{
		width:150px;
		float:left;
	}

.menu a{
	padding: 24px;
	display:block;
    color: #042D66;
	text-decoration: none;
	background-color: rgb(255, 255, 255);
	text-align:center;
	}
.menu ul ul{
	list-style:none;
	position:absolute;
	visibility:hidden;
	
	}
.menu ul li:hover ul{
	visibility:visible;
	}
	
.menu a:hover{
	background-color:#f4f4f4;
	}

.menu ul ul li{
	float:none;
	border-bottom: solid 1px #ccc;
	}
.menu ul ul li a{
	background-color:#069;
	}
#bt_menu{
	display: none;
	}
label[for='bt_menu']{
	padding-top: 10px;
    /* position: relative;
    left: 86%;
    bottom: 52px; */
	
	color: white;
	font-family:'Arial';
	text-align:center;
	font-size:30px;
	cursor:pointer;
	display:none;
	width:50px;
    border-radius: 7px 7px 7px 7px;
	height:50px;
	}	
label[for='bt_menu']:hover{
	background-color:#f4f4f4;
	color:#aaa;
	}
@media (max-width: 672px) {
.menu{
    display: block;
	margin-left: -100%;
	transition:all .4s;
	}
label[for='bt_menu']{
	display:block;
	}
.menu>ul{
	margin-left:0;
	}
.menu{
	margin-top: 22px;
	}
.menu ul li{
	width:100%;
	float:none;
	}
.menu ul ul{
	position:static;
	overflow:hidden;
	max-height:0;
	transition:all .4s;
	}
.menu ul li:hover ul{
	height:auto;
	max-height:200px;
	transition:all .4s;
	}
#bt_menu:checked ~ .menu{
	margin-left:0;
	}
}



