@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
	font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.text-morado {
	color: #792082;
    font-weight: bolder;
}
.text-gris {
	color: #777777;
}
.text-orange {
	color: orangered;
}
#head {
	background-image: url("../images/fondo-menu.jpg");
	background-repeat: repeat-x;
	background-size: auto 100%;
	z-index: 9;
}
.logo {
	min-width: 15%;
}
#logo_menu {
	width: 100%;
	height: auto;
	background-color: #792182;
	border-radius: 50%;
	padding: 15px;
	position: absolute;
}
#bg_vid {
	width: 100%;
	height: auto;
}
#pizza_ing, #cohete {
	width: 100%;
	height: auto;
}
.icon {
	width: 26px;
	height: auto;
}
.video_poster {
	width: 100%;
	height: auto;
}
#ingredientes {
	background-image: url("../images/Fondo_pizza completa_ingredientes.jpg");
	background-size: cover;
	background-position: top center;
	overflow: hidden;
	margin-top: -10px;
}
.ingrediente img {
	widht: 100%;
		height: auto;
}
#naturales {
	top: 15%;
    left: 25%;
    width: 20%;
}
#queso {
	top: 30%;
    left: 10%;
    width: 20%;
}
#masa {
	top: 12%;
    right: 4%;
    width: 20%;
}
#canvas {
	position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0%;
    z-index: 1;
}
#humo, #humo2, .canvas {
	position: absolute;
	bottom:0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.canvas {
	height: 100%;
	bottom:0 !important;
}
#hojita1 {
	    top: 10%;
    left: 3%;
    width: 15%;
}
#champinon {
	    top: 32%;
    right: 0;
    width: 15%;
}
#peperoni {
	width: 18%;
    top: -35%;
}
#hojita2 {
	right: 0;
	top: -35%;
}
.full-img {
	width: 100%;
	height: 
		auto;
}
#fondo_estaciones {
	background-image: url("../images/fondo_ubicaciones.jpg");
	background-size: cover;
	background-position: top center;
}
#peperoni_ES {
	width: 20%;
    top: -15%;
    right: 0;
	text-align: right;
}
#hojita_ES {
	width: 15%;
    bottom: 2%;
    right: 8%;
	z-index: 9;
}
#mas_pizza {
	background-image: url("../images/fondo_menu.jpg");
	background-size: cover;
	background-position: bottom center;
}
#alitas {
	width: 40% !important;
	height: auto;
	z-index: 4;
	position: relative;
}
#papas {
	width: 30% !important;
	margin-left: -4%;
	height: auto;
	z-index: 4;
	position: relative;
}
#pizza {
	width: 40%;
    height: auto;
    margin-top: 3vh;
    position: absolute;
    right: 0;
	z-index: 4;
}
#papita1 {
	top: -10%;
    left: 40%;
    width: 15%;
	z-index: 4;
}
#papita2 {
	width: 20%;
    bottom: 50%;
    right: 30%;
	z-index: 4;
}
#boton {
	width: 15%;
    bottom: 45%;
    right: 20%;
	z-index: 99999;
}
#galeria_hoja {
	top: 5%;
    width: 15%;
    left: 10%;
}
#galeria_champinon {
	width: 20%;
    bottom: 10%;
    right: 22%;
}
#galeria_peperoni {
	right: 0;
    bottom: -7%;
    width: 15%;
}
#g2 {
	background-image: url("../images/galeria2.jpg");
	background-size: cover;
	background-position: center;
	background-clip: content-box;
}
#g3 {
	background-image: url("../images/galeria3.jpg");
	background-size: cover;
	background-position: center;
	background-clip: content-box;
}
#footer {
	background-image: url("../images/fondo_footer.jpg");
	background-size: cover;
	background-position: top center;
	
}
.favorito {
	-webkit-transition: all .7s ease;
-moz-transition: all .7s ease;
-ms-transition: all .7s ease;
-o-transition: all .7s ease;
transition: all .7s ease;
}
.favorito:hover {
	-moz-transform: scale(1.2) rotate(15deg);
-webkit-transform: scale(1.2) rotate(15deg);
-o-transform: scale(1.2) rotate(15deg);
-ms-transform: scale(1.2) rotate(15deg);
transform: scale(1.2) rotate(15deg);
}
#mapa-interior {
   position: relative;
    width: 26vw;
    height: 26vw;
    border-radius: 50%;
}
.movil {
	display: none;
}
.floating {
            position: relative;
            animation: float 3s ease-in-out infinite;
        }
