@font-face {
    font-family: fonteencontra;
    src: url(../../fonts/fonte-encontra.ttf);
}

.sprite-sprite, .sprite-contador-icon-laranja, .sprite-contador, .sprite-dados-icon-laranja, .sprite-dados, .sprite-desconto-icon-laranja, .sprite-desconto, .sprite-email-icon-laranja, .sprite-esp-icon-laranja, .sprite-estrela-destaque, .sprite-estrela-icon-laranja, .sprite-facebook-icon-laranja, .sprite-foto-icon-laranja, .sprite-fotos, .sprite-grafico, .sprite-lateral-icon-laranja, .sprite-logo-icon-laranja, .sprite-mapa-icon-laranja, .sprite-site-icon-laranja, .sprite-tel-icon-laranja, .sprite-video-icon-laranja {
  background-image: url('../imgs/sprite-sc7487d6428.png');
  background-repeat: no-repeat;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-margin-before: 0em;
  -webkit-padding-start: 0;
  -webkit-margin-after: 0em;
}

body {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 300;
  background-color: #f6f9fa;
    overflow-x: hidden;
}

li {
  list-style: none;
  text-decoration: none;
}

button {
  cursor: pointer;
  outline: none;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}

.heading {
  font-size: 2em;
  color: #f6990d;
  text-align: center;
  margin-top:2%;  
}

.orange {
  color: #f6990d;
}

/* Header */
.encontra-header {
  width: 100%;
  height: 57px;
  position: fixed;
  z-index: 9;
  background-color: #2b296a;
  color: #fff;
}

.encontra-header-inner {
  position: relative;
}

.encontra-logo a{
    font-family: fonteencontra, Arial;
    color:#fff;
    font-weight: normal;
    text-decoration: none;
    font-size: 31px;
}

.encontra-logo a span{
    color: #f6990d;
}

.encontra-logo {
  position: absolute;
  top: 10px;
  left: 0;
}

.encontra-anuncie {
  position: absolute;
  top: 18px;
  left: 175px;
  padding-left: 16px;
  border-left: 1px solid #8f8e99;
  font-size: 1em;
  /* 16px */
}

.encontra-ligue {
  position: absolute;
  top: 17px;
  left: 360px;
  padding-left: 0px;
  font-size: 1em;
  /* 16px */
}

.encontra-links {
	position: absolute;
	left: 215px;
	top: 22px;
	font-size: 1em;
	width: 230px;
}

#link-anuncie a:nth-child(1){
    margin-right: 5px;   
}

#link-anuncie a:nth-child(2){
    margin-left: 5px;   
}

.phone {
  font-size: 1.0em;
  /* 19px */
  font-weight: 400;
  background-color: #55c238;
  padding: 4px 4px 4px 4px;
  border: 0;
  border-radius: 3px;
  color: #fff;
  margin-bottom: 13px;
}

.encontra-links-site {
  text-decoration: none;
}

.navigation {
  position: fixed;
  width: 100%;
  height: 30px;
  top: 57px;
  background-color: #f6990d;
  z-index: 9;
}

.navigation-inner {
  position: relative;
}

.menu {
  padding: 5px 0px 5px 0;
  color: #fff;
  font-size: 1em;
  z-index: 999;
}

.menu-item {
  padding-right: 15px;
  display: inline-block;
  cursor: pointer;
}

.menu-link-branco {
  color: #ffffff;
  cursor: pointer;
  
}

#criacao-slide-content{
    line-height:1.2;
    animation-name:vindoEsquerda;
    animation-delay: .09s;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    font-size: 21px;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.42);
}

#criacao-slide-content .menu-link-branco{cursor:text;}

.voltarTopo {
  background-color: transparent;
  border: 0;
  color: #474747;
  position: fixed;
  bottom: 20px;
  right: 30px;
  font-size: 36px;
}

.criacao-sites {
  display: none;
}

.encontra-links-menu {
  display: none;
}

/* fim do Header */
.highlight {
  width: 100%;
  height: 397px;
  z-index: 8;
  background: url("../imgs/imagens-sites-responsivos.jpg") no-repeat;
  /*background: url("../imgs/destaque2.jpg") no-repeat;*/
  background-size: cover;
  background-position: bottom center;
  position: relative;
  top: 57px;
}

.highlight-inner {
  position: relative;
  text-align: center;
}

