/* CSS RESET */
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    vertical-align: baseline;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

:focus {
    outline: 0;
}

body {
    background: white;
    line-height: 1;
    color: black;
    font: 14px/1.6 Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	/* -webkit-transform: translate3d(0,0,0)
 */}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a {
    text-decoration: none;
    color: inherit;
}

/** css www.smns.com.br **/

/** FONTES **/

/* Estrutura */
body {
    background-color: #FFF;
    margin-top: 0px;
    padding-top: 0px;
    font: 16px/1.4 'Cabin', Arial, sans-serif;
    color: #030303;
    text-align: justify;
    overflow-x: hidden;
}

header {
	box-sizing: border-box;
    font-size: 15px;
    color: #FFF;
    right: 0;
    position: absolute;
    width: 100%;
	text-align: center;
	z-index: 9;
	padding: 20px 0;
}

h1 {
    font-size: 25px;
    color: inherit;
    line-height: 1.1;
    font-family: inherit;
}

h2 {
   text-align: center;
    color: #4c4b4b;
    font-size: 24px;
    margin: 20px 0;
    line-height: 1.1;
    font-family: inherit;
    font-weight: 500;
}

h3{
	text-align: left;
	color: #680303;
	font-size: 16px;
    line-height: 1.1;
    font-family: inherit;
}


.clear-both{
	clear: both;
}

.rodape{
	text-align: center;
	background-color: #FFF;
	color: #342A69;
	padding: 30px 0;
	box-shadow: 0px -4px 9px #ddd;
}

.stage {
    width: 980px;
    margin: 0px auto;
    position: relative;
    z-index: 1;
}

#form-contato, #form-contatoc {
	width: 100%;
	font-size: 18px;
    margin: 0px auto;
	float: right;
}

#form-contato input[type=text], #form-contato input[type=email], #form-contato input[type=password], #form-contatoc input[type=text], #form-contatoc input[type=email], #form-contatoc input[type=password]{
	    width: 100%;
    border: 0;
    /* margin: 0 10px; */
    margin-left: 0;
    background-color: transparent;
    color: #000;
    padding: 4px 15px;
    margin-top: 10px;
    box-sizing: border-box;
    border-radius: 0px;
    font: 14px/1.4 'Cabin', Arial, sans-serif;
    border-radius: 1px;
    transition: all 0.2s ease;
    border: 1px solid rgb(214, 165, 88);
    background-color: transparent;
    height: 35px;
    float: left;
}

.email{
	width: calc(100% - 20px) !important;
	margin: 0 inherit !important;
	margin-left: 10px !important;
}

#form-contato select, #form-contatoc select{
	width: 100%;
    height: 50px;
	border: 0;
    background-color: #D1DD25;
    color: #000;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 0px;
    font-family: 'Raleway';
	border-radius: 35px;
	transition: all 0.2s ease;
}

#form-contato input[type=submit], #form-contatoc input[type=submit]{
	width: 118px;
    float: right;
    height: 35px;
    padding: 8px 18px;
    background-color: #d6a558;
    margin-bottom: 10px;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    font-weight: 300;
    transition: all 0.2s ease;
    border-radius: 2px;
    border: 0;
    /* margin-right: 10px; */
    line-height: 1;
    margin-top: 10px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}

#form-contato input[type=submit]:hover, #form-contatoc input[type=submit]:hover{
	color: #222;
}

#form-contato textarea, #form-contatoc textarea{
	width: 100%;
    border: 0;
    background-color: transparent;
    color: #666;
    padding: 4px 15px;
    margin-top: 10px;
    box-sizing: border-box;
    border-radius: 0px;
    font: 14px/1.4 'Cabin', Arial, sans-serif;
    border-radius: 1px;
    transition: all 0.2s ease;
    border: 1px solid rgb(214, 165, 88);
    background-color: transparent;
    height: 75px;
	float: left;
}

.texto-infos-contato span{
	font-size: 26px;
	font-weight: 600;
}

.saiba-mais{
	color: #0075FF;
}

