@charset "utf-8";
/* CSS Document */


/* FONTS */
/* font-family: 'Playfair Display', serif; */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,400;1,500;1,700&display=swap');

/* font-family: 'Cinzel', serif; */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600&display=swap');

/* Colors */
/* Gold #B5A265 / 188,162,101 */


body{
  
}

p{
  text-align: justify;
  font-family: 'Playfair Display', serif;
  font-size: 1.1em;
}

.img-100{
  width: 100%;
  height: auto;
}


.separador{
  width: 80%;
  max-width: 600px;
  height: auto;
  padding: 30px 0px;
  margin: 0 auto;
  display: table;
  
}
/* ------ SMOOTH SCROLLING ------ */
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

/* ----- Arriba -----*/
.ir-arriba {
	padding:10px;
	display:inline-block;
	background: rgba(188,162,101,0.7);
	color:#fff;
	position: fixed;
	font-size:20px;
	bottom:20px;
	right:20px;
	display:none;
	cursor:pointer;
	 border-radius: 50%;
	z-index:9999;
}

.img-banner{
  width: 100%;
  height: auto;
}

/* ------ INDEX ------*/

.login-background{
  background: url(../../imagenes/login-background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
}

.center-block {
	position: absolute;
  	margin: auto;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
   	padding: 20px !important;
}

.login{
	background-color:rgba(0,0,0,0.8);
	padding: 30px !important;
	border: thin solid #B5A265;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
	top: 50%;
}

.login p{
	color: #FFFFFF;
  text-align: center;
  font-weight: 400;
}

.login .edad{
  font-size: 1.6em;
  font-weight: 700;
}

.login .logo-index{
	width: 250px;
	height: auto;
	padding: 20px;
	margin: 0 auto;
	display: block;
}




.login a{
  color: #FFFFFF;
  text-align: center;
  font-family: 'Cinzel', serif; 
  font-size: 1.8em;
  padding: 0px 20px;
}

.login a:hover{
  color: #B5A265;

}

.login .ornament-login{
  width: 80px;
  padding: 30px 0px;
  margin: 0 auto;
  display: block;
}



/* ----- Navbar ----- */
.menu{
  background-color: #FFFFFF !important;
  width: 100%;
  height: auto;
  display: block;
  z-index: 999999 !important;
  
}
.navbar{
  background-color: #FFFFFF !important;
  
}

.brand{
  width: 145px;
  height: auto;
  margin-bottom: 10px;
}

.navbar-nav{
  font-family: 'Cinzel', serif; 
}


.navbar-nav a{
  color: #6C6D6F !important;
  font-weight: 300 !important;
}

.navbar-nav a:hover{
  color: #B5A265 !important;
	border-bottom: 2px solid #B5A265;
	position: relative;
	top:-4px;
}

.navbar-toggler{
  border: 2px solid #B5A265 !important;
}

/* ----- Bienvenido ----- */
.bienvenido{
  padding: 0px;
}

.bienvenido h1{
  font-family: 'Cinzel', serif;
  font-size: 2.3em;
  text-align: center
}

.bienvenido p{
  text-align: center;
}

.bienvenido .circulo-viejito{
  width: 300px;
  height: auto;
  position: relative;
  top: -100px;
  float: right;
}

.bienvenido .logo-1937-inicio{
  width: 100%;
  height: auto;
  
}
/* ----- Excelencia ----- */
.excelencia{
  padding: 80px 0px 0px;
  background-color: #000000;
  color: #FFFFFF;
}

.excelencia h2{
  font-family: 'Cinzel', serif;
  font-size: 2.3em;
  text-align: center;
}
.excelencia p{
  text-align: center;
}

.excelencia .ornament-excelencia{
  padding: 5px 10px;
  width: 70px;
}

.certificados{
  width: 70%;
  padding: 50px 0px;
  margin: 0 auto;
  display: block;
}



/* ----- Historia ----- */
.historia{
  padding: 80px 0px;
  background: url("../../imagenes/viejito-background.jpg") no-repeat center right;
  height: 100%;
  width: auto;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
 
}

.historia h2{
  font-family: 'Cinzel', serif;
  font-size: 2.3em;
  text-align: center;
}

.historia p{
  text-align: center;
}


.historia .ornament-historia{
  width: 180px;
  padding: 30px 0px;
  margin: 0 auto;
  display: block;
  
}

.historia .btn-historia{
  font-size: .875em;
  padding: 15px 20px;
  border: 1px solid #000000;
  color: #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto;
  display: table;
  margin-top: 30px;
  margin-bottom: 30px;
}



.historia p{
  text-align: center;
}


.historia .ornament-historia{
  width: 180px;
  padding: 30px 0px;
  margin: 0 auto;
  display: block;
  
}



/* ----- Nuestra Historia ----- */
.nuestra-historia{
  padding: 80px 0px;
  
 
}

.nuestra-historia h1{
  font-family: 'Cinzel', serif;
  text-align: center;
}

.nuestra-historia h2{
  font-family: 'Cinzel', serif;
  text-align: center;
  font-size: 1.6em;
}

.nuestra-historia h3{
  font-family: 'Cinzel', serif;
  text-align: center;
  font-size: 1.2em;
}

.nuestra-historia p{
  text-align: center;
}


.nuestra-historia .ornament-nuestra-historia{
  width: 180px;
  padding: 30px 0px;
  margin: 0 auto;
  display: block;
  
}

.nuestra-historia hr{
  width: 50%;
  border-bottom: thin solid #B5A265;
  border-top: none;
  padding-top: 20px;

}

.nuestra-historia .separador-gold{
  width: 60%;
  height: auto;
  margin: 0 auto;
  display: table;
  padding-top: 20px;
  padding-bottom: 40px;
}


/* ----- Nuestros Productos ----- */
.nuestros-productos{
  padding: 80px 0px;
}

.nuestros-productos h2{
  font-family: 'Cinzel', serif;
  font-size: 2.3em;
  text-align: center;
}

.nuestros-productos .producto-img{
  height: 250px;
  width: auto;
  margin: 0 auto;
  display: table;
  margin-top: 20px;
}

.nuestros-productos .producto-img:hover{
  position: relative;
  top: -4px;
}


.nuestros-productos h3{
  font-family: 'Cinzel', serif;
  font-size: 0.8em;
  text-align: center;
}


.nuestros-productos .btn-view{
   font-family: 'Cinzel', serif;
  text-align: center;
  font-size: 1em;
  padding: 10px 0px;
  border: 1px solid #B5A265;
  color: #B5A265;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;

}


.nuestros-productos .btn-view:hover{
  text-decoration: none;
  border: 1px solid #000000;
  color: #000000;
}

/* ----- Redes Sociales ----- */
.redes-sociales{
  
  
}

.redes-sociales .img-left{
  min-width: 100%;
  min-height: 100%;
  background: url("../../imagenes/img-left.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.redes-sociales .img-right{
  min-width: 100%;
  min-height: 100%;
  background: url("../../imagenes/img-right.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.redes-sociales .redes-sociales-block{
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  padding: 40px 20px
}

.redes-sociales .redes-sociales-icons ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.redes-sociales .redes-sociales-icons li{
  display: inline-block;
  padding: 5px 20px;
}

.redes-sociales .redes-sociales-icons li a{
  color: #FFFFFF;
  font-size: 1.6em;
}

.redes-sociales .redes-sociales-icons li a:hover{
  color: #B5A265;
}


/* ----- Productos ----- */
.productos{
  padding: 80px 0px;
 
}

.productos h1{
  font-family: 'Cinzel', serif !important;
  font-size: 2.3em;
  text-align: center;
}

.productos h2{
  font-family: 'Playfair Display', serif;
  font-size: 1.6em;
  text-align: center;
}

.productos h3{
  font-family: 'Cinzel', serif !important;
  font-size: 2.5em;
}

.productos h4{
  font-family: 'Playfair Display', serif;
  font-size: 1.4em;
}

.productos .presentacion{
  font-size: 1.5em;
}

.productos .producto-block{
  padding: 40px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.producto-photo-size{
  max-height: 600px;
  width: auto;
  
}

.productos .logo-1937{
  width: 300px;
  height: auto;
  padding: 20px 0px;
}


.productos .text-block{
   justify-content: center;
  align-self: center;
}



.productos .btn-comprar{
  font-size: .875em;
  padding: 15px 20px;
  border: 1px solid #000000;
  color: #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: table;
}


.productos .btn-comprar:hover{
  text-decoration: none;
  border: 1px solid #B5A265;
  color: #B5A265;
  background-color: rgba(255,255,255,0.5)
}

/*---------------------------------------*/


/* === TEQUILA REPOSADO  === */
.tequila-reposado{
  padding: 10px 10px;
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 91%);
  background: url("../../imagenes/fondo-tequila-reposado.jpg") no-repeat top center;
  height: auto;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* === TEQUILA PLATA CRISTALINO  === */
.tequila-plata-cristalino{
  padding: 10px 10px;
}

/* === TEQUILA PLATA 55  === */
.tequila-plata-55{
  padding: 10px 10px;
  clip-path: polygon(0 9%, 100% 0, 100% 100%, 0 87%);
  background: url("../../imagenes/fondo-tequila-plata55.jpg") no-repeat top center;
  height: auto;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
}

/* === TEQUILA 1937 PLATA  === */
.tequila-1937-plata{
  padding: 10px 10px;
}


/* === TEQUILA 1937 REPOSADO === */
.tequila-1937-reposado{
  padding: 10px 10px;
}

/* === TEQUILA 1937 ANIVERSARIO  === */
.tequila-1937-aniversario{
  padding: 80px 10px;
  clip-path: polygon(0 0, 100% 10%, 100% 85%, 0% 100%);
  background: url("../../imagenes/fondo-tequila-1937-aniversario.jpg") no-repeat top center;
  height: auto;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/*---------------------------------------*/

@media (max-width: 767px) {
  .producto-photo-size{
    width: 70%;
    height: auto;
    margin: 0 auto;
    display: ta;
  }
}



.sellos-certificados ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.sellos-certificados li{
  display: inline-block;
}

.sellos-certificados li img{
  width: 80px;
}









/* ----- Contacto ----- */
.contacto{
  padding: 80px 0px;
  
 
}

.contacto h1{
  font-family: 'Cinzel', serif;
  text-align: center;
}

.contacto h2{
  font-family: 'Cinzel', serif;
  text-align: center;
  font-size: 1.6em;
}

.contacto h3{
  font-family: 'Cinzel', serif;
  text-align: center;
  font-size: 1.2em;
}

.contacto p{
  text-align: center;
}




.contacto hr{
  width: 50%;
  border-bottom: thin solid #B5A265;
  border-top: none;
  padding-top: 20px;

}

.contacto .separador-gold{
  width: 60%;
  height: auto;
  margin: 0 auto;
  display: table;
  padding-top: 20px;
  padding-bottom: 40px;
}

.contacto .mail{
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif" !important;
  text-align: center;
  font-size: 1.6em;
  color: #B5A265;
}


/* ----- Footer ----- */
footer{
  padding: 40px 0px;
  background-color: #000000;
  color: #FFFFFF;
  border-top: 2px solid #B5A265;
}

footer .footer-block{
  padding: 40px 0px;
  display: flex;
}

footer .logo-footer{
  width: 150px;
  height: auto;
  margin-bottom: 20px;
}

footer .footer-icons{
   display: flex;
  -webkit-flex-direction: row-reverse; 
  flex-direction: row-reverse;

}

footer .footer-icons ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}

footer .footer-icons li{
  display: inline-flex;
  
}

footer .footer-icons li a{
  color: #FFFFFF;
  padding: 0 10px;
  font-size: 1.2em;
}

footer .footer-icons li a:hover{
  color: #B5A265;
}


footer .footer-links li a{
  color: #FFFFFF;
  font-size: .8em;
}

footer .footer-links li a:hover{
  color: #B5A265;
}

footer .footer-responsibility{
  display: flex;
  -webkit-flex-direction: row-reverse; 
  flex-direction: row-reverse;
}

footer .footer-responsibility a{
  color: #B5A265;
  font-size: .8em;
}

footer a.signsart{
  color: #FFFFFF !important;
}


/* ----- Mixologia ----- */


/* ----- Recipe ----- */
.wrapper{
	-ms-flex-wrap: column wrap;
	display: flex;
	flex-direction:row;
	flex-flow: column wrap;
	height: 100vw;

}

.recipe-block{
  flex-grow: 1 !important;
  width: 30%;
  /*
  width:31.2%;*/
  margin:15px;
  overflow: hidden;
  box-shadow:0 0 10px rgba(0,0,0,0.5);
}

 .wrapper img{
    width:100%;
    display:block;
}

.wrapper .content{
    display:block;
    margin:0;
    padding:5px 15px 15px 15px;
    background:#f8f8f8;
}

.read-recipe{
  font-size: .875em;
  padding: 5px 20px;
  border: 1px solid #000000;
  color: #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto;
  display: table;
  margin-top: 10px;
  margin-bottom: 10px;
  
}
.recipe{
  padding: 15px;
  font-size: .75rem;
}



/* ----- Mansory ----- */


.masonry-wrapper {
  padding: 1.5em;
  margin-right: auto;
  margin-left: auto;
}
.masonry {
  display: grid;
  grid-template-columns: repeat(1, minmax(100px,1fr));
  grid-gap: 10px;
  grid-auto-rows: 0;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .masonry {
    grid-template-columns: repeat(2, minmax(100px,1fr));
  }
}
@media only screen and (min-width: 1024px) {
  .masonry {
    grid-template-columns: repeat(3, minmax(100px,1fr));
  }
}

.masonry-item, .masonry-content {
  border-radius: 4px;
  overflow: hidden;
  
}

.masonry-item, .masonry-content img{
  width: 100%;
  height: auto;
   overflow: hidden;
}

.masonry-content img:hover{
    -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
   transition: transform .2s;
   cursor: pointer;
}


.masonry-item {
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, .3));
  transition: filter .25s ease-in-out;
}
.masonry-item:hover {
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, .3));
}
.masonry-content {
  overflow: hidden;
}
.masonry-item {
  color: #111111;
  background-color: #f9f9f9;
}
.masonry-title, .masonry-description {
  margin: 0;
}
.masonry-title {
  font-weight: 700;
  font-size: 1.1rem;
  padding: 1rem 1.5rem;
}
.masonry-description {
  padding: 1.5rem;
  font-size: .75rem;
  border-top: 1px solid rgba(0, 0, 0, .05);
}
.masonry-footer {
  font-size: .75em;
  opacity: .25;
  text-align: center;
  padding-top: 3em; 
  padding-bottom: 3em;
  margin-bottom: -1.5em;
  transition: opacity 1s ease-in-out;
}
.masonry-footer a {
  color: currentColor;
}
.masonry-footer:hover, .masonry-footer:active, .masonry-footer:focus {
  opacity: .75;
}
