* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style-type: none;
	text-decoration: none;
	font-family: 'Proxima Nova_';
}



@font-face {
	font-family: 'Proxima Nova_';
	src: url('../font/Proxima Nova.ttf');

}


body,
html {
	height: 100%;
	scroll-behavior: smooth;
}

h2 {
	font-size: 2.5vw;
	margin: 50px 0;
	text-align: center;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.sp-1 {
	justify-content: space-around;
}

.sp-2 {
	justify-content: space-between;
}

.sp-3 {
	justify-content: center;
}

.atalhos {
	position: fixed;
	width: 4%;
	right: 3%;
	bottom: 0;
	z-index: 5;
}

.atalhos img {
	border-radius: 50%;
	background-color: #ccc;
	text-align: center;
	width: 6vw;
	height: 6vw;
	background-color: #3d6241;
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.18);
}

.atalhos .agenda img {
	width: 6vw;
}

.atalhos .agenda,
.exame {
	margin: 20px 0;
	cursor: pointer;
}

.container {
	width: 100%;
	max-width: 90%;
	margin: 0 auto;
}

/*Inicio do header*/

.menu img {
	width: 175px;
	margin: 5px auto;
}

.items_menu {
	width: 45%;
	align-items: center;
	margin-top: 15px;
	float: right;
}

.items_menu li a {
	font-size: 0.8vw;
	color: #426747;

}



nav {
	position: fixed;
	background-color: #fff;
	z-index: 5;
	width: 100%;
	box-shadow: 1px 4px 5px 3px rgba(0, 0, 0, 0.14);

}

.destaque {
	background-color: #426747;
	padding: 0.5vw;
	border-radius: 5px;
}


/* Slideshow container */
.slideshow-container {
	width: 100%;
	position: relative;
	margin-bottom: 120px;

}

/* Hide the images by default */
.mySlides {
	display: none;
}

/* Next & previous buttons */

.prev,
.next {
	position: relative;
	border-radius: 50%;
	padding: 23px 40px;
	font-size: 45px;
	background-color: #426747;
	width: 111px;
	height: 114px;
	margin-top: -30%;
	color: #fff;
	cursor: pointer;

}


/* Position the "next button" to the right */
.next {
	padding: 23px 43px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(66, 103, 71, 0.8);
}


