@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
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;
}

button {
  cursor: pointer;
  padding: 0;
  background: none;
  border: 0;
}

a {
  text-decoration: none;
}

* {
  border: 0;
  padding: 0;
}

.fonte_padrao, p {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.fonte_principal {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.cabecalho {
  width: 100%;
  position: absolute;
  z-index: 10;
}
.cabecalho .central {
  height: 110px;
}
.cabecalho .logo {
  position: absolute;
  top: 50%;
  height: 80px;
  margin-top: -40px;
}
@media only screen and (min-width: 1000px) {
  .cabecalho .logo {
    left: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .cabecalho .logo {
    left: 50%;
    margin-left: -50px;
  }
}
.cabecalho .logo img {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 1000px) {
  .cabecalho .navegacao {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 180px;
  }
  .cabecalho .navegacao ul li {
    float: left;
    padding-right: 50px;
    padding-left: 50px;
    border-right: 1px solid #fcc922;
  }
  .cabecalho .navegacao ul li:last-child {
    border: 0;
  }
  .cabecalho .navegacao ul li:first-child {
    padding-left: 0px;
  }
  .cabecalho .navegacao ul li .botao_cabecalho {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
  }
  .cabecalho .navegacao ul li .botao_cabecalho:hover, .cabecalho .navegacao ul li .botao_cabecalho:focus {
    color: #fcc922;
  }
}
@media only screen and (max-width: 1000px) {
  .cabecalho .navegacao {
    display: none;
  }
}
.cabecalho .botao_call_to_action {
  position: absolute;
  right: 0;
}
@media only screen and (min-width: 1000px) {
  .cabecalho .botao_call_to_action {
    top: 17px;
  }
}
@media only screen and (max-width: 1000px) {
  .cabecalho .botao_call_to_action {
    display: none;
  }
}
.cabecalho .botao_call_to_action .botao_whatsapp_loja {
  float: left;
  background: #fcc922;
  padding: 20px 50px 20px 50px;
  margin-right: 15px;
}
.cabecalho .botao_call_to_action .botao_whatsapp_loja:last-child {
  margin-right: 0px;
}
.cabecalho .botao_call_to_action .botao_whatsapp_loja strong {
  font-size: 18px;
  line-height: 16px;
}
.cabecalho .botao_call_to_action .botao_whatsapp_loja span {
  font-size: 18px;
  line-height: 18px;
  display: block;
}
.cabecalho .botao_call_to_action .botao_whatsapp_loja:hover, .cabecalho .botao_call_to_action .botao_whatsapp_loja:focus {
  background: green;
  color: #fff;
}

/************************/
/************************/
/************************/
/************************/
.destaque {
  width: 100%;
  float: left;
  float: left;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1000px) {
  .destaque {
    height: 800px;
    background: #000 url("images/bg_destaque.jpg") top center no-repeat;
  }
}
@media only screen and (max-width: 1000px) {
  .destaque {
    background: #000;
  }
}
.destaque .bloco {
  float: right;
}
@media only screen and (min-width: 1000px) {
  .destaque .bloco {
    width: 600px;
    margin-top: 240px;
  }
}
@media only screen and (max-width: 1000px) {
  .destaque .bloco {
    padding-bottom: 50px;
    margin-top: -70px;
  }
}
.destaque .bloco .titulo {
  margin-bottom: 20px;
  color: #fff;
}
@media only screen and (min-width: 1000px) {
  .destaque .bloco .titulo {
    font-size: 48px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1000px) {
  .destaque .bloco .titulo {
    font-size: 38px;
    line-height: 40px;
  }
}
.destaque .bloco .titulo strong {
  color: #fcc922;
}
.destaque .bloco p {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 20px;
  color: #fff;
}
.destaque .bloco .botao {
  padding: 10px 50px 10px 50px;
  color: #000;
  background: #fcc922;
}
@media only screen and (min-width: 1000px) {
  .destaque .bloco .botao {
    font-size: 30px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1000px) {
  .destaque .bloco .botao {
    font-size: 26px;
    line-height: 28px;
  }
}
.destaque .bloco .botao:hover, .destaque .bloco .botao:focus {
  color: #000;
  background: #37b300;
}

.depoimentos {
  width: 100%;
  float: left;
  background: #000 url("images/bg_depoimentos.jpg") top center no-repeat;
  padding-top: 40px;
  padding-bottom: 40px;
}
.depoimentos .titulo_depoimentos {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 29px;
  color: #fff;
}
.depoimentos .titulo_depoimentos strong {
  color: #fcc922;
}
.depoimentos .txt_depoimentos {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.depoimentos .grid_depoimentos {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.depoimentos .grid_depoimentos:after {
  content: " ";
  clear: both;
  display: block;
}
.depoimentos .grid_depoimentos .depoimentos_itens {
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .depoimentos .grid_depoimentos .depoimentos_itens {
    width: 80%;
  }
}
@media only screen and (max-width: 1000px) {
  .depoimentos .grid_depoimentos .depoimentos_itens {
    width: 95%;
  }
}
.depoimentos .grid_depoimentos .depoimentos_itens:after {
  content: " ";
  clear: both;
  display: block;
}
.depoimentos .grid_depoimentos .depoimentos_itens .depoimento_item {
  float: left;
}
@media only screen and (min-width: 1000px) {
  .depoimentos .grid_depoimentos .depoimentos_itens .depoimento_item {
    width: 33.33%;
  }
}
@media only screen and (max-width: 1000px) {
  .depoimentos .grid_depoimentos .depoimentos_itens .depoimento_item {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .depoimentos .grid_depoimentos .depoimentos_itens .depoimento_item {
    width: 100%;
  }
}
.depoimentos .grid_depoimentos .depoimentos_itens .depoimento_item .depoimento_1 {
  background: #000 url("images/depoimentos/depoimento.jpg") top center no-repeat;
}
.depoimentos .grid_depoimentos .depoimentos_itens .depoimento_item .depoimento_2 {
  background: #000 url("images/depoimentos/depoimento.jpg") top center no-repeat;
}
.depoimentos .grid_depoimentos .depoimentos_itens .depoimento_item .depoimento_3 {
  background: #000 url("images/depoimentos/depoimento.jpg") top center no-repeat;
}
.depoimentos .grid_depoimentos .depoimentos_itens .depoimento_item .depoimento_4 {
  background: #000 url("images/depoimentos/depoimento.jpg") top center no-repeat;
}
.depoimentos .grid_depoimentos .depoimentos_itens .depoimento_item .depoimento_5 {
  background: #000 url("images/depoimentos/depoimento.jpg") top center no-repeat;
}
.depoimentos .grid_depoimentos .depoimentos_itens .depoimento_item .depoimento_6 {
  background: #000 url("images/depoimentos/depoimento.jpg") top center no-repeat;
}
.depoimentos .grid_depoimentos .depoimentos_itens .depoimento_item .espacamento {
  overflow: hidden;
  margin: 20px;
  padding: 200px 20px 20px 20px;
  border: 1px solid #323232;
  -webkit-border-radius: 5px;
  -webkit-border-top-right-radius: 50px;
  -moz-border-radius: 5px;
  -moz-border-radius-topright: 50px;
  border-radius: 5px;
  border-top-right-radius: 50px;
}
.depoimentos .grid_depoimentos .depoimentos_itens .depoimento_item .espacamento img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -webkit-border-top-right-radius: 50px;
  -moz-border-radius: 5px;
  -moz-border-radius-topright: 30px;
  border-radius: 5px;
  border-top-right-radius: 30px;
}
.depoimentos .grid_depoimentos .depoimentos_itens .depoimento_item .espacamento .titulo {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #fff;
}
.depoimentos .grid_depoimentos .depoimentos_itens .depoimento_item .espacamento .titulo strong {
  color: #fcc922;
  display: block;
}
.depoimentos .grid_depoimentos .depoimentos_itens .depoimento_item .espacamento p {
  font-size: 16px;
  font-weight: 20px;
  color: #fff;
}
.depoimentos .botao {
  padding: 10px 50px 10px 50px;
  color: #000;
  background: #fcc922;
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 1000px) {
  .depoimentos .botao {
    font-size: 30px;
    line-height: 32px;
    width: 50%;
  }
}
@media only screen and (max-width: 1000px) {
  .depoimentos .botao {
    font-size: 26px;
    line-height: 28px;
  }
}
.depoimentos .botao:hover, .depoimentos .botao:focus {
  color: #000;
  background: #37b300;
}

.clientes {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.clientes:before {
  content: " ";
  width: 220px;
  height: 100%;
  background-image: linear-gradient(to left, rgba(255, 0, 0, 0), rgb(0, 0, 0));
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
}
.clientes:after {
  content: " ";
  width: 220px;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 0, 0, 0), rgb(0, 0, 0));
  position: absolute;
  right: 0;
  top: 0;
  z-index: 8;
}
/***
CARROSEL
***/
/**************/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /*height: 100px;*/
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled, .owl-dots {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.sobre {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 1000px) {
  .sobre {
    background: #000 url("images/bg_sobre.jpg") top center no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1000px) {
  .sobre {
    background: #000;
    padding-bottom: 40px;
  }
}
.sobre .bloco {
  float: right;
}
@media only screen and (min-width: 1000px) {
  .sobre .bloco {
    width: 600px;
  }
}
@media only screen and (max-width: 1000px) {
  .sobre .bloco {
    width: 100%;
    margin-top: -120px;
  }
}
.sobre .bloco .titulo {
  font-size: 40px;
  line-height: 42px;
  color: #fff;
  margin-bottom: 20px;
}
.sobre .bloco .titulo strong {
  display: block;
  color: #fcc922;
  font-size: 65px;
}
.sobre .bloco p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 20px;
}
.sobre .bloco p:last-child {
  margin-bottom: 0px;
}

.diferenciais {
  width: 100%;
  float: left;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #000 url("images/bg_diferenciais.jpg") top center no-repeat;
}
.diferenciais .item {
  float: left;
}
@media only screen and (min-width: 1000px) {
  .diferenciais .item {
    width: 25%;
  }
}
@media only screen and (max-width: 1000px) {
  .diferenciais .item {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .diferenciais .item {
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .diferenciais .item:last-child .espacamento {
    -webkit-border-top-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    border-top-right-radius: 50px;
  }
  .diferenciais .item:first-child .espacamento {
    -webkit-border-top-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    border-top-left-radius: 50px;
  }
}
.diferenciais .item .espacamento {
  border: 2px solid #fcc922;
  margin: 20px;
  padding: 15px;
}
.diferenciais .item .espacamento .icones {
  font-size: 50px;
  color: #fcc922;
  margin-bottom: 20px;
  text-align: center;
  display: block;
}
.diferenciais .item .espacamento .titulo {
  font-size: 22px;
  line-break: 26px;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
.diferenciais .item .espacamento .titulo strong {
  color: #fcc922;
}
.diferenciais .item .espacamento p {
  font-size: 18px;
  line-break: 20px;
  color: #fff;
  text-align: center;
}
.diferenciais .item .espacamento p strong {
  color: #fcc922;
}

.programacao {
  width: 100%;
  float: left;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 1000px) {
  .programacao {
    background: #000 url("images/bg_programacao.jpg") top center no-repeat;
  }
  .programacao .programacao_grid {
    position: relative;
  }
  .programacao .programacao_grid:before {
    content: " ";
    width: 80%;
    left: 50%;
    margin-left: -40%;
    top: 85px;
    height: 5px;
    background: #fff;
    position: absolute;
    z-index: 5;
    box-shadow: 0px 6px 5px -2px rgba(0, 0, 0, 0.37);
    -webkit-box-shadow: 0px 6px 5px -2px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0px 6px 5px -2px rgba(0, 0, 0, 0.37);
  }
  .programacao .programacao_grid:after {
    content: " ";
    display: block;
    clear: both;
  }
}
.programacao .titulo_programacao {
  font-size: 35px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.programacao .titulo_programacao strong {
  color: #fcc922;
}
@media only screen and (max-width: 1000px) {
  .programacao {
    background: #000 url("images/bg_programacao.jpg") top center no-repeat;
  }
}
.programacao .item {
  float: left;
  position: relative;
  z-index: 7;
}
@media only screen and (min-width: 1000px) {
  .programacao .item {
    width: 25%;
  }
}
@media only screen and (max-width: 1000px) {
  .programacao .item {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .programacao .item {
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .programacao .item:last-child .espacamento {
    -webkit-border-top-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    border-top-right-radius: 50px;
  }
  .programacao .item:first-child .espacamento {
    -webkit-border-top-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    border-top-left-radius: 50px;
  }
}
.programacao .item .espacamento {
  margin: 20px;
  padding: 15px;
}
.programacao .item .espacamento .icone_numero {
  width: 50px;
  font-size: 50px;
  color: #000;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  display: block;
  background: #fcc922;
  padding: 25px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.programacao .item .espacamento .titulo {
  font-size: 22px;
  line-break: 26px;
  color: #fcc922;
  margin-bottom: 10px;
  text-align: center;
}
.programacao .item .espacamento .titulo strong {
  color: #fcc922;
}
.programacao .item .espacamento p {
  font-size: 18px;
  line-break: 20px;
  color: #fff;
  text-align: center;
}
.programacao .item .espacamento p strong {
  color: #fcc922;
}

/*.rodape{
	width: 100%;
	float: left;
	background: #000;

	.grid_rodape{
		position: relative;
		@media only screen and (min-width: 1000px){
			height: 140px;
		}
		@media only screen and (max-width: 1000px){
			padding-top: 50px;
			padding-bottom: 50px;
		}
		border-top: 1px solid #5d5d5d;
		border-bottom: 3px solid #fcc922;

		&:after{
			content: " ";
			clear: both;
			display: block;
		}
	}

	.logo{
		@media only screen and (min-width: 1000px){
			position: absolute;
			top: 50%;
			left: 0;
			margin-top: -25px;
		}
		height: 50px;

		@media only screen and (max-width: 1000px){
			display: block;
			margin: 0 auto;
			margin-bottom: 20px;
		}

	}

	.endereco{
		@media only screen and (min-width: 1000px){
			width: 350px;
			position: absolute;
			left: 200px;
			top: 50%;
			margin-top: -22px;
			padding-left: 40px;
		}


		@media only screen and (max-width: 1000px){
			position: relative;
		}
		i{
			font-size: 40px;
			color: #fcc922;
			@media only screen and (min-width: 1000px){
				position: absolute;
				left: 0;
				top: 0;
			}
			@media only screen and (max-width: 1000px){
				text-align: center;
				display: block;
			}
		}

		.endereco_txt{
			font-size: 16px;
			line-break: 20px;
			padding-top: 5px;
			color: #fff;
			@media only screen and (max-width: 1000px){
				text-align: center;
				margin-bottom: 20px;
			}
		}
	}

	.nav_botoes{
		@media only screen and (min-width: 1000px){
			position: absolute;
			left: 690px;
			top: 50%;
			margin-top: -15px;
		}

		@media only screen and (max-width: 1000px){
			&:after{
				content: " ";
				clear: both;
				display: block;
			}
			float: right;
		}
		a{
			font-size: 30px;
			color: #fff;
			float: left;
			margin-right: 10px;

			&:hover, &:focus{
				color: #fcc922;
			}
		}
	}

	.botao_subir{

		padding: 10px 30px 10px 30px;
		border: 2px solid #f2be00;
		color: #fff;

		@media only screen and (min-width: 1000px){
			font-size: 20px;
			position: absolute;
			right: 0;
			top: 50%;
			margin-top: -25px;
		}
		@media only screen and (max-width: 1000px){
			font-size: 18px;
			display: block;
			margin: 0 auto;
			margin-bottom: 40px;
		}

		i{
			display: inline-block;
			margin-left: 4px;
			color: #fcc922;
		}

		&:hover, &:focus{
			background: #fcc922;
			i{
				color: #000;
			}
			color: #000;
		}
	}

	.creditos{
		width: 100%;
		float: left;
		padding-top: 15px;
		padding-bottom: 15px;
		span{
			font-size: 12px;

			color: #5d5d5d;
		}

		.termos{
			color: #5d5d5d;
			&:hover,&:focus{
				color: #868686;
			}
		}

		@media only screen and (min-width: 1000px){
			.txt_1{
				float: left;
			}
			.txt_2{
				float: right;
			}
		}
	}

	.credito_criador{
		//background: orange;
		width: 100%;
		float: left;
		padding-top: 25px;
  		padding-bottom: 25px;

		a{
			width: 100px;
			margin: 0 auto;
			display: block;
			//background: green;

			img{
				width: 100%;
				display: block;
			}
		}

	}
}
*/
.rodape2 {
  width: 100%;
  float: left;
  background: #03083b;
}
.rodape2 .rodape_sobre {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 1000px) {
  .rodape2 .rodape_sobre {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1000px) {
  .rodape2 .rodape_sobre {
    margin-bottom: 20px;
  }
}
.rodape2 .rodape_sobre .desc {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  float: left;
}
.rodape2 .rodape_sobre .desc img {
  display: block;
}
@media only screen and (min-width: 1000px) {
  .rodape2 .rodape_sobre .desc img {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -115px;
  }
}
@media only screen and (max-width: 1000px) {
  .rodape2 .rodape_sobre .desc img {
    width: 70%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1000px) {
  .rodape2 .rodape_sobre .desc {
    width: 840px;
    padding-left: 320px;
  }
}
.rodape2 .rodape_sobre .desc .titulo {
  font-size: 30px;
  line-height: 25px;
  margin-bottom: 20px;
  color: #f2be00;
}
@media only screen and (max-width: 1000px) {
  .rodape2 .rodape_sobre .desc .titulo {
    text-align: center;
  }
}
.rodape2 .rodape_sobre .desc p {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.rodape2 .rodape_sobre .desc p strong {
  color: #fcc922;
}
@media only screen and (max-width: 1000px) {
  .rodape2 .rodape_sobre .desc p {
    text-align: center;
  }
}
.rodape2 .rodape_bloco {
  float: left;
  position: relative;
  border-bottom: 2px solid #f2be00;
}
.rodape2 .rodape_bloco:after {
  content: " ";
  clear: both;
  display: block;
}
@media only screen and (min-width: 1000px) {
  .rodape2 .rodape_bloco .flaminho {
    position: absolute;
    bottom: 0;
    right: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .rodape2 .rodape_bloco .flaminho {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
}
.rodape2 .rodape_enderecos {
  float: left;
  background: #020527;
}
@media only screen and (min-width: 1000px) {
  .rodape2 .rodape_enderecos {
    padding-right: 380px;
  }
}
.rodape2 .rodape_enderecos .lojas {
  float: left;
}
@media only screen and (min-width: 1000px) {
  .rodape2 .rodape_enderecos .lojas {
    width: 50%;
  }
}
@media only screen and (max-width: 1000px) {
  .rodape2 .rodape_enderecos .lojas {
    border-bottom: 2px solid #050a41;
  }
  .rodape2 .rodape_enderecos .lojas:last-child {
    border: 0;
  }
}
.rodape2 .rodape_enderecos .lojas .espacamento {
  padding: 30px;
  margin: 30px;
}
.rodape2 .rodape_enderecos .lojas .espacamento .icone_mapa {
  font-size: 50px;
  text-align: center;
  display: block;
  color: #f2be00;
}
.rodape2 .rodape_enderecos .lojas .espacamento .titulo {
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
  color: #f2be00;
}
.rodape2 .rodape_enderecos .lojas .espacamento address {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
}
.rodape2 .rodape_enderecos .lojas .espacamento span {
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
  display: block;
  color: #fff;
}
.rodape2 .navegacao_rodape {
  width: 100%;
  float: left;
  padding-top: 20px;
}
@media only screen and (min-width: 1000px) {
  .rodape2 .navegacao_rodape {
    padding-bottom: 20px;
  }
  .rodape2 .navegacao_rodape .grid {
    width: 309px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1000px) {
  .rodape2 .nav_botoes {
    margin-top: 12px;
    float: left;
  }
}
@media only screen and (max-width: 1000px) {
  .rodape2 .nav_botoes {
    margin-top: 12px;
    float: right;
  }
  .rodape2 .nav_botoes:after {
    content: " ";
    clear: both;
    display: block;
  }
}
.rodape2 .nav_botoes a {
  font-size: 30px;
  color: #fff;
  float: left;
  margin-right: 10px;
}
.rodape2 .nav_botoes a:hover, .rodape2 .nav_botoes a:focus {
  color: #f2be00;
}
.rodape2 .botao_subir {
  padding: 10px 30px 10px 30px;
  border: 2px solid #f2be00;
  color: #fff;
}
@media only screen and (min-width: 1000px) {
  .rodape2 .botao_subir {
    font-size: 20px;
    /*position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;*/
  }
}
@media only screen and (max-width: 1000px) {
  .rodape2 .botao_subir {
    font-size: 18px;
    display: block;
    margin-bottom: 40px;
  }
}
.rodape2 .botao_subir i {
  display: inline-block;
  margin-left: 4px;
  color: #fcc922;
}
.rodape2 .botao_subir:hover, .rodape2 .botao_subir:focus {
  background: #f2be00;
  color: #000;
}
.rodape2 .botao_subir:hover i, .rodape2 .botao_subir:focus i {
  color: #000;
}
.rodape2 .creditos {
  width: 100%;
  float: left;
  padding-top: 15px;
  padding-bottom: 15px;
}
.rodape2 .creditos span {
  font-size: 12px;
  color: #fff;
}
.rodape2 .creditos .termos {
  color: #fff;
}
.rodape2 .creditos .termos:hover, .rodape2 .creditos .termos:focus {
  color: #f2be00;
}
@media only screen and (min-width: 1000px) {
  .rodape2 .creditos .txt_1 {
    float: left;
  }
  .rodape2 .creditos .txt_2 {
    float: right;
  }
}
.rodape2 .credito_criador {
  width: 100%;
  float: left;
  padding-top: 25px;
  padding-bottom: 25px;
}
.rodape2 .credito_criador a {
  width: 100px;
  margin: 0 auto;
  display: block;
}
.rodape2 .credito_criador a img {
  width: 100%;
  display: block;
}

.termos .espacamento {
  background: #000;
  border: 2px solid #1a1a1a;
  padding: 40px;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  max-height: 400px;
  overflow: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.termos .espacamento .fonte_principal {
  font-size: 15px;
  color: #fcc922;
  margin-bottom: 10px;
}
.termos .espacamento span {
  font-size: 11px;
  line-break: 10px;
  color: #fff;
  display: block;
  margin-bottom: 5px;
}
.termos .espacamento span strong {
  color: #fcc922;
  display: block;
  margin-bottom: 5px;
}

.duvidas {
  width: 100%;
  float: left;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-user-select: none;
  user-select: none;
}
.duvidas .titulo {
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
}
.duvidas p {
  text-align: center;
  margin-bottom: 30px;
}
.duvidas .perguntas_respostas {
  margin: 0 auto;
}
@media only screen and (min-width: 1000px) {
  .duvidas .perguntas_respostas {
    width: 80%;
  }
}
@media only screen and (max-width: 1000px) {
  .duvidas .perguntas_respostas {
    width: 90%;
  }
}
.duvidas .perguntas_respostas:last-child {
  margin-bottom: 0px;
}
.duvidas .perguntas_respostas .pergunta {
  width: 100%;
}
.duvidas .perguntas_respostas .pergunta:last-child {
  margin-bottom: 0px;
}
.duvidas .perguntas_respostas .botao_pergunta {
  font-size: 18px;
  line-height: 20px;
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #5d5d5d;
}
.duvidas .perguntas_respostas .botao_pergunta span {
  padding: 12px 50px 12px 20px;
  display: block;
}
.duvidas .perguntas_respostas .botao_pergunta i {
  font-size: 25px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 15px;
}
.duvidas .perguntas_respostas .botao_pergunta:hover, .duvidas .perguntas_respostas .botao_pergunta:focus {
  background: #f2be00;
}
.duvidas .perguntas_respostas .resposta {
  padding: 20px;
}
.duvidas .perguntas_respostas .resposta p {
  margin-bottom: 20px;
  text-align: left;
}
.duvidas .perguntas_respostas .resposta p:last-child {
  margin-bottom: 0px;
}
.duvidas .pergunta_aberta:after {
  content: " ";
}

.servicos {
  width: 100%;
  float: left;
  background: #000 url("images/bg_servicos.jpg") top center no-repeat;
  padding-top: 40px;
  padding-bottom: 40px;
}
.servicos .titulo_servicos {
  font-size: 40px;
  color: #fcc922;
  margin-bottom: 30px;
  text-align: center;
}
.servicos .servicos_itens .servico {
  float: left;
}
.servicos .servicos_itens .servico:after {
  content: " ";
  clear: both;
  display: block;
}
@media only screen and (min-width: 1000px) {
  .servicos .servicos_itens .servico {
    width: 20%;
  }
}
@media only screen and (max-width: 1000px) {
  .servicos .servicos_itens .servico {
    width: 50%;
  }
}
@media only screen and (max-width: 800px) {
  .servicos .servicos_itens .servico {
    width: 100%;
  }
}
.servicos .servicos_itens .servico .espacamento {
  padding: 10px;
  margin: 8px;
  -webkit-border-radius: 50px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius: 50px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-radius: 50px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
  background: #262626;
}
.servicos .servicos_itens .servico .espacamento:after {
  content: " ";
  clear: both;
  display: block;
}
.servicos .servicos_itens .servico .img_servico {
  display: block;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius: 50px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-radius: 50px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media only screen and (min-width: 1000px) {
  .servicos .servicos_itens .servico .img_servico {
    /*position: absolute;
    top: 50%;
    margin-top: -150px;
    left: 30px;*/
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  .servicos .servicos_itens .servico .img_servico {
    width: 100%;
  }
}
.servicos .servicos_itens .servico .bloco {
  display: block;
  float: right;
}
@media only screen and (min-width: 1000px) {
  .servicos .servicos_itens .servico .bloco {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 1000px) {
  .servicos .servicos_itens .servico .bloco {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.servicos .servicos_itens .servico .bloco .titulo_servico_item {
  font-size: 20px;
  line-height: 22px;
  color: #fcc922;
  margin-bottom: 20px;
}
.servicos .servicos_itens .servico .bloco p {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.servicos .servicos_itens .servico .bloco .botao {
  padding: 10px 50px 10px 50px;
  color: #000;
  background: #fcc922;
}
@media only screen and (min-width: 1000px) {
  .servicos .servicos_itens .servico .bloco .botao {
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .servicos .servicos_itens .servico .bloco .botao {
    font-size: 22px;
    line-height: 25px;
  }
}
.servicos .servicos_itens .servico .bloco .botao:hover, .servicos .servicos_itens .servico .bloco .botao:focus {
  color: #000;
  background: #37b300;
}

.input {
  color: #000;
  background: #fff;
  font-size: 18px;
  padding: 10px;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.27);
  border: 2px solid #fff;
  /*-webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;*/
}
.input:hover, .input:focus {
  background: #ccc;
}

.formulario li {
  margin-bottom: 12px;
}
.formulario li:last-child {
  margin-bottom: 0px;
}

.error {
  border: 2px solid red;
  background: #fba1a1;
}

/**************/
/**************/
/**************/
/**************/
/**************/
.formulario_grid_1 {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 1000px) {
  .formulario_grid_1 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #050401 url("images/bg_formulario_1.jpg") top center no-repeat;
  }
}
@media only screen and (max-width: 1000px) {
  .formulario_grid_1 {
    background: #050401;
    padding-bottom: 50px;
  }
  .formulario_grid_1 .central {
    margin-top: -150px;
  }
}
@media only screen and (min-width: 1000px) {
  .formulario_grid_1 .bloco_1 {
    width: 50%;
    height: 100%;
    position: absolute;
  }
}
@media only screen and (max-width: 1000px) {
  .formulario_grid_1 .bloco_1 {
    width: 100%;
    float: left;
  }
}
.formulario_grid_1 .bloco_1 .itens {
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .formulario_grid_1 .bloco_1 .itens {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .formulario_grid_1 .bloco_1 .itens {
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }
}
.formulario_grid_1 .bloco_1 .itens:after {
  content: " ";
  clear: both;
  display: block;
}
.formulario_grid_1 .bloco_1 .itens .planos {
  float: left;
}
@media only screen and (min-width: 1000px) {
  .formulario_grid_1 .bloco_1 .itens .planos {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .formulario_grid_1 .bloco_1 .itens .planos {
    width: 100%;
  }
}
.formulario_grid_1 .bloco_1 .itens .planos .espacamento {
  padding: 15px;
  margin: 15px;
  border: 2px solid #fcc922;
  -webkit-border-radius: 20px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius: 20px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-radius: 20px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.formulario_grid_1 .bloco_1 .itens .planos .espacamento .titulo {
  font-size: 24px;
  color: #fcc922;
  text-align: center;
  margin-bottom: 15px;
}
.formulario_grid_1 .bloco_1 .itens .planos .espacamento p {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
.formulario_grid_1 .bloco_1 .itens .planos .espacamento ul {
  margin-bottom: 20px;
}
.formulario_grid_1 .bloco_1 .itens .planos .espacamento ul li {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
}
.formulario_grid_1 .bloco_1 .itens .planos .espacamento ul li i {
  color: #fcc922;
}
.formulario_grid_1 .bloco_1 .itens .planos .espacamento .preco {
  border-top: 1px dotted #fff;
  padding-top: 10px;
  font-size: 30px;
  text-align: center;
  display: block;
  color: #fcc922;
}
.formulario_grid_1 .bloco_1 .itens .descricao_pequena {
  width: 100%;
  border-top: 1px solid #fff;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.formulario_grid_1 .bloco_1 .itens .descricao_pequena strong {
  color: #fcc922;
}
.formulario_grid_1 .bloco_2 {
  float: right;
}
@media only screen and (min-width: 1000px) {
  .formulario_grid_1 .bloco_2 {
    width: 45%;
  }
}
@media only screen and (max-width: 1000px) {
  .formulario_grid_1 .bloco_2 {
    width: 100%;
  }
}
.formulario_grid_1 .bloco_2 .titulo {
  font-size: 30px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 20px;
}
.formulario_grid_1 .bloco_2 .titulo strong {
  color: #fcc922;
}
.formulario_grid_1 .bloco_2 p {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  padding-left: 62px;
}
.formulario_grid_1 .bloco_2 p i {
  font-size: 50px;
  color: #fcc922;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
}

/**************/
/**************/
/**************/
/**************/
/**************/
.formulario_grid_2 {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 1000px) {
  .formulario_grid_2 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #050401 url("images/bg_formulario_2.jpg") top center no-repeat;
  }
}
@media only screen and (max-width: 1000px) {
  .formulario_grid_2 {
    background: #050401;
    padding-bottom: 50px;
  }
  .formulario_grid_2 .central {
    margin-top: -150px;
  }
}
@media only screen and (min-width: 1000px) {
  .formulario_grid_2 .bloco_1 {
    width: 50%;
    height: 100%;
    position: absolute;
  }
}
@media only screen and (max-width: 1000px) {
  .formulario_grid_2 .bloco_1 {
    width: 100%;
    float: left;
  }
}
.formulario_grid_2 .bloco_1 .itens {
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .formulario_grid_2 .bloco_1 .itens {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .formulario_grid_2 .bloco_1 .itens {
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }
}
.formulario_grid_2 .bloco_1 .itens:after {
  content: " ";
  clear: both;
  display: block;
}
.formulario_grid_2 .bloco_1 .itens .img_formulario {
  height: 40px;
  display: block;
  margin-bottom: 20px;
}
.formulario_grid_2 .bloco_1 .itens .titulo {
  color: #fff;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1000px) {
  .formulario_grid_2 .bloco_1 .itens .titulo {
    font-size: 50px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 1000px) {
  .formulario_grid_2 .bloco_1 .itens .titulo {
    font-size: 35px;
    line-height: 35px;
  }
}
.formulario_grid_2 .bloco_1 .itens .titulo strong {
  color: #fcc922;
}
.formulario_grid_2 .bloco_1 .itens p {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.formulario_grid_2 .bloco_2 {
  float: right;
}
@media only screen and (min-width: 1000px) {
  .formulario_grid_2 .bloco_2 {
    width: 45%;
  }
}
@media only screen and (max-width: 1000px) {
  .formulario_grid_2 .bloco_2 {
    width: 100%;
  }
}
.formulario_grid_2 .bloco_2 .titulo {
  font-size: 30px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 20px;
}
.formulario_grid_2 .bloco_2 .titulo strong {
  color: #fcc922;
}
.formulario_grid_2 .bloco_2 p {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}

/**************/
/**************/
/**************/
/**************/
/**************/
.formulario_grid_3 {
  background: #ccc url("images/bg_formulario_1.jpg") top center;
  border: 1px solid #2d2d2d;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.formulario_grid_3:after {
  content: " ";
  clear: both;
  display: block;
}
.formulario_grid_3 .bloco_1 {
  float: left;
}
@media only screen and (min-width: 1000px) {
  .formulario_grid_3 .bloco_1 {
    width: 50%;
  }
}
@media only screen and (max-width: 1000px) {
  .formulario_grid_3 .bloco_1 {
    width: 100%;
  }
}
.formulario_grid_3 .bloco_1 .itens {
  padding: 20px;
}
.formulario_grid_3 .bloco_1 .itens img {
  display: block;
  width: 120px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1000px) {
  .formulario_grid_3 .bloco_1 .itens img {
    margin-top: 40px;
  }
}
.formulario_grid_3 .bloco_1 .itens .titulo {
  font-size: 25px;
  color: #fff;
  margin-bottom: 20px;
}
.formulario_grid_3 .bloco_1 .itens .titulo strong {
  color: #fcc922;
}
.formulario_grid_3 .bloco_1 .itens p {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}
.formulario_grid_3 .bloco_2 {
  float: right;
}
@media only screen and (min-width: 1000px) {
  .formulario_grid_3 .bloco_2 {
    width: 50%;
  }
}
@media only screen and (max-width: 1000px) {
  .formulario_grid_3 .bloco_2 {
    width: 100%;
  }
}
.formulario_grid_3 .bloco_2 .formulario {
  padding: 20px;
}

.popup {
  width: 100%;
  height: 100%;
  background: url("images/bg_black.png");
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.popup .grid {
  position: absolute;
  left: 50%;
}
@media only screen and (min-width: 1000px) {
  .popup .grid {
    width: 800px;
    margin-left: -400px;
    top: 50px;
  }
}
@media only screen and (max-width: 1000px) {
  .popup .grid {
    width: 90%;
    margin-left: -45%;
    top: 30px;
  }
}
.popup .grid .botao_fechar {
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
  float: right;
}
.popup .grid .botao_fechar:hover, .popup .grid .botao_fechar:focus {
  color: #fcc922;
}
.popup .grid .bloco {
  width: 100%;
  clear: both;
}
.popup .grid .bloco:after {
  content: " ";
  clear: both;
  display: block;
}

.mensagem_enviada {
  width: 100%;
}
.mensagem_enviada .espacamento {
  padding: 30px;
  background: #000 url("images/bg_geral.jpg") top center no-repeat;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.mensagem_enviada .espacamento i {
  font-size: 60px;
  color: #fcc922;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.mensagem_enviada .espacamento .titulo {
  font-size: 30px;
  line-break: 30px;
  margin-bottom: 10px;
  color: #fcc922;
  text-align: center;
}
.mensagem_enviada .espacamento p {
  color: #fff;
  text-align: center;
}

/*************/
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* fundo */
::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #121212;
}

/* cor */
::-webkit-scrollbar-thumb {
  background: #f2be00;
  border-radius: 10px;
}

/* cor hover */
::-webkit-scrollbar-thumb:hover {
  background: #f2be00;
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url("images/bg_black.png");
  z-index: 1000000;
}

.loader {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  left: 50%;
  margin-left: -60px;
  border: 10px solid #212121;
  /* Light grey */
  border-top: 10px solid #fcc922; /*Rodando*/
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.conteudo {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 1000px) {
  .img_mobile {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .img_mobile {
    width: 100%;
    display: block;
  }
}

.quebra {
  width: 100%;
  float: left;
}

.borda_informativa_left {
  border-left: 5px solid #fcc922;
}

.borda_informativa_right {
  border-right: 5px solid #fcc922;
}

.borda_informativa_top {
  border-top: 5px solid #fcc922;
}

.borda_informativa_bottom {
  border-bottom: 5px solid #fcc922;
}

.borda_informativa_geral {
  border: 1px solid #fcc922;
}

.conteudo_home {
  width: 100%;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
.conteudo_home .item {
  float: left;
}
@media only screen and (min-width: 1000px) {
  .conteudo_home .item {
    width: 25%;
  }
}
@media only screen and (max-width: 1000px) {
  .conteudo_home .item {
    width: 100%;
  }
}
.conteudo_home .item .espacamento {
  position: relative;
  margin: 15px;
  padding: 15px;
  background: #f0ede6;
}
.conteudo_home .item .espacamento a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
.conteudo_home .item .espacamento img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.conteudo_home .item .espacamento .titulo {
  font-size: 22px;
  line-height: 22px;
  color: red;
  margin-bottom: 10px;
}
.conteudo_home .item .espacamento:hover, .conteudo_home .item .espacamento:hover {
  background: #fcc922;
}
.conteudo_home .item .espacamento:hover .titulo, .conteudo_home .item .espacamento:hover .titulo {
  color: #000;
}
.conteudo_home .item .espacamento:hover p, .conteudo_home .item .espacamento:hover p {
  color: #000;
}

.conteudo_1 {
  width: 100%;
}

@media only screen and (min-width: 1000px) {
  .conteudo_2 {
    width: 50%;
  }
}
@media only screen and (max-width: 1000px) {
  .conteudo_2 {
    width: 100%;
  }
}

@media only screen and (min-width: 1000px) {
  .conteudo_5 {
    width: 20%;
  }
}
@media only screen and (max-width: 1000px) {
  .conteudo_5 {
    width: 100%;
  }
}

@media only screen and (min-width: 1000px) {
  .conteudo_3 {
    width: 33.33%;
  }
}
@media only screen and (max-width: 1000px) {
  .conteudo_3 {
    width: 100%;
  }
}

@media only screen and (min-width: 1000px) {
  .conteudo_4 {
    width: 25%;
  }
}
@media only screen and (max-width: 1000px) {
  .conteudo_4 {
    width: 100%;
  }
}

@media only screen and (min-width: 1000px) {
  .conteudo_destaque_avcb {
    background: #000 url("images/bg-avcb.jpg") no-repeat bottom center;
  }
}
@media only screen and (max-width: 1000px) {
  .conteudo_destaque_avcb {
    background: #000;
  }
  .conteudo_destaque_avcb img {
    margin-top: -125px;
  }
}

@media only screen and (min-width: 1000px) {
  .conteudo_destaque_para_raio {
    background: #000 url("images/bg-para-raio.jpg") no-repeat bottom center;
  }
}
@media only screen and (max-width: 1000px) {
  .conteudo_destaque_para_raio {
    background: #000;
  }
  .conteudo_destaque_para_raio img {
    margin-top: -125px;
  }
}

@media only screen and (min-width: 1000px) {
  .conteudo_destaque_home {
    background: #000 url("images/bg-home.jpg") no-repeat bottom center;
  }
}
@media only screen and (max-width: 1000px) {
  .conteudo_destaque_home {
    background: #000;
  }
  .conteudo_destaque_home img {
    margin-top: -125px;
  }
}

@media only screen and (min-width: 1000px) {
  .conteudo_destaque_pintura_predial {
    background: #000 url("images/bg-pintura-predial.jpg") no-repeat bottom center;
  }
}
@media only screen and (max-width: 1000px) {
  .conteudo_destaque_pintura_predial {
    background: #000;
  }
  .conteudo_destaque_pintura_predial img {
    margin-top: -125px;
  }
}

@media only screen and (min-width: 1000px) {
  .conteudo_destaque_projeto-eletrico {
    background: #000 url("images/bg-projeto-eletrico.jpg") no-repeat bottom center;
  }
}
@media only screen and (max-width: 1000px) {
  .conteudo_destaque_projeto-eletrico {
    background: #000;
  }
  .conteudo_destaque_projeto-eletrico img {
    margin-top: -125px;
  }
}

.conteudo_destaque {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 1000px) {
  .conteudo_destaque {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1000px) {
  .conteudo_destaque {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1000px) {
  .conteudo_destaque .bloco {
    width: 530px;
    float: right;
  }
}
@media only screen and (max-width: 1000px) {
  .conteudo_destaque .bloco {
    padding: 20px;
  }
}
.conteudo_destaque .bloco .titulo {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  color: #fcc922;
}
@media only screen and (max-width: 1000px) {
  .conteudo_destaque .bloco .titulo {
    text-align: center;
  }
}
.conteudo_destaque .bloco p {
  color: #fff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1000px) {
  .conteudo_destaque .bloco p {
    text-align: center;
  }
}

.conteudo_informativo {
  width: 100%;
  float: left;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #000;
}
.conteudo_informativo img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1000px) {
  .conteudo_informativo .botao {
    width: 40%;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  .conteudo_informativo .botao {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
}
.conteudo_informativo .item {
  float: left;
  margin-bottom: 20px;
}
.conteudo_informativo .item .espacamento {
  padding: 30px;
  margin: 10px;
}
.conteudo_informativo .item .espacamento .titulo {
  font-size: 24px;
  margin-bottom: 20px;
  color: #fcc922;
}
.conteudo_informativo .item .espacamento p {
  color: #fff;
}

.conteudo_como_funciona {
  width: 100%;
  float: left;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 1000px) {
  .conteudo_como_funciona .botao {
    width: 40%;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  .conteudo_como_funciona .botao {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
}
.conteudo_como_funciona .descricao {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px dotted red;
}
.conteudo_como_funciona .descricao .titulo {
  font-size: 30px;
  margin-bottom: 10px;
  color: red;
  text-align: center;
}
.conteudo_como_funciona .descricao p {
  text-align: center;
}
.conteudo_como_funciona .item {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.conteudo_como_funciona .item .espacamento {
  padding: 30px;
  margin: 10px;
}
.conteudo_como_funciona .item .espacamento .titulo {
  font-size: 20px;
  margin-bottom: 20px;
}
.conteudo_como_funciona .item .espacamento .titulo strong {
  color: red;
}
.conteudo_servico {
  width: 100%;
  float: left;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #001735;
}
@media only screen and (min-width: 1000px) {
  .conteudo_servico .botao {
    width: 40%;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  .conteudo_servico .botao {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
}
.conteudo_servico .descricao {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid red;
}
.conteudo_servico .descricao .titulo {
  font-size: 30px;
  margin-bottom: 10px;
  color: #fcc922;
}
.conteudo_servico .descricao p {
  color: #fff;
}
.conteudo_servico .item {
  float: left;
  margin-bottom: 20px;
}
.conteudo_servico .item .espacamento {
  padding: 30px;
  margin: 10px;
  background: #030d1a;
}
.conteudo_servico .item .espacamento .titulo {
  font-size: 20px;
  margin-bottom: 20px;
  color: #fcc922;
}
.conteudo_servico .item .espacamento p {
  color: #fff;
}

.conteudo_quem_precisa {
  width: 100%;
  float: left;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 1000px) {
  .conteudo_quem_precisa .botao {
    width: 40%;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  .conteudo_quem_precisa .botao {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
}
.conteudo_quem_precisa .descricao {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 3px dotted red;
}
@media only screen and (min-width: 1000px) {
  .conteudo_quem_precisa .descricao {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.conteudo_quem_precisa .descricao .titulo {
  font-size: 30px;
  margin-bottom: 10px;
  color: #fcc922;
  padding: 10px;
  background: #000;
}
.conteudo_quem_precisa .item {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.conteudo_quem_precisa .item .espacamento {
  padding: 30px;
  margin: 10px;
  background: #f0ede6;
}
.conteudo_quem_precisa .item .espacamento .titulo {
  font-size: 20px;
  margin-bottom: 20px;
  color: red;
}
.conteudo_custos {
  width: 100%;
  float: left;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #480202;
}
@media only screen and (min-width: 1000px) {
  .conteudo_custos .botao {
    width: 40%;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  .conteudo_custos .botao {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
}
.conteudo_custos .descricao {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid red;
}
.conteudo_custos .descricao .titulo {
  font-size: 30px;
  margin-bottom: 10px;
  color: #fcc922;
}
.conteudo_custos .descricao p {
  color: #fff;
}
.conteudo_custos .item {
  float: left;
  margin-bottom: 20px;
}
.conteudo_custos .item .espacamento {
  padding: 30px;
  margin: 10px;
  background: #540707;
}
.conteudo_custos .item .espacamento .titulo {
  font-size: 20px;
  margin-bottom: 20px;
  color: #fcc922;
}
.conteudo_custos .item .espacamento p {
  color: #fff;
}

/*
.conteudo_perguntas_frequentes{
	width: 100%;
	float: left;
	padding-top: 50px;
	padding-bottom: 50px;
	.botao{
		@media only screen and (min-width: 1000px){
			width: 40%;
			margin: 0 auto;
			display: block;
		}
		@media only screen and (max-width: 1000px){
			width: 80%;
			margin: 0 auto;
			display: block;
		}
	}
	.descricao{
		margin-bottom: 30px;
		.titulo{
			font-size: 30px;
			margin-bottom: 10px;
			text-align: center;
		}
		p{
			margin-bottom: 10px;
			text-align: center;
		}
	}

	.perguntas_reposta{
		width: 80%;
		margin: 0 auto;
		.pergunta{
			//background: silver;
			margin-bottom: 20px;


			.pergunta_titulo{
				padding: 22px;

				cursor: pointer;
				//color: #fff;

				&:hover, &:focus{
					//color: #fff;
					background: #e0d4b3;
				}
			}
			.resposta{
				padding: 20px;
			}
		}
	}
}*/
/* Estilo geral para todos os links */
a {
  color: inherit; /* Isso faz com que o link herde a cor do texto pai */
  text-decoration: none; /* Remove o sublinhado padrão */
}

/* Um seletor mais específico para links de telefone/endereço, se necessário */
a[href^="tel:"],
a[href^="geo:"] {
  color: inherit;
  text-decoration: none;
}

.central {
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .central {
    width: 1200px;
  }
}
@media only screen and (max-width: 1000px) {
  .central {
    width: 92%;
  }
}
.central:after {
  content: " ";
  clear: both;
  display: block;
}

.clear:after {
  content: " ";
  clear: both;
  display: block;
}

.maiuscula {
  text-transform: uppercase;
}

.arredondar {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.sombra {
  box-shadow: 0px 6px 5px -2px rgba(0, 0, 0, 0.37);
  -webkit-box-shadow: 0px 6px 5px -2px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0px 6px 5px -2px rgba(0, 0, 0, 0.37);
}

.botao {
  width: 100%;
  font-size: 20px;
  line-break: 22px;
  padding: 10px 50px 10px 50px;
  color: #000;
  background: #fcc922;
  /*-webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;*/
}
.botao:hover, .botao:focus {
  background: green;
  color: #fff;
}

p {
  font-size: 18px;
  line-height: 20px;
}

/************/
.vimeo-wrapper {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/******************/
@media only screen and (min-width: 1000px) {
  .destaque_mobile {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .destaque_mobile {
    display: block;
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
