﻿/*
    [Banner]
    [Bloco 3 - Sobre]
    [Bloco 4 - Onde estamos]
    [Bloco 5 - Investimento]
    [Banner 6 - Ser franquia]
    [Bloco 7 - Form]

    [1400]
    [1200]
    [992]
    [768]
    [575]
*/
/**********************************************
[Common]
***********************************************/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ef9b21;
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #713e19;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Amsi Pro Narrow", sans-serif;
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  color: #713e19;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #ef9b21;
  display: block;
}

p {
  color: #713e19;
  font-size: 16px;
  line-height: 20px;
  font-family: "Amsi Pro Narrow", sans-serif;
}

.main-colorado a {
  padding: 4px 20px 4px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #713e19;
  border-radius: 40px;
  text-decoration: none;
  display: inline-flex;
  cursor: pointer;
}
.main-colorado a img {
  height: 45px;
  width: auto;
  margin-right: 5px;
}
.main-colorado a span {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  font-family: "Amsi Pro Narrow", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.main-colorado a .imagem {
  height: 45px;
  width: 45px;
  margin-right: 5px;
  background: url(../images/seta-btn2.png) no-repeat;
  background-size: contain;
}
.main-colorado a:hover, .main-colorado a:active {
  background-color: #ef9b21;
}
.main-colorado a:hover .imagem, .main-colorado a:active .imagem {
  background: url(../images/seta-btn3.png) no-repeat;
  background-size: contain;
}
.main-colorado a:hover span, .main-colorado a:active span {
  color: #713e19;
}
.main-colorado a.a-scroll {
  background: none;
  padding: 0;
  position: absolute;
  top: 0;
}

/******************************************
    [Botao flutuante]
********************************************/
main a.botao-flutuante {
  position: fixed;
  transition: all 0.5s;
  background: url(../images/bg-patagonia.jpg) no-repeat;
  background-size: cover;
  top: 90px;
  right: 20px;
  z-index: 90;
  padding: 10px 20px;
  cursor: pointer;
  display: block;
  box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.3);
  width: 100px;
  height: 100px;
  border-radius: 100px;
  overflow: hidden;
}
main a.botao-flutuante * {
  transition: all 0.2s;
}
main a.botao-flutuante .produtos {
  width: 0;
  opacity: 0;
}
main a.botao-flutuante .logo {
  top: 16px;
  left: -10px;
  width: 80px;
  height: auto;
}
main a.botao-flutuante .texto {
  width: 0;
  opacity: 0;
}
main a.botao-flutuante .texto .seta {
  width: 0;
}
main a.botao-flutuante .texto p {
  font-size: 0;
  display: none;
}
main a.botao-flutuante:hover {
  width: 370px;
  height: 120px;
  border-radius: 20px;
}
main a.botao-flutuante:hover .logo {
  width: 100px;
  height: auto;
  position: absolute;
  top: 10px;
  left: 20px;
}
main a.botao-flutuante:hover .produtos {
  height: auto;
  position: absolute;
  bottom: 0;
  right: -10px;
  width: 156px;
  opacity: 1;
}
main a.botao-flutuante:hover .texto {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 30px;
  background: #bc9454;
  position: absolute;
  width: calc(100% - 40px);
  left: 20px;
  bottom: 10px;
  padding: 4px 5px;
  opacity: 1;
}
main a.botao-flutuante:hover .texto .seta {
  width: 36px;
  height: 36px;
  margin-right: 5px;
}
main a.botao-flutuante:hover .texto p {
  color: #fff;
  font-family: "Amsi Pro Narrow", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  max-width: 160px;
  margin-bottom: 0;
  display: block;
}

