/*
Theme Name: silencio x bodas
Version: 1.0
Author: BBB
Theme URI: https://silencio.es
Description: BBB x bodas
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*************PRELOAD***************/
@font-face {
  font-family: 'Fraktion';
  src: url('/wp-content/themes/filo/assets/fonts/PPFraktionMono-Light.ttf');
}
* {
  margin: 0;
  padding: 0;
}
:root {
  --azul: #2c00ff;
  --p1: .7vw;
  --h1: 0vw;
  --h2: 0;
  --v1: 0vw;
  --v2: 25vw;
}
::-webkit-scrollbar {
  width: 0px;
}
#preloader, #preloader2 {
  width: 100vw;
  height: 100vh;
  background: white;
  z-index: 9999;
  position: fixed;
}
#preloader2 {
  z-index: 9;
  position: fixed;
}
#preloader.off, #preloader2.off {
  opacity: 0;
  transition: 400ms ease;
  pointer-events: none;
}
#model-selector{
	position: absolute;
	top: 0;
}
@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation:portrait) {}
/***IPAD HORIZONTAL***/
@media only screen and (max-width: 1400px) and (orientation:landscape) {}
/***MOVIL HORIZONTAL***/
@media screen and (max-device-width:440px) and (orientation: landscape) {}
/***MOVIL VERTICAL***/
@media screen and (max-width:1024px) and (orientation:portrait) {
}