
@font-face
{
     font-family: 'Futura-Book-Light';
     
     src: url('../02_fuentes/Futura-T-OT-Light_19074.ttf'), url('../02_fuentes/Futura-T-OT-Light_19074.eot'); /* IE */
}
@font-face
{
     font-family: 'Futura-Book-Medium';
     
     src: url('../02_fuentes/Futura-T-OT-Medium_19078.ttf'), url('../02_fuentes/Futura-T-OT-Medium_19078.eot'); /* IE */
}
@font-face
{
     font-family: 'Myriad-Bold';

     src: url('../02_fuentes/MyriadPro-BoldCond.ttf'), url('../02_fuentes/MyriadPro-BoldCond.otf'); /* IE */
}
@font-face
{
     font-family: 'Myriad';
     src: url('../02_fuentes/MyriadPro-Cond.ttf'), url('../02_fuentes/MyriadPro-Cond.otf'); /* IE */
}
:root{

	--color-gris: rgba(82, 82, 82, 0.95);/*gris*/
}
*{
	padding: 0;
	margin: 0;
	font-family: "Myriad", "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	color:  var(--color-gris);
    line-height: 1.6em;
}
html,body{
	height: 100%;
    width: 100%
}
body{
	overflow-x: hidden;
}
h1{
	font-family: Futura-Book-Light;
	font-size: 2em;
	margin-bottom: 50px;
}
h1 b{
	font-family: Futura-Book-Medium;
}
p{
	text-align: justify;
	font-size: 1.3em;
	margin-bottom: 30px;
}
b{
	font-family: Myriad-Bold;
}


.marco{
	border: solid 0px red;
	display: table;
    width: 93%;
    min-height: 100vh;
    position: relative;
}
.centrado_vertical{
	min-height: 100vh;
	display: table-cell; 
	vertical-align: middle;
	text-align:center;
}
#esquina{
	position: absolute;
    top: 0;
    right: 0;
    height: 45%;
    width: 100%;
    border: 0px solid red;
    background-image: url(../03_imgs/t_colores.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 40%;
}
.triangulo_izq2{
		border:1px solid white;
		background-position: center center;
	    background-attachment: fixed;
	    background-size: cover;

	    position: relative;

	    border-left-width: 40vw;
   		border-left-color: transparent;
   		border-bottom: 50vh solid white;
   		border-top: 50vh solid white;
}
#titulo_torcido{
	position: absolute;
	top: 0;
    left: 19%;
    font-size: 4em;
    color: silver;
    letter-spacing: 10px;
}



	#tipo_agave{
		display: inline-block;
		width: 150px;
	    margin-bottom: -27px;
	    margin-right: 10px;
	}
	#titulo_mezcal{
		display: inline-block;
	}
	.caracteristicas {

		border-left: 1px dashed var(--color-gris);
		margin-left: 20px;
	}
	.caracteristicas li {

		list-style-type: none;
		padding: 1px 40px;
	}

	@media screen and (min-height: 1400px) and (max-width: 1000px) { /*CELULAR EN POSICIÓN VERTICAL*/
		h1{
			font-size: 80px;
			margin-bottom: 50px;
		}
		p{
			font-size: 3em;
			margin: 0 auto;
		}
		.marco{
			width:110vw;
			min-height: 100vh;
			margin: 0 0;
		}
		.centrado_vertical{
			display: block;
			min-height: 50vh;
			width: 135vw;
			margin: 0 0; 
		}
		#titulo_torcido {
    		display: none;
    	}
    	.triangulo_izq2{
			width: 140vw;
		    height: 100vh;
		    border: 0px solid white;
		    background-position: center center;
		    background-attachment: inherit;
		    background-size: cover;
		    position: relative;
		    border-left-width: inherit;
		    border-left-color: inherit;
		    border-top: initial;
		    border-bottom: inherit;
		}
		#tipo_agave{
			width: 40vw;
		    margin-bottom: -65px;
    		margin-right: 25px;
		}
		.titulo_mezcal_movil{
			margin-top: 30vh;
		}

	}