.x{
	width: 29px;
    height: 29px;
    text-align: center;
    box-sizing: border-box;
    /* padding: 8px; */
    background-color: #000;
    border: 2px solid #FFF;
    position: absolute;
    margin-top: -36px;
    margin-left: 354px;
    cursor: pointer;
    border-radius: 15px;
    color: #FFF;
    font-weight: 800;
	display: block;
	top: 20px;
	left: 20px;
}

.c-hamburger{
	display: block;
    left: 14px;
    right: initial;
    top: 14px;
    background-color: transparent;

}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 14px;
    left: 5px;
    right: 5px;
    height: 2px;
    background: #d6a558;
}

.c-hamburger span::after, .c-hamburger span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d6a558;
    content: "";
}

.c-hamburger--htx.is-active{
	background-color: transparent;
}

.menu {
    list-style: none;
    position: fixed;
    max-width: 30%;
    background-color: #6A6A6A;
    color: #FFF;
    font-weight: 400;
    box-sizing: border-box;
    padding: 46px;
	z-index: 9;
	display: none;
}

.menuresp{
	display: none !important;
}

.menuresp {
    list-style: none;
    position: fixed;
    max-width: 30%;
    background-color: #6A6A6A;
    color: #FFF;
    font-weight: 400;
    box-sizing: border-box;
    padding: 46px;
	z-index: 9;
	display: none;
	list-style:none; 
	height: 100vh;
    padding-top: 70px;
}

.menu{
	list-style:none; 
	height: 100vh;
    padding-top: 70px;

}

.menu li:last-child{
	border: 0;
}

.menu li{
	position:relative; 
	float:left; 
	/* border-right:1px solid #c0c0c0;  */
	border-right: 1px solid #666;
	
	padding: 0 18px;
}

.menu li  ul{
	position:absolute; 
	top:22px; 
	left:0;
	background-color:#fff; 
	display:none;
	text-align: left;
    padding: 18px 8px;
    padding-bottom: 10px;
}  

.menu li:hover ul, .menu li.over ul{display:block;}

.menu li ul li{
	border:0; 
	display:block; 
	width:150px;    
	padding: 2px 10px;
    border-bottom: 1px solid #aaaaaa61;
}

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


/* .faixa-menu a:hover{
	color: #000;
} */

.menu-ativo{
	color: #FACE39 !important;
}

nav {
	margin-bottom: 20px;
}

nav a {
    padding: 4px 8px;
	transition: all 0.2s ease;
}

nav a:hover {
    color: #FACE39;
}

.ol {
  margin:0 0 1.5em;
  padding:0;
  counter-reset:item;
}
 
.ol>li {
  margin:0;
  padding:0 0 0 2em;
  text-indent:-2em;
  list-style-type:none;
  counter-increment:item;
}
 
.ol>li:before {
  display:inline-block;
  width:1.5em;
  padding-right:0.5em;
  font-weight:bold;
  text-align:right;
  content:counter(item) ".";
}

.ul{
    list-style: disc;
    margin-left: 50px;
	margin-top: 15px;
}

.ul3{
	list-style: disc;
    list-style-position: inside;
}

.ul li, .ol li{
	margin-bottom: 15px;
}

.mapa{
	width: 100%;
	height: calc(100vh - 140px);
    margin-top: 60px;
    margin-bottom: 80px;
}

.social{
	float: right;
    margin-right: 15px;
    margin-top: 8px;
}

.social-header {
    /* float: right; */
    padding-right: 20px;
    box-sizing: border-box;
    position: absolute;
    right: 20px;
    top: 30px;
}

.social-header img, .social-header-menor img{
	width: 25px;
	margin: 0 1px;
	border-radius: 2px;
}
	
.simresp{
	display: none;
}

.naoresp{
	display: initial;
}

.bg-header{
	position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
}

.bloco-banner {
    max-height: 100vh;
	height: 100vh;
    overflow: hidden;
    position: relative;
    top: 0;
}

/* .bg-quem-somos{
	min-height: 100vh;
} */

