@charset "UTF-8";

/* == RESET == */
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, img {
	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;
}
/* Ajustes Adicionais */
*, *:before, *:after {
   box-sizing: border-box;
}
*:focus {
   outline: none;
}
textarea:focus, input:focus{
   outline: none;
}

/* == CORES DO PROJETO ==

Cinza claro: #f2f2f2;
Cinza escuro: #666666;
Verde Escuro: #1a7b75
Verde: #3dbab3
Verde Claro: #b7e8e7
Laranja: #e67e22
Laranja escuro: #bd681c

/* == SETUP BÁSICO == */

html {
   overflow-x: hidden;
}

body {
   font-size: 62.5%;
   line-height: 1.5;
   font-family: 'Roboto', sans-serif;
   font-weight: 400;
   color: #666666;
   margin: 0;
   overflow-x: hidden;
   position: relative;
}

/* Margens */

.mt-1 {
  margin-top: 1em;
}

.mt-2 {
  margin-top: 2em;
}

/* == CONTAINER / COLUNAS == */

section {
  width: 100%;
  padding: 6em 0;
  border-top: 1px solid #eeeeee;
}

.container {
	margin: 0 auto;
	width: 100%;
	max-width: 1170px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
   flex-wrap: wrap;
}

.flexColuna {
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -ms-flex-line-pack: center;
   align-content: center;
}

.flexLinha {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
}

.coluna1 {
   width: 100%;
   max-width: 1170px;
   margin: 0 auto;
}

.coluna2 {
   width: 48.5%;
   margin: 2em 3% 2em 0;
}

.coluna2:nth-child(2n) {
	margin-right: 0;
}

.coluna3 {
	width: 31.3333333%;
	margin: 3em 3% 3em 0;
}

.coluna3:nth-child(-n+3) {
  margin-top: 0;
}

.coluna3:nth-child(3n) {
	margin-right: 0;
}

.coluna-3-fluida {
	width: 31.3333333%;
	margin: 3em 3% 3em 0;
}

.coluna-3-fluida:nth-of-type(-n+3) {
  margin-top: 0;
}

.coluna-3-fluida:nth-of-type(3n) {
	margin-right: 0;
}

.coluna-3-fluida:nth-last-of-type(-n+3) {
	margin-bottom: 0;
}

.coluna4 {
	width: 22.75%;
	margin: 2em 3% 2em 0;
}

.coluna4:nth-child(4n) {
	margin-right: 0;
}

.coluna8 {
	width: 10.75%;
	margin: 0em 2% 2em 0;
}

.coluna8:nth-child(8n) {
	margin-right: 0;
}

.textoColunas {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 5em;
  -webkit-column-gap: 5em;
  column-gap: 5em;
}

.colunaTexto {
	width: 70%;
	margin: 0 auto;
	text-align: left;
}

.cardContent {
	padding: 3em 2em;
}

.coluna4 .cardContent {
	padding: 1.5em 1.5em;
}

.cardContent p:nth-last-of-type(1) {
	margin: 0 !important;
}

.cards .coluna1,
.cards .coluna2,
.cards .coluna3,
.cards .coluna4,
.cards .coluna8,
.cards .coluna2 .cardContent,
.cards .coluna3 .cardContent,
.cards .coluna4 .cardContent,
.cards .coluna8 .cardContent {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
}

.cards .coluna2 p:nth-last-of-type(1),
.cards .coluna3 p:nth-last-of-type(1),
.cards .coluna4 p:nth-last-of-type(1),
.cards .coluna2 .cardContent p:nth-last-of-type(1),
.cards .coluna3 .cardContent p:nth-last-of-type(1),
.cards .coluna4 .cardContent p:nth-last-of-type(1),
.cards .coluna2 .cardContent,
.cards .coluna3 .cardContent,
.cards .coluna4 .cardContent {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#procedimentos .cards .coluna3 p:nth-last-of-type(1),
#procedimentos .cards .coluna3 .cardContent p:nth-last-of-type(1) {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.cards .coluna3 .cardContent ul {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.linhaDivisoria {
  margin: 4em auto;
  height: .1em;
  background-color: #ccc;
  width: 90%;
	max-width: 1170px;
}

