@charset "UTF-8";
@font-face {
  font-family: 'dfdChasquilla';
  src: url("fonts/dfdChasquilla.woff2") format("woff2"), url("fonts/dfdChasquilla.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
}

p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Coustard', serif;
  margin: 0;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

header {
  -webkit-box-shadow: 0 0 10px #b1b1b1;
          box-shadow: 0 0 10px #b1b1b1;
  display: inline-block;
  width: 100%;
  height: 150px;
  position: fixed;
  background-color: white;
  top: 0;
  left: 0;
  z-index: 2;
}

@media (max-width: 767px) {
  header {
    height: 100px;
  }
}

header h3 {
  margin: 0;
}

header a.logo, header a.menu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 65%;
}

header a.logo.logo, header a.menu.logo {
  margin-left: 60px;
}

header a.logo.logo img, header a.menu.logo img {
  height: 100%;
}

@media (max-width: 767px) {
  header a.logo.logo, header a.menu.logo {
    margin-left: 30px;
  }
}

header a.logo.menu, header a.menu.menu {
  height: 30%;
  right: 60px;
}

header a.logo.menu img, header a.menu.menu img {
  height: 100%;
}

@media (max-width: 767px) {
  header a.logo.menu, header a.menu.menu {
    right: 30px;
  }
}

@media (min-width: 768px) {
  header a.logo.menu, header a.menu.menu {
    display: none;
  }
}