.highlight-heading {
  width: 100%;
  max-width: 1024px;
  padding-bottom: 1.024em;
  margin: 0 auto;
  padding-top: 1.8em;
  font-size: 45px;
    /*3.625em;*/
  /* 42px */
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.42);
  color: #fff;
  animation-name: descendo;
  animation-duration: 1.5s;
  animation-delay: .09s;
  animation-iteration-count: 1;
}

.highlight .highlight-botao{    position: absolute;
    bottom: -30%;
    left: 38.5%;
    text-transform: uppercase;
}

.highlight-botao {
  color: #fff;
  background-color: #f6990d;
  font-size: 1.125em;
  padding: 13px 38px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.42);
  border: 0;
  border-radius: 10px;
  animation-name: subindo;
  animation-duration: 1.5s;
  animation-delay: .09s;
  animation-iteration-count: 1;
}



/* Portfolio */

.img-portfolio:hover{
	opacity:0.5;
}


/* fim do Portfolio */

/* Modelos */
.texto-modelos{
	text-align:center;
	color:#333;
	font-weight:400;
}

.texto-modelos i{
    display: block;
    font-style: normal;
}

.img-modelos{
	width:30%;
	margin-right:3.33333%;
	float:left;
	margin-top:2%;
	margin-bottom: 30px;
    text-align: center
}

.img-modelos a{
    display: block;
    margin-bottom: 40px;
}

.img-modelos img:hover{
	opacity:0.5;
}
/* fim do Modelos */

/* Planos */
.box-planos{
	float:left;
	width:32%;
	margin-right:1%;
}

.box-planos-top{
	width:100%;
	height:auto;
	float:left;
	background-color:#202020;	
	border-top-right-radius: 1em;
	border-top-left-radius: 1em;
	padding:1em;
}

.box-planos-bottom{
	width:100%;
	height:auto;
	float:left;
	background-color:#eaeaea;		
	border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
}

.box-planos-bottom li:last-child{
	background-color:#C60;
	font-weight:bold;
	color:#fff;
	padding:0.5em 0;
	font-size:1.5em;
}

.box-planos-bottom li:last-child a{
	color:#fff;
	text-decoration:none;
}

.box-planos-bottom li:first-child{
	margin-top:1em;
}

.texto-planos{
	color:#fff;
	margin-bottom:1em;
}

.box-planos-top li:last-child{
	font-weight:bold
}

.destaque-preco{
	font-size:2em;
}

.texto-planos-bottom{
	margin-bottom:1em;
	padding-left: 10px;
}
/* fim do Planos */

/* Sobre */
.sobre {
  margin-top: 47px;
  padding: 40px 0;
  overflow: hidden;
}

.sobre-item {
  display: inline-block;
  margin-right: 6.41025641025641%;
  float: left;
}

.sobre-item-brasil {
  width: 30.5982905982906%;
}

.sobre-item-mapa {
  width: 32.22222222222222%;
}

.sobre-item-seo {
  width: 24.35897435897436%;
  margin-right: 0;
}

.sobre-heading {
  font-size: 1.375em;
  padding-top: 10px;
  color: #f6990d;
  padding-left: 96px;
}

.sobre-heading-last {
  font-size: 1.375em;
  padding-top: 10px;
  color: #f6990d;
  padding-left: 96px;
}

.sprite-brasil, .sprite-mapa, .sprite-seo {
  height: 86px;
}

.sprite-brasil{background-image: url(../imgs/desenvolvimento-de-sites-responsivos.gif);background-repeat: no-repeat;}
.sprite-mapa{background-image: url(../imgs/promova-sua-marca.gif);background-repeat: no-repeat;} 
.sprite-seo {background-image: url(../imgs/recursos-do-site.gif);background-repeat: no-repeat;}
/* Fim Sobre */


/* Funcionalidades */
.funcionalidades {
  clear: both;
  background-image: url(../imgs/overlay.png), linear-gradient(140deg, rgba(43, 41, 106, 0.51), rgba(255, 153, 0, 0.51));
  color: #fff;
  text-align:center;
  padding-top: 25px;
  padding-bottom: 75px;
}

.funcionalidades-heading {
  font-size: 2em;
}

.bloco-subheading{
	margin:0 auto;
	width:100%;
	height:auto;	
}

