*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Titillium Web', sans-serif;
}

.icone-menu{
	width: 100%;
	text-align: center;
	background-color: #1BA9CA;
	display: none;
	color: white;
	padding: 10px;
	font-size: 40px;
}

.icone-menu i{
	cursor: pointer;
}

.menu-mobile{
	
	display: none;
}

.menu-mobile a{
	font-size: 22px!important;
}

.menu-mobile ul{
	text-align: center;
	display: flex;
	flex-direction: column;
}

.menu-mobile hr{
	width: 80%;
	margin: 10px auto;
}

.separador{
	width: 50px;
	height: 2px;
	background-color: #1BA9CA;
	margin-top: 5px;
}

.container{
	max-width: 1280px;
	margin: 0 auto;
}

.cabecalho{
	display: flex;
	justify-content: space-around;
	padding: 20px 0;
}

.img-logo{
	background-image: url('../images/logo.png');
	background-size: 100% 100%;
	width: 200px;
	height: 100px;
}

.info-cabecalho{
	display: flex;
}

.info-cabecalho-box{
	margin-right: 25px;
}

.info-cabecalho-box i{
	color: #50C2DD;
	margin-right: 10px;
	font-size: 30px;
}

.info-cabecalho-box span{
	font-size: 25px;
	font-weight: bold;
}

.info-cabecalho-box p{
	font-size: 14px;
}

nav ul{
	display: flex;
	justify-content: space-around;
	background-color: #1BA9CA;
	color: white;
	padding: 5px 0;
}

li {
	font-size: 15px;
	list-style-type: none;
}

a{
	color: white;
	text-decoration: none;
}

/********************************************************************
						INÍCIO DO BANNER
********************************************************************/

.banner{
	/*background-image: linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.2)),url(../images/banner4.jpg);*/
	background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(255,255,255, 0)),url(../images/banner4.jpg);
	background-size: 100% 100%;
	width: 100%;
	height: 500px;
	color: white;
	padding: 100px 40px;
}

.banner h1{
	font-size: 60px;
}

.banner h2{
	font-size: 30px;
	width: 400px;
}

/********************************************************************
						INÍCIO DO SERVICOS
********************************************************************/

.servicos{
	padding: 30px 50px;
}

.servicos-wrapper{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	position: relative;
}

.box1{
	background-image: linear-gradient(to top, rgba(0,0,0,0.3),rgba(255,255,255,0)),url(../images/serv1.jpg);
}

.box2{
	background-image: linear-gradient(to top, rgba(0,0,0,0.3),rgba(255,255,255,0)),url(../images/serv2.jpg);
}

.box3{
	background-image: linear-gradient(to top, rgba(0,0,0,0.3),rgba(255,255,255,0)),url(../images/serv3.jpg);
}

.box4{
	background-image: linear-gradient(to top, rgba(0,0,0,0.3),rgba(255,255,255,0)),url(../images/serv4.jpg);
}

.box5{
	background-image: linear-gradient(to top, rgba(0,0,0,0.3),rgba(255,255,255,0)),url(../images/serv5.jpg);
}

.box6{
	background-image: linear-gradient(to top, rgba(0,0,0,0.3),rgba(255,255,255,0)),url(../images/serv6.jpg);
}

.servicos-boxes{
	background-size: 100% 100%;
	border-radius: 15px;
	color: white;
	width: 450px;
	height: 500px;
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
}

.servicos-wrapper-box{
	background-size: 100% 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	z-index: 999;
}

.servicos-wrapper-box p{
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-size: 30px;
	font-weight: bold;
}

.box-oculta{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	z-index: 1;
	background-color: #50C2DD;
}

.box-oculta p{
	position: absolute;
	bottom: 5px;
	left: 35%;
	font-size: 20px;
	font-weight: bold;
}


/********************************************************************
						INÍCIO DO AGENDAMENTO
********************************************************************/

.agendamento{
	width: 100%;
}

.separador-agendamento{
	color: white;
	text-align: center;
	background-color: #50C2DD;
	width: 100%;
	padding: 50px 0;
}

.agendamento-wrapper{
	padding: 30px 50px;
}

