﻿/*
    [Banner]
    [Bloco 2 - Sobre]
    [Bloco 3 e 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: #bc9454;
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #053c33;
}

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: #053c33;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #bc9454;
  display: block;
}

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

.main-patagonia a {
  padding: 4px 20px 4px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #bc9454;
  border-radius: 40px;
  text-decoration: none;
  display: inline-flex;
}
.main-patagonia a img {
  height: 45px;
  width: auto;
  margin-right: 5px;
}
.main-patagonia a span {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  font-family: "Amsi Pro Narrow", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.main-patagonia a:hover, .main-patagonia a:active {
  background-color: #053c33;
}
.main-patagonia 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-madeira-Colorado.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: #713e19;
  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: #053c33 url(../images/bg-patagonia.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 100vw 0 0;
  border-color: transparent #ffffff transparent transparent;
}
.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: 190px;
  width: auto;
  margin-top: 70px;
}
.banner .produtos {
  width: 540px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

/**********************************************
[Bloco 2 - Sobre]
***********************************************/
.bloco2 .wrap-conteudo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bloco2 .img-container {
  max-width: 45%;
}
.bloco2 .img-container img {
  width: 100%;
  height: auto;
}
.bloco2 .text-container {
  max-width: 55%;
  padding-left: 40px;
}
.bloco2 .text-container .p1, .bloco2 .text-container .p2 {
  font-family: "Amsi Pro Narrow", sans-serif;
  font-weight: 900;
}
.bloco2 .text-container .p1 {
  font-size: 26px;
  line-height: 26px;
}
.bloco2 .text-container .p2 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 5px;
}

/**********************************************
[Bloco 3 e 4 - Onde estamos]
***********************************************/
.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 {
  background-color: #053c33;
  margin-bottom: 0;
}
.bloco3 h2, .bloco3 p {
  color: #fff;
}
.bloco3 .bg.bg1 {
  background: url(../images/bg-patagonia-2a.jpg) repeat-x bottom center;
  background-size: auto 100%;
  top: 0;
}
.bloco3 .bg.bg2 {
  background: url(../images/bg-patagonia-2b.jpg) repeat-x top center;
  background-size: auto 100%;
  bottom: 0;
}
.bloco3 .lata-wrap {
  position: absolute;
  right: 0;
  top: -150px;
  overflow: hidden;
  width: 330px;
  height: 380px;
}
.bloco3 .lata-wrap .lata {
  position: absolute;
  width: 330px;
  height: auto;
  right: -120px;
  top: 0;
  z-index: 10;
  transition: all 0.5s;
  cursor: pointer;
}
.bloco3 .lata-wrap .lata:hover {
  transform: rotate(50deg);
  right: -80px;
}
.bloco3 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.bloco3 .text-container, .bloco3 .img-container {
  max-width: 50%;
}
.bloco3 .text-container {
  padding-right: 60px;
  font-size: 16px;
  margin-bottom: 30px;
}
.bloco3 .text-container h2 {
  text-align: left;
  color: #bc9454;
  margin-bottom: 20px;
}
.bloco3 .img-container .foto {
  border-radius: 20px;
}
.bloco3 .img-container .owl-theme .owl-dots .owl-dot span {
  border: 2px solid #bc9454;
  width: 15px;
  height: 15px;
  background-color: #73592f;
}
.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;
}
.bloco3 .bt-quero:hover, .bloco3 .bt-quero:active {
  background-color: #000;
}

.bloco4 * {
  transition: all 0.5s;
}
.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);
  cursor: pointer;
  padding: 0;
  background-color: transparent;
}
.bloco4 .loja:hover, .bloco4 .loja:active {
  background-color: transparent;
}
.bloco4 .loja:hover .legenda, .bloco4 .loja:active .legenda {
  background-color: #bc9454;
  color: #fff;
}
.bloco4 .loja .legenda {
  background-color: #053c33;
  border-radius: 30px;
  margin-top: -20px;
  color: #fff;
  padding: 10px 20px;
  width: 80%;
  text-align: center;
  text-transform: uppercase;
  font-family: "Amsi Pro Narrow", sans-serif;
  font-weight: 900;
}
.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: #bc9454 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: #053c33 url(../images/seta1.png) no-repeat center center;
  background-size: 25px auto;
}
.bloco4 .owl-carousel .owl-nav button.owl-prev {
  background: #bc9454 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: #053c33 url(../images/seta2.png) no-repeat center center;
  background-size: 25px auto;
}
.bloco4 .owl-carousel .owl-stage-outer {
  margin-left: -40px;
}

