/*  http://meyerweb.com/eric/tools/css/reset/ 
    v2.0 | 20110126
    License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}



html, body {
	padding: 0;
	margin: 0;
}

html{
	scroll-behavior: smooth;
}

body{
		-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}


.parent {
	width: 100%;
	height: 100vh;
	position: relative;
}

.left{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: #f4ece9;
}

.right{
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	background-image: url("links/fundo.jpg");
  	background-repeat: no-repeat, repeat;
  	background-position: center;
  	background-size: cover;
}


.circle {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	vertical-align: middle;
	width: 675px;
	height: 675px;
	border: 1px solid black;
	border-radius: 50%;
	box-sizing: border-box; 
	z-index: 50;

}

.logo{
	position: absolute;
	left: 5%;
	top: 30px;
	width: 200px;
}

.texto{
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translate(0,-50%);
	vertical-align: middle;
	font-family: Supply;
	font-size: 24pt;
	line-height: 34pt;
	letter-spacing: 1px;
}

.texto2{
	position: absolute;
	left: 5%;
	bottom: 30px;
	font-family: Supply;
	font-size: 14pt;
	line-height: 18pt;
	letter-spacing: 1px;
}

.menu{
	position: absolute;
	right: calc(50% + 50px);
	top: 30px;
	font-family: Supply;
	font-size: 11pt;
	text-align: right;
	line-height: 18pt;
}

.menu a{
	text-decoration: none;
	color: black;
}

a:visited{
	text-decoration: none;
	color: black;
}

a:active{
	text-decoration: none;
	color: #c8c8c8;
}

.menu a:hover{
	color: #707070;
}

.about{
	width: 100%;
	height: 900px;
	position: relative;

}

.p1-left{
	position: absolute;
	top: 0;
	left: 0;
	width: 38%;
	height: 650px;
	margin-top: 125px;
	margin-bottom: 125px;
	margin-left: 8.5%;
	margin-right: 3.5%;
	background-image: url("links/oficina-do-ombro1.jpg");
  	background-repeat: no-repeat, repeat;
  	background-position: center;
  	background-size: cover;
}

.p1-right{
	position: absolute;
	top: 0;
	left: 50%;
	width: 38%;
	height: 650px;
	margin-top: 125px;
	margin-bottom: 125px;
	margin-left: 3.5%;
	margin-right: 8.5%;
}

.titulo{
	font-family: Gosha;
	font-size: 23pt;
	line-height: 28pt;
	letter-spacing: 2pt;
	top: 40px;
	position: absolute; 
}

.colunas{
	position: absolute;
	bottom: 0;
	width: 100%;
}

.coluna-esquerda{
	position: absolute;
	width: 30%;
	bottom: 0;
	left: 0;
	font-family: Supply-Regular;
	font-size: 10pt;
	height: 200px;
	line-height: 14pt;
}

.coluna-direita{
	position: absolute;
	width: 65%;
	margin-left: 5%;
	bottom: 0;
	right: 0;
	height: 200px;
	font-family: Supply;
	font-size: 11.5pt;
	line-height: 18pt;
}


.about2{
	width: 100%;
	height: 800px;
	position: relative;

}

.p1-left2{
	position: absolute;
	top: 0;
	left: 50%;
	width: 38%;
	height: 650px;
	margin-top: 20px;
	margin-bottom: 125px;
	margin-left: 3.5%;
	margin-right: 8.5%;
	background-image: url("links/oficina-do-ombro2.jpg");
  	background-repeat: no-repeat, repeat;
  	background-position: center;
  	background-size: cover;
}

.p1-right2{
	position: absolute;
	top: 0;
	left: 0;
	width: 38%;
	height: 650px;
	margin-top: 20px;
	margin-bottom: 125px;
	margin-left: 8.5%;
	margin-right: 3.5%;
}

.titulo2{
	font-family: Gosha;
	font-size: 23pt;
	line-height: 28pt;
	letter-spacing: 2pt;
	top: 40px;
	width: 80%;
}

.texto3{
	font-family: Supply;
	font-size: 11.5pt;
	line-height: 18pt;
	margin-top: 15%;
	width: 80%;
}



.about2 button{
	position: absolute;
	bottom: 0;
	border: 1px solid black;
	color: none;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	font-size: 13pt;
	cursor: pointer;
	background-color: transparent;
	font-family: Supply;
	letter-spacing: 1px;
	margin-top: 10px;
	transition-duration: 0.4s;
}

.about2 button:hover {
 background-color: black;
 color: white;
}


.galeria{
	width: 100%;
	height: 800px;
	position: relative;

}

.galeria-left{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 800px;
	background-image: url("links/oficina-do-ombro-studio.jpg");
  	background-repeat: no-repeat, repeat;
  	background-position: center;
  	background-size: cover;

}

.galeria-right{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 800px;
	background-image: url("links/ombro.jpg");
  	background-repeat: no-repeat, repeat;
  	background-position: center;
  	background-size: cover;

}

.medicos{
	width: 100%;
	height: 10px;
}

.medicos2{
	width: 83%;
	position: relative;
	padding-left: 8.5%;
	padding-right: 8.5%;
	margin-top: 300px;
	background-color: #f4ece9;
	height: auto;
	padding-bottom: 50px;
}


.medicos-inside1{
	width: 50%;
	float: left;
}

.medicos-inside1 img{
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: -100px;
}

.medicos2 h1{
	font-family: Gosha;
	letter-spacing: 1pt;
	font-size: 15pt;
	margin-top: 40px;
	margin-left: 3%;

}

.medicos2 h2{
	font-family: Supply;
	font-size: 13pt;
	margin-top: 5px;
	margin-left: 3%;

}

.medicos2 p{
	font-family: Supply;
	font-size: 10pt;
	margin-top: 20px;
	line-height: 15pt;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;

}


.medicos-inside2{
	width: 50%;
	float: right;
}

.medicos-inside2 img{
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: -100px;
}

.medicos3{
}
.medicos4{
	margin-top: 100px;
	padding-bottom: 50px;
	display: none;
	opacity: 0;
	transition: all .5s ease-in-out;
}

.medicos4.show{
	opacity: 1;
}

.medicos-inside3{
	width: 50%;
	float: left;
}

.medicos-inside3 img{
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}

.medicos-inside4{
	width: 50%;
	float: right;
}

.medicos-inside4 img{
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}

.botao-medicos{
	display: flex;
	width: 100%;
	justify-content: center;
}

.medicos2 button{
	border: 1px solid black;
	color: none;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	font-size: 13pt;
	cursor: pointer;
	background-color: transparent;
	font-family: Supply;
	letter-spacing: 1px;
	transition-duration: 0.4s;
 	margin-bottom: 20px;
 	margin-top: 60px;
}

.medicos2 button:hover{
	background-color: black;
 	color: white;
}




.testemunhos{
	width: 100%;
	position: relative;
	height: 500px;
}

.item{
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	height: 500px;
	padding: 0 25%;
}

.owl-item{
	height: 500px;
}

.item p{
	font-family: Supply;
	font-size: 11pt;
	text-align: center;
	line-height: 18pt;
}

.item h1{
	font-family: Supply-Regular;
	font-size: 11pt;
	text-align: center;
	padding-top: 25px;
}

.owl-nav{
	position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.owl-prev{
	top: 80px;
    position: absolute;
    bottom: auto;
    left: 50%;
}

.owl-next{
	bottom: 80px;
	left: 50%;
	position: absolute;
}

.seta-direita{
	position: absolute;
	width: 15px;
	top: 80px;
	left: 50%;
	transform: translate(-50%,0);
	vertical-align: middle;
}

.seta-esquerda{
	position: absolute;
	bottom: 80px;
	width: 15px;
	left: 50%;
	transform: translate(-50%,0);
	vertical-align: middle;
}

.footer{
	width: 100%;
	height: 850px;
	position: relative;

}

.p1-left3{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 850px;
	background-image: url("links/oficina-do-ombro3.jpg");
  	background-repeat: no-repeat, repeat;
  	background-position: center;
  	background-size: cover;
}

.p1-right3{
	position: absolute;
	top: 0;
	left: 50%;
	width: 38%;
	height: 850px;
	margin-left: 6%;
	margin-right: 6%;
}

.titulo{
	font-family: Gosha;
	font-size: 23pt;
	line-height: 28pt;
	letter-spacing: 2pt;
	top: 40px;
	position: absolute; 
}

.colunas2{
	position: absolute;
	bottom: 70px;
	width: 100%;
}

.coluna-esquerda2{
	position: absolute;
	width: 50%;
	bottom: 0;
	left: 0;
	height: 200px;
	margin-bottom: 70px;
}

.coluna-direita2{
	position: absolute;
	width: 45%;
	margin-left: 5%;
	bottom: 0;
	right: 0;
	height: 200px;
	margin-bottom: 70px;
}

.coluna-esquerda2 h1,
.coluna-direita2 h1{
	font-family: Supply-Regular;
	font-size: 10pt;
}

.coluna-esquerda2 p,
.coluna-direita2 p{
	font-family: Supply;
	font-size: 10pt;
	line-height: 15pt;
}

.colunas2 button{
	border: 1px solid black;
	color: none;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	font-size: 13pt;
	cursor: pointer;
	background-color: transparent;
	font-family: Supply;
	letter-spacing: 1px;
	transition-duration: 0.4s;
}

.colunas2 button:hover {
 background-color: black;
 color: white;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font-family: Supply;
  font-size: 11pt;
  color: black;
}

#contact {
	width: 100%;
}

fieldset {
  border: medium none !important;
  margin: 0 0 20px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="message"] {
  width: 97%;
  border-bottom: 1px solid #000;
  border-top: none;
  border-left:none;
  border-right:none; 
  background: #FFF;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 3%;
}

#contact textarea {
  width: 97%;
  border: 1px solid #000;
  background: #FFF;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-top: 10px;
  padding-left: 3%;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="message"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #000;
}

#dados{
	width: 45%;
	padding-left: 2.5%;
	float: right;
	font-family: Supply;
	font-size: 8pt;
line-height: 10pt;}


#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 50%;
  border: 1px solid black;
  color: none;
  background-color: transparent;
  margin: 0 0 5px;
  padding: 15px;
  font-size: 13pt;
  font-family: Supply;
  letter-spacing: 1px;
  transition-duration: 0.4s;
}

#contact button:hover {
 background-color: black;
 color: white;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}


.barra{
	padding-top: 30px;
	padding-left: 5%;
	padding-right: 5%;
	width: 90%;
}

.logotipo{
	width: 200px;
	float: left;
}

.barra-mobile{
	position: relative;
	padding-top: 15px;
	padding-left: 5%;
	padding-right: 5%;
	width: 90%;
	display: none;
}

.logotipo2{
	width: 200px;
	top: 10;
	left: 5%;
	position: absolute;
	fill:white;
}

.icon{
	width: 30px;
	right: 5%;
	top: 30px;
	position: absolute;
}


.items a{
    float: right;
    padding-left: 50px;
    padding-top: 19px;
    color: #1D1D1B;
  	font-family: Supply;
	font-size: 11pt;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.servicos-inside{
	width: 90%;
	margin-left: 5%;
	margin-top: 120px;
	margin-bottom: 150px;
}

.servico1{
	border-bottom: none;
  	border-top: 1px solid #000;
  	border-left:none;
  	border-right:none;
  	margin-bottom: 80px;
}

.servico-texto{
	width: 30%;
	height: 400px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 5%;
	float: right;
	position: relative;
}

.numeros{
	font-family: Supply;
	font-size: 11.5pt;
}

.titulo-servico{
	font-family: Gosha;
	font-size: 27pt;
	line-height: 31pt;
	letter-spacing: 2pt;
	position: absolute; 
}

.descricao-servico{
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-left: 5%;
	right: 0;
	font-family: Supply;
	font-size: 12.5pt;
	line-height: 19pt;
}

.servico2{
	border-bottom: none;
  	border-top: 1px solid #000;
  	border-left:none;
  	border-right:none;
  	margin-bottom: 80px;
}

.servico-foto{
	width: 65%;
	height: 400px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-image: url("links/servico-1.jpg");
  	background-repeat: no-repeat, repeat;
  	background-position: center;
  	background-size: cover;
}

.servico-foto2{
	width: 65%;
	height: 400px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-image: url("links/servico-2.jpg");
  	background-repeat: no-repeat, repeat;
  	background-position: center;
  	background-size: cover;
 	float: right;
}

.servico-foto3{
	width: 65%;
	height: 400px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-image: url("links/servico-3.jpg");
  	background-repeat: no-repeat, repeat;
  	background-position: center;
  	background-size: cover;
}

.servico-foto4{
	width: 65%;
	height: 400px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-image: url("links/servico-4.jpg");
  	background-repeat: no-repeat, repeat;
  	background-position: center;
  	background-size: cover;
 	float: right;
}

.servico-foto5{
	width: 65%;
	height: 400px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-image: url("links/servico-5.jpg");
  	background-repeat: no-repeat, repeat;
  	background-position: center;
  	background-size: cover;
}

.servico-texto2{
	width: 30%;
	height: 400px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: 5%;
	position: relative;
}