/* == ESTILO TEXTO == */

p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  margin-bottom: 2em;
  line-height: 2em;
  display: block;
  text-rendering: optimizeLegibility;
}

strong {
  font-weight: 500;
}

p:last-child {
  margin-bottom: 0;
}

.center {
  text-align: center;
}

a {
  color: #3dbab3;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover {
  color: #1a7b75;
}

#banner h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 7em;
  line-height: .5em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 4px 1px rgba(0,0,0,0.2);
  margin-bottom: .5em;
}

#banner h1 small {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: .4em;
  line-height: 1.5em;
  color: #fff;
  font-style: normal;
  text-transform: none;
  margin-top: 2em;
  display: block;
}

h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 4em;
  line-height: 1em;
  color: #666666;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: .4em;
}

h1 small {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: .4em;
  color: #999999;
  text-transform: none;
}

.headLine {
  display: block;
  margin: 0 auto 5em;
  width: 8em;
  height: 1em;
  background-image: url(../images/lines.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 4em;
  line-height: 1em;
  color: #666666;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: .4em;
}

h2 small {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: .4em;
  color: #999999;
  text-transform: none;
}

h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 2.2em;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 2em;
}

h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.8em;
  color: #666666;
  margin-bottom: .2em;
}

.lista ul,
.lista ol {
  margin-bottom: 2em;
}

.lista li {
  font-family: 'Roboto', sans-serif;
	font-size: 1.6em;
	color: #666666;
  line-height: 2em;
  margin-left: 2em;
}

.lista li:before {
  font-family: 'Font Awesome 5 Free';
  font-size: .9em;
  content:"\f35a";
  padding-right: 1em;
  margin-left: -2em;
  color: #3dbab3;
}