.agendamento-wrapper-boxes{
	width: 100%;
	margin-top: 30px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.agendamento-wrapper-box{
	width: 40%;
	display: flex;
	margin-bottom: 30px;
	min-width: 250px;
}

.agendamento-wrapper-box p{
	margin-top: 10px;
}

.agendamento-wrapper-box img{
	width: 150px;
	height: 70px;
	margin-right: 25px;
}

.agendamento-wrapper-box a{
	color: #50C2DD;
	font-weight: bold;
	font-size: 18px;
}

.link-agendar{
	text-align: center;
}

.link-agendar a{
	color: white;
	font-size: 20px;
	font-weight: bold;
	background-color: #50C2DD;
	padding: 20px 20px;
	border-radius: 10px;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
}

.link-agendar a:hover{
	transition: 0.5s;
	background-color: #1BA9CA;
}

/********************************************************************
						INÍCIO DO GALERIA-FOTOS
********************************************************************/

.galeria-fotos{
	margin-top: 40px;
}

.separador-galeria-fotos{
	color: white;
	text-align: center;
	background-color: #50C2DD;
	width: 100%;
	padding: 50px 0;
}

.separador-galeria-fotos img{
	width: 60px;
}

.galeria-fotos-wrapper{
	text-align: center;
	padding: 20px;
	width: 80%;
	margin: 0 auto;
}

.galeria-fotos-wrapper img{
	max-height: 500px;
	margin: 30px 0;
}

/********************************************************************
						INÍCIO DO MAPA
********************************************************************/

.mapa{
	position: relative;
	width: 100%;
	margin-top: 50px;
}

.mapa-info{
	padding: 20px 0;
	position: relative;
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	top: 15px;
	background-color: #50C2DD;
    border-radius: 20px;
    display: flex;
    justify-content: space-around;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.mapa-info-box{
	display: flex;
	color: white;
}

/********************************************************************
						INÍCIO DO FOOTER
********************************************************************/

footer{
	width: 100%;
	
	margin-top: -6px;
}

.footer-info-wrapper{
	padding: 30px 0;
	background-color: #1BA9CA;
	color: white;
	display: flex;
	justify-content: space-around;
}

.sub-footer{
	font-size: 20px;
	color: white;
	text-align: center;
	padding: 10px 0;
	background-color: #168BA6;
}

.sub-footer a{
	text-decoration: underline;
}


/********************************************************************
						MEDIA QUERIES
********************************************************************/

@media screen and (max-width: 1038px){
	.banner{
		height: auto;
	}

	.banner h1{
		font-size: 40px;
	}

	.banner h2{
		font-size: 20px;
	}

	.agendamento-wrapper-box{
		width: 80%;
		margin: 30px 0;
	}

	.galeria-fotos{
		padding: 0;
	}

	.galeria-fotos-wrapper{
		padding: 0;
		margin: 0;
		width: 100%;
	}

	.galeria-fotos-wrapper img{
		width: 100%;
		margin: 0;
		padding: 0;
		margin-top: -10px;
	}

	.mapa{
		margin-top: -50px;
	}

	.mapa-info{
		width: 100%;
		border-radius: 0;
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
		-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	}
}

@media screen and (max-width: 860px){
	.icone-menu{
		display: block;
	}

	.menu-desktop{
		display: none;
	}

	.banner h1{
		text-align: center;
		font-size: 25px;
	}

	.banner h2{
		width: auto;
		text-align: center;
		font-size: 18px;
	}

	.cabecalho{
		flex-direction: column;
		align-items: center;
	}

	.info-cabecalho-box{
		margin-top: 40px;
	}

	.info-cabecalho-box span{
		font-size: 18px;
	}

	.info-cabecalho-box i{
		font-size: 20px;
	}

	.info-cabecalho-box p{
		font-size: 12px;
	}

	.servicos{
		padding: 20px 25px;
	}

	.servicos-boxes{
		width: 100%;
		height: 300px;
	}

	.agendamento-wrapper-box{
		width: 100%;
		flex-direction: column;
	}

	.agendamento-wrapper-box img{
		width: 100px;
		height: auto;
		margin-bottom: 30px;
	}

	.mapa-info{
		flex-direction: column;
		margin: 0 auto;
		height: auto;
	}

	.mapa-info-box{
		width: 200px;
		text-align: left;
		margin: 20px auto;
	}

	.galeria-fotos-wrapper img{
		min-height: 400px;
	}

	footer p, span{
		font-size: 15px;
	}

	.sub-footer{
		font-size: 15px;
	}
}

@media screen and (max-width: 400px){
	.cabecalho{
		flex-direction: column;
		align-items: center;
	}

	.info-cabecalho{
		justify-content: space-around;
	}

	.info-cabecalho-box{
		margin-top: 40px;
	}

	.info-cabecalho-box span{
		font-size: 12px;
	}

	.info-cabecalho-box i{
		font-size: 20px;
	}

	.info-cabecalho-box p{
		font-size: 8px;
	}

	.mapa-info-box i{
		font-size: 20px!important;
	}

	.mapa-info-box p{
		font-size: 14px!important;
	}

	.footer-info{
		padding: 0 8px;
	}

	.footer-info p, span{
		font-size: 12px!important;
	}

	.footer-info i{
		font-size: 12px!important;
	}

	.sub-footer p{
		font-size: 12px;
	}
}