@charset "UTF-8";
/*Font*/
/*breakpoints*/
body,
html {
  margin: 0;
  padding: 0;
  border: 0;
  color: #4a4846;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  line-height: normal;
  font-style: normal;
  font-variant: normal;
  background-color: #FFF; }

.responsive {
  width: 100% !important;
  height: auto !important; }

.apagar {
  clear: both; }

strong {
  font-weight: 700; }

img {
  border: 0;
  padding: 0;
  margin: 0;
  backface-visibility: hidden; }

p {
  font-family: "Cabin", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.7em; }

 .sobreImg4  {
  right: initial;
 position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 0;
  background: url(../img/enologos.jpg) right top no-repeat;
  background-size: auto; 
}

@media only screen and (max-width: 1700px) {
     .sobreImg4  {
  right: initial;
 position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: 35%;
  background: url(../img/enologos.jpg) left top no-repeat;
  background-size: contain; 
}
}
@media only screen and (max-width: 960px) {
  p {
    font-size: 1.8em; } 
    
     .sobreImg4  {
 
width:100%;
position: relative;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
    height: 0;
    padding-top: 80%;
    margin-left:0;
  background: url(../img/enologos.jpg) right center no-repeat;
  background-size: cover; 
}
}
@media only screen and (max-width: 760px) {
  p {
    font-size: 1.6em; } }
a {
  color: #000;
  text-decoration: underline;
  transition: all .25s ease-out; }
  a:hover {
    color: #000;
    text-decoration: none; }

* {
  box-sizing: border-box; }

select::-ms-expand {
  display: none; }

.container {
  position: relative;
  display: block;
  width: 94%;
  max-width: 1200px;
  margin: auto;
  clear: both; }

.containerDesk {
  position: relative;
  display: block;
  width: 80%;
  max-width: 1200px;
  margin: auto;
  clear: both; 
}

.containerDeskCitacao {
position: relative;
display: block;
width: 60%;
max-width: 1200px;
margin: auto;
clear: both; 
}


@media only screen and (max-width: 960px) {
    .containerDesk 
    {
      width: 100%; 
    }
    .containerDeskCitacao 
    {
      width: 100%; 
    } 
  }


   
sup {
  vertical-align: middle;
  font-size: smaller; }

hr {
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: #000 solid 1px; }

.pegado {
  white-space: nowrap; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  margin: 0; }

fieldset {
  min-width: 0;
  border: 0; }

.semScroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%; }

/*////////////////////////////////////////////////////////////////////////////*/
.entrada {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
  background: url(../img/bg-intro.jpg) center no-repeat;
  background-size: cover;
  font-family: Georgia;
  color: #000;
  text-align: center; }

.entradaLogo {
  max-width: 100%;
  height: auto; }

.entradaBtContainer {
  background-color: #fff;
  padding: 37px;
  box-sizing: border-box;
  max-width: 620px;
  position: relative;
  margin: -50px auto;
  display: flex;
  display: -webkit-flex; }

.entradaColuna {
  width: 50%;
  text-align: center; }
  .entradaColuna:first-child {
    border-right: solid 1px #dfdde2; }
  .entradaColuna p {
    width: 157px;
    margin: 0 auto;
    font-size: 17px;
    font-style: italic;
    line-height: 23px;
    margin-bottom: 12px; }

a.entradaBt {
  display: inline-block;
  background: #1a1839;
  height: 40px;
  line-height: 40px;
  padding: 0 24px;
  font-family: "Cabin", sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  color: #FFF;
  text-decoration: none;
  transition: all .25s ease-out;
  cursor: pointer; }
  a.entradaBt:hover {
    opacity: 0.8; }

@media only screen and (max-width: 620px) {
  .entradaBtContainer {
    flex-direction: column;
    -webkit-flex-direction: column; }

  .entradaColuna {
    width: 100%; }
    .entradaColuna:first-child {
      border-right: none;
      border-bottom: solid 1px #dfdde2; }
      .entradaColuna:first-child .entradaBt {
        margin-bottom: 20px; }
    .entradaColuna:last-child p {
      margin-top: 20px; } }
header {
  position: relative;
  z-index: 1;
  background-color: #FFF;
  -webkit-box-shadow: 0px 10px 100px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 10px 100px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 100px 4px rgba(0, 0, 0, 0.5); }

.logoContainer {
  padding: 30px 0 10px; }

a.idioma,
a.idioma2 {
  position: absolute;
  top: 12px;
  right: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.2em;
  color: #5e5e5e;
  border-bottom: solid 1px transparent;
  text-decoration: none;
  text-transform: uppercase; }
  a.idioma:hover,
  a.idioma2:hover {
    border-color: #5e5e5e; }

a.idioma2 {
  display: none;
  position: relative;
  top: initial;
  right: initial;
  margin-left: 3%;
  margin-top: 16px;
  margin-bottom: 16px; }

.menuContainer {
  text-align: right; 
}
  .menuContainer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .menuContainer ul li {
      display: inline-block;
      margin-left: 50px; }
      .menuContainer ul li a {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 1.8em;
        letter-spacing: .5px;
        color: #4a4846;
        border-bottom: solid 2px transparent;
        padding-bottom: 12px;
        text-decoration: none;
        text-transform: uppercase;
        cursor: pointer; }
        .menuContainer ul li a:hover {
          border-color: #ab1e2d; }

.fechaMenuFundo {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999997; }

@media only screen and (max-width: 960px) {
  header {
    -webkit-box-shadow: 0px 10px 40px 4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 40px 4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 40px 4px rgba(0, 0, 0, 0.75); }

  .logoContainer {
    padding: 30px 0 10px; }

  å
  .logo {
    width: 140px;
    height: auto; }

  .menuContainer {
    top: 91px; }

  .menuContainer ul li a {
    font-size: 1.6em; } }
@media only screen and (min-width: 761px) {
  .menuContainer {
    display: block !important; } }
@media only screen and (max-width: 760px) {
  header {
    z-index: 999999;
    -webkit-box-shadow: 0px 0px 27px 4px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 0px 27px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 0px 27px 4px rgba(0, 0, 0, 0.28); }

  .logoContainer {
    padding: 45px 0 18px;
    text-align: center; }

  .logo {
    width: 119px;
    height: auto; }

  a.idioma {
    display: none; }

  a.idioma2 {
    display: inline-block; }

  .menuContainer {
    display: none;
    position: absolute;
    z-index: 999998;
    width: 100%;
    margin: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: initial;
    top: initial;
    text-align: left;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 27px 4px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 0px 27px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 0px 27px 4px rgba(0, 0, 0, 0.28); }
    .menuContainer ul {
      padding: 40px 0 0;
      border-bottom: solid 1px #3a3a3a; }
      .menuContainer ul li {
        display: block;
        margin-left: 3%;
        margin-bottom: 30px; }
        .menuContainer ul li a {
          display: inline-block;
          font-size: 1.8em; } }
/*----------Humburguer----------*/
.hamburguerDiv {
  display: none;
  position: absolute;
  top: 16px;
  right: 3%;
  width: 30px;
  height: 25px;
  z-index: 999999; }

.c-hamburger {
  margin: 0;
  width: 30px;
  height: 25px;
  position: relative;
  display: block;
  overflow: hidden;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  cursor: pointer;
  transition: background 0.3s; }

.c-hamburger span {
  top: 10px;
  height: 5px;
  background: #000;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  transition: background 0s 0.3s; }

.c-hamburger span::before,
.c-hamburger span::after {
  height: 5px;
  background-color: #000;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s; }

.c-hamburger span::before {
  top: -10px;
  transition-property: top, transform; }

.c-hamburger span::after {
  bottom: -10px;
  transition-property: bottom, transform; }

/* active state, i.e. menu open */
.c-hamburger.is-active {
  background-color: none; }

.c-hamburger.is-active span {
  background: none; }

.c-hamburger.is-active span::before {
  transform: rotate(45deg);
  top: 0; }

.c-hamburger.is-active span::after {
  transform: rotate(-45deg);
  bottom: 0; }

.c-hamburger.is-active span::before,
.c-hamburger.is-active span::after {
  transition-delay: 0s, 0.3s; }

@media only screen and (max-width: 760px) {
  .hamburguerDiv {
    display: block; } }
/*----------fim de Humburguer----------*/
.slideTopoContainer {
    background: url(../img/PANCAS_ENTRADA.jpg) center no-repeat;
    background-size: cover;
    padding: 55px 0 62px;
    margin-bottom: 70px;
    height: 100vh;
    
}

.slideTopo {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  -webkit-box-shadow: 0px 18px 51px 6px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 0px 18px 51px 6px rgba(0, 0, 0, 0.49);
  box-shadow: 0px 18px 51px 6px rgba(0, 0, 0, 0.49); }

.slideTopoBloco {
  background-color: #eeeeee;
  padding: 30px; }

@media only screen and (max-width: 1500px) {
  .slideTopo {
    width: calc(100% - 210px); } }
@media only screen and (max-width: 960px) {
  .slideTopoContainer {
    padding: 40px 0 45px;
    margin-bottom: 100px; }

  .slideTopo {
    width: 100%; }

  .slideTopoBloco {
    padding: 15px; } }
@media only screen and (max-width: 760px) {
  .slideTopoContainer {
    padding: 17px 0 23px;
    margin-bottom: 25px; 
       height: 70vh;
  }

  .slideTopo {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

  .slideTopoBloco {
    padding: 10px; } }
/*Vídeo Player*/
.sm-youtube-player {
  position: relative;
  /*padding-bottom: 55.23%;*/
  padding-bottom: 56.25%;
  /*75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #FFF; }

.sm-youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent; }

.sm-youtube-player img {
  display: block;
  top: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  transition: .4s all; }

.sm-youtube-player:hover img {
  -webkit-filter: brightness(90%);
  filter: brightness(90%); }

.sm-youtube-player:hover .play {
  -webkit-filter: brightness(120%);
  filter: brightness(180%); }

.sm-youtube-player .play {
  /*height: 84px;
  width: 84px;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -42px;
  background: url("../img/play.png") no-repeat;*/
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: url("../img/play.png") center no-repeat;
  cursor: pointer;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  transition: .4s all; }

/*fim de video*/
@media only screen and (max-width: 960px) {
  .sm-youtube-player .play {
    background-size: 20%; } }
@media only screen and (max-width: 760px) {
  .sm-youtube-player .play {
    background-size: 35%; } }
.titulos {
  text-align: center; }
  .titulos h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #4a4846;
    font-size: 3em;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .titulos h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #4a4846;
    font-size: 7em;
    text-transform: uppercase; }

@media only screen and (max-width: 960px) {
  .titulos h3 {
    font-size: 2.5em;
    margin-bottom: 10px; }
  .titulos h2 {
    font-size: 5em; } }
@media only screen and (max-width: 760px) {
  .titulos h3 {
    font-size: 1.6em;
    margin-bottom: 10px; }
  .titulos h2 {
    font-size: 2.6em; } }
.sobreContainer {
  position: relative;
  padding: 95px 0 100px;
  margin-top: 60px; }

.sobreImg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/sobre_quinta_de_pancas.jpg) center no-repeat;
  background-size: cover; }


.caixa {
  position: relative;
  width: 100%;
  max-width: 636px;
  border: solid 34px #eeeeee;
  background-color: #FFF;
  padding: 60px;
  -webkit-box-shadow: 10px 10px 61px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 10px 10px 61px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 10px 10px 61px -1px rgba(0, 0, 0, 0.25); }

  .caixa2 {
    position: relative;
    width: 100%;
    max-width: 800px;
    border: solid 34px #eeeeee;
    background-color: #FFF;
    padding: 60px;
    -webkit-box-shadow: 10px 10px 61px -1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 10px 10px 61px -1px rgba(0, 0, 0, 0.25);
    box-shadow: 10px 10px 61px -1px rgba(0, 0, 0, 0.25); }

@media only screen and (max-width: 960px) {
  .sobreContainer {
    padding: 0;
    margin-top: 30px; }

  .sobreImg {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
    height: 0;
    padding-top: 60%; }
    .caixa2 {
      max-width: none;
      border: solid 30px #eeeeee;
      /* border-left: 0; */
      padding: 30px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; } 
  .caixa {
    max-width: none;
    border: solid 30px #eeeeee;
    /* border-left: 0; */
    padding: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; } }

@media only screen and (max-width: 760px) {
  .sobreContainer {
    padding: 0;
    margin-top: 18px; }
    .caixa2 {
      border: solid 25px #eeeeee;
      /* border-left: 0; */
      padding: 20px; } 
  .caixa {
    border: solid 25px #eeeeee;
    /* border-left: 0; */
    padding: 20px; } }
.sobreContainer2 {
  padding: 78px 0 70px; }
  .sobreContainer2 .caixa  {
    float: right; }


  .sobreContainer4 .caixa  {
    padding-top: 120px;
    padding-bottom: 50px; }
  .sobreContainer4 .caixa  p {
    font-size: 3.5em;
    font-weight: 500;
    line-height: 1.37em;
    color: #6c706d; }
  .sobreContainer4 .caixa  p.assinatura {
    font-size: 2em;
    text-align: right;
    margin-top: 60px; }

.sobreImg2 {
  right: initial;
  width: 65%;
  background: url(../img/sobre_quinta_de_pancas2.jpg) right center no-repeat;
  background-size: cover; }



.abelha {
  position: absolute;
  right: -150px;
  bottom: -133px; }

.passaro {
  position: absolute;
  top: 120px;
  left: -30px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }



@media only screen and (max-width: 960px) {
  .sobreContainer2 {
    padding: 0; }

  .sobreImg2 {
    width: 100%;
    height: 0; }

  .abelha {
    width: 160px;
    height: auto;
    right: -30px;
    bottom: -56px; }

  .sobreContainer4 {
    padding: 0; }
    .sobreContainer4 .caixa {
      padding-top: 60px;
      padding-bottom: 60px; }
    .sobreContainer4 .caixa  p {
      font-size: 3em; }
    .sobreContainer4 .caixa  p.assinatura {
      font-size: 1.8em;
      margin-top: 20px; }


  .passaro {
    display: none; } }
@media only screen and (max-width: 760px) {
  .abelha {
    width: 120px;
    right: -25px;
    bottom: -42px; }

  .sobreContainer4 .caixa  {
    padding-top: 20px;
    padding-bottom: 20px; }
  .sobreContainer4 .caixa  p {
    font-size: 2.4em; }
  .sobreContainer4  .caixa p.assinatura {
    font-size: 1.6em;
    margin-top: 20px; }

  }
.sobreContainer3 {
  background: url(../img/sobre_quinta_de_pancas3.jpg) center no-repeat;
  background-size: cover;
  height: 533px;
  margin-top: 60px; }

@media only screen and (max-width: 960px) {
  .sobreContainer3 {
    height: 0;
    padding-top: 60%;
    margin-top: 30px; } }
@media only screen and (max-width: 760px) {
  .sobreContainer3 {
    margin-top: 25px; } }


.selosCor {
  height: 60px;
  background-color: #eeeeee; }

.selo1,
.selo2 {
  position: absolute;
  left: 50%;
  border-radius: 100%;
  -webkit-box-shadow: 0px 27px 75px -6px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 27px 75px -6px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 27px 75px -6px rgba(0, 0, 0, 0.18); }

.selo1 {
  -webkit-transform: translate(-250px, -50%);
  -ms-transform: translate(-250px, -50%);
  transform: translate(-250px, -50%); }

.selo2 {
  -webkit-transform: translate(50px, -50%);
  -ms-transform: translate(50px, -50%);
  transform: translate(50px, -50%); }

@media only screen and (max-width: 960px) {
 

  .selosCor {
    height: 130px; }

  .selo1,
  .selo2 {
    width: 170px;
    height: auto;
    backface-visibility: hidden; }

  .selo1 {
    -webkit-transform: translate(-200px, -50%);
    -ms-transform: translate(-200px, -50%);
    transform: translate(-200px, -50%); }

  .selo2 {
    -webkit-transform: translate(30px, -50%);
    -ms-transform: translate(30px, -50%);
    transform: translate(30px, -50%); } }
@media only screen and (max-width: 760px) {
  

  .selosCor {
    height: 75px; }

  .selo1,
  .selo2 {
    width: 107px;
    -webkit-box-shadow: 0px 27px 70px -11px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 27px 70px -11px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 27px 70px -11px rgba(0, 0, 0, 0.18); }

  .selo1 {
    -webkit-transform: translate(-125px, -50%);
    -ms-transform: translate(-125px, -50%);
    transform: translate(-125px, -50%); }

  .selo2 {
    -webkit-transform: translate(18px, -50%);
    -ms-transform: translate(18px, -50%);
    transform: translate(18px, -50%); } }
.altitudeContainer {
  background: url(../img/terroir.jpg) center bottom no-repeat;
  background-size: cover;
  /*padding-bottom: 22%;*/
  padding-bottom: 345px;
  margin-top: 60px; }

.altitudeTxt {
  text-align: center;
  max-width: 960px;
  margin-top: 50px; }

@media only screen and (max-width: 960px) {
  .altitudeContainer {
    padding-bottom: 280px; }

  .altitudeTxt {
    margin-top: 30px; } }
@media only screen and (max-width: 760px) {
  .altitudeContainer {
    background-size: 230% auto;
    padding-bottom: 45%; }

  .altitudeTxt {
    margin-top: 20px; } }
.vinhosTit {
  margin-top: 120px; }

.vinhosSlide {
  max-width: 1200px;
  margin: auto; }
  .vinhosSlide .slick-track {
    display: -webkit-flex;
    -webkit-align-items: stretch;
    display: flex;
    align-items: stretch; }

.vinhosBloco {
  text-align: center;
  font-size: 10px;
  margin: 280px 16px 140px;
  -webkit-box-shadow: 0px 11px 36px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 11px 36px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 11px 36px -6px rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-width: 27px;
  height: auto;
  padding-bottom: 180px; }
  .vinhosBloco h3 {
    font-family: "Cabin", sans-serif;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.22);
    font-size: 2.4em;
    margin-top: 25px; }
  .vinhosBloco h4 {
    font-family: "Cabin", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 1.8em;
    margin-top: 12px; }
    .vinhosBloco h4.tinto {
      color: #783f65; }
    .vinhosBloco h4.branco {
      color: #cdbd64; }
    .vinhosBloco h4.rose {
      color: #d97c79; }
  .vinhosBloco h5 {
    font-family: "Cabin", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    color: #6c706d;
    font-size: 1.8em;
    margin-top: 12px;
    margin-bottom: 15px; }
  .vinhosBloco p {
    font-size: 1.6em;
    line-height: 1.6em;
    color: #6c706d; }

.garrafa {
  display: inline-block !important;
  margin-top: -270px; }

.garrafaSelo {
  position: absolute;
  top: -190px;
  left: 50%; }

a.ficha {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 45px;
  display: block;
  height: 78px;
  line-height: 75px;
  background-color: #4a4846;
  color: #FFF;
  /*padding: 0 53px 0 35px;*/
  padding: 0 35px;
  border-radius: 39px;
  font-size: 1.8em;
  font-weight: 500;
  white-space: nowrap;
  text-decoration: none;
  -webkit-box-shadow: 0px 20px 55px 5px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 20px 55px 5px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 20px 55px 5px rgba(0, 0, 0, 0.13); }
  a.ficha:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 18px;
    background: url(../img/ficha_tecnica.png) center no-repeat;
    margin-left: 11px;
    margin-bottom: -3px; }
  a.ficha:hover {
    background-color: #000; }

@media only screen and (max-width: 1500px) {
 
 
  .vinhosSlide {
    width: calc(100% - 210px);
    margin: auto; } }
@media only screen and (max-width: 960px) {
 
  .vinhosTit {
    margin-top: 60px; }

  .vinhosSlide {
    width: 100%; }

  .vinhosBloco {
    border-width: 20px;
    border-left: solid 20px #eeeeee;
    height: auto;
    padding-bottom: 140px; }

  a.ficha {
    bottom: 35px;
    height: 68px;
    line-height: 65px;
    font-size: 1.6em; } }
@media only screen and (max-width: 760px) {
  .vinhosTit {
    margin-top: 30px; }

  .vinhosBloco {
    margin: 160px 0 88px;
    padding: 18px;
    border-width: 18px;
    border-left: solid 18px #eeeeee;
    padding-bottom: 112px; }
    .vinhosBloco h3 {
      font-size: 1.8em;
      margin-top: 20px; }
    .vinhosBloco h4 {
      font-size: 1.6em;
      margin-top: 9px; }
    .vinhosBloco h5 {
      font-size: 1.6em;
      margin-top: 9px;
      margin-bottom: 11px; }
    .vinhosBloco p {
      font-size: 1.4em; }

  .garrafa {
    max-height: 335px;
    width: auto;
    backface-visibility: hidden;
    margin-top: -165px; }

  .garrafaSelo {
    top: -120px; }

  a.ficha {
    bottom: 32px;
    height: 55px;
    line-height: 54px;
    padding: 0 25px;
    border-radius: 28px;
    font-size: 1.4em; }
    a.ficha:after {
      width: 8px;
      background-size: 8px auto; }
    a.ficha:hover {
      background-color: #000; } }
.parra1 {
  position: absolute;
  top: -80px;
  left: 8%; }

.parra2 {
  position: absolute;
  top: -86px;
  right: 4%; }

@media only screen and (max-width: 960px) {
  .parra1 {
    transform: scale(0.8);
    transform-origin: top left;
    top: -71px;
    left: 6%; }

  .parra2 {
    transform: scale(0.8);
    transform-origin: top right;
    top: -74px;
    right: 2%; } }
@media only screen and (max-width: 760px) {
  .parra1 {
    transform: scale(0.5);
    top: -44px;
    left: 2%; }

  .parra2 {
    transform: scale(0.5);
    top: -47px;
    right: 0; } }
.footer {
  background-color: #4a4846;
  text-align: center;
  padding: 75px 0 63px; }
  .footer h2 {
    color: #FFF;
    margin-bottom: 60px; }
  .footer p {
    color: #FFF; }
    .footer p a {
      color: #FFF;
      text-decoration: none; }

.footerBt {
  width: 90%;
  max-width: 650px;
  margin: auto;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  display: flex;
  justify-content: space-between;
  margin-top: 100px; }
  .footerBt a {
    font-family: "Cabin", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
    text-decoration: none; }
    .footerBt a:hover {
      opacity: .8; }
    .footerBt a img {
      margin-bottom: 18px; }

@media only screen and (max-width: 960px) {
  .footer {
    padding: 55px 0 43px; }
    .footer h2 {
      margin-bottom: 40px; }

  .footerBt {
    margin-top: 65px; } }
@media only screen and (max-width: 760px) {
  .footer h2 {
    margin-bottom: 25px; }

  .footerBt {
    margin-top: 40px; }
    .footerBt a {
      font-size: 16px; }
      .footerBt a img {
        margin-bottom: 12px; } }
@media only screen and (max-width: 580px) {
  .footer {
    padding: 67px 0 127px; }

  .footerBt {
    flex-direction: column;
    margin-top: 10px; }
    .footerBt a {
      margin-top: 40px; } }
      
      .sobreContainer4 {
  padding: 400px 0 100px; }
@media only screen and (max-width: 1700px) {
.sobreContainer4 {
  padding: 300px 0 100px; }
}
@media only screen and (max-width: 960px) {
.sobreContainer4 {
  padding: 0px 0 0px; }
}
/* FOOTER */
footer {
  text-align: center;
  margin: 0 auto; }
  footer .text-footer {
    text-align: center;
    margin-top: 10px;
    font-size: 10px;
    line-height: 1.5em;
    color: #6c706d; }
  footer .text-footer-line {
    text-align: center;
    margin-bottom: 20px;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    width: 400px; }
    footer .text-footer-line .text-footer-inline {
      display: inline-block; }
      footer .text-footer-line .text-footer-inline:first-child {
        margin-top: 20px; }
      footer .text-footer-line .text-footer-inline .footer-image {
        width: 75px;
        height: auto;
        padding: 3px;
        transform: translateY(7px); }
      footer .text-footer-line .text-footer-inline a {
        text-decoration: none; }

@media only screen and (max-width: 580px) {
  footer .text-footer {
    padding: 0 10px; }
  footer .text-footer-line {
    width: 300px; } }

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