body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #211408 !important;
}

.web_content div[id^="section"] {
    display: table;
    width: 100%;
    height: 100vh;
    min-height: 500px;
    background-color: transparent;
}
.no_cell {
  display: block !important;
}
.section-table-cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.section-table-cell-inline {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
@media (min-width: 576px) {
  .no_cell {
    display: table !important;
  }
  .section-table-cell-inline {
      display: table-cell;
      width: 100%;
      vertical-align: middle;
  }
}

.menu_container
{
  position: fixed;
  top: 20px;
  left: 25px;
  z-index: 1000;
  color: #707070;
}
.bs-canvas-overlay {
  opacity: 0;
  z-index: 1100;
}
.bs-canvas {
  top: 0%;
  width: 90%;
  max-width: 330px;
  height: 100% !important;
  z-index: 1110;
  overflow-x: hidden;
  overflow-y: auto;
  transition: margin .4s ease-out;
  -webkit-transition: margin .4s ease-out;
  -moz-transition: margin .4s ease-out;
  -ms-transition: margin .4s ease-out;
  background-image: url("../images/bg-menu.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.bs-canvas li {
  line-height: 20px;
  margin: 10px 0px;
}
.bs-canvas li a {
  text-decoration: none;
}
.bs-canvas li ul li{
  line-height: 22px;
  margin: 5px 0px 0px 0px;
}
.bs-canvas-left {
  left: 0;
  margin-left: -330px;
}
.btn_close_offcanvas {
  position: absolute;
  color: #583a16!important;
  background: #d2b17a;
  right: 0;
  top: 0px;
  padding: 5px 15px;
}
.lang_select_container
{
  position: fixed;
  top: 0px;
  right: 7%;
  z-index: 1000;
  color: #707070;
}
.cart_container{
  position: fixed;
  top: 3px;
  right: 30px;
  z-index: 10000;
}
.cart_container button {
  cursor: pointer;
}
.cart_container button:focus {
  background: transparent;
  outline: none;
}
.cart_container i {
  color: #fff;
}
.cart_container .fa-shopping-cart {
  font-size: 1.35em;
}
.cart_container:hover i {
  color: #573914;
}
.dropbtn {
  border: none;
  background-color: transparent;
  padding: 5px 15px;
}
.dropdown {
  position: relative;
  display: inline-block;
  font-family: 'agave-regular';
  font-size: 1em !important;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f3e2cd;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #573914;
  color: #fff;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropbtn {
  background-color: rgba(#878787, 0.17);
}
.ico_flags {
  max-height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  border: solid 2px #fff;
  border-radius: 30px;
}

.bullet_container
{
  position: fixed;
  top: 50%;
  right: 20px;
  margin-top: -80px;
  z-index: 100;
  text-align: center;
}
.bullet_container i {
  color: #f3e2cd;
}
.bullet_container i:hover, .bullet_container .active i {
  color: #815321;
  font-size: 1.35em;
  margin-top: 2px;
  margin-bottom: -2px;
}
.menu_content_container {
  font-family: 'agave-regular';
}
.menu_content_container a:hover, .menu_content_container .active {
  color: #b29d6d;
  font-weight: bold;
}

#disclaimerModal .modal-dialog {
  margin: auto;
  max-width: 70%;
}
#disclaimerModal .modal-body, #exitModal .modal-body {
  background-image: url("../images/bg-agaves.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
#disclaimerModal .modal-body, #exitModal .modal-body {
  background-color: #f0ece3;
  border: solid 6px #fb9c40;
  border-radius: 15px;
}
#disclaimerModal .modal-content, #exitModal .modal-content {
  border-radius: 35px;
}

#cookieModal .modal-dialog {
  margin-top: 0rem;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100% !important;
  margin: 0;
}
#cookieModal .modal-body {
  background-color: #f0ece3;
  border-top: solid 6px #fb9c40;
  border-right: solid 6px #fb9c40;
  border-left: solid 6px #fb9c40;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
#cookieModal .modal-content {
  border-radius: 35px;
}

#exitModal .modal-dialog {
  margin: auto;
  max-width: 80%;
}
@media (min-width: 576px) {
  #exitModal .modal-dialog {
    max-width: 50%;
  }
}
#modalInfo .modal-dialog {
  margin: auto;
  max-width: 85%;
}
@media (min-width: 576px) {
  #modalInfo .modal-dialog {
    max-width: 65%;
  }
}
#modalInfo .modal-body, #modalCart .modal-body {
  background-image: url("../images/bg-productos.png");
  background-repeat: repeat-x;
  background-position: bottom center;
}
#modalCart .modal-header {
  padding: 12px 17px 0px 20px !important;
}
#modalInfo .modal-body {
  border-radius: 0px;
}
#modalInfo .modal-content {
  border-radius: 0px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.logo_disclaimer {
  max-width: 200px;
  max-height: 180px;
}
.logo_home {
  max-width: 85%;
  max-height: 60vh;
}
@media (min-width: 576px) {
  .logo_home {
    max-width: 430px;
    max-height: 60vh;
  }
}
.logo_contacto{
  max-width: 200px;
}

