
.clear{clear:both;}
.home{
	background: white;
	padding-top: 15px;
}
h2{
	font-family: Old Standard TT;
	font-size: 35px;
}
a{
	text-decoration: none;
	color: white;
}
select{
	min-width: 200px;
}
/* INDEX  */

/* Estilos gerais */
body {
    font-family: Open Sans ;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
    color: black;
}

/* Estilo do header e menu de navegação */
header {
    background-color: #333;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

/* Estilo da seção de capa */
.capa{
  position: fixed;
   top: 0;
   z-index: 1;
  
}
.capa img {
    width: 100%;
    height: auto;
      z-index: 1;
}

.container-fluid{
  z-index: 2;
  position: absolute;
  padding: 25px 10px;
  margin: 25px 10px;
  top: 10px;
}
.container-fluid img{
	width: 35%;
}
.content{
  z-index: 2;
  position: absolute;
  top: 500px;
  background: white;
  width: 100%;
 
}

/* Estilo das seções */
section {
    padding: 20px;
    text-align: center;
    color: white;
}

.galeria-fotos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.galeria img {
    margin-left: 35%;
    width: 30%;
    height: auto;
}

/* Estilo responsivo */
@media (max-width: 768px) {
    .galeria img {
        width: 45%;
        margin-left: 27%;
    }
}

@media (max-width: 600px) {
    .galeria-fotos img {
        width: 100%;
    }
    .content{
      top: 250px;
      
    }
    .container-fluid{
    	top: 5px;
    	padding: 5px 10px;
    	margin: 5px;
    }
}

/* FIM INDEX */






.botao{
	background: #11DE6A;
	padding: 5px 15px;
	border: none;
	border-radius: 10px;
	width: 200px;
	margin: 20px;
}
.botao a{
  background: none;
  border: none;
}
.login{
	width: 80px;
	height: 80px;
	border: solid 2px white;
	border-radius: 50%;
	text-align: center;
	margin: 10px auto;
	padding: 10px;
}
.login i{
	font-size: 45px;

}
.agenda{
	width: 100%;
	color: black;
}
.profissional{
	width: 100%;
	color: black;
	text-align: center;
}
.profissional form{
	width: 100%;
}
.profissional select{
	padding: 5px 25px;
	border-radius: 5px;
}
.profissional a{
	color: black;
}
.coluna{
	width: 12%;
	display: inline-block;
	color: black;
	background: none;
	margin: 8px 2px;
	text-align: center;
	font-size: 18px;
	
}

.semana{
	display: inline-block;
	width: 12%;
	border: none;
	border-radius: 10px;
	background: gray;
	text-align: center;
	color: black;
	margin: 2px;
}

.colunaData p{
	display: inline-block;
	color: white;

}

.divSemana {
	display: inline-block;
	width: 12%;
	border: none;
	border-radius: 10px;
	margin: 5px 2px;
	height: 90px;
	background: lightgrey;
	
}
.divSemana:hover{
	background: white;
}
.divSemana p{
	color: white;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin-top: 20%;	
}

.marcacao{
	padding: 5px 2%;

}

.marcacao a{
	display: inline-block;
	width: 24%;
	border: none;
	border-radius: 5px;
	margin: 5px auto;
	color: white;
	font-weight: bold;
	background: green;
	text-decoration: none;
	text-align: center;
	min-height: 50px;
	padding: 15px;
}
.marcacao h3{
	width: 100%;
	background: lightgrey;
	padding: 10px;
	text-align: center;
}
.form{
	width: 90%;
	margin-left: 5%;
	border: solid 2px gray;
	border-radius: 5px;
	padding: 15px;
	margin-top: 30px;
}
.form input{
	width: 100%;
	margin-bottom: 10px;
}

.form input[type='submit']{
	font-weight: bold;
	background: black;
	color: white;
	padding: 5px;
	border: none;
	border-radius: 5px;
	border: solid 1px white;
}
.form input[type='checkbox']{
	width: 30px;
	padding: 10px;
}
.form select{
	padding: 10px;
}

.titulo{
	font-family: Old Standard TT;
	color: gray;
	font-size: 22px;
	margin: 15px 10px;
}

.sobre{
	width: 100%;
	min-height: 150px;
	background: #BDDFB9;
	color: black;
	text-align: center;
	vertical-align: center;
	padding: 50px 10px;
}


.sobre p{
	width: 80%;
	display: inline-block;
	color: black;
	text-align: center;
	z-index: 1;

}
.especialidade_img{
	display: inline-block;
	width: 40%;
}
.especialidade_img img{
	width: 100%;
}
.especialidade{
	margin: 70px auto;
	text-align: center;
	display: inline-block;
	width: 50%;
}
.images{
	width: 80%;
	background: black;
	
	margin: 30px auto;
}
.depoimentos{
	width: 100%;
	background: #D4CBC3;
	min-height: 300px;
	color: black;
}
.box-depoimento{
	width: 30%;
	border: solid 2px gray;
	border-radius: 0 25px 0 25px;
	display: inline-block;
	margin: 5px;
	height: 200px;
	margin-top: 30px;
	padding: 3px;
	background: rgba(255, 255, 255, 0.4);
}
.textDep{
	height: 150px;
}
.clienteDep{
	text-align: right;
	position: relative;
}

.contato{
	text-align: center;
	background: gray;
	width: 100%;
	padding: 10px;
	color: white;
}

.contato img{
	width: 30px;
	color: white;
}
.contato a,
.contato p{
	color: white;
	text-decoration: none;
	font-size: 19px;
	text-align: center;
}
.instagram,
.whatsapp,
.endereco{
	width: 100%;

}
.cancelamento{
	text-align: center;
}
.cancelamento a{
	margin: 20px auto;
}
.cancelar{
	padding: 15px;
	text-align: center;
}
.cancelar input[type='submit']{
	width: 250px;
	border-radius: 10px;
	padding: 10px;
	font-weight: bold;
	background: white;
}
@media only screen and (min-width: 320px) and (max-width: 700px){

	.agenda{
	width: 100%;
	color: black;
	}
	
	.divSemana {
		height: 50px;
	}

	.divSemana p{
    font-size: 14px;
	}
	
	.images{
		width: 80%;
		background: black;
		margin: 30px auto;
	}
	
	.box-depoimento{
		width: 90%;
		border: solid 2px gray;
		border-radius: 0 25px 0 25px;
		display: inline-block;
		margin: 5px 5%;
		height: 130px;
		margin-top: 8px;
		padding: 3px;
	}
	.textDep{
		height: 100px;
	}
	.clienteDep{
		text-align: right;
		position: relative;
	}

}

