@charset "UTF-8";
@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeueMedium.eot");
  src: url("../fonts/HelveticaNeueMedium.eot#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueMedium.woff2") format("woff2"), url("../fonts/HelveticaNeueMedium.woff") format("woff"), url("../fonts/HelveticaNeueMedium.ttf") format("truetype"), url("../images/HelveticaNeueMedium.svg#HelveticaNeueMedium") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeueMedium.eot");
  src: url("../fonts/HelveticaNeueMedium.eot#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueMedium.woff2") format("woff2"), url("../fonts/HelveticaNeueMedium.woff") format("woff"), url("../fonts/HelveticaNeueMedium.ttf") format("truetype"), url("../images/HelveticaNeueMedium.svg#HelveticaNeueMedium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Bold.eot");
  src: url("../fonts/HelveticaNeue-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeue-Bold.woff") format("woff"), url("../fonts/HelveticaNeue-Bold.ttf") format("truetype"), url("../images/HelveticaNeue-Bold.svg#HelveticaNeue-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeueLight.eot");
  src: url("../fonts/HelveticaNeueLight.eot#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLight.woff2") format("woff2"), url("../fonts/HelveticaNeueLight.woff") format("woff"), url("../fonts/HelveticaNeueLight.ttf") format("truetype"), url("../images/HelveticaNeueLight.svg#HelveticaNeueLight") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.margin-top {
  margin-top: 10px;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-27 {
  margin-top: 27px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-54 {
  margin-top: 54px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-65 {
  margin-top: 65px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-top-90 {
  margin-top: 90px;
}

.margin-top-99 {
  margin-top: 99px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-top-110 {
  margin-top: 110px;
}

.margin-top-120 {
  margin-top: 120px;
}

.margin-top-140 {
  margin-top: 140px;
}

.margin-top-149 {
  margin-top: 149px;
}

.margin-top-150 {
  margin-top: 150px;
}

.margin-top-160 {
  margin-top: 160px;
}

.margin-top-200 {
  margin-top: 200px;
}

.margin-top-220 {
  margin-top: 220px;
}

.margin-top-230 {
  margin-top: 230px;
}

.margin-top-250 {
  margin-top: 250px;
}

.margin-top-330 {
  margin-top: 330px;
}

.margin-top-350 {
  margin-top: 350px;
}

.margin-top-380 {
  margin-top: 380px;
}

.margin-top-385 {
  margin-top: 385px;
}

.margin-top-390 {
  margin-top: 390px;
}

.margin-top-400 {
  margin-top: 400px;
}

.padding-off {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

p {
  margin: 0;
}

.container-off-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.row-off-margin {
  margin-left: 0px;
  margin-right: 0px;
}

.aviso {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
}

.aviso div {
  display: table;
  margin: 10% auto 0;
  width: 40%;
  background-color: #7d6b3f;
  padding: 20px 10px;
  position: relative;
}

.aviso div .close {
  text-shadow: none;
  opacity: 1;
  position: absolute;
  right: 0;
  top: -35px;
  z-index: 999;
  color: #fff;
  font-size: 35px;
  line-height: 35px;
}

.aviso div p {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  line-height: 1.667;
  color: #ffffff;
  text-transform: uppercase;
}

.float-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  right: 0;
  z-index: 999;
  bottom: 90px;
}

.float-box a {
  width: 47px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0);
  -webkit-transition: width 400ms, color 800ms;
  transition: width 400ms, color 800ms;
  height: 47px;
  line-height: 27px;
  display: block;
  margin-bottom: 1px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 2px;
  cursor: pointer;
  text-decoration: none;
}

.float-box a:hover {
  width: 250px;
  color: white;
}

.float-box .chat {
  background: url(../images/icone-chat.png) no-repeat right 10px center;
  background-color: rgba(0, 0, 0, 0);
  background-color: #aca727;
}

.float-box .car {
  background: url(../images/icone-car.png) no-repeat right 10px center;
  background-color: rgba(0, 0, 0, 0);
  background-color: #aca727;
}

.float-box .mail {
  background: url(../images/icone-mail.png) no-repeat right 10px center;
  background-color: rgba(0, 0, 0, 0);
  background-color: #aca727;
}

.float-box .whats {
  background: url(../images/icone-zap.png) no-repeat right 10px center;
  background-color: rgba(0, 0, 0, 0);
  background-color: #aca727;
  line-height: 16px;
  padding: 5px 15px 10px;
}

.float-box .whats sup {
  font-size: 7px;
  line-height: 10px;
  width: 148px;
  display: block;
  padding-top: 3px;
}

.cookies {
  position: fixed;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  height: 100%;
  top: 0;
  display: none;
}

.cookies .box {
  background-color: #56601d;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  bottom: 20px;
}

.cookies .box p {
  font-family: 'Proxima Nova Rg';
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  margin-top: 7px;
}

.cookies .box p a {
  text-decoration: underline;
  color: #fff;
}

.cookies .box .btn_cookie {
  font-family: 'Proxima Nova Rg';
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  border: 0px solid transparent;
  border-radius: 50px;
  padding: 12px 30px;
  width: 160px;
  margin-top: 7px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #bab355;
}

.modalPascoa {
  background-color: rgba(0, 0, 0, 0.5);
}

.modalPascoa .modal-content {
  background-color: #000;
  border: 0px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modalPascoa .modal-body {
  padding: 8px;
}

.modalPascoa .close {
  font-size: 27px;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 100;
}

#view-azeite {
  width: 1px;
  height: 1px;
  background-color: red;
  position: absolute;
  top: 30.3%;
}

@media (min-width: 768px) {
  .modalPascoa .modal-dialog {
    margin: 6% auto 0;
  }
}

/* Extra Small */
@media (max-width: 767px) {
  #view-azeite {
    top: 0%;
  }
  .aviso div {
    margin: 30% auto 0;
    width: 95%;
  }
  .padding-off-mobile {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .float-box {
    bottom: 30%;
  }
  .cookies .box {
    padding-top: 10px;
  }
  .cookies .box .btn_cookie {
    margin-top: 20px;
  }
  .modalPascoa .modal-dialog {
    margin: 25% auto 0;
  }
  .modalPascoa .close {
    top: -30px;
    right: 5px;
  }
}

.menu.active {
  background-color: rgba(255, 255, 255, 1.0);
}

.menu {
  position: fixed;
  width: 100%;
  float: left;
  top: 0;
  left: 0;
  z-index: 600;
  background-color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
  border-radius: 0px;
  min-height: auto;
  margin-bottom: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.menu .navbar-collapse,
.menu .navbar-form {
  border-color: transparent;
}

.menu .nav > li > a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
/*  color: #000000;*/
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu .nav > li > a::before {
  content: '•';
  position: absolute;
  right: -6px;
  color: #aca727;
  font-size: 30px;
  line-height: 9px;
}



.menu .fale-conosco::before {
  content: "" !important;
}

.menu .navbar-brand {
  float: left;
  height: auto;
  padding: 0;
  margin-left: 0px;
}




/* Padrão para telas grandes */
.menu .navbar-brand img {
    position: absolute; 
}

/* Para dispositivos móveis */
@media (max-width: 767px) {
    .menu .navbar-brand img {
        position: relative;
    }
}



.menu .navbar-nav > li > a:focus,
.menu .navbar-nav > li > a:hover {
  color: #000000;
}

.menu .redes a {
  padding: 10px 5px !important;
}

.menu .redes a::before {
  content: '' !important;
}

.menu .dst {
  background-color: #aca727;
  padding: 5px 10px;
  color: #fff;
}

/* Extra Small */
@media (max-width: 767px) {
  .menu {
    background-color: rgba(255, 255, 255, 0.9) !important;
  }
  .menu .navbar-brand {
    margin-left: 5px;
  }
  .menu .navbar-nav {
/*    background-color: #aca727;*/
    background-color: #black;
  }



  .menu .nav > li > a {
    font-size: 12px;
    line-height: 12px;
    padding-left: 10px;
/*    color: #000000;*/
    margin-bottom: 0px;
    background: #aca727;
/*  background: rgba(0, 0, 0, 0.9);*/
/*  background-color: rgba(255, 255, 255, 0.9)*/
  }
  .menu .nav > li > a::before {
    content: '';
    font-size: 30px;
    line-height: 9px;
  }
  .menu .redes {
    display: inline-table;
  }
  .menu .redes a {
    padding: 5px 5px;
    border: none !important;
    margin-bottom: 0px !important;
    background: transparent !important;
  }
  .menu .navbar-toggle {
    margin-top: 7px;
    margin-right: 5px;
    border-color: #aca727;
    margin-bottom: 0;
  }
  .menu .navbar-collapse {
    border-top: 0px solid transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .menu .navbar-toggle .icon-bar {
/*    background-color: #000;*/
    background-color: #aca727;
  }

  .menu .navbar-toggle:focus,
  .menu .navbar-toggle:hover {
/*    background-color: #aca727;*/
    background-color: transparent;
  }
  .menu .navbar-collapse,
  .menu .navbar-form {
    border-color: transparent;
  }
}

/* Small */
@media (min-width: 768px) and (max-width: 991px) {
  .menu .nav > li > a {
    font-size: 10px;
    line-height: 10px;
  }
}

/* Medium */
/* Large */
.galeria-home {
  background: url(../images/galeria-home.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 40px;
  padding-top: 40px;
}

.galeria-home .img-responsive {
  border: solid 6px #000;
}

.paralelo-31 {
  background-color: #000000;
  padding-bottom: 30px;
  padding-top: 30px;
}

.paralelo-31 p {
  font-family: 'HelveticaNeue';
  font-weight: normal;
  font-style: normal;
  color: #fff;
}

.paralelo-31 .txt1 {
  font-size: 70px;
  line-height: 50px;
}

.paralelo-31 .txt2 {
  font-size: 50px;
  line-height: 40px;
}

.sobre-nos {
  background-color: #5a6223;
  padding-bottom: 30px;
  padding-top: 40px;
}

.sobre-nos p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  color: #c1c36a;
  margin-bottom: 15px;
}

.sobre-nos p span {
  color: #fff;
}

.sobre-nos img {
  margin-bottom: 30px;
}

.video {
  background: url(../images/video.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 80px;
  padding-top: 80px;
  margin-top: -5px;
}

.video h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 20px;
}

.video h4 span {
  font-weight: 800;
}

.video img {
  margin-top: 30px;
}

/* Extra Small */
@media (max-width: 767px) {
  .galeria-home {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .paralelo-31 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .paralelo-31 .txt1 {
    font-size: 50px;
    line-height: 50px;
  }
  .paralelo-31 .txt2 {
    font-size: 35px;
    line-height: 35px;
  }
  .sobre-nos {
    padding-top: 20px;
    padding-bottom: 5px;
  }
  .sobre-nos p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
    text-align: justify;
  }
  .sobre-nos img {
    margin-bottom: 15px;
    max-width: 60%;
  }
  .video {
    background: url(../images/video-mobile.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}

/* Small */
/* Medium */
/* Large */
.azeite {
  background: url(../images/azeite.jpg) no-repeat;
  background-size: cover;
  background-position: center right;
  margin-top: -1%;
  text-align: right;
  color: #ffffff;
  padding-top: 60px;
/*  padding-bottom: 60px;*/
}

.azeite h4 {
  font-family: 'HelveticaNeue';
  font-weight: normal;
  font-style: normal;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.azeite p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.azeite p span {
  font-weight: 800;
}

.azeite .txt1 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
}

.azeite .txt2,
.azeite .txt3 {
  margin-bottom: 20px;
}

.azeite a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 17px;
/*  line-height: 17px;
  text-transform: uppercase;
  color: #ffffff;
  border: solid 1px #ffffff;
  padding: 15px 30px;
  display: table;
  float: right;
  margin-top: 10px;*/
}

.azeite a:hover {
  text-decoration: none;
}

/* Extra Small */
@media (max-width: 767px) {
  .azeite {
    background: url(../images/azeite-mobile.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: -2%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .azeite h4 {
    font-size: 60px;
    line-height: 55px;
    margin-bottom: 10px;
  }
  .azeite p {
    font-size: 11px;
    line-height: 16px;
  }
  .azeite p span {
    font-weight: 800;
  }
  .azeite .txt1 {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 16px;
  }
  .azeite .txt2,
  .azeite .txt3 {
    margin-bottom: 10px;
  }
  .azeite .txt3 span {
    display: block;
  }
  .azeite .txt3 br {
    display: none;
  }
  .azeite a {
    font-size: 11px;
    line-height: 11px;
    padding: 13px 15px;
    margin-top: 10px;
  }
}

/* Small */
/* Medium */
/* Large */
.paralelo {
  background: url(../images/paralelo.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.paralelo .tt {
  margin-bottom: 30px;
}

.paralelo .tt h4 {
  font-family: 'HelveticaNeue';
  font-weight: normal;
  font-style: normal;
  font-size: 55px;
  line-height: 55px;
  margin-bottom: 10px;
  margin-top: 0px;
  color: #364213;
}

.paralelo .tt p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 0 0;
  color: #000000;
}

.paralelo .slick-slide img {
  border: solid 6px #000;
}

.paralelo .oliva-left {
  top: 19%;
  left: -5.5%;
  position: absolute;
  z-index: 100;
}

.paralelo .oliva-right {
  top: 20%;
  right: -7.5%;
  position: absolute;
  z-index: 100;
}

/* Extra Small */
@media (max-width: 767px) {
  .paralelo {
    background: url(../images/paralelo-mobile.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .paralelo .tt h4 {
    font-size: 50px;
    line-height: 40px;
    text-align: center;
  }
  .paralelo .tt p {
    font-size: 11px;
    line-height: 16px;
    text-align: justify;
  }
  .paralelo .slick-slide img {
    border: solid 4px #000;
  }
}

/* Small */
/* Medium */
@media (min-width: 992px) and (max-width: 1199px) {
  .paralelo .oliva-left {
    top: 19%;
    left: -7%;
    position: absolute;
    z-index: 100;
  }
  .paralelo .oliva-right {
    right: -9%;
  }
}






/* Large */
.empresa {
  background: url(../images/empresa.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 40px;
  padding-bottom: 60px;
}

.empresa h4 {
  font-family: 'HelveticaNeue';
  font-weight: normal;
  font-style: normal;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.empresa p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  text-align: left;
}

.empresa p span {
  font-weight: 800;
  font-size: 18px;
}

.empresa img {
  float: right;
  margin-bottom: 60px;
}

/* Extra Small */
@media (max-width: 767px) {
  .empresa {
    background: url(../images/empresa-mobile.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .empresa h4 {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 20px;
    text-align: center;
  }
  .empresa p {
    font-size: 11px;
    line-height: 16px;
    text-align: justify;
  }
  .empresa p span {
    font-size: 13px;
  }
  .empresa p br {
    display: none;
  }
  .empresa img {
    float: right;
    margin-bottom: 20px;
  }
}

















/* Small */
/* Medium */
/* Large */
.contato {
  background-color: #56601d;
  padding-top: 30px;
  padding-bottom: 30px;
}

.contato .tt {
  padding-bottom: 20px;
}

.contato .tt p {
  font-family: 'HelveticaNeue';
  font-weight: normal;
  font-style: normal;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
}

.contato .txt-1,
.contato .txt-2 {
  font-family: 'HelveticaNeue';
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}

.contato .txt-1 a,
.contato .txt-2 a {
  color: #ffffff;
}

.contato .txt-1 {
  font-size: 15px;
  line-height: 30px;
}

.contato .txt-2 {
  font-size: 30px;
  line-height: 30px;
}

.contato .group-form .form-group {
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 5px;
}

.contato .group-form .form-control {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  height: 50px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000000;
  background-color: #fff;
  border: 0px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contato .group-form .form-control::-webkit-input-placeholder {
  color: #000000;
}

.contato .group-form .form-control:-ms-input-placeholder {
  color: #000000;
}

.contato .group-form .form-control::-ms-input-placeholder {
  color: #000000;
}

.contato .group-form .form-control::placeholder {
  color: #000000;
}

.contato .group-form textarea {
  height: 150px !important;
}

.contato .group-form .btn_enviar {
  font-family: 'HelveticaNeue';
  font-weight: 500;
  padding: 8px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  border: 0px solid transparent;
  border-radius: 0px;
  color: #fff;
  background-color: black;
  float: right;
  text-transform: uppercase;
}

.contato small {
  font-family: 'HelveticaNeue';
  font-weight: 500;
  color: #ffffff;
  font-size: 10px;
  line-height: 13px;
  display: block;
}

/* Extra Small */
@media (max-width: 767px) {
  .contato {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contato .tt {
    padding-bottom: 20px;
  }
  .contato .tt p {
    font-size: 50px;
    line-height: 40px;
    text-align: center;
  }
  .contato .txt-1 {
    font-size: 14px;
    line-height: 28px;
  }
  .contato .txt-2 {
    font-size: 25px;
    line-height: 25px;
  }
  .contato .whats {
    overflow: hidden;
    width: 220px;
    color: white;
    -webkit-transition: width 400ms, color 800ms;
    transition: width 400ms, color 800ms;
    height: 58px;
    line-height: 27px;
    display: block;
    margin: 0 auto;
    padding: 10px 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 2px;
    cursor: pointer;
    text-decoration: none;
    background: url(../images/icone-zap.png) no-repeat right 10px center;
    background-color: rgba(0, 0, 0, 0);
    background-color: #aca727;
    line-height: 16px;
    padding: 5px 15px 10px;
  }
  .contato .whats sup {
    font-size: 7px;
    line-height: 10px;
    width: 148px;
    display: block;
    padding-top: 3px;
  }
}

/* Small */
/* Medium */
/* Large */
footer {
  background-color: #E2E2E2;
  padding-bottom: 10px;
  padding-top: 10px;
}

footer img,
footer p {
  display: inline-table !important;
}

footer p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  font-size: 15px;
  line-height: 11px;
  padding-left: 20px;
}

footer h6 {
  font-family: 'HelveticaNeue';
  font-weight: 300;
  color: #ffffff;
  font-size: 11px;
  line-height: 11px;
  padding-left: 15px;
}

footer .navbar-nav {
  margin: 20px 0 0 0;
}

footer .navbar-nav li {
  padding-top: 7px;
  padding-bottom: 7px;
}

footer .navbar-nav li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'HelveticaNeue';
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  border-right: 1px solid #ffffff;
}

footer .navbar-nav li > a:focus,
footer .navbar-nav li > a:hover {
  text-decoration: underline;
  background-color: transparent;
}

footer .navbar-nav li:last-child a {
  border-right: 0px solid transparent;
}

/* Extra Small */
@media (max-width: 767px) {
  footer {
    padding-top: 15px;
  }
  footer .img-responsive {
    max-width: 40%;
    margin-bottom: 10px;
  }
}

/* Small */
/* Medium */
/* Large */
.politica {
  margin-top: 68px;
  padding-bottom: 50px;
}

.politica .politica-tt {
  background-color: #000000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.politica .politica-tt h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 35px;
  margin: 0;
  padding: 0;
}

.politica .politica-info {
  margin-top: 30px;
}

.politica .politica-info p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}

.politica .politica-info p a {
  color: #EC2c27;
  text-decoration: underline;
}

/* Extra Small */
@media (max-width: 767px) {
  .politica {
    margin-top: 68px;
    padding-bottom: 20px;
  }
  .politica .politica-tt h3 {
    font-size: 25px;
    line-height: 25px;
  }
  .politica .politica-info {
    margin-top: 20px;
  }
  .politica .politica-info p {
    font-size: 13px;
    line-height: 20px;
  }
}

/* Small */
/* Medium */
/* Large */
.header-blog {
  margin-top: 58px;
  background-color: #dfdfdf;
}

.header-blog img {
  margin-top: 40px;
}

.header-blog-interno {
  margin-top: 58px;
}

.blog {
  background-color: #dfdfdf;
  padding-top: 30px;
  padding-bottom: 100px;
}

.blog .box_info {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.blog .box_info p,
.blog .box_info a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.blog .box_info .categoria {
  font-size: 12px;
  line-height: 17px;
  color: #bab154;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.blog .box_info .titulo {
  font-size: 14px;
  line-height: 19px;
  color: #282828;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.blog .box_info .data {
  font-size: 14px;
  line-height: 19px;
  color: #bab154;
  margin-bottom: 5px;
  background: url(../images/retangulo.png) center left no-repeat;
  padding-left: 12px;
}

.blog .box_info .texto {
  font-size: 12px;
  line-height: 17px;
  color: #282828;
  margin-top: 10px;
}

.blog .box_info .btn {
  color: #ffffff;
  background-color: #bab154;
  border-radius: 0px;
  margin-top: 10px;
}

.blog .box_populares {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 10px;
}

.blog .box_populares .titulo {
  margin-bottom: 30px;
}

.blog .box_populares .titulo p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #bab154;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
}

.blog .box_populares .titulo hr {
  margin-top: 5px;
  margin-bottom: 0px;
  border-top: 2px solid #bab154;
}

.blog .box_populares .box {
  background-color: #dfdfdf;
  margin-bottom: 20px;
  text-decoration: none;
  outline: none;
}

.blog .box_populares .box .texto {
  display: table;
  height: 90px;
}

.blog .box_populares .box .texto div {
  display: table-cell;
  vertical-align: middle;
}

.blog .box_populares .box .texto div p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #282828;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
}

.blog .box_video {
  margin-top: 30px;
}

.blog .box_news {
  margin-top: 30px;
}

/* Extra Small */
@media (max-width: 767px) {
  .header-blog {
    margin-top: 53px;
  }
  .header-blog img {
    margin-top: 30px;
  }
  .header-blog-interno {
    margin-top: 53px;
  }
  .blog .box_info .categoria {
    margin-top: 20px;
  }
}

/* Small */
/* Medium */
/* Large */
.pg-azeite {
  background-color: #dfdfdf;
  margin-top: 58px;
  padding-bottom: 100px;
}

.pg-azeite .busca {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pg-azeite .busca .form-control {
  border: 0px solid transparent;
  border-radius: 0px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #282828;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 30px 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pg-azeite .busca .form-control::-webkit-input-placeholder {
  color: #282828;
}

.pg-azeite .busca .form-control:-ms-input-placeholder {
  color: #282828;
}

.pg-azeite .busca .form-control::-ms-input-placeholder {
  color: #282828;
}

.pg-azeite .busca .form-control::placeholder {
  color: #282828;
}

.pg-azeite .busca .input-group-btn button {
  height: 46px;
  border: 0px solid transparent;
  border-radius: 0px;
  border-color: transparent;
  background: url(../images/lupa.png) center center no-repeat #ffffff;
  background-size: 55%;
  padding: 30px;
}

.pg-azeite .box {
  margin-top: 15px;
  margin-bottom: 15px;
}

.pg-azeite .box .box-info {
  background-color: #ffffff;
  padding-bottom: 15px;
  padding-top: 20px;
}

.pg-azeite .box p,
.pg-azeite .box a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.pg-azeite .box .titulo {
  font-size: 15px;
  line-height: 20px;
  color: #282828;
  text-transform: uppercase;
}

.pg-azeite .box .sub-titulo {
  font-size: 14px;
  line-height: 16px;
  color: #5f5f5f;
  margin-top: 3px;
}

.pg-azeite .box .chef {
  font-size: 11px;
  line-height: 11px;
  color: #5f5f5f;
  margin-top: 5px;
}

.pg-azeite .box .bullet {
  font-size: 14px;
  line-height: 19px;
  color: #bab154;
  margin-bottom: 3px;
}

.pg-azeite .box .bullet span {
  color: #282828;
}

.pg-azeite .box .texto {
  font-size: 14px;
  line-height: 19px;
  color: #5f5f5f;
  margin-top: 15px;
  margin-bottom: 15px;
}

.pg-azeite .box .btn {
  color: #ffffff;
  background-color: #bab154;
  border-radius: 0px;
  margin-top: 10px;
  padding: 8px 15px;
}

.pg-azeite .box_interno .box-info {
  background-color: #ffffff;
  padding-bottom: 15px;
  padding-top: 20px;
}

.pg-azeite .box_interno p,
.pg-azeite .box_interno a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.pg-azeite .box_interno .titulo {
  font-size: 15px;
  line-height: 20px;
  color: #282828;
  text-transform: uppercase;
}

.pg-azeite .box_interno .sub-titulo {
  font-size: 14px;
  line-height: 16px;
  color: #5f5f5f;
  margin-top: 3px;
}

.pg-azeite .box_interno .chef {
  font-size: 11px;
  line-height: 11px;
  color: #5f5f5f;
  margin-top: 5px;
}

.pg-azeite .box_interno .bullet {
  font-size: 14px;
  line-height: 19px;
  color: #bab154;
  margin-bottom: 3px;
}

.pg-azeite .box_interno .bullet span {
  color: #282828;
}

.pg-azeite .box_interno .texto {
  font-size: 14px;
  line-height: 19px;
  color: #5f5f5f;
  margin-top: 15px;
  margin-bottom: 15px;
}

.pg-azeite .box_interno .btn {
  color: #ffffff;
  background-color: #bab154;
  border-radius: 0px;
  margin-top: 10px;
  padding: 8px 15px;
}

.pg-azeite .box_populares .titulo p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #bab154;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
}

.pg-azeite .box_populares .titulo hr {
  margin-top: 5px;
  margin-bottom: 0px;
  border-top: 2px solid #bab154;
}

.pg-azeite .box_populares .box_interno {
  margin-bottom: 20px;
}

.pg-azeite .galeria-detalhe-azeite {
  background-color: #ffffff;
  padding-bottom: 20px;
}

.pg-azeite .galeria-detalhe-azeite .box-galeriaazeite {
  margin-top: 15px;
  margin-bottom: 15px;
}

.pg-azeite .galeria-detalhe-azeite .box-galeriaazeite span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 15px;
  line-height: 15px;
  background-color: #bab154;
  position: absolute;
  text-align: center;
  top: 5px;
  left: 20px;
  width: 25px;
  height: 25px;
  display: block;
  padding-top: 5px;
}

/* Extra Small */
/* Small */
/* Medium */
/* Large */
/*# sourceMappingURL=style.css.map */