/* =========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: #666;
    position: relative;
    background-color: aliceblue;
}

#topo img {
    position: absolute;
    top: 5px;
    left: 5px;
}

/*BANDEIRAS*/

#bandeira1 {
    width: 30px;
    height: 30px;
    color: white;
    border-radius: 10px 0;
    padding: 5px 10px;
    position: absolute;
    top: 75px;
    left: 72%;
    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: 110px;
    left: 72%;
    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;
    background-image: url("../images/dentista1.jpg");
    background-size:contain;
    background-attachment:fixed;
    text-align: center;
}

#header img {
    margin-top: 8%;
    width: 200px;
}

#section-1 {
    width: 100%; 
    height: 80px;
    background: #fff;
    padding: 5% 10% 0% 10%;
    text-align: center;
}

#section-1 h3 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.logotipo {
    width: 100%;
    height: 70px;
    margin-bottom: 10px;
}

#section-2 {
    width: 100%; 
    max-height: default;
    display: flow-root;
    background: #fff;
    padding: 0% 15% 10% 15%;
    text-align: center;
}

#titulo {
    padding: 0px;
    margin-bottom: 20px;
}

#titulo h2 {
    font-size: 20px;
}

.produto {
    width: 100%;
    height:300px;
    padding: 2%;
    transition: all 0.5s;
    cursor: pointer;
    margin-bottom: 15px;
    border-width: 1px;
    border-color: #d6d4d4;
    border-style: solid;
    box-shadow: 5px 5px 10px gray;
    border-radius: 0px 20px 0px 20px;
}

.produto img {
    
}

.produto img:hover {

}

}
.produto:hover {

           
}

#phone {
    width: 90%;
    position: absolute;
    top: 10px;
}

.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: 700px;
    background: #D8D8D8;
    padding: 0% 10% 10% 10%;
    text-align: center;
}

#footer {
    width: 100%; 
    height: 200px; 
    background: #000080;
    position: relative;
}

#footer img {
    position: absolute;
    top: 10px;
    left: 70%;
}














@media screen and (min-width: 768px) {
	
#centro {
	width: 100%; height: 100%; background: #fff; margin: 0 auto;
}
	
#header {
    height: 490px;
    background-size:cover;
}
    
#header img {
    margin-top: 8%;
    width: 500px;
}
    
/*BANDEIRAS*/
    
#bandeira1 {
    left: 92%;
}



#bandeira2 {
    left: 92%;
}
    
/*BANDEIRAS*/
    
#section-1 {
    width: 100%; 
    max-height: default;
    display: flow-root;
    background: #fff;
    padding: 2% 0% 0% 0%;
    text-align: center;
}

#section-1 h3 {
    margin-top: 30px;
    font-size: 30px;
    margin-bottom: 15px;
}

.logotipo {
    width: 23.8%;
    height: 70px;
    margin-bottom: 10px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}
	
#section-2 {
    width: 100%; 
    max-height: default;
    display: flow-root;
    background: #fff;
    padding: 0% 0% 10% 16%;
    text-align: center;
}
    
#titulo {
    width: 800px;
    padding: 0px;
    margin-bottom: 20px;
}

#titulo h2 {
    font-size: 20px;
}
    
.foto {
    width: 30%;
    height: 280px;
    margin-bottom: 20px;
    padding: 2%;
    float: left;
    margin-left: 2%;
}
    
.produto {
    width: 25%;
    height:300px;
    padding: 2%;
    margin-bottom: 15px;
    margin-left: 15px;
    border-color: #d6d4d4;
    
    float: left;
}
    
.produto img:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    transition: 2s;
}

	
}