@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Belleza&family=Jost:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Oswald:wght@200..700&display=swap');
* {
	font-family: 'Roboto', sans-serif;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #FFF;
            opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #FFF;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
            color: #FFF;
 }
h2.titulo {
	font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	font-size: 2.9em;
    display: block;
	padding-top: 35px;
	background-image: url("../images/simbolo-titulos.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 65px auto;
	    width: 100%;
	overflow: hidden;
  text-align: center;
	margin: .7em auto;
}
h2.titulo::before, h2.titulo::after {
	display: inline-block;
  width: 50%;
  margin: 0 .5em 0 -55%;
  vertical-align: middle;
	content: '';
	border: 1px solid #b8231e;
}
h2.titulo::after {
	margin: 0 -55% 0 .5em;
}

.titulo2 {
	font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	font-size: 4.2em;
    display: block;
	    width: 75%;
	overflow: hidden;
  text-align: center;
	margin: 0 auto;
	color: #b8231e;
	text-transform: uppercase;
}
.titulo2::before, .titulo2::after {
	display: inline-block;
  width: 50%;
  margin: 0 .5em 0 -55%;
  vertical-align: middle;
	content: '';
	border: 2px solid #b8231e;
}
.titulo2::after {
	margin: 0 -55% 0 .5em;
}

h3.titulo {
	font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
	font-size: 2.7em;
    margin-top: -.5em;
}
.titulo-tequila {
	font-family: "Oswald", sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	color: #4d4d4d;
	display: inline-block;
	border-bottom: 3px solid;
	padding-bottom: 3px;
    margin-left: 10px;
	font-size: 2.7em;
	margin-bottom: 10px;
}
.degradado {
	font-family: "Belleza", sans-serif;
  font-weight: 400;
  font-style: normal;
	text-transform: uppercase;
	color: #FFF;
	background-image: url("../images/fondo-titulo-degradado.png");
	background-size: contain;
    padding: 2vh;
}
.jost {
	font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
}
.oswald {
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 3.6em;
}
.fs-1x {
	font-size: 1.1em;
}
label {
	color: red !important;
}
.nav-link {
	-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#contenedor {
	width: 100%;
    overflow-x: hidden;
}
#banner {
	overflow: hidden;
}
#movil {
	display: none;
}
.head {
	color: #FFF;
	background-image: url("../images/fondo_menu.jpg");
	background-size: cover;
}
#lang {
	top: 0;
    right: 0;
}
.text-red {
	color: #b8231e;
}
.navbar-nav .nav-link.active {
	border-bottom: 3px solid #b8231e;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.img-fw {
	width: 100% !important;
	height: auto;
}
#frase_banner {
	position: absolute;
    top: 16vh;
    left: 6vh;
    width: 38vw;
    height: auto;
	    z-index: 1;
}
.justifica {
	text-align: justify;
}
#historia {
	background-image: url("../images/fondo-nuestra-tierra.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}
#categorias {
	background-image: url("../images/fondo-categorias.jpg");
	background-size: cover;
}
.icono-caracteristicas {
	float: left;
    margin-right: 5px;
    vertical-align: middle;
}
.bondades li {
	margin-bottom: 10px;
}
.botella1 {
	float: left;
    margin-top: -15vh;
    margin-right: 3vw;
}
.botella2 {
	float: right;
    margin-top: -22vh;
    margin-right: 3vw;
}
#galeria {
	background-image: url("../images/fondoGaleria.jpg");
	background-size: cover;
}
.galeria {
	position: absolute;
	height: auto;
}
#g1 {
	left: 1%;
    width: 29%;
}
#g2 {
	    right: 1%;
    width: 67.2%;
}
#g3 {
	left: 1%;
    top: 45%;
    width: 41.5%;
}
#g4 {
	bottom: 0%;
    left: 1%;
    width: 41.5%;
}
#g5 {
	top: 45%;
    left: 44.7%;
    width: 25.5%;
}
#g6 {
	top: 45%;
    right: 1%;
    width: 26.5%;
}
#g7 {
	width: 26.5%;
    bottom: 0;
    right: 1%;
}
#tituloMapa {
	top: 8vh;
	left: 25%
}
#agave1 {
	bottom: 0;
    right: 0;
	width: 15vw;
}
#agave2 {
	bottom: 0;
	left: 0;
	width: 10vw;
}
#usa {
	width: 11%;
    top: 48%;
    left: 6%;
}
#rusia {
	top: 32%;
    right: 29%;
    width: 15%;
}
#dominicana {
	width: 13%;
    top: 54%;
    left: 22%;
}
#venezuela {
	width: 13%;
    top: 61%;
    left: 24%;
}
#colombia {
	width: 15%;
    top: 62%;
    left: 10%;
}
#mundo {
	z-index: 2;
	position: relative;
}
#footer {
	background-image: url("../images/fondo-footer.jpg");
	background-size: cover;
	z-index: 1;
	position: relative;
	margin-top: -8vh;
}
#formulario input, #formulario textarea {
	border-radius: 0 !important;
	border: 1px solid #b8231e;
	background-color: rgba(0,0,0,.5);
	resize: none !important;
	color: #FFF !important;
}
#enviar {
	background-color: #b8231e !important;
	font-weight: bolder;
	font-size: 1.4em;
}
#canvas {
	position: absolute;
    width: 100%;
    height: 120%;
    top: 0%;
    left: 0%;
    z-index: 1;
	opacity: 0.75;
}
#header_movil {
	display: none;
	position: absolute;
   top: 5%;
    right: 8%;
    z-index: 9;
}
#header_movil::before {
	content: '';
    border: 3px solid #b62522;
    width: 60px;
    display: block;
    position: absolute;
    height: 50px;
    margin-left: -50px;
    margin-top: -12px;
}
#nav-icon2 {
  width: 40px;
  height: 35px;
  position: absolute;
    top: 5%;
    right: 5%;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
	z-index: 99;
}
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: #FFF;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  /*border-radius: 0 9px 9px 0;*/
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  /*border-radius: 9px 0 0 9px;*/
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 10px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 20px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 19px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 19px;
}
#menu-movil {
	position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.75);
    z-index: 7;
    top: 0;
    left: -100%;
    text-align: center;
	padding: 20vh 0vh;
	-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
}
#menu-movil ul {
	list-style: none;
}
#menu-movil li {
	margin-bottom: 1vh;
}
.abierto {
	left: 0 !important;
}
@media only screen AND (max-width: 480px){
	#header_movil {
		display: block;
	}
	#movil {
		display: block;
	}
	#display {
		display: none;
	}
	.hide {
		display: none;
	}
	#historia {
		background: none !important;
	}
	#frase_banner {
		top: 4vh;
    left: 3vh;
    width: 40vh;
	}
	.botella1 {
		margin-right: 0 !important;
	}
	.botella2 {
		margin-top:0 !important;
		margin-right: 0 !important;
	}
	#tituloMapa {
		top: 1vh;
		width: 50%;
		left: 22%;
	}
	#canvas {
		width: 100%;
		left: 0;
		opacity: 0.5;
	}
	#logo_menu {
		width: 65%;
    	margin-left: 15%;
	}
	h2.titulo {
		font-size: 1.9em;
		padding-top: 27px;
		    background-size: 48px auto;
	}
	h3.titulo {
    font-size: 0.7em;
    margin-top: -2.2em;
}
}