@charset "UTF-8";
* {
  padding: 0;
  border: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  font-weight: normal;
}

@font-face {
  font-family: "fontello";
  src: url("fontes/fontello-2cd85d65/font/fontello.eot?62130833");
  src: url("fontes/fontello-2cd85d65/font/fontello.eot?62130833#iefix") format("embedded-opentype"), url("fontes/fontello-2cd85d65/font/fontello.woff?62130833") format("woff"), url("fontes/fontello-2cd85d65/font/fontello.ttf?62130833") format("truetype"), url("fontes/fontello-2cd85d65/font/fontello.svg?62130833#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fonte_principal";
  src: url("fontes/congress-bold/Congress-Bold.woff2") format("woff2"), url("fontes/congress-bold/Congress-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "fonte_padrao";
  src: url("fontes/opensans/opensans_regular_macroman/OpenSans-Regular-webfont.eot");
  src: url("fontes/opensans/opensans_regular_macroman/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fontes/opensans/opensans_regular_macroman/OpenSans-Regular-webfont.woff") format("woff"), url("fontes/opensans/opensans_regular_macroman/OpenSans-Regular-webfont.ttf") format("truetype"), url("fontes/opensans/opensans_regular_macroman/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icones {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

a, button {
  outline: none;
  transition: all 0.3s ease;
}
a i, button i {
  transition: all 0.6s ease;
}

/**********************
Body
**********************/
body {
  background: #fff;
}

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

.conteudo {
  position: relative;
}
@media only screen and (min-width: 900px) {
  .conteudo {
    width: 700px;
  }
}
.conteudo h1, .conteudo h2, .conteudo h3, .conteudo h4, .conteudo h5, .conteudo h6 {
  font-family: "fonte_padrao";
  font-size: 20px;
}
.conteudo h1 strong, .conteudo h2 strong, .conteudo h3 strong, .conteudo h4 strong, .conteudo h5 strong, .conteudo h6 strong {
  font-family: "fonte_principal";
}
.conteudo p {
  font-family: "fonte_padrao";
  font-size: 17px;
  line-height: 23px;
}
.conteudo p strong {
  font-weight: bold;
}
.conteudo .img_full {
  margin-bottom: 10px;
}
.conteudo:after {
  content: " ";
  display: block;
  clear: both;
}

.bloco_tri {
  width: 100%;
}
.bloco_tri .item {
  float: left;
}
@media only screen and (min-width: 900px) {
  .bloco_tri .item {
    width: 33.33%;
  }
}
@media only screen and (max-width: 900px) {
  .bloco_tri .item {
    width: 100%;
  }
}
.bloco_tri .item .espacamento {
  padding: 15px;
}
.bloco_tri .item .espacamento h1, .bloco_tri .item .espacamento h2, .bloco_tri .item .espacamento h3, .bloco_tri .item .espacamento h4, .bloco_tri .item .espacamento h5 {
  font-size: 32px;
  line-height: 34px;
}
.bloco_tri .item .espacamento h1 strong, .bloco_tri .item .espacamento h2 strong, .bloco_tri .item .espacamento h3 strong, .bloco_tri .item .espacamento h4 strong, .bloco_tri .item .espacamento h5 strong {
  display: block;
}
@media only screen and (max-width: 900px) {
  .bloco_tri .item .espacamento {
    text-align: center;
  }
}

/*Botão geral*/
.botao {
  font-family: "fonte_principal";
  font-size: 20px;
  padding: 8px;
  cursor: pointer;
  outline: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.42);
  color: #fff;
  background: #48af3d;
}
.botao:hover, .botao:focus {
  color: #fff;
  background: #239217;
  font-size: 24px;
}

/**********************
Cabecalho
**********************/
.cabecalho_sumir {
  background: none;
}
.cabecalho_sumir .botoes_acao .lista_sem_link {
  background: none;
}
.cabecalho_sumir .botoes_acao .lista_sem_link a {
  color: #fff;
}
.cabecalho_sumir .botoes_acao .lista_sem_link a:hover, .cabecalho_sumir .botoes_acao .lista_sem_link a:focus {
  color: #ffde0d;
}

.cabecalho_aparecer {
  display: block;
  background: #8b0609;
  -webkit-box-shadow: -1px 3px 9px -2px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: -1px 3px 9px -2px rgba(0, 0, 0, 0.36);
  box-shadow: -1px 3px 9px -2px rgba(0, 0, 0, 0.36);
}
.cabecalho_aparecer .botoes_acao .lista_sem_link {
  background: #710007;
}
.cabecalho_aparecer .botoes_acao .lista_sem_link a {
  color: #fff;
}
.cabecalho_aparecer .botoes_acao .lista_sem_link a:hover, .cabecalho_aparecer .botoes_acao .lista_sem_link a:focus {
  color: #ffde0d;
}

.cabecalho_fixo {
  display: block;
  background: #8b0609;
  -webkit-box-shadow: -1px 3px 9px -2px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: -1px 3px 9px -2px rgba(0, 0, 0, 0.36);
  box-shadow: -1px 3px 9px -2px rgba(0, 0, 0, 0.36);
}
.cabecalho_fixo .botoes_acao .lista_sem_link {
  background: #710007;
}
.cabecalho_fixo .botoes_acao .lista_sem_link a {
  color: #fff;
}
.cabecalho_fixo .botoes_acao .lista_sem_link a:hover, .cabecalho_fixo .botoes_acao .lista_sem_link a:focus {
  color: #ffde0d;
}

.cabecalho {
  position: fixed;
  width: 100%;
  height: 100px;
  top: 0;
  z-index: 1000;
}
.cabecalho .logo {
  position: absolute;
  top: 8px;
}
@media only screen and (max-width: 900px) {
  .cabecalho .logo img {
    width: 120px;
    display: block;
  }
}
@media only screen and (min-width: 900px) {
  .cabecalho .logo img {
    width: 120px;
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  .cabecalho .menu_suspenso {
    display: none;
  }
}
@media only screen and (min-width: 900px) {
  .cabecalho .menu_suspenso {
    position: absolute;
    top: 60px;
    left: 140px;
  }
  .cabecalho .menu_suspenso li {
    float: left;
    margin-right: 20px;
  }
  .cabecalho .menu_suspenso li:last-child {
    border-right: 0px;
    margin-right: 0px;
  }
  .cabecalho .menu_suspenso li a, .cabecalho .menu_suspenso li button {
    font-family: "fonte_principal";
    font-size: 18px;
    color: #fff;
    background: none;
    cursor: pointer;
    float: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .cabecalho .menu_suspenso li a:hover, .cabecalho .menu_suspenso li a:focus, .cabecalho .menu_suspenso li button:hover, .cabecalho .menu_suspenso li button:focus {
    color: #ffde0d;
  }
  .cabecalho .menu_suspenso li a:hover i, .cabecalho .menu_suspenso li a:focus i, .cabecalho .menu_suspenso li button:hover i, .cabecalho .menu_suspenso li button:focus i {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 900px) {
  .cabecalho .botoes_acao {
    display: none;
  }
}
@media only screen and (min-width: 900px) {
  .cabecalho .botoes_acao {
    position: absolute;
    top: 0px;
    left: 137px;
  }
  .cabecalho .botoes_acao li {
    float: left;
    margin-right: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
  }
  .cabecalho .botoes_acao li:last-child {
    margin-right: 0px;
  }
  .cabecalho .botoes_acao .lista_sem_link {
    font-family: "fonte_padrao";
    font-size: 17px;
    color: #fff;
    padding: 10px;
  }
  .cabecalho .botoes_acao .lista_com_link a {
    font-family: "fonte_padrao";
    font-size: 17px;
    color: #fff;
    padding: 10px;
    display: block;
    background: #13990a;
  }
  .cabecalho .botoes_acao .lista_com_link a:hover, .cabecalho .botoes_acao .lista_com_link a:focus {
    color: #fff;
    background: #21c416;
  }
}

.mobile_botao {
  position: absolute;
  top: 26px;
  right: 0px;
  font-size: 50px;
  background: none;
  color: #fff;
}
@media only screen and (min-width: 900px) {
  .mobile_botao {
    display: none;
  }
}
.mobile_botao:hover, .mobile_botao:focus {
  color: #ffde0d;
}

.mobile_navegacao {
  width: 100%;
  height: 100%;
  background: #690002;
  position: fixed;
  z-index: 100;
}
.mobile_navegacao ul {
  width: 100%;
  float: left;
  margin-top: 0px;
  padding-top: 100px;
}
.mobile_navegacao ul li {
  width: 100%;
}
.mobile_navegacao ul li a {
  color: #fff;
  padding: 8px 20px 8px 8px;
  font-family: "fonte_principal";
  font-size: 20px;
  display: block;
  border-bottom: 1px solid #9f0a13;
  text-align: right;
}
.mobile_navegacao ul li a:hover, .mobile_navegacao ul li a:focus {
  color: #710007;
  background: #ffde0d;
}

.hide {
  display: none;
}

.mobile_navegacao_fechar {
  right: -800px;
  animation: fecharMobile 1s;
}
@keyframes abrirMobile {
  0% {
    right: 0px;
  }
  100% {
    right: -800px;
  }
}

.bloco_landing {
  position: relative;
}
.bloco_landing .bloco_1 h1, .bloco_landing .bloco_1 h2, .bloco_landing .bloco_1 h3, .bloco_landing .bloco_1 h4, .bloco_landing .bloco_1 h5, .bloco_landing .bloco_1 h6 {
  font-family: "fonte_principal";
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 20px;
}
.bloco_landing .bloco_1 p {
  font-family: "fonte_padrao";
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 900px) {
  .bloco_landing_1 .bloco_1 {
    padding-top: 180px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 900px) {
  .bloco_landing_1 .bloco_1 {
    width: 300px;
    position: absolute;
    top: 180px;
    left: 0;
  }
}
@media only screen and (max-width: 900px) {
  .bloco_landing_1 {
    background: #790000;
    background: -moz-linear-gradient(top, #790000 0%, #790000 4%, #c60000 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #790000), color-stop(4%, #790000), color-stop(100%, #c60000));
    background: -webkit-linear-gradient(top, #790000 0%, #790000 4%, #c60000 100%);
    background: -o-linear-gradient(top, #790000 0%, #790000 4%, #c60000 100%);
    background: -ms-linear-gradient(top, #790000 0%, #790000 4%, #c60000 100%);
    background: linear-gradient(to bottom, #790000 0%, #790000 4%, #c60000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#790000", endColorstr="#c60000", GradientType=0 );
  }
}
@media only screen and (min-width: 900px) {
  .bloco_landing_1 {
    min-height: 700px;
    background: url("images/landing-1.jpg") top center no-repeat;
  }
}
.bloco_landing_1 h1, .bloco_landing_1 h2, .bloco_landing_1 h3, .bloco_landing_1 h4, .bloco_landing_1 h5, .bloco_landing_1 h6 {
  color: #fff;
}
.bloco_landing_1 h1 strong, .bloco_landing_1 h2 strong, .bloco_landing_1 h3 strong, .bloco_landing_1 h4 strong, .bloco_landing_1 h5 strong, .bloco_landing_1 h6 strong {
  color: #ffde0d;
}
.bloco_landing_1 p {
  color: #fff;
}

@media only screen and (max-width: 900px) {
  .bloco_landing_2 .bloco_1 {
    padding-top: 180px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 900px) {
  .bloco_landing_2 .bloco_1 {
    width: 300px;
    position: absolute;
    top: 180px;
    left: 0;
  }
}
@media only screen and (max-width: 900px) {
  .bloco_landing_2 {
    background: #790000;
    background: -moz-linear-gradient(top, #790000 0%, #790000 4%, #c60000 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #790000), color-stop(4%, #790000), color-stop(100%, #c60000));
    background: -webkit-linear-gradient(top, #790000 0%, #790000 4%, #c60000 100%);
    background: -o-linear-gradient(top, #790000 0%, #790000 4%, #c60000 100%);
    background: -ms-linear-gradient(top, #790000 0%, #790000 4%, #c60000 100%);
    background: linear-gradient(to bottom, #790000 0%, #790000 4%, #c60000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#790000", endColorstr="#c60000", GradientType=0 );
  }
}
@media only screen and (min-width: 900px) {
  .bloco_landing_2 {
    min-height: 700px;
    background: url("images/landing-2.jpg") top center no-repeat;
  }
}
.bloco_landing_2 h1, .bloco_landing_2 h2, .bloco_landing_2 h3, .bloco_landing_2 h4, .bloco_landing_2 h5, .bloco_landing_2 h6 {
  color: #fff;
}
.bloco_landing_2 h1 strong, .bloco_landing_2 h2 strong, .bloco_landing_2 h3 strong, .bloco_landing_2 h4 strong, .bloco_landing_2 h5 strong, .bloco_landing_2 h6 strong {
  color: #ffde0d;
}
.bloco_landing_2 p {
  color: #fff;
}

@media only screen and (min-width: 900px) {
  .pg_interna {
    padding-top: 110px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .pg_interna {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}

.bloco_landing_3 {
  min-height: 100px;
}
@media only screen and (min-width: 900px) {
  .bloco_landing_3 {
    padding-top: 160px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .bloco_landing_3 {
    padding-top: 160px;
    padding-bottom: 40px;
  }
}
.bloco_landing_3 h1, .bloco_landing_3 h2, .bloco_landing_3 h3, .bloco_landing_3 h4, .bloco_landing_3 h5, .bloco_landing_3 h6 {
  color: #910009;
}
.bloco_landing_3 h1 strong, .bloco_landing_3 h2 strong, .bloco_landing_3 h3 strong, .bloco_landing_3 h4 strong, .bloco_landing_3 h5 strong, .bloco_landing_3 h6 strong {
  color: #910009;
}
.bloco_landing_3 p {
  color: #580000;
}
.bloco_landing_3 ul li {
  margin-bottom: 10px;
}
.bloco_landing_3 .input {
  font-family: "fonte_padrao";
  font-size: 18px;
  padding: 8px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 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);
  background: #fff;
  color: #580000;
  border-top: 1px solid #f78031;
  border-left: 1px solid #f78031;
  border-right: 1px solid #f78031;
  border-bottom: 3px solid #f78031;
}
.bloco_landing_3 .input:hover, .bloco_landing_3 .input:focus {
  background: #ebe4df;
}
.bloco_landing_3 .mensagem {
  height: 200px;
  outline: none;
  resize: none;
}
.bloco_landing_3 select {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -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);
}
.bloco_landing_3 select option {
  padding: 8px;
  font-family: "fonte_padrao";
  font-size: 18px;
}

.google_maps {
  width: 100%;
  float: left;
}
@media only screen and (max-width: 900px) {
  .google_maps {
    height: 500px;
  }
}
@media only screen and (min-width: 900px) {
  .google_maps {
    min-height: 600px;
  }
}

/**********************
Destaque
**********************/
.bloco_destaque {
  width: 100%;
  float: left;
  position: relative;
}
@media only screen and (min-width: 900px) {
  .bloco_destaque {
    height: 670px;
    background: #fff url("images/bg_bloco_destaque.jpg") top center no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .bloco_destaque {
    background: #ccc;
    padding-bottom: 156px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .bloco_destaque .logo_destaque {
    float: left;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 900px) {
  .bloco_destaque .logo_destaque {
    position: absolute;
    left: 0;
    top: -30px;
    display: block;
    z-index: 1000;
  }
}
@media only screen and (min-width: 900px) {
  .bloco_destaque .telefone_voip {
    width: 393px;
    position: absolute;
    left: 50%;
    margin-left: -620px;
    top: 430px;
  }
}
@media only screen and (max-width: 900px) {
  .bloco_destaque .telefone_voip {
    width: 250px;
    position: absolute;
    bottom: -80px;
    left: 50%;
    margin-left: -125px;
  }
}
@media only screen and (min-width: 900px) {
  .bloco_destaque .clientes_bloco {
    width: 420px;
    top: 590px;
    left: 305px;
    position: absolute;
  }
}
@media only screen and (max-width: 900px) {
  .bloco_destaque .clientes_bloco .clientes {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 900px) {
  .bloco_destaque .clientes_bloco .carrosel_clientes {
    width: 380px;
  }
}
@media only screen and (max-width: 900px) {
  .bloco_destaque .clientes_bloco .carrosel_clientes {
    width: 80%;
  }
}
.bloco_destaque .bloco_1 {
  margin-bottom: 20px;
  float: left;
}
@media only screen and (min-width: 900px) {
  .bloco_destaque .bloco_1 {
    width: 322px;
    margin-top: 70px;
  }
  .bloco_destaque .bloco_1 p {
    width: 95%;
  }
}
.bloco_destaque .bloco_1 .titulo {
  font-family: "fonte_padrao";
  font-size: 30px;
  line-height: 32px;
  color: #242527;
  margin-bottom: 15px;
}
.bloco_destaque .bloco_1 .titulo strong {
  font-family: "fonte_principal";
  color: #001b5e;
}
.bloco_destaque .bloco_1 p {
  margin-bottom: 10px;
}
.bloco_destaque .bloco_1 p strong {
  font-weight: bold;
}
.bloco_destaque .bloco_2 {
  background: #ffffff;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 50px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 50px;
  -moz-border-radius-bottomleft: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 30px;
}
@media only screen and (max-width: 900px) {
  .bloco_destaque .bloco_2 {
    float: left;
  }
}
@media only screen and (min-width: 900px) {
  .bloco_destaque .bloco_2 {
    position: absolute;
    width: 180px;
    position: absolute;
    right: 0;
    top: 90px;
  }
}
@media only screen and (min-width: 900px) {
  .bloco_destaque .bloco_2:before {
    content: " ";
    width: 105px;
    height: 77px;
    background: url("images/seta-1.png");
    display: block;
    position: absolute;
    bottom: -50px;
    left: -110px;
    animation: pulsar 2.5s infinite;
  }
}
@keyframes pulsar {
  0% {
    bottom: -50px;
  }
  50% {
    bottom: -30px;
  }
  80% {
    bottom: -50px;
  }
}
.bloco_destaque .bloco_2 h1, .bloco_destaque .bloco_2 h2, .bloco_destaque .bloco_2 h3, .bloco_destaque .bloco_2 h4, .bloco_destaque .bloco_2 h5, .bloco_destaque .bloco_2 h6 {
  font-family: "fonte_padrao";
  font-size: 20px;
  color: #626262;
  line-height: 23px;
  padding: 20px;
}
.bloco_destaque .bloco_2 h1 strong, .bloco_destaque .bloco_2 h2 strong, .bloco_destaque .bloco_2 h3 strong, .bloco_destaque .bloco_2 h4 strong, .bloco_destaque .bloco_2 h5 strong, .bloco_destaque .bloco_2 h6 strong {
  font-family: "fonte_principal";
  color: #910009;
}
.bloco_destaque .bloco_clientes_destaque {
  width: 500px;
}
.bloco_destaque .bloco_clientes_destaque .carrosel_clientes {
  width: 500px;
}

.divisao_faturamento {
  width: 100%;
  float: left;
  padding-top: 70px;
  padding-bottom: 70px;
}
.divisao_faturamento h1, .divisao_faturamento h2, .divisao_faturamento h3, .divisao_faturamento h4, .divisao_faturamento h5, .divisao_faturamento h6 {
  font-family: "fonte_padrao";
  font-size: 40px;
  line-height: 40px;
  color: #580000;
  margin-bottom: 45px;
}
.divisao_faturamento h1 strong, .divisao_faturamento h2 strong, .divisao_faturamento h3 strong, .divisao_faturamento h4 strong, .divisao_faturamento h5 strong, .divisao_faturamento h6 strong {
  font-family: "fonte_principal";
  color: #c52a2e;
}

.perfil_franqueado {
  background: #f2d933;
  background: -moz-linear-gradient(top, #f2d933 0%, #f08635 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f2d933), color-stop(100%, #f08635));
  background: -webkit-linear-gradient(top, #f2d933 0%, #f08635 100%);
  background: -o-linear-gradient(top, #f2d933 0%, #f08635 100%);
  background: -ms-linear-gradient(top, #f2d933 0%, #f08635 100%);
  background: linear-gradient(to bottom, #f2d933 0%, #f08635 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f2d933", endColorstr="#f08635", GradientType=0 );
  position: relative;
}
.perfil_franqueado:after {
  content: " ";
  clear: both;
  display: block;
}
@media only screen and (max-width: 900px) {
  .perfil_franqueado .franqueado {
    position: absolute;
    width: 300px;
    margin-left: -150px;
    left: 50%;
    bottom: 30px;
    display: block;
  }
}
@media only screen and (min-width: 900px) {
  .perfil_franqueado .franqueado {
    position: absolute;
    width: 300px;
    left: 50%;
    margin-left: -80px;
    bottom: 0;
    display: block;
  }
}
@media only screen and (min-width: 900px) {
  .perfil_franqueado {
    padding-top: 30px;
    padding-bottom: 50px;
    /*img{
      display: none;
    }*/
  }
}
@media only screen and (max-width: 900px) {
  .perfil_franqueado {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 420px;
  }
}
.perfil_franqueado .bloco_1:after {
  content: " ";
  clear: both;
  display: block;
}
@media only screen and (max-width: 900px) {
  .perfil_franqueado .bloco_1 {
    float: left;
  }
}
@media only screen and (min-width: 900px) {
  .perfil_franqueado .bloco_1 {
    width: 400px;
  }
}
.perfil_franqueado .bloco_1 h1, .perfil_franqueado .bloco_1 h2, .perfil_franqueado .bloco_1 h3, .perfil_franqueado .bloco_1 h4, .perfil_franqueado .bloco_1 h5, .perfil_franqueado .bloco_1 h6 {
  font-family: "fonte_principal";
  font-size: 40px;
  line-height: 40px;
  color: #391d11;
  margin-bottom: 20px;
}
.perfil_franqueado .bloco_1 h1 strong, .perfil_franqueado .bloco_1 h2 strong, .perfil_franqueado .bloco_1 h3 strong, .perfil_franqueado .bloco_1 h4 strong, .perfil_franqueado .bloco_1 h5 strong, .perfil_franqueado .bloco_1 h6 strong {
  display: block;
  color: #c4151a;
}
.perfil_franqueado .bloco_1 .diferencas {
  width: 100%;
}
.perfil_franqueado .bloco_1 .diferencas:after {
  content: " ";
  clear: both;
  display: block;
}
.perfil_franqueado .bloco_1 .diferencas .item {
  width: 50%;
  float: left;
  text-align: center;
}
.perfil_franqueado .bloco_1 .diferencas .item p {
  font-family: "fonte_padrao";
  font-size: 18px;
  color: #580000;
}
.perfil_franqueado .bloco_1 .diferencas .item .espacamento {
  padding: 10px;
}
.perfil_franqueado .bloco_1 .diferencas .item .icones {
  color: #cc0003;
  font-size: 40px;
  display: block;
  text-align: center;
}

.payback {
  width: 100%;
  float: left;
  background: #119cbb;
  background: -moz-linear-gradient(top, #119cbb 0%, #119cbb 9%, #001b35 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #119cbb), color-stop(9%, #119cbb), color-stop(100%, #001b35));
  background: -webkit-linear-gradient(top, #119cbb 0%, #119cbb 9%, #001b35 100%);
  background: -o-linear-gradient(top, #119cbb 0%, #119cbb 9%, #001b35 100%);
  background: -ms-linear-gradient(top, #119cbb 0%, #119cbb 9%, #001b35 100%);
  background: linear-gradient(to bottom, #119cbb 0%, #119cbb 9%, #001b35 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#119cbb", endColorstr="#001b35", GradientType=0 );
  position: relative;
}
@media only screen and (min-width: 900px) {
  .payback {
    height: 570px;
  }
}
@media only screen and (max-width: 900px) {
  .payback {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media only screen and (min-width: 900px) {
  .payback .bloco_1 {
    width: 238px;
    position: absolute;
    top: 50px;
    left: 140px;
  }
}
.payback .bloco_1 h1, .payback .bloco_1 h2, .payback .bloco_1 h3, .payback .bloco_1 h4, .payback .bloco_1 h5, .payback .bloco_1 h6 {
  font-family: "fonte_padrao";
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 25px;
}
.payback .bloco_1 h1 strong, .payback .bloco_1 h2 strong, .payback .bloco_1 h3 strong, .payback .bloco_1 h4 strong, .payback .bloco_1 h5 strong, .payback .bloco_1 h6 strong {
  font-family: "fonte_principal";
  color: #fff;
}
.payback .bloco_1 p {
  font-family: "fonte_padrao";
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
@media only screen and (min-width: 900px) {
  .payback .bloco_1 p {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 900px) {
  .payback .bloco_1 p {
    margin-bottom: 16px;
  }
}
.payback .bloco_1 p strong {
  font-size: 22px;
  font-family: "fonte_principal";
  color: #ffde0d;
}
@media only screen and (min-width: 900px) {
  .payback .bloco_2 {
    position: absolute;
    width: 160px;
    right: 140px;
    top: 140px;
    color: red;
  }
}
@media only screen and (max-width: 900px) {
  .payback .bloco_2 {
    width: 180px;
    margin: 0 auto;
  }
}
.payback .bloco_2 h1, .payback .bloco_2 h2, .payback .bloco_2 h3, .payback .bloco_2 h4, .payback .bloco_2 h5, .payback .bloco_2 h6 {
  font-family: "fonte_padrao";
  font-size: 40px;
  line-height: 36px;
  color: #ffde0d;
  margin-bottom: 45px;
  font-weight: bold;
  text-align: center;
}
.payback .bloco_2 h1 strong, .payback .bloco_2 h2 strong, .payback .bloco_2 h3 strong, .payback .bloco_2 h4 strong, .payback .bloco_2 h5 strong, .payback .bloco_2 h6 strong {
  font-family: "fonte_principal";
  color: #fff;
  font-weight: normal;
  display: block;
  font-size: 30px;
}
@media only screen and (min-width: 900px) {
  .payback .bloco_3 {
    position: absolute;
    top: 203px;
  }
}
@media only screen and (min-width: 900px) {
  .payback .bloco_4 {
    width: 156px;
    position: absolute;
    top: 20px;
    right: 0px;
    display: block;
    animation: nao_cobra_royaltes 1.5s infinite;
  }
}
@media only screen and (max-width: 900px) {
  .payback .bloco_4 {
    width: 156px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
@keyframes nao_cobra_royaltes {
  0% {
    width: 156px;
  }
  50% {
    width: 165px;
  }
  100% {
    width: 156px;
  }
}

/**********************
Sobre
**********************/
.bloco_sobre {
  width: 100%;
  float: left;
}
@media only screen and (max-width: 900px) {
  .bloco_sobre {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 900px) {
  .bloco_sobre {
    background: #ededed url("images/bg_sobre.jpg") top center no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.bloco_sobre .botao {
  clear: both;
  display: block;
}
.bloco_sobre .bloco_1 {
  float: left;
}
@media only screen and (min-width: 900px) {
  .bloco_sobre .bloco_1 {
    width: 300px;
  }
}
@media only screen and (max-width: 900px) {
  .bloco_sobre .bloco_1 {
    margin-bottom: 20px;
  }
}
.bloco_sobre .bloco_1 h1, .bloco_sobre .bloco_1 h2, .bloco_sobre .bloco_1 h3, .bloco_sobre .bloco_1 h4, .bloco_sobre .bloco_1 h5, .bloco_sobre .bloco_1 h6 {
  font-family: "fonte_padrao";
  font-size: 30px;
  line-height: 30px;
  color: #000348;
  margin-bottom: 20px;
}
.bloco_sobre .bloco_1 h1 strong, .bloco_sobre .bloco_1 h2 strong, .bloco_sobre .bloco_1 h3 strong, .bloco_sobre .bloco_1 h4 strong, .bloco_sobre .bloco_1 h5 strong, .bloco_sobre .bloco_1 h6 strong {
  font-family: "fonte_principal";
  color: #000348;
  display: block;
}
.bloco_sobre .bloco_1 h1:last-child, .bloco_sobre .bloco_1 h2:last-child, .bloco_sobre .bloco_1 h3:last-child, .bloco_sobre .bloco_1 h4:last-child, .bloco_sobre .bloco_1 h5:last-child, .bloco_sobre .bloco_1 h6:last-child {
  margin: 0;
}
.bloco_sobre .bloco_1 p {
  color: #393939;
  margin-bottom: 15px;
}
.bloco_sobre .bloco_1 p:last-child {
  margin: 0;
}
.bloco_sobre .bloco_1 .botao {
  float: left;
}
.bloco_sobre .bloco_2 {
  float: right;
}
@media only screen and (min-width: 900px) {
  .bloco_sobre .bloco_2 {
    width: 396px;
  }
}
.bloco_sobre .bloco_2 h1, .bloco_sobre .bloco_2 h2, .bloco_sobre .bloco_2 h3, .bloco_sobre .bloco_2 h4, .bloco_sobre .bloco_2 h5, .bloco_sobre .bloco_2 h6 {
  font-family: "fonte_padrao";
  font-size: 26px;
  line-height: 28px;
  color: #626262;
}
.bloco_sobre .bloco_2 h1 strong, .bloco_sobre .bloco_2 h2 strong, .bloco_sobre .bloco_2 h3 strong, .bloco_sobre .bloco_2 h4 strong, .bloco_sobre .bloco_2 h5 strong, .bloco_sobre .bloco_2 h6 strong {
  font-family: "fonte_principal";
  color: #910009;
}
.bloco_sobre .bloco_2 .imagem img {
  width: 100%;
}
.bloco_sobre .bloco_2 h1, .bloco_sobre .bloco_2 h2, .bloco_sobre .bloco_2 h3, .bloco_sobre .bloco_2 h4, .bloco_sobre .bloco_2 h5, .bloco_sobre .bloco_2 h6 {
  margin-bottom: 10px;
}
.bloco_sobre .bloco_2 h1:last-child, .bloco_sobre .bloco_2 h2:last-child, .bloco_sobre .bloco_2 h3:last-child, .bloco_sobre .bloco_2 h4:last-child, .bloco_sobre .bloco_2 h5:last-child, .bloco_sobre .bloco_2 h6:last-child {
  margin: 0;
}
.bloco_sobre .bloco_2 p {
  color: #fff;
  margin-bottom: 15px;
}
.bloco_sobre .bloco_2 p:last-child {
  margin: 0;
}
.bloco_sobre .bloco_2 .images img {
  width: 100%;
  display: block;
}
.bloco_sobre .bloco_2 .descricao .espacamento {
  padding: 10px;
}
.bloco_sobre .bloco_2 .botao {
  width: 100%;
  float: left;
}
.bloco_sobre .bloco_3 {
  width: 100%;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
.bloco_sobre .bloco_3 .item {
  float: left;
}
@media only screen and (min-width: 900px) {
  .bloco_sobre .bloco_3 .item {
    width: 33.33%;
  }
}
@media only screen and (max-width: 900px) {
  .bloco_sobre .bloco_3 .item {
    width: 100%;
    margin-bottom: 10px;
  }
}
.bloco_sobre .bloco_3 .item h1, .bloco_sobre .bloco_3 .item h2, .bloco_sobre .bloco_3 .item h3, .bloco_sobre .bloco_3 .item h4, .bloco_sobre .bloco_3 .item h5, .bloco_sobre .bloco_3 .item h6 {
  font-family: "fonte_padrao";
  font-size: 26px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 12px;
}
.bloco_sobre .bloco_3 .item h1 strong, .bloco_sobre .bloco_3 .item h2 strong, .bloco_sobre .bloco_3 .item h3 strong, .bloco_sobre .bloco_3 .item h4 strong, .bloco_sobre .bloco_3 .item h5 strong, .bloco_sobre .bloco_3 .item h6 strong {
  font-family: "fonte_principal";
  color: #aac60e;
  display: block;
}
.bloco_sobre .bloco_3 .item p {
  color: #fff;
}
.bloco_sobre .bloco_3 .item .espacamento {
  background: #000348;
  /*-webkit-border-radius: $borda;
  -moz-border-radius: $borda;
  -ms-border-radius: $borda;
  -o-border-radius: $borda;
  border-radius: $borda;*/
}
@media only screen and (min-width: 900px) {
  .bloco_sobre .bloco_3 .item .espacamento {
    margin-left: 10px;
    padding: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .bloco_sobre .bloco_3 .item .espacamento {
    padding: 15px;
  }
}
.bloco_sobre .bloco_3 .item:first-child .espacamento {
  margin: 0;
}
.bloco_sobre .bloco_3:after {
  content: " ";
  display: block;
  clear: both;
}

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

/**********************
Clientes
**********************/
.clientes {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 20px;
}
.clientes .botao_nav {
  position: absolute;
  background: none;
  top: 50%;
  margin-top: -8px;
  font-size: 20px;
  color: #000348;
  cursor: pointer;
  outline: none;
}
.clientes .botao_nav:hover, .clientes .botao_nav:focus {
  color: #aac60e;
}
.clientes .seguir_clientes {
  right: 0;
}
.clientes .voltar_clientes {
  left: 0;
}
.clientes .carrosel_clientes {
  overflow: hidden;
  margin: 0 auto;
}
@media only screen and (min-width: 900px) {
  .clientes .carrosel_clientes {
    width: 400px;
  }
}
@media only screen and (max-width: 900px) {
  .clientes .carrosel_clientes {
    width: 80%;
  }
}
.clientes .carrosel_clientes li {
  width: 90%;
  margin: 0 auto;
}
.clientes .carrosel_clientes li img {
  width: 100%;
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  /*-webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.18);
  -moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.18);
  box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.18);*/
}

/**********************
URGENCIA
**********************/
.bloco_urgencia {
  width: 100%;
  float: left;
  background: #000;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 900px) {
  .bloco_urgencia .imagem {
    width: 160px;
    position: absolute;
    bottom: -40px;
    left: 210px;
    z-index: 10;
  }
}
@media only screen and (max-width: 900px) {
  .bloco_urgencia .imagem {
    display: none;
  }
}
.bloco_urgencia .bloco_1 {
  float: left;
}
@media only screen and (min-width: 900px) {
  .bloco_urgencia .bloco_1 {
    width: 190px;
  }
}
@media only screen and (max-width: 900px) {
  .bloco_urgencia .bloco_1 {
    width: 100%;
  }
}
.bloco_urgencia .bloco_1 h1, .bloco_urgencia .bloco_1 h2, .bloco_urgencia .bloco_1 h3, .bloco_urgencia .bloco_1 h4, .bloco_urgencia .bloco_1 h5, .bloco_urgencia .bloco_1 h6 {
  font-family: "fonte_padrao";
  font-size: 26px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 12px;
}
.bloco_urgencia .bloco_1 h1 strong, .bloco_urgencia .bloco_1 h2 strong, .bloco_urgencia .bloco_1 h3 strong, .bloco_urgencia .bloco_1 h4 strong, .bloco_urgencia .bloco_1 h5 strong, .bloco_urgencia .bloco_1 h6 strong {
  font-family: "fonte_principal";
  color: #910009;
}
.bloco_urgencia .bloco_1 p {
  color: #fff;
}
@media only screen and (max-width: 900px) {
  .bloco_urgencia .bloco_2 {
    width: 100%;
  }
}
@media only screen and (min-width: 900px) {
  .bloco_urgencia .bloco_2 {
    width: 300px;
    float: right;
  }
}
.bloco_urgencia .bloco_2 .botao {
  width: 100%;
}
.bloco_urgencia .cronometro {
  background: #090909;
  border: 2px solid #3d3d3d;
  width: 100%;
  float: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.49);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.49);
}
.bloco_urgencia .cronometro .prazo {
  font-family: "fonte_padrao";
  font-size: 22px;
  color: #fff;
  text-align: center;
  padding: 10px;
  -webkit-box-shadow: 0px 8px 5px 0px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 0px 8px 5px 0px rgba(0, 0, 0, 0.49);
  box-shadow: 0px 8px 5px 0px rgba(0, 0, 0, 0.49);
}
.bloco_urgencia .cronometro .temp {
  transition: all 0.3s ease;
  width: 25%;
  display: block;
  background: #141414;
  float: left;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "fonte_principal";
  font-size: 30px;
  color: #fff;
  position: relative;
}
.bloco_urgencia .cronometro .temp span {
  color: #021e5d;
  font-size: 20px;
}
.bloco_urgencia .temp_hora:after, .bloco_urgencia .temp_min:after {
  content: ":";
  position: absolute;
  right: 0;
}
.bloco_urgencia:after {
  content: " ";
  clear: both;
  display: block;
}

/**********************
Galeria
**********************/
.bloco_galeria {
  width: 100%;
  float: left;
  background: #b5f1cb;
  padding-top: 50px;
  padding-bottom: 50px;
}
.bloco_galeria .bloco_1 {
  position: relative;
  float: left;
}
@media only screen and (min-width: 900px) {
  .bloco_galeria .bloco_1 {
    width: 280px;
  }
}
.bloco_galeria .bloco_1 .seta_img {
  width: 75px;
  position: absolute;
  left: 50%;
  margin-left: -41px;
  bottom: 0;
  animation: seta_1 2.5s infinite;
}
@keyframes seta_1 {
  0% {
    bottom: -41px;
  }
  50% {
    bottom: -38px;
  }
  100% {
    bottom: -41px;
  }
}
.bloco_galeria .bloco_1 h1, .bloco_galeria .bloco_1 h2, .bloco_galeria .bloco_1 h3, .bloco_galeria .bloco_1 h4, .bloco_galeria .bloco_1 h5, .bloco_galeria .bloco_1 h6 {
  font-family: "fonte_padrao";
  font-size: 26px;
  line-height: 28px;
  color: #626262;
  margin-bottom: 12px;
}
.bloco_galeria .bloco_1 h1 strong, .bloco_galeria .bloco_1 h2 strong, .bloco_galeria .bloco_1 h3 strong, .bloco_galeria .bloco_1 h4 strong, .bloco_galeria .bloco_1 h5 strong, .bloco_galeria .bloco_1 h6 strong {
  font-family: "fonte_principal";
  color: #4bc914;
  display: block;
}
.bloco_galeria .bloco_1 p {
  color: #626262;
  margin-bottom: 15px;
}
.bloco_galeria .bloco_1 p:last-child {
  margin: 0;
}
@media only screen and (min-width: 900px) {
  .bloco_galeria .bloco_2 {
    width: 400px;
    float: right;
  }
}
.bloco_galeria .bloco_2 .item {
  margin-bottom: 15px;
}
@media only screen and (max-width: 900px) {
  .bloco_galeria .bloco_2 .item {
    float: left;
  }
}
.bloco_galeria .bloco_2 .item:last-child {
  margin-bottom: 0px;
}
.bloco_galeria .bloco_2 .espacamento {
  position: relative;
  background: #9fdcb5;
  padding: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.bloco_galeria .bloco_2 .espacamento h1, .bloco_galeria .bloco_2 .espacamento h2, .bloco_galeria .bloco_2 .espacamento h3, .bloco_galeria .bloco_2 .espacamento h4, .bloco_galeria .bloco_2 .espacamento h5, .bloco_galeria .bloco_2 .espacamento h6 {
  font-family: "fonte_padrao";
  font-size: 23px;
  line-height: 26px;
  color: #626262;
  margin-bottom: 4px;
}
@media only screen and (max-width: 900px) {
  .bloco_galeria .bloco_2 .espacamento h1, .bloco_galeria .bloco_2 .espacamento h2, .bloco_galeria .bloco_2 .espacamento h3, .bloco_galeria .bloco_2 .espacamento h4, .bloco_galeria .bloco_2 .espacamento h5, .bloco_galeria .bloco_2 .espacamento h6 {
    text-align: center;
  }
}
.bloco_galeria .bloco_2 .espacamento h1 strong, .bloco_galeria .bloco_2 .espacamento h2 strong, .bloco_galeria .bloco_2 .espacamento h3 strong, .bloco_galeria .bloco_2 .espacamento h4 strong, .bloco_galeria .bloco_2 .espacamento h5 strong, .bloco_galeria .bloco_2 .espacamento h6 strong {
  font-family: "fonte_principal";
  color: #4bc914;
}
.bloco_galeria .bloco_2 .espacamento p {
  color: #626262;
  margin-bottom: 15px;
}
@media only screen and (max-width: 900px) {
  .bloco_galeria .bloco_2 .espacamento p {
    text-align: center;
  }
}
.bloco_galeria .bloco_2 .espacamento p:last-child {
  margin: 0;
}
.bloco_galeria .bloco_2 .espacamento:after {
  content: " ";
  clear: both;
  display: block;
}
.bloco_galeria .bloco_2 .imagem {
  width: 50px;
}
@media only screen and (max-width: 900px) {
  .bloco_galeria .bloco_2 .imagem {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 900px) {
  .bloco_galeria .bloco_2 .imagem {
    float: left;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
  }
}
.bloco_galeria .bloco_2 .imagem img {
  width: 100%;
  display: block;
}
.bloco_galeria .bloco_2 .imagem .icones {
  font-size: 50px;
  margin: 0;
  color: #1b7b3e;
}
@media only screen and (min-width: 900px) {
  .bloco_galeria .bloco_2 .descricao {
    width: 305px;
    float: right;
  }
}
.bloco_galeria .bloco_3 {
  width: 100%;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
.bloco_galeria .bloco_3 .galeria li {
  float: left;
}
.bloco_galeria .bloco_3 .galeria li a {
  display: block;
  margin: 5px;
  background: orange;
  border: 2px solid red;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.bloco_galeria .bloco_3 .galeria li a .icones {
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -50px;
  left: 0;
  margin: 0;
  font-size: 40px;
  color: #fff;
  text-align: center;
}
.bloco_galeria .bloco_3 .galeria li a:hover, .bloco_galeria .bloco_3 .galeria li a:focus {
  border: 2px solid yellow;
}
.bloco_galeria .bloco_3 .galeria li a:hover .icones, .bloco_galeria .bloco_3 .galeria li a:focus .icones {
  top: 0;
  display: block;
  padding-top: 35px;
  background: url("images/bg_galeria.png");
}
.bloco_galeria .bloco_3 .galeria li a:hover:before, .bloco_galeria .bloco_3 .galeria li a:focus:before {
  font-family: "fontello";
  content: " ";
  background: #000;
  width: 100%;
  position: absolute;
}
.bloco_galeria .bloco_3 .galeria li img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 900px) {
  .bloco_galeria .bloco_3 .galeria_4 li {
    width: 50%;
  }
}
@media only screen and (min-width: 900px) {
  .bloco_galeria .bloco_3 .galeria_4 li {
    width: 25%;
  }
}
.bloco_galeria .botao {
  clear: both;
  display: block;
  margin: 0 auto;
}

/**********************
Servicos
**********************/

.bloco_servicos {
  background: #fff;
  padding-top: 50px;
  width: 100%;
  float: left;
}
.bloco_servicos .clientes {
  margin-bottom: 40px;
}
@media only screen and (min-width: 900px) {
  .bloco_servicos .clientes .carrosel_clientes_100 {
    width: 630px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 900px) {
  .bloco_servicos .clientes .carrosel_clientes_100 {
    width: 80%;
  }
}
.bloco_servicos .clientes .botao_nav {
  color: #000249;
}
.bloco_servicos .clientes .botao_nav:hover, .bloco_servicos .clientes .botao_nav:focus {
  color: #aac612;
}
.bloco_servicos .seta {
  position: relative;
  margin-bottom: 15px;
}
@media only screen and (min-width: 900px) {
  .bloco_servicos .seta {
    padding-bottom: 85px;
  }
}
@media only screen and (max-width: 900px) {
  .bloco_servicos .seta {
    padding-bottom: 100px;
  }
}
.bloco_servicos .seta .seta_img {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -57px;
  animation: animacao_seta_servico 2s infinite;
}
@keyframes animacao_seta_servico {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 20px;
  }
  80% {
    bottom: 0;
  }
}
.bloco_servicos .seta:after {
  content: " ";
  clear: both;
  display: block;
}
.bloco_servicos .bloco_1 {
  float: left;
}
@media only screen and (max-width: 900px) {
  .bloco_servicos .bloco_1 {
    margin-bottom: 20px;
  }
}
.bloco_servicos .bloco_1 h1, .bloco_servicos .bloco_1 h2, .bloco_servicos .bloco_1 h3, .bloco_servicos .bloco_1 h4, .bloco_servicos .bloco_1 h5, .bloco_servicos .bloco_1 h6 {
  font-family: "fonte_padrao";
  font-size: 36px;
  line-height: 34px;
  color: #411911;
  margin-bottom: 20px;
}
.bloco_servicos .bloco_1 h1 strong, .bloco_servicos .bloco_1 h2 strong, .bloco_servicos .bloco_1 h3 strong, .bloco_servicos .bloco_1 h4 strong, .bloco_servicos .bloco_1 h5 strong, .bloco_servicos .bloco_1 h6 strong {
  font-family: "fonte_principal";
  color: #cc0003;
  display: block;
}
.bloco_servicos .bloco_1 .img_full {
  margin-bottom: 18px;
}
.bloco_servicos .bloco_1 p {
  color: #393939;
  margin-bottom: 22px;
}
.bloco_servicos .bloco_1 p:last-child {
  margin: 0;
}
.bloco_servicos .bloco_2 {
  float: right;
}
@media only screen and (min-width: 900px) {
  .bloco_servicos .bloco_2 {
    width: 438px;
  }
  .bloco_servicos .bloco_2 .item {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 900px) {
  .bloco_servicos .bloco_2 .item {
    width: 100%;
    margin-bottom: 10px;
  }
  .bloco_servicos .bloco_2 .item:last-child {
    margin-bottom: 0px;
  }
}
.bloco_servicos .bloco_2 .item {
  float: left;
}
@media only screen and (min-width: 900px) {
  .bloco_servicos .bloco_2 .item {
    width: 50%;
  }
}
.bloco_servicos .bloco_2 .item .icones {
  font-size: 50px;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
  color: #aac60e;
}
.bloco_servicos .bloco_2 .item .espacamento {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-right: 10px;
  padding: 15px;
  background: #001b5e;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.bloco_servicos .bloco_2 .item .espacamento:after {
  content: " ";
  clear: both;
  display: block;
}
.bloco_servicos .bloco_2 .item h1, .bloco_servicos .bloco_2 .item h2, .bloco_servicos .bloco_2 .item h3, .bloco_servicos .bloco_2 .item h4, .bloco_servicos .bloco_2 .item h5, .bloco_servicos .bloco_2 .item h6 {
  font-family: "fonte_padrao";
  font-size: 22px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
.bloco_servicos .bloco_2 .item h1 strong, .bloco_servicos .bloco_2 .item h2 strong, .bloco_servicos .bloco_2 .item h3 strong, .bloco_servicos .bloco_2 .item h4 strong, .bloco_servicos .bloco_2 .item h5 strong, .bloco_servicos .bloco_2 .item h6 strong {
  font-family: "fonte_principal";
  color: #aac60e;
  display: block;
}
.bloco_servicos .obs {
  font-size: 11px;
  line-height: 14px;
  text-align: center;
}
.bloco_servicos .bloco_3 {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.bloco_servicos .bloco_3:after {
  content: " ";
  clear: both;
  display: block;
}
.bloco_servicos .bloco_3 .item_3 .sub {
  font-family: "fonte_principal";
  width: 100%;
  display: block;
  float: left;
  font-size: 35px;
  margin-bottom: 20px;
  color: #cc0003;
}
.bloco_servicos .bloco_3 .item_3 .item img {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 900px) {
  .bloco_servicos .bloco_3 .item_3 .item {
    width: 33.33%;
  }
}
@media only screen and (max-width: 900px) {
  .bloco_servicos .bloco_3 .item_3 .item {
    width: 50%;
  }
}
.bloco_servicos .bloco_3 .item_2 .item {
  width: 50%;
}
.bloco_servicos .bloco_3 .item_4 .item {
  width: 25%;
}
.bloco_servicos .bloco_3 .item {
  margin-bottom: 20px;
  float: left;
  /*&:hover, &:focus{
  	.espacamento{
  		background: #aac60e;

  		h1,h2,h3,h4,h5,h6,p,li,strong{
  			color: #000348;
  		}

  		.botao_saiba_mais{
  			color: #aac60e;
  			background: #000348;
  		}
  	}
  }*/
}
.bloco_servicos .bloco_3 .item .espacamento {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  /*background: #f0e2cf;

  -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.59);
  -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.59);
  box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.59);*/
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (min-width: 900px) {
  .bloco_servicos .bloco_3 .item .espacamento {
    min-height: 302px;
  }
}
@media only screen and (max-width: 900px) {
  .bloco_servicos .bloco_3 .item .espacamento {
    min-height: 312px;
  }
}
.bloco_servicos .bloco_3 .item .espacamento .botao_saiba_mais {
  width: 80%;
  display: block;
  font-family: "fonte_principal";
  font-size: 20px;
  padding-bottom: 8px;
  padding-top: 8px;
  outline: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.42);
  color: #fff;
  background: #ee8c00;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
}
.bloco_servicos .bloco_3 .item .espacamento .botao_transparente {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  text-indent: -99999px;
  cursor: pointer;
  background: none;
}
@media only screen and (max-width: 900px) {
  .bloco_servicos .bloco_3 .item .espacamento {
    margin-bottom: 20px;
    padding: 10px;
  }
}
@media only screen and (min-width: 900px) {
  .bloco_servicos .bloco_3 .item .espacamento {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
  }
}
.bloco_servicos .bloco_3 .item .espacamento .botao {
  width: 100%;
}
.bloco_servicos .bloco_3 .item .espacamento h1, .bloco_servicos .bloco_3 .item .espacamento h2, .bloco_servicos .bloco_3 .item .espacamento h3, .bloco_servicos .bloco_3 .item .espacamento h4, .bloco_servicos .bloco_3 .item .espacamento h5, .bloco_servicos .bloco_3 .item .espacamento h6 {
  font-family: "fonte_padrao";
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
  color: #380b09;
  text-align: center;
}
.bloco_servicos .bloco_3 .item .espacamento h1 strong, .bloco_servicos .bloco_3 .item .espacamento h2 strong, .bloco_servicos .bloco_3 .item .espacamento h3 strong, .bloco_servicos .bloco_3 .item .espacamento h4 strong, .bloco_servicos .bloco_3 .item .espacamento h5 strong, .bloco_servicos .bloco_3 .item .espacamento h6 strong {
  font-family: "fonte_principal";
  color: #380b09;
}
.bloco_servicos .bloco_3 .item .espacamento p {
  color: #380b09;
  margin-bottom: 10px;
}
.bloco_servicos .bloco_3 .item .espacamento p, .bloco_servicos .bloco_3 .item .espacamento li {
  font-family: "fonte_padrao";
  font-size: 16px;
  line-height: 20px;
}
.bloco_servicos .bloco_3 .item .espacamento .chamada {
  color: #fff;
  background: #e31818;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 8px;
  text-align: center;
  -webkit-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.31);
}
.bloco_servicos .bloco_3 .item .espacamento ul {
  margin-bottom: 10px;
}
.bloco_servicos .bloco_3 .item .espacamento ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}
.bloco_servicos .bloco_3 .item .espacamento ul li:last-child {
  border-bottom: 0px;
}
.bloco_servicos .bloco_3 .item .espacamento ul li span {
  color: #4bc914;
}
.bloco_servicos .botao {
  clear: both;
  display: block;
  margin: 0 auto;
}

/**********************
Depoimentos
**********************/
.bloco_depoimentos {
  width: 100%;
  float: left;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.bloco_depoimentos .bloco_4 {
  margin-bottom: 40px;
}
.bloco_depoimentos .bloco_4:after {
  content: " ";
  clear: both;
  display: block;
}
.bloco_depoimentos .bloco_4 h1, .bloco_depoimentos .bloco_4 h2, .bloco_depoimentos .bloco_4 h3, .bloco_depoimentos .bloco_4 h4, .bloco_depoimentos .bloco_4 h5, .bloco_depoimentos .bloco_4 h6 {
  font-family: "fonte_padrao";
  font-size: 30px;
  line-height: 34px;
  color: #380b09;
  margin-bottom: 4px;
  text-align: center;
}
.bloco_depoimentos .bloco_4 h1 strong, .bloco_depoimentos .bloco_4 h2 strong, .bloco_depoimentos .bloco_4 h3 strong, .bloco_depoimentos .bloco_4 h4 strong, .bloco_depoimentos .bloco_4 h5 strong, .bloco_depoimentos .bloco_4 h6 strong {
  font-family: "fonte_principal";
  color: #cc0003;
}
.bloco_depoimentos .galeria_videos {
  margin-bottom: 10px;
}
.bloco_depoimentos .galeria_videos:after {
  content: " ";
  clear: both;
  display: block;
}
.bloco_depoimentos .galeria_videos .item {
  width: 50%;
  float: left;
}
.bloco_depoimentos .galeria_videos .item .espacamento {
  padding: 10px;
}
.bloco_depoimentos .galeria_videos .item iframe {
  width: 100%;
  height: 200px;
}
.bloco_depoimentos .bloco_1 {
  float: left;
}
.bloco_depoimentos .bloco_1 h1, .bloco_depoimentos .bloco_1 h2, .bloco_depoimentos .bloco_1 h3, .bloco_depoimentos .bloco_1 h4, .bloco_depoimentos .bloco_1 h5, .bloco_depoimentos .bloco_1 h6 {
  font-family: "fonte_padrao";
  font-size: 30px;
  line-height: 32px;
  color: #393939;
}
.bloco_depoimentos .bloco_1 h1 strong, .bloco_depoimentos .bloco_1 h2 strong, .bloco_depoimentos .bloco_1 h3 strong, .bloco_depoimentos .bloco_1 h4 strong, .bloco_depoimentos .bloco_1 h5 strong, .bloco_depoimentos .bloco_1 h6 strong {
  font-family: "fonte_principal";
  color: #cc0003;
}
@media only screen and (min-width: 900px) {
  .bloco_depoimentos .bloco_1 {
    width: 260px;
  }
}
.bloco_depoimentos .bloco_2 h1, .bloco_depoimentos .bloco_2 h2, .bloco_depoimentos .bloco_2 h3, .bloco_depoimentos .bloco_2 h4, .bloco_depoimentos .bloco_2 h5, .bloco_depoimentos .bloco_2 h6, .bloco_depoimentos .bloco_2 p {
  font-family: "fonte_padrao";
  font-size: 22px;
  line-height: 26px;
  color: #626262;
}
.bloco_depoimentos .bloco_2 h1 strong, .bloco_depoimentos .bloco_2 h2 strong, .bloco_depoimentos .bloco_2 h3 strong, .bloco_depoimentos .bloco_2 h4 strong, .bloco_depoimentos .bloco_2 h5 strong, .bloco_depoimentos .bloco_2 h6 strong, .bloco_depoimentos .bloco_2 p strong {
  font-family: "fonte_principal";
  color: #4bc914;
}
@media only screen and (min-width: 900px) {
  .bloco_depoimentos .bloco_2 {
    width: 280px;
    float: right;
  }
}
.bloco_depoimentos .video {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.bloco_depoimentos .video iframe {
  width: 100%;
  height: 400px;
}
.bloco_depoimentos .comentarios_slides {
  width: 100%;
  float: left;
  position: relative;
}
.bloco_depoimentos .comentarios_slides .titulo {
  font-family: "fonte_padrao";
  font-size: 30px;
  line-height: 44px;
  color: #626262;
  margin-bottom: 20px;
  text-align: center;
}
.bloco_depoimentos .comentarios_slides .titulo strong {
  font-family: "fonte_principal";
  color: #cc0003;
}
.bloco_depoimentos .comentarios_slides p {
  font-size: 18px;
  line-height: 23px;
  color: #626262;
  text-align: center;
}
.bloco_depoimentos .comentarios_slides .botao_comentarios {
  position: absolute;
  font-size: 30px;
  background: none;
  color: #380b09;
  cursor: pointer;
  top: 50%;
  margin-top: -20px;
  outline: none;
}
.bloco_depoimentos .comentarios_slides .botao_comentarios:hover, .bloco_depoimentos .comentarios_slides .botao_comentarios:focus {
  color: #ffde0d;
}
.bloco_depoimentos .comentarios_slides .botao_comentario_seguir {
  left: 0;
}
.bloco_depoimentos .comentarios_slides .botao_comentario_voltar {
  right: 0;
}
.bloco_depoimentos .comentarios_slides .item {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 40px;
}
.bloco_depoimentos .comentarios_slides .item .espacamento {
  background: #fff;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 35px;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
}
.bloco_depoimentos .comentarios_slides .item .espacamento .descricao h1, .bloco_depoimentos .comentarios_slides .item .espacamento .descricao h2, .bloco_depoimentos .comentarios_slides .item .espacamento .descricao h3, .bloco_depoimentos .comentarios_slides .item .espacamento .descricao h4, .bloco_depoimentos .comentarios_slides .item .espacamento .descricao h5, .bloco_depoimentos .comentarios_slides .item .espacamento .descricao h6 {
  font-family: "fonte_padrao";
  font-size: 26px;
  margin-bottom: 10px;
  line-height: 26px;
  color: #380b09;
  text-align: center;
}
.bloco_depoimentos .comentarios_slides .item .espacamento .descricao h1 strong, .bloco_depoimentos .comentarios_slides .item .espacamento .descricao h2 strong, .bloco_depoimentos .comentarios_slides .item .espacamento .descricao h3 strong, .bloco_depoimentos .comentarios_slides .item .espacamento .descricao h4 strong, .bloco_depoimentos .comentarios_slides .item .espacamento .descricao h5 strong, .bloco_depoimentos .comentarios_slides .item .espacamento .descricao h6 strong {
  font-size: 24px;
  font-family: "fonte_principal";
  color: #cc0003;
  display: block;
}
.bloco_depoimentos .comentarios_slides .item .espacamento .descricao p {
  font-size: 16px;
  line-height: 20px;
}
.bloco_depoimentos .comentarios_slides .item .botao {
  position: absolute;
  bottom: -20px;
  margin: 0 auto;
}
.bloco_depoimentos .seta {
  position: relative;
}
.bloco_depoimentos .seta:after {
  content: " ";
  clear: both;
  display: block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 900px) {
  .bloco_depoimentos .seta .seta_img {
    position: absolute;
    top: 10px;
    left: 246px;
    animation: animacao_seta_depoimentos 2.5s infinite;
  }
}
@keyframes animacao_seta_depoimentos {
  0% {
    left: 246px;
  }
  50% {
    left: 230px;
  }
  100% {
    left: 246px;
  }
}
@media only screen and (min-width: 900px) {
  .bloco_depoimentos .comentarios {
    width: 630px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 900px) {
  .bloco_depoimentos .comentarios {
    width: 80%;
    margin: 0 auto;
  }
}
.bloco_depoimentos .comentarios img {
  width: 60px !important;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.43);
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  -ms-border-radius: 300px;
  -o-border-radius: 300px;
  border-radius: 300px;
}
.bloco_depoimentos .botao {
  clear: both;
  display: block;
  margin: 0 auto;
}

/**********************
Popup
**********************/
.black {
  width: 100%;
  height: 100%;
  background: url("images/bg_poup.png");
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.black .tela {
  background: #fff url("images/loading.gif") center center no-repeat;
  margin: 0 auto;
  margin-top: 100px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.63);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.63);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.63);
}
@media only screen and (min-width: 900px) {
  .black .tela {
    width: 500px;
  }
}
.black .tela .botao {
  float: right;
  margin-bottom: 10px;
  color: #fff;
  background: #c90b0b;
}
.black .tela .botao:hover, .black .tela .botao:focus {
  background: #b40000;
}
.black .tela .espacamento {
  padding: 10px;
}
.black .tela iframe {
  width: 100%;
  display: block;
}

/**********************
Contato
**********************/
.btn_nav_lojas {
  font-size: 28px;
  background: none;
  cursor: pointer;
  position: absolute;
  color: #411911;
  top: 50%;
  margin-top: -25px;
}
.btn_nav_lojas:hover, .btn_nav_lojas:focus {
  color: #b00e13;
}

.seguir_lojas {
  left: 0;
}

.voltar_lojas {
  right: 0;
}

.bloco_lojas {
  width: 100%;
  position: relative;
  float: left;
}
@media only screen and (min-width: 900px) {
  .bloco_lojas {
    height: 458px;
  }
}
@media only screen and (min-width: 900px) {
  .bloco_lojas {
    background: url("images/bg_lojas.png") no-repeat;
  }
}
@media only screen and (max-width: 900px) {
  .bloco_lojas {
    padding-top: 50px;
    padding-bottom: 70px;
    background: #f2d934;
    background: -moz-linear-gradient(top, #f2d934 0%, #ff6f01 99%, #ff6f01 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f2d934), color-stop(99%, #ff6f01), color-stop(100%, #ff6f01));
    background: -webkit-linear-gradient(top, #f2d934 0%, #ff6f01 99%, #ff6f01 100%);
    background: -o-linear-gradient(top, #f2d934 0%, #ff6f01 99%, #ff6f01 100%);
    background: -ms-linear-gradient(top, #f2d934 0%, #ff6f01 99%, #ff6f01 100%);
    background: linear-gradient(to bottom, #f2d934 0%, #ff6f01 99%, #ff6f01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f2d934", endColorstr="#ff6f01", GradientType=0 );
  }
}
.bloco_lojas .carrosel_lojas {
  width: 75%;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .bloco_lojas .bloco_1 {
    width: 100%;
    float: left;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 900px) {
  .bloco_lojas .bloco_1 {
    width: 280px;
    top: 100px;
    left: 0;
    position: absolute;
  }
}
.bloco_lojas .bloco_1 h1, .bloco_lojas .bloco_1 h2, .bloco_lojas .bloco_1 h3, .bloco_lojas .bloco_1 h4, .bloco_lojas .bloco_1 h5, .bloco_lojas .bloco_1 h6 {
  font-family: "fonte_principal";
  font-size: 35px;
  line-height: 38px;
  color: #411911;
  margin-bottom: 12px;
}
.bloco_lojas .bloco_1 h1 strong, .bloco_lojas .bloco_1 h2 strong, .bloco_lojas .bloco_1 h3 strong, .bloco_lojas .bloco_1 h4 strong, .bloco_lojas .bloco_1 h5 strong, .bloco_lojas .bloco_1 h6 strong {
  font-size: 40px;
  color: #cc0003;
  display: block;
}
.bloco_lojas .bloco_1 p {
  font-size: 18px;
  line-height: 24px;
  color: #411911;
  margin-bottom: 20px;
}
.bloco_lojas .bloco_1 .botao {
  float: left;
}
.bloco_lojas .bloco_2 {
  position: relative;
}
@media only screen and (max-width: 900px) {
  .bloco_lojas .bloco_2 {
    width: 100%;
    float: left;
  }
}
@media only screen and (min-width: 900px) {
  .bloco_lojas .bloco_2 {
    width: 380px;
    top: 80px;
    right: 0;
    position: absolute;
  }
}
.bloco_lojas .bloco_2 .mais_lojas {
  font-family: "fonte_principal";
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  width: 250px;
  height: 60px;
  background: url(images/bg_lojas_1.png) no-repeat;
  text-align: center;
  padding-top: 12px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.bloco_lojas .bloco_2 .carrosel_lojas {
  position: relative;
}
.bloco_lojas .bloco_2 .carrosel_lojas .item h1, .bloco_lojas .bloco_2 .carrosel_lojas .item h2, .bloco_lojas .bloco_2 .carrosel_lojas .item h3, .bloco_lojas .bloco_2 .carrosel_lojas .item h4, .bloco_lojas .bloco_2 .carrosel_lojas .item h5, .bloco_lojas .bloco_2 .carrosel_lojas .item h6 {
  font-family: "fonte_principal";
  font-size: 30px;
  line-height: 38px;
  color: #411911;
  margin-bottom: 12px;
  text-align: center;
}
.bloco_lojas .bloco_2 .carrosel_lojas .item p {
  margin-bottom: 10px;
}
.bloco_lojas .bloco_2 .carrosel_lojas .item p, .bloco_lojas .bloco_2 .carrosel_lojas .item li {
  font-size: 20px;
  line-height: 25px;
  color: #411911;
  text-align: center;
}
.bloco_lojas .bloco_2 .carrosel_lojas .item .icone_mapa {
  text-align: center;
  display: block;
  font-size: 48px;
  color: #cc0003;
}

.bloco_contato {
  width: 100%;
  float: left;
  padding-top: 50px;
  background-color: #b00e13;
  background-image: linear-gradient(#b00e13, #720205);
}
@media only screen and (min-width: 900px) {
  .bloco_contato .conteudo {
    height: 320px;
  }
}
@media only screen and (max-width: 900px) {
  .bloco_contato {
    background: #730206;
  }
}
@media only screen and (max-width: 900px) {
  .bloco_contato {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 900px) {
  .bloco_contato .bloco_1 {
    width: 170px;
    float: right;
  }
}
@media only screen and (max-width: 900px) {
  .bloco_contato .bloco_1 {
    margin-bottom: 20px;
  }
}
.bloco_contato .bloco_1 h1, .bloco_contato .bloco_1 h2, .bloco_contato .bloco_1 h3, .bloco_contato .bloco_1 h4, .bloco_contato .bloco_1 h5, .bloco_contato .bloco_1 h6 {
  font-family: "fonte_padrao";
  font-size: 27px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 15px;
}
.bloco_contato .bloco_1 h1 strong, .bloco_contato .bloco_1 h2 strong, .bloco_contato .bloco_1 h3 strong, .bloco_contato .bloco_1 h4 strong, .bloco_contato .bloco_1 h5 strong, .bloco_contato .bloco_1 h6 strong {
  font-family: "fonte_principal";
  color: #ffde0d;
  display: block;
}
.bloco_contato .bloco_1 p, .bloco_contato .bloco_1 li {
  font-family: "fonte_padrao";
  font-size: 15px;
  line-height: 17px;
  color: #626262;
}
.bloco_contato .bloco_1 p strong, .bloco_contato .bloco_1 li strong {
  font-family: "fonte_principal";
  color: #ffde0d;
}
.bloco_contato .bloco_1 p {
  margin-bottom: 10px;
}
.bloco_contato .bloco_1 li {
  margin-bottom: 10px;
}
.bloco_contato .bloco_1 .item {
  display: block;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
}
@media only screen and (max-width: 900px) {
  .bloco_contato .bloco_1 .item {
    padding-top: 8px;
  }
}
.bloco_contato .bloco_1 a:hover, .bloco_contato .bloco_1 a:focus {
  color: #ffde0d;
}
@media only screen and (max-width: 900px) {
  .bloco_contato .bloco_2 {
    width: 100%;
    margin-bottom: 20px;
    float: left;
  }
}
@media only screen and (min-width: 900px) {
  .bloco_contato .bloco_2 {
    width: 280px;
    top: 0px;
    left: 250px;
    position: absolute;
  }
}
.bloco_contato .bloco_2 .descricao {
  float: left;
}
@media only screen and (min-width: 900px) {
  .bloco_contato .bloco_2 .descricao {
    width: 180px;
  }
}
@media only screen and (max-width: 900px) {
  .bloco_contato .bloco_2 .descricao {
    width: 100%;
    margin-bottom: 30px;
  }
}
.bloco_contato .bloco_2 .icones {
  font-size: 50px;
  color: #ffde0d;
}
@media only screen and (min-width: 900px) {
  .bloco_contato .bloco_2 .icones {
    float: left;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 900px) {
  .bloco_contato .bloco_2 .icones {
    margin: 0 auto;
    display: block;
  }
}
.bloco_contato .bloco_2 h1, .bloco_contato .bloco_2 h2, .bloco_contato .bloco_2 h3, .bloco_contato .bloco_2 h4, .bloco_contato .bloco_2 h5, .bloco_contato .bloco_2 h6 {
  font-family: "fonte_padrao";
  font-size: 27px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.bloco_contato .bloco_2 h1 strong, .bloco_contato .bloco_2 h2 strong, .bloco_contato .bloco_2 h3 strong, .bloco_contato .bloco_2 h4 strong, .bloco_contato .bloco_2 h5 strong, .bloco_contato .bloco_2 h6 strong {
  font-family: "fonte_principal";
  color: #ffde0d;
}
.bloco_contato .bloco_2 .mapa {
  float: left;
}
@media only screen and (min-width: 900px) {
  .bloco_contato .bloco_2 .mapa {
    margin-right: 30px;
  }
  .bloco_contato .bloco_2 .mapa li {
    margin-bottom: 10px;
  }
  .bloco_contato .bloco_2 .mapa a {
    font-size: 15px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 900px) {
  .bloco_contato .bloco_2 .mapa {
    width: 100%;
  }
  .bloco_contato .bloco_2 .mapa li {
    width: 100%;
  }
  .bloco_contato .bloco_2 .mapa li a {
    font-size: 16px;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    display: block;
    color: #fff;
    background: #640006;
  }
  .bloco_contato .bloco_2 .mapa li a:hover, .bloco_contato .bloco_2 .mapa li a:focus {
    color: #710007;
    background: orange;
  }
}
.bloco_contato .bloco_2 .mapa a {
  font-family: "fonte_padrao";
  color: #fff;
  font-style: normal;
  width: 100%;
  display: block;
}
.bloco_contato .bloco_2 .mapa a strong {
  font-family: "fonte_principal";
  color: #ffde0d;
}
.bloco_contato .bloco_2 .mapa a:hover, .bloco_contato .bloco_2 .mapa a:hover {
  color: #ffde0d;
}
@media only screen and (max-width: 900px) {
  .bloco_contato .rodape_logo {
    width: 200px;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (min-width: 900px) {
  .bloco_contato .creditos {
    width: 200px;
    position: absolute;
    bottom: 30px;
    right: 50%;
    margin-right: -180px;
  }
}
@media only screen and (max-width: 900px) {
  .bloco_contato .creditos {
    width: 100%;
    float: left;
  }
}
.bloco_contato .creditos a {
  font-family: "fonte_padrao";
  font-size: 12px;
  color: #fff;
}
.bloco_contato .creditos a span, .bloco_contato .creditos a img {
  float: left;
  margin-top: 6px;
  margin-right: 5px;
}
.bloco_contato .creditos img {
  width: 80px;
  display: block;
  margin: 0 auto;
}
.bloco_contato .botao {
  clear: both;
  display: block;
  margin: 0 auto;
}

/**********************
OW CARROSEL
**********************/
/**************************************
OWL SLIDES CSS
**************************************/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.active {
  -webkit-animation-duration: 1000 ms;
  animation-duration: 1000 ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 0;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.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;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

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

.owl-carousel.owl-loaded {
  display: block;
}

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

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

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

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

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

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  width: 100%;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.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;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

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

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.animated {
  visibility: hidden;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
}

.owl-item.animated {
  visibility: visible;
}

/* Feel free to change duration  */
.animated {
  -webkit-animation-duration: 1000 ms;
  animation-duration: 1000 ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1;
}

/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0;
}

/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/******************
LIGHTBOX
*******************/
.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
}

body:after {
  content: url(js/lightbox2-master/src/images/close.png) url(js/lightbox2-master/src/images/loading.gif) url(js/lightbox2-master/src/images/prev.png) url(js/lightbox2-master/src/images/next.png);
  display: none;
}

.lb-dataContainer:after, .lb-outerContainer:after {
  content: "";
  clear: both;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-loader, .lb-nav {
  position: absolute;
  left: 0;
}

.lb-outerContainer:after {
  display: table;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(js/lightbox2-master/src/images/loading.gif) no-repeat;
}

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(js/lightbox2-master/src/images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(js/lightbox2-master/src/images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  display: table;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-family: "fonte_padrao";
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  font-family: "fonte_padrao";
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(js/lightbox2-master/src/images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

/****************
Subir
****************/
.msg {
  position: fixed;
  width: 130px;
  padding: 10px;
  background: #fff;
  text-align: center;
  bottom: -500px;
  right: 10px;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.44);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.44);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  animation: animacao_chamada_whatsaoo 40s infinite;
}
.msg img {
  display: block;
  width: 60px;
  margin: 0 auto;
  margin-top: -30px;
  margin-bottom: 10px;
  /*-webkit-box-shadow: 0px -2px 5px 1px rgba(0,0,0,0.36);
  -moz-box-shadow: 0px -2px 5px 1px rgba(0,0,0,0.36);
  box-shadow: 0px -2px 5px 1px rgba(0,0,0,0.36);

  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;*/
}
.msg p {
  font-family: "fonte_padrao";
  font-size: 16px;
  line-height: 18px;
  color: #000;
}

@keyframes animacao_chamada_whatsaoo {
  0% {
    bottom: -500px;
  }
  10% {
    bottom: -500px;
  }
  12% {
    bottom: 70px;
  }
  25% {
    bottom: 70px;
  }
  30% {
    bottom: -500px;
  }
}
.botao_whatsapp {
  width: 50px;
  display: block;
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 2121211212;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
  -webkit-box-shadow: 0px 0px 11px -5px rgba(0, 0, 0, 0.62);
  -moz-box-shadow: 0px 0px 11px -5px rgba(0, 0, 0, 0.62);
  box-shadow: 0px 0px 11px -5px rgba(0, 0, 0, 0.62);
  overflow: hidden;
}
.botao_whatsapp img {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 900px) {
  .whatsapp {
    width: 100%;
    background: #006000;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10;
  }
}
.whatsapp .botao_telefone {
  width: 100%;
  background: green;
  font-family: "fonte_padrao";
  color: #fff;
  font-size: 20px;
  display: block;
  text-align: center;
  padding: 10px;
}
.whatsapp .botao_telefone:hover, .whatsapp .botao_telefone:focus {
  background: #4ebe04;
}
.whatsapp .botao_whatsapp {
  right: 10px;
}
.whatsapp .botao_telefone {
  right: 66px;
}
@media only screen and (min-width: 900px) {
  .whatsapp .botao_telefone {
    display: none;
  }
}

.bloco_topicos {
  margin-top: -30px;
  position: relative;
  z-index: 20;
}
@media only screen and (max-width: 900px) {
  .bloco_topicos {
    width: 100%;
    float: left;
    background: #f0e2cf;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 900px) {
  .bloco_topicos {
    background: url("images/bg_item.png") top center no-repeat;
    padding-top: 45px;
    padding-bottom: 40px;
    width: 100%;
    float: left;
  }
}
.bloco_topicos .item {
  float: left;
}
@media only screen and (min-width: 900px) {
  .bloco_topicos .item {
    width: 25%;
  }
}
@media only screen and (max-width: 900px) {
  .bloco_topicos .item {
    width: 50%;
    margin-bottom: 20px;
  }
}
.bloco_topicos .item h1, .bloco_topicos .item h2, .bloco_topicos .item h3, .bloco_topicos .item h4, .bloco_topicos .item h5, .bloco_topicos .item h6 {
  font-family: "fonte_padrao";
  font-size: 20px;
  line-height: 30px;
  color: #000;
}
.bloco_topicos .item h1 strong, .bloco_topicos .item h2 strong, .bloco_topicos .item h3 strong, .bloco_topicos .item h4 strong, .bloco_topicos .item h5 strong, .bloco_topicos .item h6 strong {
  font-size: 35px;
  display: block;
  color: #cc0003;
}

/****************
Subir
****************/
@media only screen and (max-width: 900px) {
  .subir {
    display: none;
  }
}
@media only screen and (min-width: 900px) {
  .subir {
    background: #910009;
    padding-top: 5px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    margin: 0;
    font-size: 20px;
    color: #fff;
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 5000;
    cursor: pointer;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 15px;
    -webkit-box-shadow: 0px 0px 11px -5px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: 0px 0px 11px -5px rgba(0, 0, 0, 0.53);
    box-shadow: 0px 0px 11px -5px rgba(0, 0, 0, 0.53);
  }
  .subir:hover, .subir:focus {
    background: #ffde0d;
    color: #910009;
  }
}

/**********************
Formulario
**********************/
.formulario {
  background: #910009;
  border: 1px solid #83020a;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.53);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.53);
}
.formulario .botao_comprar {
  font-family: "fonte_principal";
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.43);
  color: #fff;
  background: #23ac34;
  font-size: 16px;
  line-height: 26px;
}
.formulario .botao_comprar:hover, .formulario .botao_comprar:focus {
  color: #fff;
  background: #0bb320;
  font-size: 19px;
}
.formulario .preco {
  font-family: "fonte_padrao";
  font-size: 24px;
  line-height: 40px;
  color: #626262;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  display: block;
  color: #fff;
}
.formulario .preco .valor_antigo {
  color: #a51010;
  text-decoration: line-through;
}
.formulario .preco .valor_desconto {
  font-size: 60px;
  color: #17412d;
  font-family: "fonte_principal";
  display: block;
}
@media only screen and (min-width: 900px) {
  .formulario {
    width: 255px;
    position: fixed;
    right: 50%;
    margin-right: -500px;
    top: 120px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    z-index: 50;
  }
  .formulario .espacamento {
    padding: 15px;
  }
}
@media only screen and (max-width: 900px) {
  .formulario {
    clear: both;
  }
  .formulario .espacamento {
    padding: 20px;
  }
}
.formulario .input {
  font-family: "fonte_padrao";
  font-size: 18px;
  padding: 8px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 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);
  background: #710007;
  color: #fff;
}
.formulario .input:hover, .formulario .input:focus {
  background: #4d0005;
}
.formulario select {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -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);
}
.formulario select option {
  padding: 8px;
  font-family: "fonte_padrao";
  font-size: 18px;
}
.formulario .botao {
  width: 100%;
  text-transform: uppercase;
  line-height: 20px;
}
.formulario .espacamento h1, .formulario .espacamento h2, .formulario .espacamento h3, .formulario .espacamento h4, .formulario .espacamento h5, .formulario .espacamento h6 {
  font-family: "fonte_padrao";
  font-size: 30px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 8px;
}
.formulario .espacamento h1 strong, .formulario .espacamento h2 strong, .formulario .espacamento h3 strong, .formulario .espacamento h4 strong, .formulario .espacamento h5 strong, .formulario .espacamento h6 strong {
  font-size: 32px;
  font-family: "fonte_principal";
  color: #ffde0d;
}
.formulario .espacamento li {
  width: 100%;
}
.formulario .espacamento p, .formulario .espacamento li {
  font-family: "fonte_padrao";
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 15px;
}
.formulario .espacamento p strong, .formulario .espacamento li strong {
  font-family: "fonte_principal";
  color: #4bc914;
}
.formulario .espacamento p {
  margin-bottom: 10px;
}
.formulario .espacamento li {
  margin-bottom: 8px;
}
.formulario .espacamento li:last-child {
  margin-bottom: 0px;
}
.formulario .espacamento .botao {
  color: #fff;
  background: green;
}
.formulario .espacamento .botao:hover, .formulario .espacamento .botao:focus {
  color: #fff;
  background: orange;
}
.formulario .cronometro {
  background: #090909;
  border: 2px solid #3d3d3d;
  width: 100%;
  float: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.49);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.49);
}
.formulario .cronometro .prazo {
  font-family: "fonte_padrao";
  font-size: 22px;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-bottom: 0px;
  -webkit-box-shadow: 0px 8px 5px 0px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 0px 8px 5px 0px rgba(0, 0, 0, 0.49);
  box-shadow: 0px 8px 5px 0px rgba(0, 0, 0, 0.49);
}
.formulario .cronometro .temp {
  transition: all 0.3s ease;
  width: 25%;
  display: block;
  background: #141414;
  float: left;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "fonte_principal";
  font-size: 30px;
  color: #fff;
  margin-bottom: 0px;
  position: relative;
}
.formulario .cronometro .temp span {
  color: #4bc914;
  font-size: 20px;
}
.formulario .temp_hora:after, .formulario .temp_min:after {
  content: ":";
  position: absolute;
  right: 0;
}

/************************
LOADING
************************/
.loading {
  border: 8px solid rgba(0, 0, 0, 0.1);
  border-left-color: #4bc914;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.img_full {
  width: 100%;
  display: block;
}

.teste {
  width: 100%;
  height: 500px;
  float: left;
  position: relative;
}

.tv {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  transition: opacity 0.5s;
}
.tv .screen.active {
  opacity: 1;
}

.erro {
  border: 1px solid red;
  -webkit-box-shadow: 0px 0px 5px -1px #e60000;
  -moz-box-shadow: 0px 0px 5px -1px #e60000;
  box-shadow: 0px 0px 5px -1px #e60000;
}
.erro:focus {
  background: #dca1a1;
}

.mensagem {
  padding-top: 150px;
  padding-bottom: 50px;
}
.mensagem span {
  font-family: "fonte_padrao";
  font-size: 30px;
  line-height: 28px;
  color: #000;
  text-align: center;
  display: block;
}
.mensagem span .icones {
  font-size: 80px;
  line-height: 62px;
  display: block;
  color: #25a01d;
  margin-bottom: 12px;
}

.destacar {
  animation: destacarFormulario 3s;
}

@keyframes destacarFormulario {
  0% {
    border: 1px solid #2c3083;
  }
  30% {
    border: 1px solid #2c3083;
    -webkit-box-shadow: 0px 0px 23px 2px #7db32c;
    -moz-box-shadow: 0px 0px 23px 2px #7db32c;
    box-shadow: 0px 0px 23px 2px #7db32c;
  }
  50% {
    border: 1px solid #2c3083;
  }
  80% {
    border: 1px solid #4449af;
    -webkit-box-shadow: 0px 0px 23px 2px #7db32c;
    -moz-box-shadow: 0px 0px 23px 2px #7db32c;
    box-shadow: 0px 0px 23px 2px #7db32c;
  }
  100% {
    border: 1px solid #2c3083;
  }
}
/*************************************************/
/***************
SLIDES
*************/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, 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);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, 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);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, 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: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, 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: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  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 bounceInDown {
  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);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  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 bounceInLeft {
  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);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  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(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 bounceInRight {
  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(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);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  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 bounceInUp {
  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);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

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

@-webkit-keyframes slideInLeft {
  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);
  }
}
@keyframes slideInLeft {
  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);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  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);
  }
}
@keyframes slideInRight {
  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);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

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

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

/**************************************
OWL SLIDES CSS
**************************************/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.active {
  -webkit-animation-duration: 1000 ms;
  animation-duration: 1000 ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.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;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

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

.owl-carousel.owl-loaded {
  display: block;
}

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

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

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

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

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

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  width: 100%;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.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;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

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

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.animated {
  visibility: hidden;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
}

.owl-item.animated {
  visibility: visible;
}

/* Feel free to change duration  */
.animated {
  -webkit-animation-duration: 1000 ms;
  animation-duration: 1000 ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1;
}

/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0;
}

/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.banners {
  /*-webkit-animation: slide_chamadas 3s ease infinite;
  -moz-animation: slide_chamadas 3s ease infinite;
  animation: slide_chamadas 3s ease infinite;*/
  /*@media only screen and (min-width:900px){
  	height: 426px;
  	img{
  		display: none;
  	}
  }

  */
}
@keyframes slide_chamadas {
  0% {
    background-position: center 0px;
  }
  25% {
    background-position: center 15px;
  }
  100% {
    background-position: center 0px;
  }
}
@media only screen and (max-width: 900px) {
  .banners img {
    width: 100%;
    display: block;
  }
}

.banner_1 {
  background: url("images/banners/banner-1.jpg") no-repeat;
}

@media only screen and (max-width: 900px) {
  .botoes_slides_todos {
    display: none;
  }
}
.botoes_slides {
  transition: all 0.3s ease;
  position: fixed;
  top: 100px;
  font-size: 45px;
  z-index: 50;
  overflow: hidden;
  cursor: pointer;
  outline: none;
}
@media only screen and (min-width: 900px) {
  .botoes_slides {
    font-size: 70px;
    color: #fff;
  }
  .botoes_slides:hover, .botoes_slides:focus {
    color: #fff;
    background: #000;
  }
}
@media only screen and (max-width: 900px) {
  .botoes_slides {
    position: relative;
    margin-top: 10px;
    background: #000;
    font-size: 20px;
    color: #fff;
  }
  .botoes_slides:hover, .botoes_slides:focus {
    color: #FFF;
    background: #b90000;
  }
}
.botoes_slides i {
  position: absolute;
  top: 0;
}

@media only screen and (min-width: 900px) {
  .voltar_slide {
    left: 606px;
  }
}
.voltar_slide i {
  left: 6px;
}

@media only screen and (min-width: 900px) {
  .seguir_slide {
    right: 20px;
  }
}
.seguir_slide i {
  left: 10px;
}

@media only screen and (max-width: 900px) {
  .bg_slides {
    /*padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;*/
  }
}

.slides {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 900px) {
  .slides .banners {
    height: 800px;
  }
}

@media only screen and (min-width: 900px) {
  .banner_1 {
    width: 100%;
    background: url("images/banners/banner-1.jpg") top center no-repeat;
  }
  .banner_1 img {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .banner_1 img {
    display: block;
  }
}

@media only screen and (min-width: 900px) {
  .banner_2 {
    width: 100%;
    background: url("images/banners/banner-2.jpg") top center no-repeat;
  }
  .banner_2 img {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .banner_2 img {
    display: block;
  }
}

@media only screen and (min-width: 900px) {
  .banner_3 {
    width: 100%;
    background: url("images/banners/banner-3.jpg") top center no-repeat;
  }
  .banner_3 img {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .banner_3 img {
    display: block;
  }
}

@media only screen and (min-width: 900px) {
  .banner_4 {
    width: 100%;
    height: 780px;
    background: url("images/banners/banner-4.jpg") top center no-repeat;
  }
  .banner_4 img {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .banner_4 img {
    display: block;
  }
}

/* Feel free to change duration  */
.animated {
  -webkit-animation-duration: 1000 ms;
  animation-duration: 1000 ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1;
}

/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0;
}

/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media only screen and (max-width: 900px) {
  .formulario_lojas_fixed {
    margin-top: 100px;
    float: left;
  }
  .formulario_lojas_fixed .espacamento {
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
}

.slide_sobre_grid {
  position: relative;
}

.btn_sobre {
  font-size: 20px;
  background: #ffde0d;
  color: #910009;
  padding: 8px;
  cursor: pointer;
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -20px;
}
.btn_sobre:hover, .btn_sobre:focus {
  background: #edb207;
}

.btn_proximo {
  right: 0;
}

.btn_voltar {
  left: 0;
}

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