h1 {
	font-family: 'agave-regular';
  font-size: 1.85em !important;
}
h1 big {
	font-family: 'agave-bold';
  font-size: 1.65em !important;
}
h1 strong {
  font-family: 'agave-bold';
  font-size: 1.15em !important;
}
h2 {
  font-size: 1.18em !important;
}
h1.normal_font {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 2.5em !important;
  font-weight: 700;
}
h1 span {
  display: block;
  font-family: 'agave-regular', sans-serif !important;
  font-size: .5em !important;
  font-weight: 500;
  margin-bottom: -55px;
}
h2.normal_font {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 2.6em !important;
  font-weight: 700;
}
h2 big {
  font-size: 1.35em !important;
  font-weight: bold;
}
@media (min-width: 576px) {
  h2 big {
    font-size: 1.65em !important;
  }
}
h3 {
  font-size: 1.75em !important;
  font-weight: bold;
}
.txt_content_productos h1 {
  font-family: 'agave-regular';
  font-size: 1.65em !important;
  /* font-weight: bold; */
}
.txt_content_productos h2 {
  font-family: 'agave-regular';
  font-size: 1.35em !important;
  font-weight: bold;
}
.txt_content_productos h3 {
  font-size: 1em !important;
  font-weight: bold;
}
.txt_price_modal {
  font-size: 2em;
  font-weight: bold;
}
p {
  line-height: 1.15em;
}
p big {
  font-size: 1.35em !important;
  line-height: 1.2em;
}
.datos_contacto p {
 font-size: 1.25em;
}
@media (min-width: 576px) {
  .datos_contacto p {
   font-size: 1.45em;
  }
}
.titlte_h1_tienda {
  margin-bottom: -10px;
  margin-left: 13px;
  font-size: 1.6em !important;
}
@media (min-width: 576px) {
  h1.normal_font {
    font-size: 2.8em !important;
  }
}

.txt_cafe1 {
  color: #b29d6d !important;
}
.txt_cafe2 {
  color: #583a16 !important;
}
.text-white {
  color: #fff !important;
}
.text_scroll a:hover {
  color: #915e2f;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.division_c1 {
   font-family: sans-serif;
   margin: -10px auto;
   text-align: center;
   font-size: 20px;
   max-width: 80%;
   position: relative;
 }
.division_c1:before {
 content: "";
 display: block;
 width: 45%;
 height: 2px;
 background: #de8d3d;
 left: 0;
 top: 50%;
 position: absolute;
}
.division_c1:after {
 content: "";
 display: block;
 width: 45%;
 height: 2px;
 background: #de8d3d;
 right: 0;
 top: 50%;
 position: absolute;
}
.division_c2 {
   font-family: sans-serif;
   margin: -10px auto;
   text-align: center;
   font-size: 20px;
   max-width: 80%;
   position: relative;
 }
.division_c2:before {
 content: "";
 display: block;
 width: 45%;
 height: 2px;
 background: #583a16;
 left: 0;
 top: 50%;
 position: absolute;
}
.division_c2:after {
 content: "";
 display: block;
 width: 45%;
 height: 2px;
 background: #583a16;
 right: 0;
 top: 50%;
 position: absolute;
}