/*********************************************
    [Bloco Video]
*********************************************/
.bloco.bloco-video {
  padding: 30px 0;
}
.bloco.bloco-video h1 span {
  display: inline;
}
.bloco.bloco-video .video {
  width: 900px;
  height: auto;
  border-radius: 30px;
  overflow: hidden;
  margin: 40px auto 20px auto;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bloco.bloco-video .video video {
  width: 100%;
  height: auto;
}

/**********************************************
[Bloco 5 - Investimento]
***********************************************/
.bloco5 {
  background-color: #e3e3e3;
}
.bloco5 h4 span {
  display: inline;
}
.bloco5 .bg.bg1 {
  background: url(../images/bg-patagonia-4a.jpg) repeat-x bottom center;
  background-size: auto 100%;
  top: 0;
}
.bloco5 .bg.bg2 {
  background: url(../images/bg-patagonia-4b.jpg) repeat-x top center;
  background-size: auto 100%;
  bottom: 0;
}
.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;
  left: 0;
  top: -50px;
  overflow: hidden;
  width: 330px;
  height: 485px;
}
.bloco5 .lata-wrap .lata {
  position: absolute;
  top: 0;
  height: auto;
  width: 370px;
  left: -130px;
  transition: all 0.5s;
  cursor: pointer;
}
.bloco5 .lata-wrap .lata:hover {
  transform: rotate(-33deg);
  left: -83px;
}
.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 {
  border-radius: 30px 0 0 30px;
  width: 50%;
  overflow: hidden;
  border-right: 2px solid #fff;
}
.bloco5 .tabela .esq .celula {
  padding: 0 20px 0 110px;
}
.bloco5 .tabela .dir {
  border-radius: 0 30px 30px 0;
  width: 50%;
  overflow: hidden;
}
.bloco5 .tabela .dir .celula {
  padding: 0 20px 0 60px;
}
.bloco5 .tabela .celula {
  color: #fff;
  padding: 0 20px;
  min-height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.bloco5 .tabela .bege {
  background-color: #bc9454;
  font-family: "Knockout", sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 32px;
}
.bloco5 .tabela .verde {
  background-color: #053c33;
  font-size: 24px;
  line-height: 24px;
}

/**********************************************
[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: #053c33;
  font-weight: 900;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 18px;
  font-family: "Amsi Pro Narrow", sans-serif;
}
.bloco6 .img-container {
  padding-left: 40px;
}
.bloco6 .img-container img {
  width: auto;
  height: 410px;
  border-radius: 30px;
}

/**********************************************
[Bloco 7 - Form]
***********************************************/
.bloco7 {
  background-color: #053c33;
  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-patagonia-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: #bc9454;
  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;
  height: 52px;
}
.bloco7 .form .bt-enviar:hover, .bloco7 .form .bt-enviar:active {
  background-color: #000;
}
.bloco7 .form .bt-refugio {
  margin-top: 10px;
  background-color: #bc9454;
  margin-left: 10px;
  height: 52px;
  padding: 4px 20px 4px 10px;
}
.bloco7 .form .bt-refugio img {
  height: 30px;
  width: auto;
}
.bloco7 .form .bt-refugio:hover, .bloco7 .form .bt-refugio:active {
  background-color: #000;
}
.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: #bc9454;
}
.bloco7 .wrap-check a:active, .bloco7 .wrap-check a:hover {
  text-decoration: underline;
}

.modal-footer .btn {
  background-color: #053c33;
  color: #fff;
}
.modal-footer .btn:hover, .modal-footer .btn:active {
  background-color: #bc9454;
  color: #fff;
}

.conteudo-politicas-termos a {
  color: #bc9454;
}
.conteudo-politicas-termos a:hover, .conteudo-politicas-termos a:active {
  color: #053c33;
}