.logo-rodape{
	position: fixed;
    bottom: 20px;
    right: 35px;
	width: 75px;
	z-index: 1;
}

.logo-rodape img{
	width: 100%;
    filter: grayscale(1);
    opacity: 0.6;
	cursor: pointer;
}

.logo{
	position: absolute;
    top: 50%;
    margin-top: -47px;
    left: 50%;
    margin-left: -380px;
}

.texto-quem-somos{
	float: right;
	width: 65%;
	box-sizing: border-box;
	padding: 60px 80px;
	text-align: left;
	display: block;
	position: relative;
}

.img-left{
	float: left;
	width: 35%;
	overflow: hidden;
    max-height: 100vh;
	position: relative;
    display: inline-flex;
}

.img-left img{
	text-align: center;
    min-width: 100%;
    max-height: 100%;
    position: relative;
}

.h2-padrao {
    text-align: left;
    font-size: 44px;
    font-weight: 400 !important;
    color: #d6a558;
	margin-bottom: 10px;
}

.botao{
	border: 2px solid #D6A558;
    float: left;
    padding: 6px 30px;
	cursor: pointer;
}

.texto-area-atuacao{
	float: left;
	width: 65%;
	box-sizing: border-box;
	padding: 60px 80px;
	text-align: left;
	position: relative;
}	

.img-right{
	float: right;
	width: 35%;
	overflow: hidden;
    max-height: 100vh;
	position: relative;
    display: inline-flex;
}

.img-right img{
	text-align: center;
    min-width: 100%;
    max-height: 100%;
    position: relative;
}