.funcionalidades-subheading{
	margin-left: 90px;
	float:left;
	margin-top:25px;
}
/* Fim funcionalidades */

.sprite-grafico, .sprite-desconto, .sprite-fotos, .sprite-contador {
  margin-right: 6.837606837606838%;
  /* 80px */
}

.formato-botoes {
  text-align: center;
}

.formato-botoes-select {
  width: 100%;
  background-color: #f6990d;
  border: 0;
  border-radius: 3px;
  color: #fff;
  display: none;
  padding: 10px;
  font-size: 1.2em;
}

.formato-botoes-botao {
  background-color: transparent;
  color: #f6990d;
  padding: 8px 0;
  border: 1px solid #f6990d;
  border-radius: 3px;
  font-size: 1em;
  width: 19.31623931623932%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.formato-botoes-botao--ativo {
  background-color: #f6990d;
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.formato-botoes-botao:hover {
  background-color: #f6990d;
  color: #fff;
  -webkit-transition: 0.3s;
}

.formato-detalhes-informacao {
  width: 56.83760683760684%;
  /* 665px */
  float: left;
}

.formato-detalhes-anuncio {
  width: 42.76239316239316%;
  /* 500px */
  text-align: right;
  float: right;
  padding-top: 46px;
}

.formato-detalhes-subheading {
  font-weight: 400;
  color: #f6990d;
  font-size: 1.375em;
  /* 22px */
  padding-top: 46px;
  padding-bottom: 29px;
}

.sprite-facebook-icon-laranja, .sprite-lateral-icon-laranja, .sprite-site-icon-laranja {
  padding-top: 0;
}

.fa-whatsapp{
  color: #43d854;
}

.anunciar-content {
  font-size: 1.125em;
  /* 18px */
  padding-bottom: 45px;
  text-align: center;
}

.regiao {
  text-align: center;
  font-size: 1.125em;
  /* 18px */
  color: #fff;
  width: 24.18803418803419%;
  /* 283px */
  height: 200px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 60px;
}

.regiao--br {
  margin-right: 0;
  background-image: url("../imgs/brasil-bandeira.jpg");
}

.regiao--sp {
  background-image: url("../imgs/sao-paulo.jpg");
}

.regiao--rj {
  background-image: url("../imgs/rio-de-janeiro.jpg");
}

.regiao--mg {
  background-image: url("../imgs/belo-horizonte.jpg");
}

.regiao--rj, .regiao--mg, .regiao--br {
  padding-top: 85px;
}

.demaisLocalidades {
  float: right;
  text-align: right;
  font-weight: 400;
  font-size: 0.75em;
  padding-right: 11px;
}

.social {
  text-align: center;
  margin-bottom: 25px;
}

.social-heading {
  font-weight: 300;
  font-size: 1em;
  margin-bottom: 20px;
}

.fa-facebook, .fa-twitter, .fa-google-plus, .fa-linkedin, .fa-youtube, .fa-instagram, .fa-slideshare {
  font-size: 1.75em;
  margin-right: 25px;
}

.fa-facebook {
  color: #3b5998;
}

.fa-twitter {
  color: #00aced;
}

.fa-google-plus {
  color: #dd4b39;
}

.fa-linkedin {
  color: #007bb5;
}

.fa-youtube {
  color: #bb0000;
}

.fa-instagram {
  color: #125688;
}

.fa-slideshare {
  color: #0b648e;
}

.modalExperimente {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  background-color: #fff;
  color: #333;
  font-size: 18px;
  padding: 20px;
  z-index: 20;
  border-radius: 3px;
  border: 1px solid #ccc;
  max-width: 310px;
  width: 100%;
  text-align: center;
}

.modalGratis {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  background-color: #fff;
  color: #333;
  font-size: 18px;
  padding: 20px;
  z-index: 20;
  border-radius: 3px;
  border: 1px solid #ccc;
  max-width: 960px;
  width: 90%;
  text-align: center;
}

.modal-gratis, .modal-experimente {
  display: none;
}

.modal-gratis:before, .modal-experimente:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  /* display: none; */
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 10;
  display: block;
}

.modal-fechar {
  position: absolute;
  top: -15px;
  right: -15px;
  border: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #ccc;
  background-color: #000;
  background-image: url("../imgs/close-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 30;
}

.tels {
  line-height: 35px;
}

.telefones {
  margin-top: 15px;
}

.email {
  margin-top: 20px;
}
@-moz-document url-prefix() {
  .permanencia{
    font-size: 0.65em;
  }
  .planos-detalhes-lista{
    margin-top: 63px;
  }
}
.naotem, .encontra-links-menu{display: none; }
.bars-menu{width: 35px;height: 5px;margin-bottom: 4px;background: #fff;}
.tooltip-divulgacao, .tooltip-divulgacao-2 {
  visibility: hidden;
  border-radius: 5px;
  line-height: 18px;
  padding: 10px;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  max-width: 200px;
  width: 100%;
  left: 0px; }
.texto-planos-bottom.registro{position: relative;}
.texto-planos-bottom.registro:hover  .tooltip-divulgacao{    visibility: visible;
    top: 50px;
    z-index: 999;}
.qr-code{width: 100%; max-width: 150px;margin: 15px auto;display: block}
.criesite{
    padding: 1em 0;
    text-align: center;
    position: relative;
}
.criesite h2{
    margin: .5em 0;
}
.criesite .col-4 p, .criesite .col-4 h4{
    margin: 15px 0;
    
}
.criesite .col-4 p{
    line-height: 25px;
}
.criesite .col-4 p:last-child{
    font-weight: bold;
}
.criesite .col-4 img{
    max-height: 75px;
}
.criesite .col-4 img, .criesite .col-4 p, .criesite .col-4 h4{
    position: relative;
}
.criesite .col-4 .numeros{
    position: absolute;
    top: -80px;
    left: 42%;
    right: 42%;
    font-size: 50px;
    font-weight: bold;
    background: #fbc676;
    color: #fff;
    width: fit-content;
    align-items: center;
    border-radius: 50%;
    width: 58px;
    height: 58px;
}
.criesite .col-4 img, .criesite .col-4 p, .criesite .col-4 h4, .criesite .col-4 .numeros{
    z-index: 2;
}
.criesite .col-4{
    position: relative;
}
.criesite .col-4 svg{    
    position: absolute;
    width: calc(100% + 105px);
    height: calc(100% + 105px);
    top: -51px;
    left: -54px;
    z-index:1;
    
}

#criacaoDEsite .col-4 svg circle{
    animation: dasharrayReverse 2s linear infinite;
    fill: #f6990d;
}

.criesite h2.heading{
    margin: 15px 0 100px 0;
}
#criacaoDEsite .col-4 svg circle{
    animation: dasharrayReverse 2s linear infinite;
    fill: #f6990d;
}

.ondas{
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: calc(12% + 35px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    z-index: 0;
}

.ondas svg{
    width: 3725px;
    min-width: 150vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);   
}

.ondas svg path{
    -webkit-animation: dasharray 1s linear infinite;
    animation: dasharray 1s linear infinite;
}
.col-4{
    width: 33.33%;
    float:left;
}
.txtCriesite{
    padding: 80px 0 20px 0;
    clear: left;
}
.txtCriesite p{
    text-align: left;
    margin: 15px 0;
}
.txtCriesite h3{
    font-size: 24px;
    margin: 15px 0;
    text-align: left;
}


.accordion {
  background-color: #ffdba5;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
    margin: 7px 0;
    font-weight: bold;
    font-size: 14px;
}


.active, .accordion:hover {
  background-color: #2b296a;
    color: #f5f5f5
}


.panel {
  padding: 0 18px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.panel ul{}
.panel ul li{
    text-align: left;
    list-style: square;
    list-style-position: inside;
}

.accordion:after {
  content: '\02795';
  font-size: 13px;
  color: #f5f5f5;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; 
}

.maisCentral{
    width: 100%;
    max-width: 680px;
    display: block;
    margin: 15px auto 0 auto;
}
.duasColunas{width: 49.5%;display: inline-block;vertical-align: top}

.duasColunas ul li a{
    line-height: 63px;
    padding: 15px;
    background: linear-gradient(45deg, #2b296a, #f6990d) no-repeat #f6990d;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    background-size: 250%;
    transition: background .3s;
    font-weight: 400;
}
.duasColunas ul li a:hover{
    background-size: 100%;
    transition: background .3s;
}

@keyframes dasharrayReverse {
	from {
		stroke-dashoffset: 0;
	}
	to {
		stroke-dashoffset: -40;
	}
}

@keyframes dasharray{
    from{
        stroke-dashoffset:0
    }
    to{
        stroke-dashoffset:12
    }
}
@media screen and (max-width: 1170px) {
  .encontra-header, .navigation, .sobre, .funcionalidades, .formato {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 970px) {
  .planos-detalhes-lista {
    margin-top: 76px;
  }
  @-moz-document url-prefix(){
    .planos-detalhes-lista {
    margin-top: 63px;
  }
  }
}
@media screen and (max-width: 966px) {
  .planos-detalhes-lista {
    margin-top: 72px;
  }
  @-moz-document url-prefix(){
    .planos-detalhes-lista {
    margin-top: 63px;
  }
  }
}

@media screen and (max-width: 881px) {
  @-moz-document url-prefix(){
    .planos-detalhes-lista {
    margin-top: 76px;
  }
  }
}

@media screen and (max-width: 843px) {
  .sobre-item-brasil {
    width: 100%;
  }

  .sobre-item-mapa {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sobre-item-seo {
    width: 100%;
  }

  .sobre {
    width: 90%;
  }

  .planos {
    font-size: 0.8em;
  }

  .planos-detalhe {
    height: auto;
    font-size: 1em;
  }

  .planos-detalhes-lista {
    margin-top: 41px;
  }
  @-moz-document url-prefix(){
    .planos-detalhes-lista {
    margin-top: 44px;
  }
  }

  .experimente {
    font-size: 1em;
  }

  .info-gratis {
    line-height: 11px;
  }

  .regiao {
    font-size: 1em;
    width: 49%;
    background-size: cover;
  }
}
@media screen and (max-width: 810px) {
  .formato-detalhes-informacao {
    float: none;
    width: 100%;
  }

  .formato-detalhes-anuncio {
    width: 100%;
    float: none;
    text-align: center;
  }

  .formato-detalhes-anuncio img {
    width: initial;
  }
  
  .box-planos{
	  width:100%;
	  margin-bottom:3em;
	}

}
@media screen and (max-width: 760px) {
  body {
    font-size: 90%;
  }

  .navigation {
    width: 0%;
    height: 0%;
    right: 0%;
    box-shadow: 0px 0px 5px #000;
    background-color: rgba(43, 41, 106, .9);
    display: none;
    transition: 0.5s;
  }

  .navigation--ativo {
    width: 45%;
    height: 100%;
    display: block;
    transition: 0.5s;
    animation-name: vemEsquerda;
    animation-duration: .8s;
    animation-iteration-count: 1;
  }

  .encontra-anuncie {
    display: none;
  }

  .menu-item {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #fff;
  }

  .criacao-sites {
    display: block;
  }

  .encontra-links-site {
    display: none;
  }

  .encontra-links-site {
    display: none; }

  .encontra-links-menu {
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
  }      
  .bar-1 {
    transform-origin: top left;
    transition: .5s
  }
  .bar-2{
    opacity: 100%;
    transition: 1s;
  }
  .bar-3 {
    transform-origin: bottom left;
    transition: .5s
  }  
  .bar1-x{
    transform: rotate(40deg) translate(4px, -3px);
    transition: .5s;
  }
  .bar2-x{
    opacity: 0;
    transition: .5s;
  }  
  .bar3-x{
    transform: rotate(-40deg) translate(3px, 7px);
    transition: .5s;
  }    

  .encontra-links {
	position: absolute;
	right: 0px;
	top: 10px;
	text-align:right;
  }

  .formato-heading {
	  padding-top:50px;
  }

  .funcionalidades-item {
    width: 49%;
    margin-right: 0;
  }

  .formato-botoes-botao {
    display: none;
  }

  .formato-botoes-select {
    display: block;
  }

  .formato-detalhes-itens {
    width: 100%;
    padding-bottom: 0;
    float: none;
  }

  .formato-detalhes-itens--direita {
    padding-left: 0;
    float: none;
  }

  .planos {
    width: 80%;
    font-size: 1.4em;
    margin-top: 20px;
  }

  .planos-detalhes {
    display: none;
  }

  .plano-heading {
    padding-bottom: 10px;
  }

  .planos-lista {
    display: none;
  }

  .btnIncluso {
    width: 100%;
    background-color: #e7e7e7;
    font-size: 0.8em;
    border: 0;
    margin-top: 20px;
    padding: 20px 0;
    display: block;
  }

  .fa-sort-desc {
    position: relative;
    top: -2px;
  }

  .tooltip-divulgacao, .tooltip-divulgacao-2 {
    display: none;
  }

  .modalExperimente {
    width: 60%;
    font-size: 1em;
    padding: 5px;
  }

  .modalGratis {
    width: 90%;
    max-height: 250px;
    overflow-x: hidden;
  }

  .modal-fechar--gratis {
    top: 0;
    right: 0;
  }

  .btnGratis {
    display: none;
  }

  .btnGratis--mobile {
    display: inline-block;
  }

  .planos-detalhes-mobile {
    display: block;
    overflow: hidden;
    height: 0;
    transition: 0.5s;
  }

  .planos-detalhes-mobile--ativo {
    height: auto;
    transition: 0.5s;
  }
}
@media screen and (max-width: 570px) {
  .funcionalidades-inner {
    width: 80%;
  }

  .funcionalidades-item {
    width: 100%;
    margin-left: 0;
  }

  .regiao {
    font-size: 1.2em;
    width: 100%;
    background-size: cover;
    margin-top: 20px;
  }

  .modalGratis {
    -webkit-transform: translate(-50%, -59%);
    -ms-transform: translate(-50%, -59%);
    transform: translate(-50%, -59%);
    width: 95%;
    text-align: center;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    overflow: visible;
  }
    .naotem{display: block; }
    .highlight{height: 285px;}
    .highlight .highlight-botao{position: relative;bottom: -2em;left: 0;}
    
    .img-modelos a{margin-bottom: 20px;}
    
}
@media screen and (max-width: 354px) {
  .highlight-heading {
    padding-top: 2em;
  }
}
@media screen and (max-height: 400px) {
  .modalExperimente {
    width: 73%;
    height: 190px;
    padding: 5px;
    max-width: 345px;
  }

  .telefones {
    margin-top: 20px;
    float: left;
    margin-right: 10px;
  }

  .email {
    clear: both;
    padding-top: 10px;
  }
}
.sprite-brasil {
  background-position: -24px -21px;
  background-size: 130px 130px;
}

.sprite-contador-icon-laranja {
    background-position: 0 -115px;
}

.sprite-contador {
  background-position: 0 -188px;
}

.sprite-dados-icon-laranja {
  background-position: 0 -283px;
}

.sprite-dados {
  background-position: 0 -356px;
}

.sprite-desconto-icon-laranja {
  background-position: 0 -451px;
}

.sprite-desconto {
  background-position: 0 -524px;
}

.sprite-email-icon-laranja {
  background-position: 0 -619px;
}

.sprite-esp-icon-laranja {
  background-position: 0 -692px;
}

.sprite-estrela-destaque {
  background-position: 0 -765px;
}

.sprite-estrela-icon-laranja {
  background-position: 0 -860px;
}

.sprite-facebook-icon-laranja {
  background-position: 0 -933px;
}

.sprite-foto-icon-laranja {
  background-position: 0 -1006px;
}

.sprite-fotos {
  background-position: 0 -1079px;
}

.sprite-grafico {
  background-position: 0 -1174px;
}

.sprite-lateral-icon-laranja {
  background-position: 0 -1269px;
}

.sprite-logo-icon-laranja {
  background-position: 0 -1342px;
}

.sprite-mapa-icon-laranja {
  background-position: 0 -1415px;
}

.sprite-mapa {
  background-position: -16px -22px;
    background-size: 130px 130px;
}

.sprite-seo {
    background-position: -20px -21px;
    background-size: 130px 130px;
}

.sprite-site-icon-laranja {
  background-position: 0 -1718px;
}

.sprite-tel-icon-laranja {
  background-position: 0 -1791px;
}

.sprite-video-icon-laranja {
  background-position: 0 -1862px;
}

#mensagemWhatsApp{background-color: #F6990D;
    border: 1px solid #fff;
    padding: 10px;
    color: #FFF;
    width: 200px;
    display: none;
    font-family: Arial;
    border-radius: 10px;
    text-align: center;
    position: fixed;
    bottom: 70px;
    left: 30px;
    font-size: 14px;}
.whatsApp{background-color: transparent;
    border: 0;
    position: fixed;
    bottom: 20px;
    left: 30px;
    font-size: 36px;}

.footer{
	width: 100%;
	height: auto;	
	background: #f2f2f2;
	padding-bottom: 10px;
	position: relative;
	top: 85px;
    text-align: center;
}

.footer > .container{
	padding: 25px 0;
	border-bottom: 2px solid #ccc;
	border-top: 2px solid #ccc;
    font-size: 14px;
}

.footer-logo{
	float: left;
	margin-right: 10px;
	width: 232px;
	height: auto;
}

.footer-endereco{
	margin-left: 100px;
}
@media screen and (max-width: 1270px) {
  .footer {
    top: 50px !important; } }
@media screen and (max-width: 1170px) {
  
  .highlight-heading {
    padding-top: 1.1em; }

  .footer {
    top: 50px !important; } }
@media screen and (max-width: 966px) {
  .highlight-heading {
    font-size: 2em; } }
@media screen and (max-width: 919px) {
	.highlight-heading{
		font-size:1.5em;
	}
	.footer {
    top: 10px !important; } }
@media screen and (max-width: 860px) {
  .footer-endereco {
    margin-left: 50px !important; }

}
@media screen and (max-width: 1366px) {
  .footer {
    top: 10px !important; } }

@media screen and (max-width: 780px) {
  .footer-content {
    font-size: 0.9em !important; }

  .footer-endereco {
    margin-left: 35px !important; }
}

@media screen and (max-width: 680px) {
  .footer {
    border-bottom: 2px solid #ccc;
    }
  .footer > .container {
    max-width: 350px;
    border: none !important; }

  .footer-logo {
    float: none !important;
    margin: 0 auto !important; }

  .footer-content {
    clear: both;
    margin: 0;
    margin-top: 15px;
    margin-left: 17px;
    text-align: center; }

  .footer-endereco {
    margin-left: 70px !important;
    margin-top: 20px; }

  .footer {
    top: 0 !important; } 
    
    .col-4{
        width: 100%;
    }
    .criesite .col-4 svg{
        width: calc(100% + 95px);
        height: calc(100% + 95px);
        top: -45px;
        left: -48px;
    }
    .criesite .col-4:nth-last-child(2) svg{
        top: -33px;
    }
    
    .criesite .col-4:nth-last-child(2)  .numeros{
        top: -55px;
    }
    
    .criesite .col-4{
        margin: 64px 0;
    }
    .criesite .col-4:nth-child(2){
        margin-top: 0
    }
    .criesite .col-4:nth-child(4){
        margin-bottom: 0
    }
    .txtCriesite {
        padding: 80px 10px 20px 10px;
    }
    .txtCriesite h3{
        font-size: 19px;
        text-align: left;
    }
    .somobile{
        display: block;
    }
    .vantagens li:nth-child(1)::before, .vantagens li:nth-child(2)::before{
        margin-bottom: 18px;
        display: block;
        width: fit-content;
        float: left;
    }
    .accordion:hover{
        background-color: #ffdba5;
        color: #444;
    }
    .active.accordion{
        background-color: #2b296a;
        color: #f5f5f5;
    }
    .criesite .col-4 p{
        line-height: 8px;
    }
    .criesite .col-4 img{
        max-height: 45px;
    }
    .criesite .col-4 p, .criesite .col-4 h4{
        font-size: 14px;
    }
    .criesite .col-4 .numeros{
        font-size: 35px;
        left: 44%;
        right: 44%;
        top: -66px;
        width: 40px;
        height: 40px;
    }
    .ondas{
        top: calc(13% + 35px);
    }
    .sodesktop{
        display: none;
    }
    .duasColunas{width: 80%;display: block;margin: 5px auto;text-align: center}
    .maisCentral{width: 100%;}
}

@media screen and (max-height: 400px) {
	.highlight-heading{
		font-size:5px;
	}
	
.footer {
  width: 100%;
  height: auto;
  background: #f2f2f2;
  padding-bottom: 10px;
  position: relative;
  top: 85px; 
  margin-bottom: 2em;}

.footer > .container {
  padding: 25px 0;
  border-bottom: 2px solid #ccc;
  border-top: 2px solid #ccc;
  text-align: center;
}

.footer-logo {
  float: left;
  margin-right: 10px;
}
.footer-endereco {
  margin-left: 100px; }
    
}
@keyframes descendo {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes vindoEsquerda {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes subindo {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes vemEsquerda {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}