.floating2 {
            position: relative;
            animation: float 10s ease-in-out infinite;
        }

        @keyframes float {
            0% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-20px);
            }

            100% {
                transform: translateY(0);
            }
        }
/*FRIES */
#escena {
	position: absolute;
	z-index: 1;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.snowflakes {
    top:0px;
    left:0px;
    position:absolute;
    z-index:1;
	width: 15%;
	height: 25vh;
	background-image: url("../images/papa2.png");
	background-size: contain;
	background-repeat: no-repeat;
}
/*.snowflakes:after {
	content:url('../images/papa2.png');
	position: absolute;
	width: 100%;
	height: auto;
}*/

/* MENU */
#promo {
	background-image: url("../images/fondo_promos.jpg");
	background-size: cover;
	background-position: top center;
}
#menu {
	background-image: url("../images/fondo_menu_page.jpg");
	background-size: cover;
	background-position: bottom center;
}
#play_box {
	width: 60%;
	right: 0;
	z-index: 1;
}
#super-rebanada {
	    width: 60%;
    height: auto;
    margin-top: -16%;
}
.mn-1 {
	margin-top: -14%;
}
#menu_hojita {
	width: 13%;
}
#menu_hojita2 {
	right: 0;
	width: 8%;
}
#menu_champinon {
	width: 7%;
    bottom: 50%;
    right: -1%;
}
#menu_peperoni2 {
	width: 7%;
    right: 0;
    bottom: 15%;
}
#menu_peperoni1 {
	    top: 23%;
    width: 10%;
}
#menu_hojita3 {
	    bottom: 30%;
    width: 10%;
}
.brillo {
	background-image: url("../images/brillo_productos.png");
	background-repeat: no-repeat;
	background-size: 80%;
    background-position: right bottom;
}
.brillo2 {
	background-image: url("../images/brillo_productos.png");
	background-repeat: no-repeat;
	background-size: 80%;
    background-position: right top;
}
.smoke {
	       width: 100%;
    height: 40%;
    top: 0;
    left: 20%;
}
.videohumo {
	width: 100%;
	height: auto;
	filter: brightness(100%);
	filter: invert(1);
}
.humito {
	width: 100%;
    height: auto;
    filter: invert(1);
}
@media only screen AND (max-width: 430px){
	#logo_menu {
		       position: relative;
        margin-top: 5%;
        border-radius: 0;
        background: none;
	}
	#galeria_peperoni {
    bottom: -4%;
    width: 25%;
	}
	#galeria_hoja {
    top: 8%;
    width: 25%;
	}
	#boton {
    width: 45%;
    bottom: 55%;
    right: 4%;
	}
	#papita2 {
    	bottom: 40%;
        right: 32%;
	}
	#papita1 {
    	top: 4%;
	}
	#hojita2 {
    right: 0;
    top: -3%;
    width: 20%;
	}
	#peperoni {
    width: 18%;
    top: -3%;
	}
	#naturales {
    top: 17%;
        left: 17%;
        width: 40%;
}
	#queso {
    top: 31%;
        left: 1%;
        width: 40%;
}
	#masa {
    top: 21%;
        right: 1%;
        width: 40%;
}
	#galeria_champinon {
    width: 20%;
    bottom: 3%;
    right: 72%;
}
	#mapa-interior {
    position: relative;
    width: 94vw;
    height: 94vw;
    margin-bottom: 5vh;
    border-radius: 50%;
}
	#pizza_ing {
		        width: 70%;
        margin-top: 20vh;
        margin-left: 15%;
	}
	#hojita1 {
    top: 5%;
    left: 0%;
    width: 15%;
	}
	#cohete {
		width: 33%;
        margin-left: 10%;
	}
	.desktop {
		display: none;
	}
	.movil {
		display: block;
	}
	#play_box {
		width:95%;
	}
	#super-rebanada {
    width: 80%;
    height: auto;
    margin-top: 15%;
    margin-bottom: 15%;
}
}