/* == HEADER == */
header {
  width: 100%;
  height: 12em;
  background-color: #fff;
  border-top: .4em solid #3dbab3;
  border-bottom: 1px solid #d3d3d3;
  box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: row;
  align-items: center;
  position: fixed;
  z-index: 100;
  -webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

header .container {
  max-width: 100%;
  padding: 0 3em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 25%;
  max-width: 260px;
}

.logo img {
  width: 100%;
}

.header-min{
	height: 10em;
}

/* == MENU DESKTOP == */

.menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

nav {
  text-align: right;
}

nav ul:first-child {
  margin-right: 1em;
  /* border-right: solid .1em #cccccc; */
}

nav ul:first-child li {
  margin-right: .5em;
  display: inline-block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

nav ul:first-child li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.4em;
  text-transform: uppercase;
  padding: 0.5em 0.5em;
  color: #3dbab3;
}

nav ul:first-child li a i {
   color: #999999;
   font-size: 1em;
   margin-right: 0.75em;
}

/* Complemento do Menu */
nav ul:last-child li {
  list-style: none;
  display: inline-block;
  margin-right: 1em;
}

nav ul:last-child li:last-child {
  margin-right: 0;
}

nav ul:last-child li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.4em;
  text-transform: uppercase;
  padding: .5em 1em;
  color: #fff;
  background-color: #e67e22;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

nav ul:last-child li a:hover {
  background-color: #bd681c;
}

/* == MENU MOBILE == */
.fechaMenu {
  display: none;
}

/*Menu Lateral*/
.menu-mob {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  right: 0;
  z-index: 300;
  width: 250px;
  height: 100%;
  background: #333;
  box-shadow: inset 5px 0px 10px 0px rgba(0,0,0,.5);
}

.menu-mob ul {
	list-style: none;
}

.menu-mob ul li {
  margin-bottom: 0;
	border-bottom: 1px solid rgba(255,255,255,.2);
}

.menu-mob li a {
	font-family: 'Roboto', sans-serif;
  font-size: 1.8em;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
  padding: 1em 1em;
  display: block;
  text-decoration: none;
}

.menu-mob li a i {
  color: #999999;
  font-size: 1em;
  width: 1.5em;
  margin-right: 0.5em;
}

/*-----------Esconde menu mobile-----------*/

.menu-mob {
	-webkit-transform: translateX(250px);
	transform: translateX(250px);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header, main, footer {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/*------Classe 'menu-mob' na tag HTML------*/

.menu-active .menu-mob {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.menu-active header,
.menu-active main,
.menu-active footer {
	-webkit-transform: translateX(-250px);
	transform: translateX(-250px);
}

/* == MAIN == */

main {
  margin-top: 12em;
}

.bgCinza {
  background-color: #f9f9f9;
}

/* == Parallax == */
.parallaxGroup {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

.parallax {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: auto;
  z-index: -1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.parallax img {
  width: 100%;
}

/* == Banner topo == */
#banner {
  border: 0;
  padding: 0;
}

.bannerContentGroup {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bannerText {
  /* background-color: #fff; */
  width: 100%;
  padding: 3em 5em;
  z-index: 50;
  /* margin-bottom: 3em; */
}

.bannerImg {
  margin: 0;
	width: 100%;
  height: 100%;
	overflow: hidden;
	text-align: center;
  position: absolute;
}

.bannerImg img {
  margin: auto;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  position: absolute;
}

.btLink {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
	font-size: 1.6em;
	text-transform: uppercase;
	color: #fff;
	margin: 0 auto;
	padding: 1em 2em;
	background-color: #e67e22;
	border-radius: .2em;
  display: table;
}

.btLink:hover {
	color: #fff;
	background-color: #bd681c;
}

.fotoPerfil {
  position: relative;
  margin: 0 auto 4em;
  width: 80%;
  max-width: 350px;
  border-radius: 50%;
  border: solid 1px #eee;
}

.fotoPerfil img {
  width: 100%;
  border-radius: 50%;
}

.mapaLocalizacao > iframe {
  border: solid .4em #cccccc;
}

.icoDiferenciais {
  font-size: 2.2em;
  color: #3dbab3;
  width: 2.4em;
  min-width: 2.4em;
  height: 2.4em;
  min-height: 2.4em;
  background-color: #fff;
  border: solid 1px #eeeeee;
  border-radius: 50%;
  margin: 0 auto .6em;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* === Galeria de Imagens === */
.galeriaImagens {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.thumbImagem {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2em;
}

.thumbImagem:nth-child(4n) {
  margin-right: 0;
}

.thumbImagem:nth-last-child(-n+4) {
  margin-bottom: 0;
}

.thumbImagem figure {
  position: relative;
  overflow: hidden;
}

.thumbImagem img {
  width: 100%;
}

.imgMouseOver {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0);
  text-align: center;
  font-size: 6em;
  color: rgba(0,0,0,0);
  -webkit-transition: all 0.4s cubic-bezier(0,.84,.28,1);
  transition: all 0.4s cubic-bezier(0,.84,.28,1);
  display: flex;
	flex-direction: column;
	justify-content: center;
  align-items: center;
  opacity: 0;
  transform: scale(1.5);
}

.thumbImagem figure:hover .imgMouseOver {
  background-color: rgba(0,0,0,0.5);
  color: rgba(255,255,255,0.6);
  transform: scale(1);
  opacity: 1;
}

/* == Procedimentos == */
#procedimentos h3 {
  margin-top: 3em;
  margin-bottom: 1em;
}

#procedimentos .coluna3 {
  background-color: #fff;
  border: solid 1px #eeeeee;
  position: relative;
  margin-top: 6em;
}

.procedimentosIco {
  position: absolute;
  width: 12em;
  height: 12em;
  top: -6em;
  left: -9999px;
  right: -9999px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #3dbab3;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.2);
}

.procedimentosIco i {
  color: #fff;
  font-size: 6em;
}

/* == Convenios == */
#convenios .coluna8 {
  border: solid 1px #eeeeee;
}

#convenios .coluna8 figure {
  width: 100%;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#convenios .coluna8 figure img {
  width: 100%;
}

#convenios .coluna8:hover figure {
  -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}

/* == Depoimentos == */
.depoimentosGroup .coluna1 {
  padding: 0 10em;
}

.slick-prev {
  left: 25px;
  z-index: 100;
}

.slick-next {
  right: 25px;
  z-index: 100;
}

.slick-next::before, .slick-prev::before {
  font-size: 25px;
  opacity: 1;
  color: #3dbab3;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.slick-prev:hover::before, .slick-next:hover::before {
  color: #1a7b75;
}

/* == Blog == */
#blog h3 {
  margin-bottom: 1em;
}

#blog .coluna3 {
  border: solid 1px #eeeeee;
  background-color: #fff;
}