/**********************************************
[1400]
***********************************************/
/**********************************************
[1200]
***********************************************/
@media screen and (max-width: 1200px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 44px;
    line-height: 44px;
  }
  .main-patagonia a img {
    height: 40px;
  }
  .banner .logo {
    height: 170px;
  }
  .banner .produtos {
    width: 500px;
  }
  .bloco2 .text-container p.p1 {
    font-size: 23px;
    line-height: 25px;
  }
  .bloco2 .text-container p.p2 {
    font-size: 16px;
    line-height: 16px;
  }
  .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: -30px;
  }
  .bloco5 .tabela .esq .celula {
    padding: 0 20px 0 60px;
  }
  .bloco5 .tabela .celula {
    min-height: 44px;
  }
  .bloco5 .tabela .bege {
    font-size: 28px;
    line-height: 28px;
  }
  .bloco5 .tabela .verde {
    font-size: 20px;
    line-height: 20px;
  }
  .bloco5 .lata-wrap {
    width: 340px;
    height: 446px;
  }
  .bloco5 .lata-wrap .lata {
    width: 340px;
  }
  .bloco.bloco-video .video {
    width: 800px;
    border-radius: 20px;
  }
}
/**********************************************
[992]
***********************************************/
@media screen and (max-width: 992px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 34px;
    line-height: 34px;
  }
  .main-patagonia a img {
    height: 32px;
  }
  .main-patagonia a span {
    font-size: 15px;
    line-height: 15px;
  }
  .bloco.bloco-video .video {
    width: 100%;
    margin: 20px auto;
  }
  .banner {
    height: 460px;
  }
  .banner .logo {
    height: 120px;
    margin-top: 90px;
  }
  .banner .produtos {
    width: 380px;
  }
  .banner .wrap-triangulo {
    height: 130px;
  }
  .banner .wrap-triangulo .triangulo {
    border-width: 90px 100vw 0 0;
  }
  .bloco2 h1 {
    margin-bottom: 30px;
  }
  .bloco2 .img-container {
    max-width: 40%;
  }
  .bloco2 .img-container img {
    width: 110%;
    height: auto;
    margin-left: -10%;
  }
  .bloco2 .text-container {
    max-width: 60%;
    padding-left: 20px;
  }
  .bloco2 .text-container p.p1 {
    font-size: 18px;
    line-height: 20px;
  }
  .bloco2 .text-container p.p2 {
    font-size: 15px;
    line-height: 15px;
  }
  .bloco3 {
    margin-top: 20px;
  }
  .bloco3 .container {
    padding: 0;
  }
  .bloco3 .text-container {
    padding-right: 30px;
  }
  .bloco3 .lata-wrap {
    width: 270px;
    height: 311px;
    top: -90px;
  }
  .bloco3 .lata-wrap .lata {
    width: 270px;
    right: -110px;
  }
  .bloco3 .lata-wrap .lata:hover {
    right: -60px;
  }
  .bloco4 h3 {
    margin-bottom: 10px;
  }
  .bloco4 .owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
  }
  .bloco4 .owl-carousel .owl-nav button.owl-prev {
    background: #bc9454 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: #053c33 url(../images/seta2.png) no-repeat center center;
    background-size: 18px auto;
  }
  .bloco4 .owl-carousel .owl-nav button.owl-next {
    background: #bc9454 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: #053c33 url(../images/seta1.png) no-repeat center center;
    background-size: 18px auto;
  }
  .bloco4 .owl-carousel .owl-stage-outer {
    margin-left: -20px;
  }
  .bloco5 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .bloco5 .lata-wrap {
    width: 290px;
    height: 380px;
    top: -30px;
  }
  .bloco5 .lata-wrap .lata {
    width: 290px;
  }
  .bloco5 .lata-wrap .lata:hover {
    left: -93px;
  }
  .bloco5 .lata {
    top: -40px;
    width: 170px;
  }
  .bloco5 .tabela {
    max-width: 85%;
  }
  .bloco5 .tabela .dir .celula, .bloco5 .tabela .esq .celula {
    padding: 0 30px;
    min-height: 42px;
  }
  .bloco5 .tabela .bege {
    font-size: 26px;
    line-height: 26px;
  }
  .bloco5 .tabela .verde {
    font-size: 16px;
    line-height: 16px;
  }
  .bloco5 p.nota {
    max-width: 530px;
    margin-top: 10px;
  }
  .bloco6 {
    margin-bottom: 10px;
  }
  .bloco6 .img-container {
    max-width: 40%;
    padding-left: 20px;
  }
  .bloco6 .img-container img {
    height: 310px;
  }
  .bloco6 .text-container {
    max-width: 60%;
  }
  .bloco6 .text-container p {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 15px;
  }
  .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: 10px 0;
  }
  .banner {
    height: 360px;
  }
  .banner .wrap-triangulo {
    height: 90px;
  }
  .banner .wrap-triangulo .triangulo {
    border-width: 60px 100vw 0 0;
  }
  .banner .wrap-triangulo .bloquinho {
    height: 30px;
  }
  .banner .produtos {
    width: 270px;
    right: -10px;
    bottom: 10px;
  }
  .banner .logo {
    height: 110px;
    margin-top: 80px;
  }
  .bloco2 .wrap-conteudo {
    flex-direction: column;
  }
  .bloco2 .img-container {
    max-width: 50%;
  }
  .bloco2 .img-container img {
    margin: -30px 0 10px 0;
  }
  .bloco2 .text-container {
    max-width: 90%;
    text-align: center;
    padding-left: 0;
  }
  .bloco3 .container {
    flex-direction: column;
  }
  .bloco3 .text-container {
    padding-right: 0;
    max-width: 75%;
    text-align: center;
  }
  .bloco3 .text-container h2 {
    text-align: center;
  }
  .bloco3 .img-container {
    max-width: 60%;
  }
  .bloco3 .lata-wrap {
    width: 220px;
    height: 253px;
    top: -50px;
  }
  .bloco3 .lata-wrap .lata {
    width: 220px;
    right: -90px;
  }
  .bloco3 .lata-wrap .lata:hover {
    right: -70px;
  }
  .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: 15px;
    line-height: 15px;
    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: #bc9454 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: #053c33 url(../images/seta2.png) no-repeat center center;
    background-size: 14px auto;
  }
  .bloco4 .owl-carousel .owl-nav button.owl-next {
    background: #bc9454 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: #053c33 url(../images/seta1.png) no-repeat center center;
    background-size: 14px auto;
  }
  .bloco5 .tabela {
    max-width: 100%;
  }
  .bloco5 .tabela .dir .celula, .bloco5 .tabela .esq .celula {
    min-height: 38px;
  }
  .bloco5 .tabela .bege {
    font-size: 22px;
    line-height: 22px;
  }
  .bloco5 .tabela .verde {
    font-size: 15px;
    line-height: 15px;
  }
  .bloco5 .lata-wrap {
    width: 200px;
    height: 262px;
    top: -10px;
  }
  .bloco5 .lata-wrap .lata {
    width: 200px;
    left: -80px;
  }
  .bloco5 .lata-wrap .lata:hover {
    left: -63px;
  }
  .bloco5 .lata {
    top: -40px;
    width: 120px;
  }
  .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;
  }
  .main-patagonia a img {
    height: 25px;
  }
  .main-patagonia a span {
    font-size: 14px;
    line-height: 14px;
  }
  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;
  }
  .banner {
    height: 500px;
  }
  .banner .logo {
    margin-top: 90px;
  }
  .banner .produtos {
    width: 310px;
    right: calc(50% - 155px);
  }
  .bloco2 .img-container {
    max-width: 80%;
  }
  .bloco2 .text-container {
    max-width: 100%;
  }
  .bloco2 .text-container p.p2 {
    font-size: 16px;
    line-height: 18px;
  }
  .bloco3 .text-container {
    max-width: 100%;
  }
  .bloco3 .img-container {
    max-width: 90%;
  }
  .bloco3 .lata-wrap {
    width: 180px;
    height: 207px;
    top: -40px;
  }
  .bloco3 .lata-wrap .lata {
    width: 180px;
  }
  .bloco3 .lata-wrap .lata:hover {
    right: -50px;
  }
  .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;
  }
  .bloco5 .tabela {
    flex-direction: column;
  }
  .bloco5 .tabela .esq, .bloco5 .tabela .dir {
    width: 100%;
  }
  .bloco5 .tabela .esq .celula, .bloco5 .tabela .dir .celula {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .bloco5 .tabela .esq {
    border-radius: 20px 20px 0 0;
    border-right: 0;
  }
  .bloco5 .tabela .dir {
    border-radius: 0 0 20px 20px;
  }
  .bloco5 .lata {
    top: 10px;
    width: 90px;
  }
  .bloco5 p.nota {
    font-size: 12px;
    line-height: 12px;
    max-width: 90%;
  }
  .bloco6 .container {
    flex-direction: column;
  }
  .bloco6 .text-container {
    max-width: 100%;
  }
  .bloco6 .img-container {
    max-width: 100%;
    margin-top: 20px;
  }
  .bloco6 .img-container img {
    width: 100%;
    height: auto;
  }
  .bloco7 {
    padding-bottom: 20px;
  }
}