.btn_1 {
  display: block;
  border: 0;
  background-color: #e9e0d1;
  margin: auto;
  font-size: 1.15em;
  font-family: 'agave-bold';
  cursor: pointer;
}
.btn_2_center {
  display: block;
  border: 0;
  background-color: #fb9c40;
  margin: auto;
  font-size: 1.15em;
  font-family: 'agave-bold';
  cursor: pointer;
}
.btn_2_right {
  display: block;
  border: 0;
  background-color: #fb9c40;
  margin-left: auto;
  font-size: 1.15em;
  font-family: 'agave-bold';
  cursor: pointer;
}
.btn_3 {
  display: block;
  border: 0;
  background-color: #583a16;
  color: #fff;
  margin: auto;
  font-size: 1.15em;
  font-family: 'agave-bold';
  cursor: pointer;
}
.btn_4 {
  border: solid 2px #313131;
  background-color: transparent;
  color: #313131;
  cursor: pointer;
}
.btn_4:hover {
  border: solid 2px #313131;
  background-color: #313131;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.btn_5 {
  border: solid 1px #ffffff;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}
.btn_5:hover {
  border: solid 1px #ffffff;
  background-color: #fff;
  color: #000;
}
.btn_6 {
  background-color: transparent;
  color: #000;
  cursor: pointer;
  font-family: 'agave-regular';
  font-size: 1.2em !important;
}
button[class^="btn_"]:focus, .dropbtn:focus {
  outline: none;
}
.pagination_gallery {
  background-color: transparent;
  border: none;
}

.nav-tabs {
    border: 0;
}
.nav-tabs li a {
  padding: 6px 15px 2px 15px;
  border: solid 2px #1b1b1b;
}
.nav-tabs li a, .nav-tabs li a:hover, .nav-tabs li a:active, .nav-tabs li a:visited {
  text-decoration: none;
}
.nav-tabs li a:hover{
  color: #b29d6d;
}
.nav-tabs li a.show {
  color: #b29d6d;
  border: solid 2px #b29d6d;
}
.nav-tabs li a.show {
  border-bottom: solid 2px #1b1b1b;
}
.tab-content {
  border-top: solid 2px #b29d6d;
}

.fondo_black{
  background-color:#1b1b1b;
}

.img_agave {
  max-width: 15px;
}
.img_centered {
  margin-left: auto !important;
  margin-right: auto !important;
}
.img_formas_pago {
  max-width: 80%;
}
@media (min-width: 576px) {
  .img_formas_pago {
    max-width: 40%;
  }
}

.inputs {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  border-bottom: solid 2px #b29d6d;
}
.inputs_multiline {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  border-bottom: solid 2px #b29d6d;
  resize: none;
}

h3.content-title {
    color: #1a1a1a;
    text-align: center;
    font-size: .9em !important;
    margin-bottom: 10px;
  	font-family: 'agave-bold' !important;
}
.img_overlay {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}
.img_overlay .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: calc(100% - 10px);
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s
}
.img_overlay:hover .content-overlay {
    opacity: 1
}
.content-image {
    width: 100%
}
.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}
.img_overlay:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1
}
.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase
}
.content-details p {
    color: #fff;
    font-size: 0.8em
}
.fadeIn-bottom {
    top: 80%
}

.img_pruduct1 {
  border-bottom: solid 10px #843d6d;
}
.img_pruduct2 {
  border-bottom: solid 10px #008a80;
}
.img_pruduct3 {
  border-bottom: solid 10px #685c96;
}
.img_pruduct4 {
  border-bottom: solid 10px #f78320;
}
.img_pruduct5 {
  border-bottom: solid 10px #0093b5;
}
.img_product_big {
  max-height: 75vh;
}
.txt_product1 {
  color: #843d6d;
}
.btn_product1 {
  border: solid 3px #843d6d;
}
.btn_product1:hover {
  border: solid 3px #843d6d;
  background-color: #843d6d;
  color: #fff;
}
.txt_product2 {
  color: #008a80;
}
.btn_product2 {
  border: solid 3px #008a80;
}
.btn_product2:hover {
  border: solid 3px #008a80;
  background-color: #008a80;
  color: #fff;
}
.txt_product3 {
  color: #685c96;
}
.btn_product3 {
  border: solid 3px #685c96;
}
.btn_product3:hover {
  border: solid 3px #685c96;
  background-color: #685c96;
  color: #fff;
}
.txt_product4 {
  color: #f78320;
}
.btn_product4 {
  border: solid 3px #f78320;
}
.btn_product4:hover {
  border: solid 3px #f78320;
  background-color: #f78320;
  color: #fff;
}
.txt_product5 {
  color: #0093b5;
}
.btn_product5 {
  border: solid 3px #0093b5;
}
.btn_product5:hover {
  border: solid 3px #0093b5;
  background-color: #0093b5;
  color: #fff;
}
.btn_close_modal {
  position: absolute;
  right: 20px;
  top: 10px;
}
#prev2, #next2 {
  color: #583a16;
  cursor: pointer;
}

.modal-header {
  border-bottom: none;
}
.modal-header .close {
    outline: none;
}
::-moz-selection {
  color: #fff;
  background: rgba(88, 56, 21, 0.70);
}
::selection {
  color: #fff;
  background: rgba(88, 56, 21, 0.70);
}

img::-moz-selection {
  color: #fff;
  background: rgba(255, 255, 255, 0.25);
}
img::selection {
  color: #fff;
  background: rgba(255, 255, 255, 0.25);
}
i:hover, i:active, i:visited, i:focus {
 color: #b29d6d;
}
.center-block {
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

* {
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
}

.plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover, .plyr__play-large {
    background: #583a16 !important;
}
.plyr__progress--played, .plyr__volume--display {
    z-index: 1;
    color: #583a16 !important;
}
.plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
    background: #b29d6d !important;
}

.container-fluid-videos {
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row_header_cart_table {
  display: table-row;
  padding: 5px;
  background-color: #e4e4e4;
}
.row_header_cart_table div[class^="col"] {
  display: table-cell;
  vertical-align: middle;
  border: solid #d2d2d2 2px;
}
.row_cart_table {
  padding: 10px;
  display: table-row;
}
.row_cart_table div[class^="col"] {
  border: solid #e4e4e4 2px;
  display: table-cell;
  vertical-align: middle;
}
.img_cart {
  max-width: 75px;
}
.cart_qty{
  max-width: 80px;
}
.cart_total{
  font-size: 2em;
  font-weight: bold;
}
/* @media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
} */