header a.contactWSP {
  position: absolute;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header a.contactWSP img {
  width: 170px;
}

@media (max-width: 767px) {
  header a.contactWSP {
    right: 30px;
  }
}

@media (max-width: 767px) {
  header a.contactWSP img {
    height: 70px;
    width: 150px;
  }
}

header ul.nav {
  white-space: nowrap;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-height: 75vh;
}

@media (max-width: 767px) {
  header ul.nav {
    overflow-y: auto;
  }
}

header ul.nav li {
  display: inline-block;
  position: relative;
  color: #515151;
}

header ul.nav li:not(:first-child):not(:last-child) {
  margin: 0 10px;
}

header ul.nav li:first-child {
  margin-right: 10px;
}

header ul.nav li:last-child {
  margin-left: 10px;
}

header ul.nav li.selected {
  background-color: #ffffff;
}

header ul.nav li:hover {
  background-color: #015bbb;
  color: white;
}

@media (max-width: 767px) {
  header ul.nav li.parent:hover {
    background-color: transparent;
  }
}

@media (min-width: 768px) {
  header ul.nav li.parent:hover ul.dropdown {
    display: inline-block !important;
    left: 0;
    top: 40px;
  }
}

header ul.nav li a {
  line-height: 40px;
  font-family: "Bree Serif", serif;
  padding: 0 10px;
  text-decoration: none;
  color: inherit;
}

@media (max-width: 767px) {
  header ul.nav li a {
    width: 100%;
    display: inline-block;
  }
}

header ul.nav li ul.dropdown {
  background-color: white;
  padding: 0;
  position: absolute;
  display: none;
}

@media (max-width: 767px) {
  header ul.nav li ul.dropdown {
    background-color: transparent;
    position: static;
    display: block;
  }
}

header ul.nav li ul.dropdown li {
  margin: 0 !important;
  display: block;
}

@media (max-width: 767px) {
  header ul.nav li ul.dropdown li {
    text-align: center;
  }
}

@media (max-width: 767px) {
  header ul.nav li ul.dropdown li a:before {
    content: '—';
  }
}

@media (max-device-width: 480px) {
  header ul.nav li ul.dropdown {
    position: static;
  }
}

@media (max-width: 767px) {
  header ul.nav {
    display: none;
  }
}

header ul.nav.visible {
  display: block !important;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  top: auto;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 10px 10px #80808052;
          box-shadow: 0 10px 10px #80808052;
  left: 0;
  right: 0;
}

header ul.nav.visible li {
  display: block;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}

header ul.nav.visible li:first-child {
  margin-left: 10px;
}

header ul.nav.visible li:last-child {
  margin-right: 10px;
}

header ul.nav.visible li a {
  line-height: 60px;
}

h1.title {
  font-family: "Bree Serif", serif;
  color: #ff0000;
  font-size: 32px;
}

@media (max-width: 767px) {
  h1.title {
    font-size: 20px;
  }
}

div.main {
  background-color: #f5f5f5;
  padding: 150px 60px 60px 60px;
}

@media (max-width: 767px) {
  div.main {
    padding: 100px 30px 30px 30px;
  }
}

section {
  height: 70vh;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 767px) {
  section {
    height: 60vh;
  }
}

section .wrapper {
  width: 100%;
  text-align: center;
  color: white;
}

section .wrapper p {
  font-family: 'PT Sans', sans-serif;
}

@media (min-width: 768px) {
  section .wrapper p {
    font-size: 20px;
  }
}

section.topContent {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

section.home {
  position: relative;
  background-image: url(../img/corporativo_colchaguina.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover;
}

@media (max-width: 767px) {
  section.home {
    background-position: 100%;
  }
}

@media (max-width: 767px) {
  section.home img.ribbon {
    width: 90%;
  }
}

@media (min-width: 1360px) {
  section.home img.ribbon {
    width: 60%;
  }
}

section.beef {
  background-image: url(https://s3.amazonaws.com/web-colchaguina-img/home/carnes_colchaguina.jpg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover;
}

@media (max-width: 767px) {
  section.beef {
    background-position: 80% 50%;
  }
}

section.beef h1 {
  color: #F8E71C;
}

section.beef p {
  text-shadow: 1px 1px #101010;
}

section.offers {
  background-image: url(https://s3.amazonaws.com/web-colchaguina-img/ofertas/ofertas_interior.jpg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover;
}

@media (max-width: 767px) {
  section.offers {
    background-position: 60% 50%;
  }
}

section.vegetables {
  background-image: url(https://s3.amazonaws.com/web-colchaguina-img/home/verduras_home.jpg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover;
}

@media (max-width: 767px) {
  section.vegetables {
    background-position: 100%;
  }
}

section.vegetables h1 {
  color: #F8E71C;
}

section.vegetables h1, section.vegetables h2 {
  text-shadow: 1px 1px 4px #101010;
}

section.vegetables p {
  text-shadow: 1px 1px #101010;
}

section.bread {
  background-image: url(../img/panaderia_home.jpg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover;
}

@media (max-width: 767px) {
  section.bread {
    background-position: 50%;
  }
}

section.bread h1 {
  color: #F8E71C;
}

section.bread h1, section.bread h2 {
  text-shadow: 1px 1px 4px #101010;
}

section.bread p {
  text-shadow: 1px 1px #101010;
}

section.history {
  background-image: url(../img/historia_interior.jpg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover;
}

@media (max-width: 767px) {
  section.history {
    background-position: 67% 70%;
  }
}

section.service {
  background-image: url(https://s3.amazonaws.com/web-colchaguina-img/servicios/servicios_interior-01.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover;
}

@media (max-width: 767px) {
  section.service {
    background-position: 67% 70%;
  }
}

section.workWithUs {
  background-color: coral;
}

section.pastryShop {
  background-image: url(https://s3.amazonaws.com/web-colchaguina-img/pasteleria/pasteleria_top.jpg);
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
}

section.bakery {
  background-image: url(https://s3.amazonaws.com/web-colchaguina-img/panaderia/top_panaderia.jpg);
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
}

section.butcherShop {
  background-image: url(https://s3.amazonaws.com/web-colchaguina-img/carnes/carniceria_interior.jpg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover;
}

section.greening {
  background-image: url(https://s3.amazonaws.com/web-colchaguina-img/verdureria/top_verdureria.jpg);
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
}

section.delicatessen {
  background-image: url(https://s3.amazonaws.com/web-colchaguina-img/rotiseria/rotiseria_top.jpg);
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
}

section.full {
  margin-left: -30px;
  margin-right: -30px;
  border-radius: 0;
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  section.full {
    margin-left: -60px;
    margin-right: -60px;
  }
}

section.gradient:before {
  content: '';
  display: inline-block;
  position: absolute;
  height: 100px;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000a3));
  background-image: linear-gradient(transparent, #000000a3);
}

section .wrapper h1 {
  font-family: 'Bree Serif', serif;
  font-size: 100px;
  line-height: 100px;
  text-shadow: 0 0 50px #0000008a;
}

@media (max-width: 767px) {
  section .wrapper h1 {
    font-size: 54px;
    line-height: 60px;
  }
}

section .wrapper h2 {
  font-family: 'Bree Serif', serif;
  font-size: 40px;
  text-shadow: 0 0 50px #000000a1;
}

@media (max-width: 767px) {
  section .wrapper h2 {
    font-size: 27px !important;
  }
}

section.last {
  margin-bottom: 20px;
}

.productsGrid {
  background-color: inherit;
}

.productsGrid .flexRow {
  background-color: inherit;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.productsGrid .flexRow .flexCol {
  height: 300px;
  background-blend-mode: multiply;
  background-color: inherit;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
}

@media (min-width: 1360px) {
  .productsGrid .flexRow .flexCol {
    width: 25%;
  }
}

@media (min-width: 1023px) and (max-width: 1360px) {
  .productsGrid .flexRow .flexCol {
    width: 33.3%;
  }
}

@media (min-width: 767px) and (max-width: 1023px) {
  .productsGrid .flexRow .flexCol {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .productsGrid .flexRow .flexCol {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 30px;
  }
}

.productsGrid .flexRow .flexCol span.caption {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  font-family: 'PT Sans', sans-serif;
  font-size: 25px;
  color: #505050;
}

.productsGrid.autoHeight .flexCol {
  height: auto;
}

@media (min-width: 1360px) {
  .productsGrid.fiveColumns .flexCol {
    width: 20%;
  }
}

.serviceGrid {
  background-color: inherit;
}

.serviceGrid .flexRow {
  background-color: inherit;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.serviceGrid .flexRow .flexCol {
  height: auto;
  background-blend-mode: multiply;
  background-color: inherit;
  background-position: 50%;
  background-repeat: no-repeat;
}

@media (min-width: 1360px) {
  .serviceGrid .flexRow .flexCol {
    width: 20%;
  }
}

@media (min-width: 1023px) and (max-width: 1360px) {
  .serviceGrid .flexRow .flexCol {
    width: 33.3%;
  }
}

@media (min-width: 767px) and (max-width: 1023px) {
  .serviceGrid .flexRow .flexCol {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .serviceGrid .flexRow .flexCol {
    width: 100%;
  }
}

.serviceGrid .flexRow .flexCol img {
  width: 50%;
}

.siema {
  padding: 10px 0px;
  margin-left: -10px;
}

.weekendOffers {
  height: 510px;
  padding: 20px 0;
}

.weekendOffers .slide {
  background-color: white;
  height: 340px;
  border-radius: 8px;
  text-align: center;
  -webkit-box-shadow: 0 0 10px #adadad;
          box-shadow: 0 0 10px #adadad;
  margin: 0 10px;
  padding: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .weekendOffers .slide {
    width: calc(100% - 15px);
  }
}

.weekendOffers .slide .offerName {
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  color: #515151;
}

.weekendOffers .slide .price {
  font-family: 'dfdChasquilla';
  font-weight: normal;
  font-style: normal;
  font-size: 60px;
  margin: 0;
  color: red;
}

.weekendOffers .slide .price::first-letter {
  color: #9E9E9E;
  margin-right: 5px;
  font-size: 40px;
}

.weekendOffers .slide:hover a.viewDetails {
  display: block;
}

.link {
  font-family: "Bree Serif", serif;
  font-size: 20px;
  color: #515151;
  text-decoration: none;
}

a.button {
  position: relative;
  background-color: white;
  padding: 15px 50px;
  font-family: "Bree Serif", serif;
  color: #515151;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: padding 0.5s, -webkit-box-shadow 0.5s;
  transition: padding 0.5s, -webkit-box-shadow 0.5s;
  transition: padding 0.5s, box-shadow 0.5s;
  transition: padding 0.5s, box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

a.button:hover, a.button:active {
  padding: 15px 60px;
  -webkit-box-shadow: 2px 3px 17px #313131;
          box-shadow: 2px 3px 17px #313131;
}

.flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (max-width: 767px) {
  .flexRow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.flexRow .flexCol {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  outline: 1px solid red;
}

.flexRow .flexCol:last-child {
  margin-right: 0;
}

.flexRow.twoCols .flexCol {
  width: 50%;
}

@media (max-width: 767px) {
  .flexRow.twoCols .flexCol {
    width: 100%;
  }
}

.flexRow.twoCols .flexCol:first-child {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .flexRow.twoCols .flexCol:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.flexRow.twoCols .flexCol:last-child {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .flexRow.twoCols .flexCol:last-child {
    margin-left: 0;
  }
}

.flexRow.threeCols .flexCol {
  width: 33.3%;
}

@media (max-width: 767px) {
  .flexRow.threeCols .flexCol {
    width: 100%;
  }
}

.flexRow.threeCols p {
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  padding: 20px;
}

.flexRow.threeCols img.responsive {
  padding: 20px;
}

.flexRow.threeCols ul {
  background-color: #ffffff;
  border-radius: 10px;
  margin: 20px;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.flexRow.threeCols ul li {
  padding: 5px 0;
}

.offer {
  height: 65%;
  width: 80%;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.thumbsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.thumbsContainer .thumb {
  background-color: white;
  width: calc(25% - 10px);
  padding: 20px;
  border: 1px solid gainsboro;
  text-align: center;
  border-radius: 20px;
  margin: 5px;
  position: relative;
}

@media (max-width: 767px) {
  .thumbsContainer .thumb {
    width: calc(100%) !important;
  }
}

.thumbsContainer .thumb .offer {
  height: 150px;
  width: 80%;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.thumbsContainer .thumb .price {
  font-family: 'dfdChasquilla';
  font-weight: normal;
  font-style: normal;
  font-size: 60px;
  margin: 0;
  color: red;
  min-height: 60px;
}

.thumbsContainer .thumb .price::first-letter {
  font-size: 40px;
  color: #9E9E9E;
  margin-right: 5px;
}

.thumbsContainer .thumb .offerName {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #515151;
}

.thumbsContainer .thumb:hover a.viewDetails {
  display: block;
}

.thumbsContainer .thumb.catalog {
  border: none;
  background-color: transparent;
}

.thumbsContainer .thumb.catalog .offer {
  height: 240px;
  background-color: whitesmoke;
  background-blend-mode: multiply;
}

.thumbsContainer .thumb.catalog .price {
  min-height: auto;
}

.thumbsContainer .wrapperNameAndInfo {
  min-height: 100px;
}

.thumbsContainer p.info {
  font-family: 'Roboto', sans-serif;
  color: #7d7d7d;
  font-style: italic;
  padding-top: 6px;
}

.thumbsContainer p.distributor {
  border-radius: 13px;
  background-color: #d5efff;
  color: #0075bf;
  margin: 10px 0;
  padding: 10px;
  font-size: 20px;
  min-height: 76px;
}

.thumbsContainer p.distributor .title {
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  min-height: 100px;
}

.thumbsContainer p.distributor .title.totalHeight {
  line-height: 56px;
}

.thumbsContainer p.distributor .totalObs {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-size: 16px;
  display: block;
  margin-top: 5px;
}

.thumbsContainer p.retailer {
  font-family: 'PT Sans', sans-serif;
  color: #515151;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .thumb {
    /*width: 50% !important;*/
    width: calc(50% - 10px) !important;
  }
  .thumb .offer {
    width: 100%;
  }
}

.bannerSuscribe {
  background-color: #F50000;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
}

.bannerSuscribe img {
  max-width: 70%;
}

footer {
  position: relative;
  background-color: whitesmoke;
}

footer img {
  width: 100%;
  margin-bottom: -4px;
}

@media (max-width: 767px) {
  footer {
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  footer img.footerImg {
    height: 200px;
    width: auto;
    -webkit-transform: translateX(-400px);
            transform: translateX(-400px);
  }
}

footer .rrss {
  position: absolute;
  top: 40px;
  left: 65px;
  z-index: 1;
}

footer .rrss a {
  display: block;
  margin-bottom: 10px;
}

footer .rrss a img {
  width: 40px;
}

@media (max-width: 767px) {
  footer .rrss {
    position: absolute;
    top: 40px;
    left: 30px;
  }
}

footer .footerBlock {
  background-color: #636363;
  text-align: center;
  padding: 20px;
  color: white;
}

footer .footerBlock ul {
  list-style: none;
  padding-left: 0;
}

@media (max-width: 767px) {
  footer .footerBlock ul {
    padding-left: 0;
  }
}

footer .footerBlock ul li {
  display: inline-block;
  padding: 0 10px;
}

@media (max-width: 767px) {
  footer .footerBlock ul li {
    display: block;
    line-height: 40px;
  }
}

footer .footerBlock ul li a {
  color: inherit;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  text-decoration: none;
}

footer .footerBlock ul li a:hover {
  text-decoration: underline;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgb30 {
  margin-bottom: 30px;
}

.mgb40 {
  margin-bottom: 40px;
}

.responsive {
  width: 100%;
}

hr.sep {
  margin-bottom: 60px;
  margin-top: 30px;
  border: none;
  border-bottom: 1px solid #e8d8b7;
}

@media (max-width: 767px) {
  .hiddenXs {
    display: none;
  }
}

.visibleXs {
  display: none;
}

@media (max-width: 767px) {
  .visibleXs {
    display: block;
  }
}

.siemaDots {
  text-align: center;
}

.siemaDots .dots {
  display: inline-block;
  height: 15px;
  width: 15px;
  background-color: #D8D8D8;
  border-radius: 100%;
  margin: 0 5px;
}

.siemaDots .dots.active {
  background-color: #B3B3B3;
}

.videoContainer {
  height: 440px;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .videoContainer {
    width: 100%;
    height: 202px;
  }
}

.facebookContainer {
  height: 440px;
  width: 50%;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .facebookContainer {
    width: 100%;
    height: 202px;
  }
}

.redBlock {
  background-color: red;
  color: white;
  text-align: center;
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  padding: 20px;
}

.interiorParagraph {
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  padding-bottom: 4opx;
}

.interiorParagraph span.red {
  color: red;
}

.interiorParagraph.twoColumns {
  -webkit-columns: 2;
          columns: 2;
}

@media (max-width: 767px) {
  .interiorParagraph.twoColumns {
    -webkit-columns: 1;
            columns: 1;
  }
}

@media (min-width: 1360px) {
  .interiorParagraph {
    padding: 20px 20%;
  }
}

.interiorParagraph.header {
  margin-left: -60px;
  width: calc(100% + 120px);
  padding: 50px;
  color: #ffffff;
  background: url(https://s3.amazonaws.com/web-colchaguina-img/generales/madera-01.svg);
  background-color: #055588;
  background-repeat: repeat;
  background-position: center;
  background-size: 18%;
}

@media (max-width: 767px) {
  .interiorParagraph.header {
    margin-left: -30px;
    width: calc(100% + 60px);
    padding: 30px;
    background-size: 50%;
  }
}

.interiorParagraph.header span.title {
  font-family: 'Bree Serif', serif;
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
  color: #f7e78d;
}

.interiorParagraph.header a {
  color: inherit;
}

.interiorParagraph.special {
  font-family: 'Bree Serif', serif;
  color: #c1272c;
  font-size: 27px;
}

.imgCard {
  /*background-color: #e8d8b8;*/
  height: 100%;
  margin: 0 20px 30px 20px;
  border-radius: 8px;
  padding-bottom: 30px;
}

.imgCard.auto {
  max-height: none;
}

.imgCard.transparent {
  background-color: transparent !important;
}

.redTitle {
  font-family: 'Bree Serif', serif;
  font-size: 40px;
  color: red;
  line-height: 90px;
}

@media (max-width: 767px) {
  .redTitle {
    line-height: 35px;
    font-size: 21px;
  }
}

.tags {
  position: absolute;
  right: 25px;
  top: 90px;
}

.tags img {
  width: 85px;
}

@media (max-width: 767px) {
  .tags img {
    width: 70px;
  }
}

.extraTagsIzq {
  position: absolute;
  left: 25px;
  top: 20px;
}

.extraTagsIzq img {
  width: 85px;
}

@media (max-width: 767px) {
  .extraTagsIzq img {
    width: 70px;
  }
}

.extraTagsDer {
  position: absolute;
  right: 25px;
  top: 20px;
}

.extraTagsDer img {
  width: 85px;
}

@media (max-width: 767px) {
  .extraTagsDer img {
    width: 70px;
  }
}

.popupProduct {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(111, 111, 111, 0.8);
  z-index: 3;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popupProduct .box {
  height: 410px;
  width: 700px;
  padding: 30px;
  background-color: white;
  -webkit-box-shadow: 0 0 10px #7777779e;
          box-shadow: 0 0 10px #7777779e;
  position: relative;
}

.popupProduct .box a.close {
  font-size: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.viewDetails {
  display: none;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
}

.wellcomeText {
  width: 440px;
}

.withoutOffers {
  font-family: 'Bree Serif', serif;
  color: #ed3323;
  font-size: 60px;
  margin-bottom: 50px;
  text-align: center;
}

.swiper-container {
  width: calc(100% + 120px);
  margin-left: -60px;
  height: 590px;
  z-index: 0;
}

@media (max-width: 767px) {
  .swiper-container {
    height: 540px;
    margin-left: -30px;
    width: calc(100% + 60px);
  }
}

.swiper-container .swiper-slide {
  background-size: cover;
}

.swiper-container .swiper-slide a {
  height: 100%;
  width: 100%;
}

.sectionDetailsWrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #cac8c8;
  padding-bottom: 50px;
}

.sectionDetailsWrapper .sectionDetails {
  margin-top: 40px;
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  color: #515151;
  width: 60%;
}

@media (max-width: 767px) {
  .sectionDetailsWrapper .sectionDetails {
    width: 100%;
  }
}

.sectionDetailsWrapper .sectionDetails img.cover {
  width: 100%;
  border-radius: 10px;
}

a.whatsapp img {
  vertical-align: middle;
  height: 45px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .lightwidget-widget {
    display: none;
  }
}

@media (max-width: 767px) {
  .mobileCenter {
    text-align: center !important;
  }
}

p.addresses {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  padding-bottom: 20px;
  color: #b9b9b9;
}

p.addresses a {
  color: inherit;
}

.alma {
  padding-top: 50px;
}

.alma .almaHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.alma .almaHeader img {
  margin-right: 20px;
}

.alma .almaHeader p {
  font-family: 'PT Sans', sans-serif;
  line-height: 44px;
  font-size: 33px;
  color: #7d5834;
}

@media (max-width: 767px) {
  .alma .almaHeader p {
    padding-top: 20px;
    line-height: 34px;
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  .alma .almaHeader p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .alma .almaHeader p {
    width: 100%;
  }
}

.alma .almaBajada {
  font-family: 'PT Sans', sans-serif;
  font-size: 24.97px;
  color: #946f4a;
}

@media (max-width: 767px) {
  .alma .almaBajada {
    font-size: 20px;
  }
}

.alma .almaCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.31);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.31);
  border-radius: 10px;
  font-family: 'PT Sans', sans-serif;
  font-size: 14.97px;
  color: #757473;
}

.alma .almaCard .almaCol:nth-child(1) {
  width: 45%;
  padding: 20px;
  font-size: 17px;
}

@media (max-width: 767px) {
  .alma .almaCard .almaCol:nth-child(1) {
    width: 100%;
    font-size: 17px;
  }
}

.alma .almaCard .almaCol:nth-child(2) {
  width: 55%;
}

@media (max-width: 767px) {
  .alma .almaCard .almaCol:nth-child(2) {
    width: 100%;
  }
}

.alma .almaCard h3 {
  color: #795548;
  font-family: "Bree Serif", serif;
  font-size: 26px;
  margin-bottom: 10px;
}

.alma .margenInferior {
  margin-bottom: 15px;
  height: 70px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .alma .margenInferior {
    width: 100%;
  }
}

img.first {
  width: 40%;
  padding: 10px 10px 10px 0;
}

@media (max-width: 767px) {
  img.first {
    padding: 10px;
    width: calc(45% - 5px);
  }
}

img.second {
  width: calc(45% - 20px);
  padding: 10px 10px 10px 0;
}

@media (max-width: 767px) {
  img.second {
    width: calc(55% - 5px);
  }
}

.info {
  color: #86623f;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nowrap {
  white-space: nowrap;
}

.bannerCard {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bannerCard img {
  width: 95%;
}

@media (max-width: 767px) {
  .bannerCard.desktop {
    display: none;
  }
}

.bannerCard.mobile {
  display: none;
}

@media (max-width: 767px) {
  .bannerCard.mobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.bannerSuscribe {
  background-color: #0075bf;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
}

.bannerSuscribe img {
  max-width: 70%;
}

.bannerTop {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  background-color: orangered;
  padding: 20px;
  position: fixed;
  top: 0;
  height: 70px;
  width: 100%;
  text-align: center;
  -webkit-animation: mymove 5s infinite;
          animation: mymove 5s infinite;
}

@media (max-width: 767px) {
  .bannerTop {
    height: 100px;
  }
}

@-webkit-keyframes mymove {
  50% {
    background-color: orange;
  }
}

@keyframes mymove {
  50% {
    background-color: orange;
  }
}

div.main {
  padding: 220px 60px 60px 60px;
}

@media (max-width: 767px) {
  div.main {
    padding: 200px 30px 0px 30px;
  }
}

header {
  top: 70px;
}

@media (max-width: 767px) {
  header {
    top: 100px;
  }
}
/*# sourceMappingURL=styles.css.map */