.blogThumb {
  width: 100%;
}

.blogThumb img {
  width: 100%;
}

.circLink {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
	font-size: 1.6em;
	text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-top: 1.5em;
}

.circLink div:first-child {
  width: 3em;
  height: 3em;
  border: solid .1em #3dbab3;
  border-radius: 50%;
  margin-right: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circLink div:first-child i {
  color: #3dbab3;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.circLink:hover div:first-child i {
  margin-left: .5em;
  color: #1a7b75;
}

.blogPostImg {
  width: 100%;
  margin-bottom: 3em;
  border: solid 1em #f2f2f2;
}


/* == Ícones de Contato == */
.boxContato {
  display: flex;
  align-items: center;
  margin-bottom: 4em;
}

.boxContato:last-child {
  margin-bottom: 0;
}

.icoContato {
  font-size: 2.2em;
  color: #3dbab3;
  width: 2.4em;
  min-width: 2.4em;
  height: 2.4em;
  min-height: 2.4em;
  background-color: #fff;
  border: solid 1px #eeeeee;
  border-radius: 50%;
  margin-right: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.labelAplicativo {
  display: flex;
  justify-content: space-between;
}

.labelAplicativo figure {
  margin-top: 1em;
  width: 45%;
}

.labelAplicativo img {
  width: 100%;
}

/* == Selos == */

.selosEntidades {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.selosEntidades img {
  width: auto;
  max-width: 120px;
  height: auto;
  max-height: 100px;
}

/* == Estilos Rodapé == */

footer {
  position: relative;
  width: 100%;
  background-color: #666666;
  padding-bottom: 5em;
  border-top: solid 4px #3dbab3;
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer p {
  font-size: 1.4em;
  text-align: center;
  color: #fff;
}

.redeSocial {
  width: 100%;
  background-color: #555;
  margin-bottom: 3em;
}

.redeSocial ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.redeSocial a {
  font-size: 2em;
  color: #ccc;
  width: 2em;
  height: 2em;
  margin: .5em;
  border: solid 1px #ccc;
  border-radius: .2em;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.redeSocial .facebook:hover {
  color: #fff;
  background-color: #32529f;
  border: solid 1px #32529f;
}

.redeSocial .instagram:hover {
  color: #fff;
  background-color: #ce265f;
  border: solid 1px #ce265f;
}

.botaoSubir {
  position: fixed;
  bottom: 1em;
  right: 1em;
  font-size: 3em;
  color: #fff;
  width: 2em;
  height: 2em;
  background-color: #3dbab3;
  border-radius: 50%;
  z-index: 300;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  opacity: 0;
}

.botaoSubir:hover {
  color: #fff;
  background-color: #1a7b75;
}

.opacidade {
  opacity: 1;
}

/* === FORMULÁRIO === */
legend {
  font-family: 'Roboto', sans-serif;
	font-size: 1.6em;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
	color: #999999;
  width: 100%;
  padding: 1em 0;
  background-color: #eeeeee;
  margin: 2em 0;
}

legend:first-child {
  margin-top: 0;
}

.formMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.formGroup {
  width: 100%;
  max-width: 500px;
  margin-bottom: 3em;
  position: relative;
}

label {
  font-family: 'Roboto', sans-serif;
	font-size: 1.6em;
  font-weight: 400;
	color: #666666;
  border: 0;
  top: 1em;
  left: 0.6em;
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  background: #fff;
  color: #666666;
  border: none;
  border-radius: 0.2em 0.2em 0 0;
  border-bottom: 1px solid #999;
  width: 100%;
  max-width: 500px;
}

input[type=text],
input[type=email],
input[type=tel],
select {
  padding: 1.6em 2.8em 0.6em 0.6em;
}

textarea {
  display: block;
  resize: none;
	height: 8em;
	padding: 1.6em 2.2em 0.6em 0.6em;
}

select {
  height: 2.7em;
}

input[type=text]:disabled,
input[type=email]:disabled,
input[type=tel]:disabled,
select:disabled {
  background: #eeeeee;
}

input:focus ~ label,
textarea:focus ~ label {
  left: 0.9em;
  top: 0.4em;
  font-size: 1.1em;
  color: #999999;
}

.labelActive {
  left: 0.9em;
  top: 0.4em;
  font-size: 1.1em;
  color: #999999;
}

button[type=submit] {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.6em;
	background-color: #e67e22;
	margin: 0 auto;
	padding: 1em 2em;
	text-transform: uppercase;
  color: #fff;
  border: 0;
	border-radius: 0.2em;
  position: relative;
	display: table;
  cursor: pointer;
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all;
}

button[type=submit]:hover {
  background: #bd681c;
}

button[type=submit]:disabled {
  background-color: #666666;
  cursor: none;
}

.submitDisabled {
  background-color: #666666 !important;
  pointer-events: none;
}

.g-recaptcha > div {
  margin: 0 auto;
}

/* Barra Inferior ================================= */
.formBar {
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
}

.formBar:before, .formBar:after 	{
  content:'';
  height: 0.2em;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #999;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.formBar:before {
  left: 50%;
}

.formBar:after {
  right: 50%;
}

input:focus ~ .formBar:before,
input:focus ~ .formBar:after,
textarea:focus ~ .formBar:before,
textarea:focus ~ .formBar:after {
  width: 50%;
}

/* === Alertas de Validação === */
#alertaForm {
  position: absolute;
  right: 1em;
  top: 1.3em;
  -webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.campoFormValido::after {
  font-family: 'Font Awesome 5 Free';
  font-size: 2.2em;
  font-weight: 900;
  color: #007C31;
  content:"\f058";
  animation-name: fadeIn;
  animation-duration: 0.5s;
}

.campoFormInvalido::after {
  font-family: 'Font Awesome 5 Free';
  font-size: 2.2em;
  font-weight: 900;
  color: #db3737;
  content:"\f06a";
  animation-name: fadeIn;
  animation-duration: 0.5s;
}

#alertaFormMsg {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  text-align: left;
  bottom: -1.6em;
  left: 0.6em;
  color: #db3737;
  position: absolute;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* == Modal do formulário de contato == */
.modal-view-container {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 350;
}

.view.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 400;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transition: -webkit-transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
	transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
	pointer-events: none;
	opacity: 0;
	will-change: transform, opacity;
}

.view.modal.visible {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out,	opacity 0.3s ease-in-out;
}

.modal-view-details {
	background: #FFF;
	z-index: 500;
	position: fixed;
	left: 50%;
	top: 50%;
	padding: 2.5em;
	width: 85%;
	max-width: 500px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 0.5em;
	box-shadow: 0 0.7em 2em rgba(0,0,0,0.4);
}

.modal-view-details p {
  text-align: center;
  margin: 0;
}

.modal-view-details p:first-child {
  color: #db3737;
  font-size: 2em;
	text-transform: uppercase;
}

.modal-view-details button {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.6em;
	background-color: #3dbab3;
	margin: 1em auto 0 auto;
	padding: 0.6em 1.2em;
	text-transform: uppercase;
  color: #fff;
  border: 0;
	border-radius: .2em;
  display: table;
  cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.modal-view-details button:hover {
  color: #fff;
	background-color: #D6932D;
}

.modal:after {
	position: fixed;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	content: '';
}

.view {
	will-change: transform;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}

/* == Box para Mensagens de  OnSite == */
.alertContainer {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.alert {
  width: 100%;
  padding: 15px;
  margin-bottom: 4em;
  border: 1px solid transparent;
  border-radius: 0.4em;
  border: solid 1px #3dbab3;
  background-color: #f1d9e5;
  text-align: center;
}

/* === MOBILE MEDIA QUERIES === */

@media screen and (max-width: 1280px) {

  .container {
    padding: 0 1em;
  }

}

@media screen and (max-width: 1170px) {

  .container {
    padding: 0 2em;
  }

  .alertContainer {
    padding: 0 2em;
  }

}

@media screen and (max-width: 1080px) {

}

@media screen and (min-width: 961px) {

  .menu {
    display: flex;
  }

  .hamburger {
    display: none;
  }

  #banner .btLink {
    display: none;
  }

}

@media screen and (max-width: 960px) {

  #banner h1 {
    font-size: 6em;
  }

  .logo {
    margin-left: 1em;
    width: 75%;
    max-width: 220px;
    margin-top: .8em;
  }

  nav {
    width: 25%;
  }

  section {
    padding: 3em 0;
  }

  .headLine {
    margin: 0 auto 4em;
  }

  .menu {
    display: none;
    }

  .hamburger {
    margin-top: .4em;
    display: inline-block;
  }

  .coluna1 {
    margin: 1.5em 0;
  }

  .coluna2 {
      width: 49%;
      margin: 1.5em 2% 1.5em 0;
  }

  .coluna3 {
      width: 100%;
      max-width: 700px;
      margin: 1.5em auto 1.5em;
  }

  .coluna3:nth-child(-n+3) {
    margin-top: 1.5em;
  }

  .coluna3:nth-child(3n) {
    margin-right: auto;
  }

  .coluna3:first-child {
    margin-top: 0;
  }

  .coluna-3-fluida:nth-of-type(-n+3) {
    margin-top: 2em;
  }

  .coluna-3-fluida:nth-of-type(3n) {
  	margin-right: 2%;
  }

  .coluna-3-fluida:nth-last-of-type(-n+3) {
  	margin-bottom: 2em;
  }

  .coluna-3-fluida {
    width: 49%;
    margin: 2em 2% 2em 0;
  }

  .coluna-3-fluida:nth-of-type(-n+2) {
    margin-top: 0;
  }

  .coluna-3-fluida:nth-of-type(2n) {
  	margin-right: 0;
  }

  .coluna-3-fluida:nth-last-of-type(-n+2) {
  	margin-bottom: 0;
  }

  .coluna4 {
      width: 31.3333333%;
      margin: 1.5em 2% 1.5em 0;
      border-radius: 0.6em;
  }

  .coluna4:nth-child(4n) {
      margin-right: 2%;
  }

  .coluna4:nth-child(3n) {
      margin-right: 0;
  }

  .coluna8 {
  	width: 18.4%;
  	margin: 0em 2% 1.5em 0;
  }

  .coluna8:nth-child(8n) {
  	margin-right: 2%;
  }

  .coluna8:nth-child(5n) {
  	margin-right: 0;
  }

  .cardContent {
      padding: 2em;
  }

}

@media screen and (max-width: 800px) {

  #banner h1 {
    font-size: 5em;
  }

  h2 {
    font-size: 2.8em;
    line-height: 1em;
  }

  h2 small {
    font-size: .5em;
    color: #999999;
  }

  h3 {
    margin-bottom: 1em;
  }

  header .container {
    padding: 0 1em;
  }

  .textoColunas {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0;
  }

  .colunaTexto {
		width: 85%;
	}

  .depoimentosGroup .coluna1 {
    padding: 0 6em;
  }

}

@media screen and (max-width: 768px) {

  #banner h1 {
    font-size: 4em;
    margin-bottom: 1em;
  }

  #banner h1 small {
    font-size: .5em;
  }

  h1 {
    font-size: 3.4em;
    line-height: 1.1em;
  }

  h1 small {
    font-size: .6em;
  }

  .bannerContentGroup {
    align-items: flex-end;
  }

  .bannerText {
    padding: 1em;
    margin-bottom: 4em;
  }

  .coluna1 {
    margin: 1em 0;
  }

  .coluna2 {
      width: 100%;
      margin: 2em 0;
  }

  .coluna-3-fluida:nth-of-type(-n+2) {
    margin-top: 2em;
  }

  .coluna-3-fluida:nth-of-type(2n) {
    margin-right: 2%;
  }

  .coluna-3-fluida:nth-last-of-type(-n+2) {
    margin-bottom: 2em;
  }

  .coluna-3-fluida {
    width: 100%;
    margin: 2em 0;
  }

  .coluna-3-fluida:nth-of-type(1) {
    margin-top: 0;
  }

  .coluna-3-fluida:nth-of-type(2n) {
    margin-right: 2%;
  }

  .coluna-3-fluida:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  .coluna4 {
      width: 49%;
      margin: 1em 2% 1em 0;
  }

  .coluna4:nth-child(3n) {
      margin-right: 2%;
  }

  .coluna4:nth-child(2n) {
      margin-right: 0%;
  }

  /* Galeria de Imagens */
  .thumbImagem {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2em;
  }

  .thumbImagem:nth-child(4n) {
    margin-right: 2%;
  }

  .thumbImagem:nth-last-child(-n+4) {
    margin-bottom: 0;
  }

  .thumbImagem:nth-child(3n) {
    margin-right: 0;
  }

  .thumbImagem:nth-last-child(-n+3) {
    margin-bottom: 0;
  }

  .boxContatoGroup {
    margin: 0 auto;
  }

}

@media screen and (max-width: 640px) {

  header {
    height: 10em;
  }

  .logo {
    max-width: 200px;
    margin-top: .6em;
  }

  main {
    margin-top: 10em;
  }

  .header-min {
    height: 8em;
  }

  .botaoSubir {
    bottom: .5em;
    right: .5em;
    font-size: 2em;
    width: 1.5em;
    height: 1.5em;
  }

  /* Galeria de Imagens */
  .thumbImagem {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 1em;
  }

  .thumbImagem:nth-child(3n) {
    margin-right: 2%;
  }

  .thumbImagem:nth-last-child(-n+3) {
    margin-bottom: 1em;
  }

  .thumbImagem:nth-child(2n) {
    margin-right: 0;
  }

  .thumbImagem:nth-last-child(-n+2) {
    margin-bottom: 0;
  }

  .colunaTexto {
		width: 100%;
	}

  .selosEntidades {
    flex-direction: column;
  }

  .selosEntidades img {
    margin-bottom: 4em;
  }

  .selosEntidades img:last-child {
    margin-bottom: 0;
  }

}

@media screen and (max-width: 480px) {

  #banner h1 {
    font-size: 3.4em;
  }

  #banner h1 small {
    font-size: .4em;
  }

  h1 {
    font-size: 2.8em;
    line-height: 1.2em;
  }

  h1 small {
    font-size: .6em;
  }

  .logo {
    max-width: 180px;
  }

  .icoContato {
    margin-right: 1em;
  }

  .coluna8 {
    width: 23.5%;
  	margin: 0 2% 1.5em 0;
  }

  .coluna8:nth-child(5n) {
  	margin-right: 2%;
  }

  .coluna8:nth-child(4n) {
  	margin-right: 0;
  }

  .depoimentosGroup .coluna1 {
    padding: 0 4em;
  }

}

@media screen and (max-width: 375px) {

  .coluna4 {
    width: 100%;
    margin: 1em 0;
  }

}

@media screen and (max-width: 320px) {

}