/**********************************************
[Banner]
***********************************************/
.banner {
  width: 100%;
  height: 570px;
  background: #713e19 url(../images/bg-colorado.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.banner .wrap-triangulo {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 160px;
}
.banner .wrap-triangulo .triangulo {
  border-style: solid;
  border-width: 120px 0 0 100vw;
  border-color: transparent transparent transparent #fff;
}
.banner .wrap-triangulo .bloquinho {
  height: 40px;
  background: #fff;
  width: 100%;
}
.banner .container {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.banner .logo {
  height: 240px;
  width: auto;
  margin-top: 140px;
  margin-left: 350px;
}
.banner .produtos {
  width: 540px;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
}

/**********************************************
[Bloco 3 - Sobre]
***********************************************/
.bloco3, .bloco5, .bloco7 {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px 0;
}
.bloco3 .bg, .bloco5 .bg, .bloco7 .bg {
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
}

.bloco3 {
  margin-bottom: 0;
  margin-top: 0;
}
.bloco3 .container {
  padding: 0;
}
.bloco3 h1 {
  margin-bottom: 50px;
}
.bloco3 h1 .mel {
  position: absolute;
  width: 370px;
  height: auto;
  bottom: -50px;
  right: -20px;
}
.bloco3 .wrap-conteudo {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  max-width: 900px;
  margin: 0 auto;
}
.bloco3 .esq, .bloco3 .dir {
  max-width: calc(50% - 30px);
  width: 100%;
}
.bloco3 .esq {
  margin-right: 60px;
}
.bloco3 .dir {
  margin-right: 0;
}
.bloco3 .text-container, .bloco3 .img-container {
  width: 100%;
}
.bloco3 .text-container {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
}
.bloco3 .text-container h2 {
  text-align: left;
  color: #ef9b21;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 40px;
  margin-top: 10px;
}
.bloco3 .text-container p {
  color: #000;
}
.bloco3 .text-container p span {
  font-weight: bold;
}
.bloco3 .text-container .paragrafos {
  min-height: 150px;
}
.bloco3 .img-container .foto {
  border-radius: 20px;
}
.bloco3 .img-container .owl-theme .owl-dots .owl-dot span {
  margin: 4px;
}
.bloco3 .img-container .owl-theme .owl-dots .owl-dot span {
  border: 2px solid #ccc;
  width: 15px;
  height: 15px;
  background-color: #aaa;
}
.bloco3 .img-container .owl-theme .owl-dots .owl-dot.active span, .bloco3 .img-container .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fff;
  border: 2px solid #ef9b21;
}
.bloco3 .lata-wrap {
  position: absolute;
  left: 0;
  top: 190px;
  overflow: hidden;
  width: 350px;
  height: 404px;
}
.bloco3 .lata-wrap .lata {
  position: absolute;
  width: 340px;
  height: auto;
  left: -130px;
  top: 0;
  z-index: 10;
  transition: all 0.5s;
  cursor: pointer;
}
.bloco3 .lata-wrap .lata:hover {
  transform: rotate(-42deg);
  left: -90px;
}

