/* =========RESET========= */
*{margin: 0; 
    padding: 0; 
    font-size: 100%; 
    border: none; 
    outline: none; 
    font-weight: 300; 
    box-sizing: border-box; 
    font-family: 'Lato', sans-serif;
}

body {background-color: #999;}
    a{text-decoration: none;}
    ul {list-style: none;}

#centro {
	width: 100%; height: 100%; background: #fff; margin: 0 auto; position: relative;
}


#topo {
    width: 100%; 
    height: 65px; 
    background: #1f4f9d;
    position: relative;
    z-index: 300;
}

#topo img {
    position: absolute;
    top: 7px;
    left: 5px;
}

/*BANDEIRAS*/

#bandeira1 {
    width: 30px;
    height: 30px;
    color: white;
    border-radius: 10px 0;
    padding: 5px 10px;
    position: absolute;
    top: 96px;
    left: 87%;
    text-align: center;
}

#bandeira1 a {
    color: white;
}

#bandeira1 a:hover {
    color: yellow;
}

#bandeira1 a:visited {
    color: burlywood;
}

#bandeira2 {
    width: 30px;
    height: 30px;
    color: white;
    border-radius: 10px 0;
    padding: 5px 10px;
    position: absolute;
    top: 64px;
    left: 87%;
    text-align: center;
}

#bandeira2 a {
    color: white;
}

#bandeira2 a:hover {
    color: yellow;
}

#bandeira2 a:visited {
    color: burlywood;
}

/*BANDEIRAS*/

.btn-menu {width: 56px; height: 56px; float: left; text-align: center; color: #fff; border-radius: 56px; cursor: pointer;
    background: linear-gradient(to right,#ce2e3c,#da6709);
}





#header {
    width: 100%; 
    height: 190px;
    z-index: 100;
}

#header img {
    margin-top: 8%;
    width: 200px;
}

#section-1 {
    width: 100%; 
    max-height: default;
    display: flow-root;
    background: #fff;
    padding: 20% 10% 10% 10%;
    text-align: center;
    border-bottom: 5px solid rgb(143, 142, 142);
    
}

#section-1 h3 {
    margin-top: 30px;
}

.logotipo {
    width: 100%;
    height: 70px;
    margin-bottom: 10px;
}

#section-2 {
    width: 100%; 
    max-height: default;
    display: flow-root;
    background: #fff;
    padding: 5% 10% 10% 10%;
    text-align: center;
}

#section-2 h2 {
    font-size: 17px;
    margin-bottom: 15px;
}

.fotos {

}

.fotos img {
    border-radius: 100%;
    margin-bottom: 5%;
}

#section-2 h4{
    font-size: 20px;
    margin-bottom: 5%;
}

#section-empresa {
    width: 100%; 
    height: 160px;
    position: relative;
    background-image: url(../img/import-export.jpg);
    background-position: center;
    background-size:cover;
    padding: 0% 10% 10% 10%;
    text-align: center;
}

#section-empresa-texto {
    width: 100%; 
    height: 200px;
    background: #D8D8D8;
    padding: 7% 10% 10% 10%;
    text-align: center;
}

#section-empresa-texto p {
    font-size: 14px;
    text-align: justify;
}

#section-empresa h3 {
    font-size: 25px;
    color: white;
    position: absolute;
    top: 60px;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.58);
}

#titulo {
    font-size: 30px;
    padding: 10px;
}

#phone {
    width: 90%;
    position: absolute;
    top: 30px;
}

.foto {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
    box-shadow: inset 0 0 0em black, 0 0 0.7em gray;
    text-align: center;
    padding: 2%;
    font-weight: bold;
    border-radius: 7px;
}

.foto h3 {
    color:#000;
}

.foto h4 {
    color:cornflowerblue;
}

#section-3 {
    width: 100%; 
    height: 300px;
    background: #D8D8D8;
    padding: 0% 10% 10% 10%;
    text-align: center;
}

.veja-produtos {
    font-size: 14px;
    margin-top: 20px;
}

#footer {
    width: 100%; 
    height: 250px; 
    background-image: url(../img/back-footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 5%;

}

#footer img {
    position: absolute;
    top: 10px;
    left: 5%;
}

#footer p {
    color: white;
    position: absolute;
    top: 130px;
    left: 20px;
    font-size: 14px;
}





@media all and (max-width: 1024px) {
    
    #header {
    height: 100px;
}
    
}






@media screen and (min-width: 667px) {
	
#centro {
	width: 100%; height: 100%; background: #fff; margin: 0 auto;
}
    
#topo {
    height: 75px; 
}
	
#header {
    width: 100%; 
    height: 700px;
    background-color: darkgoldenrod;
    background-attachment: fixed;
    background-position: center;
}
    
/*BANDEIRAS*/
    
#bandeira1 {
    left: 92%;
    top: 108px;
}



#bandeira2 {
    left: 92%;
    top: 72px;
}
    
/*BANDEIRAS*/
    
#section-1 {
    width: 100%; 
    max-height: default;
    display: flow-root;
    background: #fff;
    padding: 2% 5% 5% 10%;
    text-align: center;
}

#section-1 h3 {
    margin-top: 30px;
    font-size: 30px;
}

.logotipo {
    width: 18%;
    height: 70px;
    margin-bottom: 10px;
    float: left;
    margin-left: 40px;
    margin-top: 30px;
}
	
#section-2 {
    width: 100%; 
    max-height: default;
    display: flow-root;
    background: #fff;
    padding: 10% 10% 10% 10%;
    text-align: center;
}

    
/* .foto {
    width: 30%;
    height: 280px;
    margin-bottom: 20px;
    box-shadow: inset 0 0 0em black, 0 0 0.7em gray;
    text-align: center;
    padding: 2%;
    font-weight: bold;
    border-radius: 7px;
    float: left;
    margin-left: 2%;
} */
    
#footer {
    height: 400px;
    padding: 0%;
}
    
#footer img {
    position: absolute;
    top: 10px;
    left: 80%;
}
    
#footer p {
left: 80%;
}
    
#section-empresa {
    height: 400px;
    text-align: center;
}

#section-empresa-texto {
    height: 400px;
    padding: 3% 30% 4% 30%;
}

#section-empresa-texto p {
    font-size: 16px;
}
    
#section-empresa h3 {
    font-size: 70px;
    top: 120px;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.58);
}       


	
}