.header{
	position: relative;
	left:0;
	top:0;
	width: 100%;
}


.header-logo{
	padding: 20px;
}
.header-menu{
	display: block;
	pointer-events: none;
	opacity: 0;
	right:-100px;
	transition: all 0.5s;
}

.header-menu.active{
	position: absolute;
    height: 100vh;
    pointer-events: all;
    opacity: 1;
    width: 100%;
    right:0;
    background: white;
    top: 0;
    transition: all 0.5s;
}
.header-menu li{
	display: block;
}
#close {
    content: "x";
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    padding: 17px 20px;
    color: #979797;
    font-size: 24px;
}
.header-menu li:first-of-type {
    margin-top: 57px;
    border-top: 1px solid rgba(139, 139, 139, 0.13);
    padding-top: 35px;
}
.menu-mobile{
	display: block;
	width:20px;
	float: right;
	padding: 20px;
	cursor: pointer;
}
.hero{
    background-image: url('../_img/Odontoprev-SuaBocaFalaPorVoce.jpg');
    background-size: cover;
    width: 100%;
    height: 500px;
    background-position-x: 54%;
    background-position-y: 0;
}
.hero:after{
	content: "";
    background: rgba(0,0,0, 0.35);
    position: absolute;
    left: 0;
    top: 0;
    height: 500px;
    width: 100%;
    pointer-events: none;
}
.hero-cta{
	width: 100%;
    top: 60px;
    left: 0px;
    text-align: center;
    z-index: 2; 
    margin-top: 220px;
}
.hero-title{
	font-size:35px;
	line-height: 43px;
}
.hero-subtitle{
	font-size:25px;	
	margin-top:12px;
}
.fast-access{
	display: none;
}

.footer{
	height: auto;
	width: 100%;
}
.footer-content{
	width: 100%;
	text-align: center;
}
.footer-line.first{
	padding-top: 40px;
}
.footer-menu{
    float: none; 
    width: 100%;
}
.footer-menu li{
	margin-bottom: 35px;
	width: 100%;
}
.footer-line.first img{
	padding-bottom: 25px;
}
.footer-ans,.footer-address{
	float:none;
	width: 100%;
}
.footer-ans img{
	padding-right: 0;
}
.footer-ans ul{
	float: none;
	width: 100%;
	padding-bottom:20px; 
}    

.footer-address p{
	padding-bottom: 20px;
}
.footer-social{
	text-align: center;
}
.footer-social li{
float:none;
}

.fast-access-mobile{
	display: block;
}
.fast-access-mobile a{
	text-decoration: none;
}
.fast-access-mobile h3 , .fast-access-mobile h4{
	text-align: center;
    padding: 30px 0 30px 0;
    font-size: 30px;
    font-weight: bold;
    color: #656565;
}
.fast-access-mobile h4{
	font-size: 25px;
	font-weight: none;
}
.mobile-btn{
	background-color:#EDEDED; 
	color:#1974CE;
	width: 80%;
	margin:0px auto;
	text-align: center;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	margin-bottom: 40px;
}
.mobile-btn-action{
    background: #1974CE;
    color: white;
    padding: 17px 10px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 19px;
}
.mobile-btn-label{
	padding: 10px;
	padding: 30px 10px;
    font-size: 25px;	
    transition: all 0.5s;
}
.mobile-btn-label:hover{
	background: #1974CE;
	color: white;
	transition: all 0.8s;
}
.mobile-btn-cta{
	text-align: center;
    color: white;
    background: #D9487F;
    border-radius: 4px;
    padding: 13px 26px;
    display: block;
    margin: 0px auto;
    width: 120px;
    margin-bottom: 40px;

}
#close{
	display: block;
}