/* The dots/bullets/indicators */
.dot {
	position: relative;
	top: -9vw;
	/*80*/
	cursor: pointer;
	height: 27px;
	width: 27px;
	margin: 0 15px;
	border: 2px solid #426747;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active,
.dot:hover {
	background-color: #426747;
}

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

@keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

/*Final do header*/


/*Inicio do Sobre*/

.img_clinica {
	width: 50%;
	text-align: center;
}

.img_clinica img {
	border-radius: 10px;
	width: 30vw;
	box-shadow: 28px 22px 0px 2px rgba(66, 103, 71, 1);
}

.img_clinica p {
	width: 80%;
	font-size: 1vw;
	text-align: justify;
	margin: 50px auto;
	text-indent: 1.5em;
	color: #363636;
}

.sobre_opcoes {
	width: 45%;
}

.sobre_opcoes li {
	background-color: #426747;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	margin: 10px 0;
	width: 60%;
	font-size: 1.5vw;
	cursor: pointer;
	color: #fff;
}



/*Final do Sobre*/


/*Inicio do Serviços */

.tratamentos {
	width: 100%;
	background-color: #426747;
	text-align: center;
	padding: 20px 0;
	color: #fff;
}

.card_img_tratamentos {
	width: 15%;
	margin: 0 auto;
	text-transform: uppercase;
	cursor: pointer;

}

.card_img_tratamentos p {
	margin: 40px 0;
	font-size: 0.8vw;
}

.card_img_tratamentos:hover img {
	transition: all 0.3s;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.tratamentos img {
	width: 90%;
	border-radius: 5px;
	-webkit-box-shadow: 6px 8px 5px 0px rgba(0, 0, 0, 0.44);
	-moz-box-shadow: 6px 8px 5px 0px rgba(0, 0, 0, 0.44);
	box-shadow: 6px 8px 5px 0px rgba(0, 0, 0, 0.44);
}


/*Final do Serviços*/

/*Inicio dos convênios*/
.convenios {
	text-align: center;
	color: #426747;
	text-transform: uppercase;

}

.convenios p {
	font-size: 1.4vw;
	width: 40%;
	margin: 0 auto;
	font-weight: lighter;
}

.convenios span {
	font-size: 1.6vw;
	font-weight: bold;
}

.cards_convenios {
	border-top: 2px dashed #363636;
	border-bottom: 2px dashed #363636;
	margin: 35px 0;
	padding: 30px 0;
}

.card {
	width: 33%;
	background-color: #ccc;
	border-radius: 10px;
	margin: 10px 0;
	padding: 40px 0;
}

.card img {
	width: 60%;
}

/*Final dos convênios*/


/*Inicico Nossa Equipe*/

.card_equipe {
	width: 30%;
	margin: 10px 0;
	text-align: center;
	color: #3d6241;
}


.card_equipe img {
	width: 60%;
	border: 4px solid #3d6241;
	border-radius: 10px;
}

.card_equipe h3 {
	font-size: 1.2vw;
	text-transform: uppercase;
	margin: 10px 0;
}

.card_equipe p {
	font-size: 0.8vw;
	margin: 10px 0;
}


/*Final dos Nossa Equipe*/


/*Inicio dos Agendamentos*/

.texto_agendamento a {
	padding: 20px;
	font-size: 1.5vw;
	border: 3px solid white;
	border-radius: 5px;
	color: #fff;
}

.agendamento {
	position: relative;
	background-color: #3d6241;
	padding: 60px;
	color: #fff;
	margin-top: 120px;
}

.agendamento h3 {
	font-size: 4vw;
}

.agendamento span {
	font-size: 6vw;
}

.texto_agendamento {
	width: 60%;
}

.app {
	width: 35%;
}

.app img {
	position: absolute;
	width: 22%;
	top: -3.5vw;
}



/*Final dos Agendamentos*/



/*Inicio dos Contatos*/

.contatos {
	justify-content: center;
	margin-top: 15vw;
	color: #363636;
}

.contatos iframe {
	width: 40%;
	height: 700px;
	border: 3px solid #3d6241;
}

.contatos form {
	position: relative;
	right: 90px;
	width: 35%;
	height: 650px;
	margin-top: 25px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	padding: 40px 0;
	box-shadow: 6px 3px 5px 2px rgba(0, 0, 0, 0.17);

}

label {
	width: 100%;
}

input {
	width: 80%;
	font-size: 1.5vw;
	padding: 4px 3px;
	margin: 10px 0;
	border: 2px solid #ccc;
	border-radius: 5px;
	outline: none;
}

.contatos form input {
	width: 80%;
	font-size: 1.5vw;
	padding: 4px 3px;
	margin: 10px 0;
	border: 2px solid #ccc;
	border-radius: 5px;
	outline: none;
}

.contatos form input[type='submit'] {
	background-color: #3d6241;
	color: #fff;
	width: 8vw;
	font-weight: bold;
	cursor: pointer;
	border: none;
}

.contatos form textarea {
	border: 2px solid #ccc;
	width: 80%;
	height: 300px;
	margin: 10px 0;
	border-radius: 5px;
	outline: none;
	font-size: 1.2vw;
	padding: 0 3px;
	resize: none;


}


/*Final dos Contatos*/

/*Inicio dos rodape*/

.rodape {
	background-color: #252a34;
	color: #fff;
	padding-top: 40px;
	margin-top: 90px;
}

.rodape .logo {
	border: 3px solid #3d6241;
	border-radius: 5px;
}


.rodape .logo img {
	width: 70%;
}

.rodape .endereço {
	width: 30%;
	text-align: center;
}

.rodape .endereço p {
	margin: 20px 0;
	font-size: 0.9vw;
}

.rodape .historico {
	width: 30%;
	padding: 0 12%;

}

.rodape .historico h3 {
	font-size: 1.5vw;
	margin-bottom: 5px;
}


.rodape .historico li {
	font-size: 0.8vw;
	margin: 15px 0;
	font-weight: lighter;
}



.rodape .historico li a {
	color: #fff;
}

.rodape .social_media {
	width: 30%;
}

.rodape .social_media ul {
	text-align: center;
	width: 40%;
	margin: 20px auto;
}

.rodape .social_media li {
	width: 33%;
}

.rodape .social_media img {
	width: 60%;
}

.rodape .social_media .telefones {
	width: 100%;

}

.rodape .social_media .telefones li {
	width: 100%;
	font-size: 1.1vw;
	margin: 20px 0;
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 10px 0;
}

.rodape .social_media .telefones a {
	color: #fff;
}

.rodape .direitos {
	padding: 15px 0 10px;
	background-color: #3d6241;
	margin-top: 40px;
	text-align: center;
}



/*Final dos rodape*/

/*mobile*/

.menu_mobile {
	display: none;
}

/*mobile*/