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

*{margin:0; padding:0; box-sizing: border-box;}
body{width:100vw; height: auto; overflow-x:hidden;}
ul {list-style: none;}
input, textarea, button{outline:none; border:0; border:none; background: none; }
a{text-decoration: none; transition: all 0.5s linear;}
input{transition: all .25s linear;}
h1{font-family: huno; font-size: 3vw; color:var(--cblanco); text-shadow: none;}
iframe{border: 0; border: none; outline: none;}
video{border: 0; border: none; outline: none;}
audio{border: 0; border: none; outline: none; background: none;}

input[type="text"], input[type="email"], input[type="tel"], input[type="submit"], textarea{background: none;}
input[type="submit"]{cursor: pointer;}

button:hover{outline: none; border:0; border: none;}



/* FIN DEFINICION DE ELMENTOS */

/*html{ font-size: 100vw; font-weight: lighter; margin: 0; padding: 0;}*/
	
/* DEFINICION DE FUENTES */

@font-face{

	font-family:huno;
src:url("../fuentes/Poppins-Bold.ttf");
font-display: fallback;
}

@font-face{
	
	font-family: textos;
	src:url("../fuentes/OpenSans-Regular.ttf");
	font-display: fallback;
}

@font-face{
		
	font-family:txt;
		src:url("../fuentes/OpenSans-Light.ttf");
		font-display:fallback;
	}
	


/* FIN DEFINICION DE FUENTES */	

	
/* DEFINICION DE LA BARRA DE SCROLL */

::-webkit-scrollbar {display:none;}
::-webkit-scrollbar-track {background:none;}
::-webkit-scrollbar-thumb {background:hsla(0,0%,100%,1);}

::-moz-scrollbar {display: none;}
::-moz-scrollbar-track {background:none;}
::-moz-scrollbar-thumb {background:hsla(0,100%,100%,1);}

::-o-scrollbar {width:6px;}
::-o-scrollbar-track {background:none;}
::-o-scrollbar-thumb {background:hsla(0,0%,100%,1);}

::scrollbar {display:none;}
::scrollbar-track {background:none;}
::scrollbar-thumb {background:hsla(0,0%,100%,1);}

	
	
/* FIN DEFINICION DE LA BARRA DE SCROLL */