/*********************************************
    [Bloco Video]
*********************************************/
.bloco.bloco-video {
  padding: 0px 0 50px 0;
}
.bloco.bloco-video h1 {
  margin-bottom: 10px;
}
.bloco.bloco-video h1 span {
  display: inline;
}
.bloco.bloco-video p {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 40px;
  font-family: "Amsi Pro Narrow", sans-serif;
}
.bloco.bloco-video .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bloco.bloco-video .legenda {
  position: absolute;
  width: 300px;
  height: auto;
  padding: 10px 0;
  border-radius: 20px;
  background: #ef9b21;
  color: #713e19;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
  bottom: -20px;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  font-family: "Amsi Pro Narrow", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  text-decoration: none;
}
.bloco.bloco-video .legenda:hover, .bloco.bloco-video .legenda:active {
  background: #713e19;
  color: #ef9b21;
}
.bloco.bloco-video .legenda.perdizes {
  right: 180px;
}
.bloco.bloco-video .legenda.moema {
  left: 180px;
}
.bloco.bloco-video .video {
  width: calc(50% - 10px);
  height: auto;
  min-height: 360px;
  border-radius: 30px;
  overflow: hidden;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bloco.bloco-video .video:first-child {
  margin-right: 20px;
}
.bloco.bloco-video .video video {
  width: 100%;
  height: auto;
}

/**********************************************
[Bloco 4 - Onde estamos]
***********************************************/
.bloco4 {
  padding: 40px 0;
}
.bloco4 * {
  transition: all 0.5s;
}
.bloco4 .bg1 {
  background: url(../images/Bg-madeira-Colorado.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.bloco4 .bg2 {
  background: url(../images/Bg-Contato-Colorado.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  height: 65%;
  width: 100%;
  top: 22%;
  left: 0;
}
.bloco4 .carrossel-lojas2 {
  width: 100%;
}
.bloco4 h3 {
  margin-bottom: 20px;
}
.bloco4 h3 span {
  display: inline;
}
.bloco4 .loja {
  width: calc(20vw - 15px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: calc(20vw + 60px);
  padding: 0;
  background-color: transparent;
}
.bloco4 .loja:hover, .bloco4 .loja:active {
  background-color: transparent;
}
.bloco4 .loja:hover .legenda, .bloco4 .loja:active .legenda {
  background-color: #000;
  color: #ef9b21;
}
.bloco4 .loja .legenda {
  background-color: #ef9b21;
  border-radius: 30px;
  margin-top: -20px;
  color: #713e19;
  width: 80%;
  text-align: center;
  text-transform: uppercase;
  font-family: "Amsi Pro Narrow", sans-serif;
  font-weight: 900;
  font-size: 15px;
  line-height: 15px;
  padding: 12px 10px;
}
.bloco4 .loja img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.bloco4 .owl-carousel .owl-item.center .loja {
  width: calc(20vw + 60px);
}
.bloco4 .owl-carousel .owl-nav.disabled {
  display: block;
}
.bloco4 .owl-carousel .owl-nav {
  margin-top: 0;
}
.bloco4 .owl-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.bloco4 .owl-carousel .owl-nav button span {
  display: none;
}
.bloco4 .owl-carousel .owl-nav button.owl-next {
  background: #ef9b21 url(../images/seta1.png) no-repeat center center;
  background-size: 25px auto;
}
.bloco4 .owl-carousel .owl-nav button.owl-next:hover, .bloco4 .owl-carousel .owl-nav button.owl-next:active {
  background: #713e19 url(../images/seta1.png) no-repeat center center;
  background-size: 25px auto;
}
.bloco4 .owl-carousel .owl-nav button.owl-prev {
  background: #ef9b21 url(../images/seta2.png) no-repeat center center;
  background-size: 25px auto;
}
.bloco4 .owl-carousel .owl-nav button.owl-prev:hover, .bloco4 .owl-carousel .owl-nav button.owl-prev:active {
  background: #713e19 url(../images/seta2.png) no-repeat center center;
  background-size: 25px auto;
}
.bloco4 .owl-carousel .owl-stage-outer {
  margin-left: -40px;
}

/**********************************************
[Bloco 5 - Investimento]
***********************************************/
.bloco5 {
  margin-bottom: 0;
  margin-top: 0;
}
.bloco5 h4 span {
  display: inline;
}
.bloco5 .conteudo-tabela {
  background-color: #ef9b21;
}
.bloco5 .container.notas {
  text-align: center;
}
.bloco5 p.nota {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  line-height: 14px;
}
.bloco5 .lata-wrap {
  position: absolute;
  right: 0;
  top: 350px;
  overflow: hidden;
  width: 330px;
  height: 411px;
}
.bloco5 .lata-wrap .lata {
  position: absolute;
  width: 330px;
  height: auto;
  right: -130px;
  top: 0;
  z-index: 10;
  transition: all 0.5s;
  cursor: pointer;
}
.bloco5 .lata-wrap .lata:hover {
  transform: rotate(40deg);
  right: -100px;
}
.bloco5 .tabela {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
.bloco5 .tabela .esq, .bloco5 .tabela .dir {
  background-color: #fff;
  width: calc(50% - 40px);
  padding: 30px 30px 10px 30px;
}
.bloco5 .tabela .esq .p1, .bloco5 .tabela .dir .p1 {
  color: #ef9b21;
  font-size: 26px;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0;
  font-family: "Amsi Pro Narrow", sans-serif;
  font-weight: 900;
}
.bloco5 .tabela .esq p.p2, .bloco5 .tabela .dir p.p2 {
  font-size: 20px;
  line-height: 20px;
  color: #713e19;
  margin-bottom: 20px;
  font-family: "Amsi Pro Narrow", sans-serif;
}
.bloco5 .tabela .esq .titulo, .bloco5 .tabela .dir .titulo {
  color: #fff;
  font-family: "Amsi Pro Narrow", sans-serif;
  font-weight: 900;
  transform: rotate(-90deg);
  position: absolute;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
}
.bloco5 .tabela .esq {
  margin-right: 80px;
}
.bloco5 .tabela .esq .titulo {
  left: -124px;
  top: 100px;
}
.bloco5 .tabela .dir .titulo {
  left: -113px;
  top: 90px;
}
.bloco5 .tabela .celula {
  color: #fff;
  padding: 0 20px;
  min-height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/**********************************************
[Banner 6 - Ser franquia]
***********************************************/
.bloco6 {
  overflow: hidden;
  margin-bottom: 50px;
}
.bloco6 .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bloco6 .img-container, .bloco6 .text-container {
  max-width: 50%;
}
.bloco6 .text-container h5 {
  text-align: left;
  margin-bottom: 20px;
}
.bloco6 .text-container p {
  color: #713e19;
  font-weight: 900;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 18px;
  font-family: "Amsi Pro Narrow", sans-serif;
}
.bloco6 .img-container {
  width: 50%;
  height: 410px;
}
.bloco6 .img-container img {
  width: auto;
  height: 410px;
  border-radius: 30px;
  position: absolute;
  right: 40px;
  top: 0;
}

/**********************************************
[Bloco 7 - Form]
***********************************************/
.bloco7 {
  background-color: #713e19;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 80px;
}
.bloco7 h6 span {
  display: inline;
}
.bloco7 p, .bloco7 label, .bloco7 h6 {
  color: #fff;
}
.bloco7 p.p1 {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  line-height: 20px;
}
.bloco7 .bg {
  background: url(../images/bg-colorado-2a.jpg) repeat-x bottom center;
  background-size: auto 100%;
  top: 0;
}
.bloco7 .form {
  max-width: 800px;
  margin: 20px auto 20px auto;
}
.bloco7 .form .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bloco7 .form label {
  font-family: "Amsi Pro Narrow", sans-serif;
}
.bloco7 .form .campo label, .bloco7 .form .campo input, .bloco7 .form .campo select, .bloco7 .form .campo textarea {
  width: 100%;
  font-family: "Amsi Pro Narrow", sans-serif;
}
.bloco7 .form .campo label {
  margin-bottom: 5px;
  color: #ef9b21;
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  padding-left: 10px;
}
.bloco7 .form .campo input, .bloco7 .form .campo select {
  height: 40px;
  border-radius: 13px;
  border: 0;
  padding: 0 20px;
  margin-bottom: 20px;
}
.bloco7 .form .campo select {
  -webkit-appearance: none;
  background: #fff url(../images/seta-select.png) no-repeat;
  background-position: right 14px top 12px;
  background-size: 18px auto;
}
.bloco7 .form .campo textarea {
  border-radius: 15px;
  height: 100px;
  margin-bottom: 20px;
  padding: 10px 20px;
}
.bloco7 .form .acoes {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.bloco7 .form .bt-enviar {
  margin-top: 10px;
  background-color: #ef9b21;
  height: 52px;
}
.bloco7 .form .bt-enviar .imagem {
  background: url(../images/seta-btn.png) no-repeat;
  background-size: contain;
}
.bloco7 .form .bt-enviar:hover .imagem, .bloco7 .form .bt-enviar:active .imagem {
  background: url(../images/seta-btn3.png) no-repeat;
  background-size: contain;
}
.bloco7 .form .bt-bar-urso {
  margin-top: 10px;
  background-color: #ef9b21;
  margin-left: 10px;
  height: 52px;
  padding: 4px 20px 4px 10px;
}
.bloco7 .form .bt-bar-urso img {
  height: 30px;
  width: auto;
}
.bloco7 .wrap-check {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-left: 10px;
}
.bloco7 .wrap-check input {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.bloco7 .wrap-check label {
  max-width: calc(100% - 40px);
}
.bloco7 .wrap-check a {
  padding: 0;
  background: none;
  font-size: inherit;
  color: #ef9b21;
}
.bloco7 .wrap-check a:active, .bloco7 .wrap-check a:hover {
  text-decoration: underline;
}

.modal-footer .btn {
  background-color: #713e19;
  color: #fff;
}
.modal-footer .btn:hover, .modal-footer .btn:active {
  background-color: #ef9b21;
  color: #713e19;
}

.conteudo-politicas-termos a {
  color: #ef9b21;
}
.conteudo-politicas-termos a:hover, .conteudo-politicas-termos a:active {
  color: #713e19;
}

/**********************************************
[1400]
***********************************************/
@media screen and (max-width: 1400px) {
  .bloco.bloco-video .legenda.perdizes {
    right: 140px;
  }
  .bloco.bloco-video .legenda.moema {
    left: 140px;
  }
  .bloco.bloco-video .video {
    min-height: 310px;
  }
}
/**********************************************
[1200]
***********************************************/
@media screen and (max-width: 1200px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 44px;
    line-height: 44px;
  }
  .main-colorado a img {
    height: 40px;
  }
  .bloco.bloco-video .legenda.perdizes {
    right: 100px;
  }
  .bloco.bloco-video .legenda.moema {
    left: 100px;
  }
  .bloco.bloco-video .video {
    min-height: 258px;
    border-radius: 20px;
  }
  .banner .logo {
    height: 210px;
    margin-top: 100px;
    margin-left: 320px;
  }
  .banner .produtos {
    width: 530px;
  }
  .bloco3 {
    padding: 10px 0 30px 0;
  }
  .bloco3 .lata-wrap {
    width: 270px;
    height: 311px;
    top: 160px;
  }
  .bloco3 .lata-wrap .lata {
    width: 270px;
  }
  .bloco3 .lata-wrap .lata:hover {
    left: -70px;
  }
  .bloco3 h1 .mel {
    width: 290px;
    bottom: -41px;
    right: 0px;
  }
  .bloco4 .owl-carousel .owl-item .loja {
    width: calc(25vw - 10px);
    min-height: calc(25vw + 30px);
  }
  .bloco4 .owl-carousel .owl-item.center .loja {
    width: calc(25vw + 30px);
  }
  .bloco4 .owl-carousel .owl-stage-outer {
    margin-left: -20px;
  }
  .bloco5 .tabela .esq p.p2, .bloco5 .tabela .dir p.p2 {
    font-size: 18px;
    line-height: 18px;
  }
}
/**********************************************
[992]
***********************************************/
@media screen and (max-width: 992px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 34px;
    line-height: 34px;
  }
  .bloco.bloco-video .legenda {
    width: 180px;
    font-size: 18px;
    line-height: 18px;
    bottom: -15px;
  }
  .bloco.bloco-video .legenda.moema {
    left: 85px;
  }
  .bloco.bloco-video .legenda.perdizes {
    right: 85px;
  }
  .bloco.bloco-video h1 {
    margin-bottom: 5px;
  }
  .bloco.bloco-video p {
    font-size: 18px;
    line-height: 18px;
  }
  .bloco.bloco-video .video {
    min-height: 190px;
  }
  .main-colorado a span {
    font-size: 15px;
    line-height: 15px;
  }
  .main-colorado a .imagem {
    height: 35px;
    width: 35px;
  }
  .banner {
    height: 460px;
  }
  .banner .logo {
    height: 170px;
    margin-top: 90px;
    margin-left: 240px;
  }
  .banner .produtos {
    width: 430px;
  }
  .banner .wrap-triangulo {
    height: 130px;
  }
  .banner .wrap-triangulo .triangulo {
    border-width: 90px 0 0 100vw;
  }
  .bloco3 {
    padding: 10px 0 0px 0;
    margin-top: 0;
  }
  .bloco3 .container {
    padding: 0;
  }
  .bloco3 .lata-wrap {
    width: 200px;
    height: 231px;
  }
  .bloco3 .lata-wrap .lata {
    width: 200px;
    left: -90px;
  }
  .bloco3 .lata-wrap .lata:hover {
    left: -60px;
  }
  .bloco3 h1 .mel {
    width: 220px;
    bottom: -31px;
    right: -10px;
  }
  .bloco3 .text-container h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .bloco4 {
    padding: 20px 0;
  }
  .bloco4 .bg2 {
    height: 65%;
  }
  .bloco4 h3 {
    margin-bottom: 10px;
  }
  .bloco4 .owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
  }
  .bloco4 .owl-carousel .owl-nav button.owl-prev {
    background: #ef9b21 url(../images/seta2.png) no-repeat center center;
    background-size: 18px auto;
  }
  .bloco4 .owl-carousel .owl-nav button.owl-prev:hover, .bloco4 .owl-carousel .owl-nav button.owl-prev:active {
    background: #713e19 url(../images/seta2.png) no-repeat center center;
    background-size: 18px auto;
  }
  .bloco4 .owl-carousel .owl-nav button.owl-next {
    background: #ef9b21 url(../images/seta1.png) no-repeat center center;
    background-size: 18px auto;
  }
  .bloco4 .owl-carousel .owl-nav button.owl-next:hover, .bloco4 .owl-carousel .owl-nav button.owl-next:active {
    background: #713e19 url(../images/seta1.png) no-repeat center center;
    background-size: 18px auto;
  }
  .bloco4 .owl-carousel .owl-stage-outer {
    margin-left: -20px;
  }
  .bloco4 .loja .legenda {
    font-size: 13px;
    line-height: 13px;
    padding: 8px 10px;
    margin-top: -16px;
  }
  .bloco5 {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 30px 0 20px 0;
  }
  .bloco5 .lata-wrap {
    width: 250px;
    height: 311px;
    top: 290px;
  }
  .bloco5 .lata-wrap .lata {
    width: 250px;
    right: -110px;
  }
  .bloco5 .lata-wrap .lata:hover {
    right: -80px;
  }
  .bloco5 .tabela {
    max-width: 85%;
  }
  .bloco5 .tabela .esq {
    margin-right: 70px;
  }
  .bloco5 .tabela .esq, .bloco5 .tabela .dir {
    width: calc(50% - 35px);
    padding: 20px 20px 0px 20px;
  }
  .bloco5 .tabela .esq p.p1, .bloco5 .tabela .dir p.p1 {
    font-size: 21px;
    line-height: 21px;
  }
  .bloco5 .tabela .esq p.p2, .bloco5 .tabela .dir p.p2 {
    font-size: 15px;
    line-height: 15px;
  }
  .bloco5 p.nota {
    max-width: 530px;
    margin-top: 30px;
  }
  .bloco6 {
    margin-bottom: 40px;
  }
  .bloco6 .img-container {
    max-width: 44%;
    padding-left: 20px;
    height: 310px;
  }
  .bloco6 .img-container img {
    height: 310px;
    right: 30px;
  }
  .bloco6 .text-container {
    max-width: 56%;
  }
  .bloco6 .text-container p {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 15px;
  }
  .bloco7 {
    padding-top: 40px;
  }
  .bloco7 p.p1 {
    font-size: 16px;
    line-height: 18px;
    max-width: 580px;
  }
}
/**********************************************
[768]
***********************************************/
@media screen and (max-width: 768px) {
  p {
    font-size: 15px;
    line-height: 18px;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 28px;
    line-height: 28px;
  }
  .bloco.bloco-video {
    padding: 0px 0 30px 0;
  }
  .bloco.bloco-video .container {
    flex-direction: column;
  }
  .bloco.bloco-video .video {
    min-height: 0;
    width: 100%;
  }
  .bloco.bloco-video .video:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .bloco.bloco-video p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 16px;
  }
  .bloco.bloco-video .legenda.moema {
    left: calc(50% - 90px);
    bottom: 50%;
  }
  .bloco.bloco-video .legenda.perdizes {
    right: calc(50% - 90px);
  }
  .banner {
    height: 360px;
  }
  .banner .wrap-triangulo {
    height: 90px;
  }
  .banner .wrap-triangulo .triangulo {
    border-width: 60px 0 0 100vw;
  }
  .banner .wrap-triangulo .bloquinho {
    height: 30px;
  }
  .banner .produtos {
    width: 330px;
    right: -10px;
    bottom: 10px;
  }
  .banner .logo {
    height: 130px;
    margin-top: 80px;
  }
  .bloco3 h1 .mel {
    width: 160px;
    bottom: -23px;
  }
  .bloco3 .esq {
    margin-right: 20px;
  }
  .bloco3 .text-container h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .bloco3 .text-container .paragrafos {
    min-height: 190px;
  }
  .bloco3 .lata {
    width: 180px;
    height: 308px;
    top: 100px;
  }
  .bloco3 .lata .lata {
    width: 180px;
  }
  .bloco3 .lata .lata:hover {
    left: -50px;
  }
  .bloco4 .owl-carousel .owl-item.center .loja {
    width: calc(33.3333333333vw + 20px);
  }
  .bloco4 .owl-carousel .owl-item .loja {
    width: calc(33.3333333333vw - 10px);
    min-height: calc(33.3333333333vw + 20px);
  }
  .bloco4 .owl-carousel .owl-item .loja .legenda {
    font-size: 12px;
    line-height: 12px;
    padding: 8px 15px;
    margin-top: -16px;
  }
  .bloco4 .owl-carousel .owl-nav button {
    margin: 0 5px;
    width: 35px;
    height: 35px;
  }
  .bloco4 .owl-carousel .owl-nav button.owl-prev {
    background: #ef9b21 url(../images/seta2.png) no-repeat center center;
    background-size: 14px auto;
  }
  .bloco4 .owl-carousel .owl-nav button.owl-prev:hover, .bloco4 .owl-carousel .owl-nav button.owl-prev:active {
    background: #713e19 url(../images/seta2.png) no-repeat center center;
    background-size: 14px auto;
  }
  .bloco4 .owl-carousel .owl-nav button.owl-next {
    background: #ef9b21 url(../images/seta1.png) no-repeat center center;
    background-size: 14px auto;
  }
  .bloco4 .owl-carousel .owl-nav button.owl-next:hover, .bloco4 .owl-carousel .owl-nav button.owl-next:active {
    background: #713e19 url(../images/seta1.png) no-repeat center center;
    background-size: 14px auto;
  }
  .bloco5 .tabela {
    max-width: 100%;
  }
  .bloco5 .tabela .dir, .bloco5 .tabela .esq {
    width: calc(48% - 25px);
  }
  .bloco5 .tabela .dir .titulo, .bloco5 .tabela .esq .titulo {
    font-size: 30px;
    line-height: 30px;
  }
  .bloco5 .tabela .dir p.p1, .bloco5 .tabela .esq p.p1 {
    font-size: 18px;
    line-height: 18px;
  }
  .bloco5 .tabela .dir p.p2, .bloco5 .tabela .esq p.p2 {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 15px;
  }
  .bloco5 .tabela .esq {
    margin-right: 50px;
  }
  .bloco5 .tabela .esq .titulo {
    left: -95px;
  }
  .bloco5 .tabela .dir .titulo {
    left: -86px;
  }
  .bloco5 .lata-wrap {
    top: 250px;
    width: 200px;
    height: 249px;
  }
  .bloco5 .lata-wrap .lata {
    width: 200px;
  }
  .bloco5 p.nota {
    max-width: 460px;
    font-size: 12px;
    line-height: 12px;
  }
  .bloco6 .text-container p {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 14px;
    max-width: 100%;
  }
  .bloco6 .text-container p span {
    margin-right: 5px;
  }
  .bloco6 .img-container {
    padding-left: 0px;
  }
  .bloco7 p.p1 {
    font-size: 14px;
    line-height: 16px;
    max-width: 420px;
  }
  .bloco7 .form .campo label {
    font-size: 13px;
    line-height: 13px;
    padding-left: 5px;
  }
  .bloco7 .form .campo select, .bloco7 .form .campo input {
    height: 35px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 15px;
  }
  .bloco7 .form .campo select {
    background: #fff url(../images/seta-select.png) no-repeat;
    background-position: right 14px top 11px;
    background-size: 15px auto;
  }
  .bloco7 .form .campo textarea {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 15px;
  }
  .bloco7 .wrap-check label {
    font-size: 15px;
    line-height: 15px;
  }
}
/**********************************************
[575]
***********************************************/
@media screen and (max-width: 575px) {
  .container {
    width: 90%;
    max-width: 400px;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 22px;
    line-height: 22px;
  }
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    display: inline;
  }
  .bloco.bloco-video .container {
    width: 100%;
  }
  .bloco.bloco-video .video {
    border-radius: 10px;
  }
  .bloco.bloco-video .legenda {
    font-size: 16px;
    line-height: 16px;
    padding: 8px 0;
    width: 130px;
  }
  .bloco.bloco-video .legenda.moema {
    left: calc(50% - 65px);
    bottom: 50%;
  }
  .bloco.bloco-video .legenda.perdizes {
    right: calc(50% - 65px);
  }
  main a.botao-flutuante {
    width: 70px;
    height: 70px;
    top: 60px;
    right: 5px;
  }
  main a.botao-flutuante .logo {
    top: 10px;
    left: -13px;
    width: 60px;
  }
  main a.botao-flutuante:hover, main a.botao-flutuante:active {
    width: 280px;
    height: 104px;
  }
  main a.botao-flutuante:hover .logo, main a.botao-flutuante:active .logo {
    width: 80px;
  }
  main a.botao-flutuante:hover .produtos, main a.botao-flutuante:active .produtos {
    width: 126px;
  }
  main a.botao-flutuante:hover .texto, main a.botao-flutuante:active .texto {
    width: calc(100% - 20px);
    left: 10px;
  }
  main a.botao-flutuante:hover .texto .seta, main a.botao-flutuante:active .texto .seta {
    width: 30px;
    height: 30px;
  }
  main a.botao-flutuante:hover .texto p, main a.botao-flutuante:active .texto p {
    font-size: 12px;
    line-height: 12px;
    max-width: 140px;
  }
  .main-colorado a .imagem {
    height: 25px;
    width: 25px;
  }
  .main-colorado a span {
    font-size: 13px;
    line-height: 13px;
  }
  .banner {
    height: 500px;
  }
  .banner .logo {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner .produtos {
    width: 310px;
    right: calc(50% - 155px);
  }
  .banner .wrap-triangulo {
    height: 100px;
  }
  .banner .wrap-triangulo .bloquinho {
    height: 40px;
  }
  .bloco3 h1 {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .bloco3 h1 .mel {
    width: 130px;
    bottom: 11px;
    right: calc(50% - 65px);
    z-index: -1;
  }
  .bloco3 .wrap-conteudo {
    flex-wrap: wrap;
  }
  .bloco3 .esq, .bloco3 .dir {
    width: 100%;
    max-width: 100%;
  }
  .bloco3 .esq {
    margin-right: 0;
  }
  .bloco3 .text-container {
    text-align: center;
  }
  .bloco3 .text-container h2 {
    text-align: center;
  }
  .bloco3 .text-container .paragrafos {
    min-height: 0;
  }
  .bloco4 .bg2 {
    height: 74%;
    top: 15%;
  }
  .bloco4 h3 {
    margin-bottom: 0;
  }
  .bloco4 .owl-carousel .owl-item .loja, .bloco4 .owl-carousel .owl-item.center .loja {
    width: 300px;
    height: 280px;
  }
  .bloco4 .owl-carousel .owl-stage-outer {
    margin-left: 0;
  }
  .bloco4 .owl-carousel .owl-item .loja .legenda {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 15px;
  }
  .bloco5 {
    padding: 10px 0 20px 0;
  }
  .bloco5 .tabela {
    flex-direction: column;
  }
  .bloco5 .tabela .esq, .bloco5 .tabela .dir {
    width: calc(100% - 40px);
    margin-left: 40px;
    margin-bottom: 30px;
  }
  .bloco5 .tabela .esq .titulo, .bloco5 .tabela .dir .titulo {
    top: 80px;
    font-size: 32px;
    line-height: 32px;
  }
  .bloco5 .tabela .esq {
    margin-right: 0;
    margin-top: 30px;
  }
  .bloco5 .tabela .esq .titulo {
    left: -100px;
  }
  .bloco5 .tabela .dir .titulo {
    left: -91px;
  }
  .bloco5 .lata-wrap {
    width: 180px;
    height: 224px;
    top: 650px;
  }
  .bloco5 .lata-wrap .lata {
    width: 180px;
    right: -100px;
  }
  .bloco5 .lata-wrap .lata:hover {
    right: -60px;
  }
  .bloco5 p.nota {
    font-size: 12px;
    line-height: 12px;
    max-width: 90%;
    margin-top: 20px;
  }
  .bloco6 .container {
    flex-direction: column;
  }
  .bloco6 .text-container {
    max-width: 100%;
  }
  .bloco6 .img-container {
    max-width: 100%;
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  .bloco6 .img-container img {
    width: 100%;
    height: auto;
    position: relative;
    right: auto;
    border-radius: 15px;
  }
  .bloco6 h5 {
    margin-top: 20px;
  }
  .bloco7 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