.texto-atuacao{
	display: none;
	margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.texto-profissionais{
	display: none;
	margin: 20px auto;
	max-width: 800px;
	text-align: left;
}

.titulo-atuacao{
	cursor: pointer;
	font-weight: 800;
}

.lista{
	list-style: circle;
    list-style-position: inside;
    margin-top: 10px;
}

.lista-letras{
	list-style: upper-alpha;
    list-style-position: inside;
    margin-top: 10px;
}


.titulo-atuacao:after { 
    content: "";
    border-color: transparent #d6a558;
    border-style: solid;
    border-width: 0.25em 0 0.25em 0.35em;
    display: inline-block;
    height: 0;
    width: 0;
    /* left: -1em; */
    /* top: 0.9em; */
    position: relative;
    margin-left: 5px;
    margin-top: 0px;
		-webkit-transition:all 0.15s linear;
	-moz-transition:all 0.15s linear;
	-o-transition:all 0.15s linear;
	transition:all 0.2s ease;
}

.titulo-atuacao:hover:after, .titulo-atuacao-ativo:after {
    -webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
}

.bg-atuacao{
	background-color: #E3E4E8;
}

.center{
	text-align: center;
}

.titulo-profissionais{
	text-align: center;
	margin-bottom: 10px;
	cursor: pointer;
}

.titulo-profissionais span{
	font-weight: 800;
}

.bloco-ativo{
	cursor: pointer;
}

.bloco-ativo .titulo-profissionais:after { 
	content: "+";
    color: #FFF;
    background-color: #d6a558;
    border-style: solid;
    display: inline-block;
    height: 20px;
    width: 20px;
    /* left: -1em; */
    /* top: 0.9em; */
    position: relative;
    margin-left: 5px;
    margin-top: 0px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.2s ease;
    border-radius: 30px;
    font-size: 28px;
    line-height: 0.6;

}

.bloco-ativo-ativo .titulo-profissionais:after { 
	content: "-";
    color: #FFF;
    background-color: #d6a558;
    border-style: solid;
    display: inline-block;
    height: 20px;
    width: 20px;
    /* left: -1em; */
    /* top: 0.9em; */
    position: relative;
    margin-left: 5px;
    margin-top: 0px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.2s ease;
    border-radius: 30px;
    font-size: 28px;
    line-height: 0.7;

}

.bloco-ativo .titulo-profissionais:hover:after {
    -webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
}

.bloco-ativo-ativo .titulo-profissionais:hover:after {
    -webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
}

.texto-profissionais-geral{
	padding: 40px 0;
}

.texto-infos-contato{
	padding: 40px 20px;
	/* float: left; */
	width: 50%;
	margin: 0px auto;
	box-sizing: border-box;
}

.bloco-form {
    padding: 0 20px;
    /* float: left; */
    width: 50%;
    box-sizing: border-box;
    /* padding-top: 108px; */
    text-align: center;
    margin: 0px auto;
}

.bloco-ativo-ativo{
	background-color: #E3E4E8;
	padding: 20px;
	margin: 20px 0;
}

.seta-cinza{
	    content: "";
    border-color: transparent #ffffff;
    border-style: solid;
    border-width: 2.25em 2.35em 2.25em 0;
    display: inline-block;
    height: 0;
    width: 0;
    /* left: -1em; */
    /* top: 0.9em; */
    position: relative;
    /* margin-left: 5px; */
    margin-top: 0px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.2s ease;
    position: absolute;
    margin-top: 70px;
    /* right: 0; */
    margin-left: calc(100% - 37px);
    z-index: 4;
}

.seta-cinza2{
	content: "";
    border-color: transparent #e3e4e8;
    border-style: solid;
    border-width: 2.25em 0 2.25em 2.35em;
    display: inline-block;
    height: 0;
    width: 0;
    /* left: -1em; */
    /* top: 0.9em; */
    position: relative;
    /* margin-left: 5px; */
    margin-top: 0px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.2s ease;
    position: absolute;
    margin-top: 70px;
	z-index: 4;
}

.bg-rodape {
    background-color: #000;
    padding: 35px;
    /* text-align: center; */
	z-index: 999999;
    position: relative;
	margin-bottom: -32px;

}

.bg-rodape img{
	width: 110px;
	cursor: pointer;
}

.logo-header{
	width: 110px;
}

.mouse{
	position: fixed;
    bottom: 22px;
    left: 50%;
    width: 20px;
    margin-left: -12px;
    cursor: pointer;
	display: block;
	z-index: 999999;
}

.mouse-resp{
	position: absolute;
    bottom: 12px;
    left: 50%;
    width: 20px;
    margin-left: -12px;
    cursor: pointer;
	display: none;
}

.menu a {
    padding: 4px 8px;
    transition: all 0.2s ease;
    clear: both !important
    text-align: center;
    margin: 10px 0;
	animation: all 0.2 ease;
}

.menu .menu-ativo, .menu a:hover {
	text-decoration: underline;
	color: #FFF !important;
}

.imenu{
	display: block !important;
}

.imenuresp{
	display: none;
}

.img-nao-resp{
	display: block;
}

.img-resp{
	display: none;
}

.texto-profissionais img {
    width: 135px;
    float: left;
    margin-right: 20px;
}

.texto-profissionais-dentro {
    float: left;
    width: calc(100% - 160px);
}

/* Responsivo */
/* iPhone  ———– */
@media screen and (min-width: 200px) and (max-width: 700px) {
	
	header {
		width: 100%;
		padding-top: 15px;
		padding: 8px;
		box-sizing: border-box;
		font-size: 12px;
		/* height: 38px; */
		right: 0%;
		margin: 0;
		padding: 0;
		color: #FFF;
		padding-bottom: 18px;
		text-align: center;
		height: 55px;
		top: 0;
		/* display: table-column; */
		background-color: #FFF;
		box-shadow: -1px 0px 5px #bbb;
		z-index: 9999;
		display: block;
		position: absolute;
		margin-top: 2px;
	}
	
	.c-hamburger{
		display: initial !important;
		left: 10px;
		top: 12px;
	}
	
	.stage{
		width: 100%;
	}
	
	.rodape{
		margin-top: 0;
		padding-top: 10px;
	}
	
	.logo-resp{
		max-width: 70%;
		margin-left: 15%;
		margin-right: 15%;
		display: initial;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	nav{
		background-color: #FFF;
		top: 0px;
		left: 0px;
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 9999;
		padding-top: 42px;
		display: none;
	}
	
	nav > a {
		padding-top: 28px;
		width: 100%;
		float: left;
		text-align: center;
		margin-left: 0px;
		background-color: #6d3d29;
		color: #FFF;
		margin-top: 0px;
		padding-bottom: 0px;
		border-bottom: 1px solid #FFF;    
		font-size: 17px;
		font-weight: 600;
	}
		
	
	.menuresp{
		display: none;
	}
	
	ul, li{
		width: 100%;
	}
	
	#form-contato{
		width: 100%;
		box-sizing: border-box;
	}
	
	#form-contato input[type=submit]{
		width: 100%;
		box-sizing: border-box;
		height: 36px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	
	#form-contato textarea{
		width: 100%;
		height: 103px;
		padding: 10px 14px;
		font-family: 'Open Sans';
		margin-bottom: 9px;
		box-sizing: border-box;
		background-color: transparent;
		background-color: #D1DD25;
	}
	
	h1{
		font-size: 28px;
		text-align: left;
	}
	
	
	.mapa{
		width: 100%;
	}
	
	.assinatura{
		text-align: center;
		margin: 20px 0;
	}
	
	.rodape{
		margin-top: 0;
		box-sizing: border-box;
		padding-top: 0px;
	}
	
	.faixa-logo-branco{
		width: 100%;
	}
	
	.faixa-menu {
		padding: 0;
	}
	
	.faixa-menu nav{
		display: none;
	}
	
	.faixa-menu .stage{
		display: none;
	}
	
	.rodape{
		padding-top: 16px;
		font-size: 12px;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;    
		height: auto;
		margin-top: 20px;
	}
	
	.social{
		display: none;
	}
	
	.chamada{
		padding: 6px;
		padding-bottom: 0px;
		padding-left: 5px;
		top: 114px;
		max-width: 95%;
		left: 0;
		width: fit-content;
		border-top-right-radius: 7px;
		border-bottom-right-radius: 7px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		top: 3px;
	}
	
	#form-contatoc{
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
		font-size: 13px;
	}
	
	#form-contatoc input[type=text], #form-contatoc input[type=email], #form-contatoc input[type=password]{
		width: 100% !important;
		height: 30px;
	}
	
	#form-contato textarea, #form-contatoc textarea{
		width: 100%;
		margin: 0;
		height: 50px;
	}
	
	#form-contatoc input[type=submit]{
		padding: 10px;
		width: 91px;
		height: 39px;
		margin-top: 6px;
		margin: 0;
		margin-top: 8px;
		margin-bottom: 10px;
		-webkit-appearance: none !important;
		-moz-appearance: none !important;
		appearance: none !important;
	}
	
	.stage{
		padding: 20px !important;    
		box-sizing: border-box;
	}
	
	.stage-cliente{
		width: 100%;
		text-align: center;
	}
	
	.stage-cliente img{
		max-width: 60%;
	}
	
	
	#form-contato input[type=text], #form-contato input[type=email], #form-contato input[type=password]{
		width: 100%;
	}
	
	#form-contato .input-menor{
		width: 100% !important;
	}
	
	#form-contato .input-assunto{
		width: 100% !important;
	}
	
	#form-contato textarea{
		background-color: transparent;
		margin-bottom: 20px;
		height: 71px;
	}
	
	#form-contato input[type=submit]{
		margin: 0;
		
		-webkit-appearance: none !important;
		-moz-appearance: none !important;
		appearance: none !important;
	}
	
	
	h2{
		text-align: center;
	}
	
	
	.logo {
		max-width: 90%;
		margin-left: 5%;
		left: 0;
		margin-top: -50px;
	}
	
	.logo img{
		width: 100%;
	}
	
	.simresp{
		display: initial;
	}
	
	.naoresp{
		display: none;
	}
	
	
	.bx-wrapper{
		min-height: initial;
	}
	
	h2{
		margin: 0;
		font-size: 18px;
	}
	
	.social-header{
		margin-top: 18px;
		float: initial;
		right: 12px;
		margin-left: 0;
		padding: 0;
		margin-top: 0;
		top: 16px;
	}
	
	header{
		background-color: transparent;
		box-shadow: none;
		padding-top: 0px;
		margin: 0;
		display: block !important;
	}
	
	.social-header img {
		width: 20px;
		margin: 0px 2px;
	}
	
	header .stage{
		padding: 0 !important;
	}
	
	.logo-header {
		width: 75px;
		margin: 12px 0;
	}
	
	.banner{
		margin-top: 0;
	}
	
	#form-contato input[type=text], #form-contato input[type=email], #form-contato input[type=password] {
		width: 100% !important;
		box-sizing: border-box !important;
		margin: 5px 0 !important;
	}
	
	#form-contato textarea {
		width: 100% !important;
		box-sizing: border-box !important;
		margin: 5px 0 !important;
		height: 100px;
		margin-bottom: 10px !important;
		font: 14px/1.4 'Cabin', Arial, sans-serif;
	}
	
	nav a{
		margin: 0 !important;
		font-size: 16px !important;
		    padding: 0;
			background-color: #6a6a6a;
	}
	
	.menu-ativo {
		background-color: #8a5442;
		color: #fff !important;
	}
	
	.menu, .menuresp{
		max-width: 90%;
		width: auto;
	}
	
	img.infos-acomodacoes{
		width: 100%;
		margin: 0px;
		margin-bottom: 15px;
	}
	
	.ul li, .ol li, .ul{
		margin: 0 !important;
		margin-top: 10px !important;
		box-sizing: border-box;
	}
	
	.ul{
		margin: 0;
		padding-left: 50px;
	}
	.ol .ul{
		list-style: none;
	}
	
	.bg-header{
		min-height: 100%;
		width: auto;
		right: 0;
	}
	
	.img-left {
		float: left;
		min-width: 100%;
		overflow: hidden;
		max-height: 100vh;
		position: relative;
		display: inline-flex;
		width: auto;
		display: none;
	}
	
	.texto-quem-somos, .texto-area-atuacao {
		float: right;
		width: 100%;
		box-sizing: border-box;
		padding: 60px 30px;
		text-align: left;
		font-size: 14px;
		text-align: justify;
		padding-bottom: 25px;
	}
	
	
	.h2-padrao{
		margin-bottom: 10px;
	}
	
	.botao{
		display: none;
	}
	
	.logo-rodape {
		position: fixed;
		bottom: 20px;
		right: 25px;
		width: 65px;
		z-index: 999999999;
	}
	
	.img-right{
		display: none;
	}
	
	.texto-profissionais-geral {
		padding: 20px 0;
	}

	.texto-infos-contato {
		padding: 40px 20px;
		float: left;
		width: 100%;
		box-sizing: border-box;
		text-align: left;
		padding-bottom: 0;
	}
	
	.bloco-form {
		padding: 40px 20px;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding-top: 28px;
	}
	
	.resp{
		display: none;
		 overflow-y: scroll !important; /* has to be scroll, not auto */
		-webkit-overflow-scrolling: touch !important;
		z-index: 99999;
		position: relative;
		-webkit-transform: translate3d(0,0,0)
	}
	
	.nao-resp{
		display: initial;
		z-index: -1;
		position: relative;
	}
	
	.bloco-banner {
		height: 100vh;
	}
	
	.mouse{
		display: none;
	}
	
	.mouse-resp{
		display: block;
		filter: invert(1);
		bottom: 90px;
	}
	
	.imenu{
		display: none !important;
	}
	
	.imenuresp{
		display: block !important;
	}
	
	.img-resp{
		display: block;
	}

	.img-nao-resp{
		display: none;
	}
	
	#s-profissionais{
		min-height: 100vh;
	}
	
	.texto-profissionais img {
		width: 50%;
		float: initial;
		margin-right: 20px;
	}
	
	.texto-profissionais-dentro {
    float: left;
		width: 100%;
		margin-top: 12px;
	}
	
	.texto-profissionais {
		display: none;
		margin: 20px auto;
		max-width: 800px;
		text-align: center;
	}
}