@font-face {
	font-family: "pragati";
	src:url(../font/Pragati.ttf) format("truetype");
}
@font-face {
	font-family: "squada";
	src:url(../font/Squada.ttf) format("truetype");
}
@font-face {
	font-family: "style";
	src:url(../font/Style.ttf) format("truetype");
}
@font-face {
	font-family: "oleo";
	src:url(../font/Oleo.ttf) format("truetype");
}
@font-face {
	font-family: "cunia";
	src:url(../font/cunia.ttf) format("truetype");
}
@font-face {
	font-family: "poppins";
	src:url(../font/Poppins.ttf) format("truetype");
}
@font-face {
	font-family: "anton";
	src:url(../font/Anton.ttf) format("truetype");
}
@font-face {
	font-family: "riffic";
	src:url(../font/RifficFree-Bold.ttf) format("truetype");
}
@font-face {
	font-family: "poppins-re";
	src:url(../font/Poppins-Regular.ttf) format("truetype");
}
@font-face {
	font-family: "poppins-li";
	src:url(../font/Poppins-Light.ttf) format("truetype");
}
body, html {
	font-family:"pragati";
	height:100%;
}
.clean {
	clear:both;
}
#sections0, #sections1, #sections2, #sections3, #sections4, #sections5, #sections6, #sections7, #sections8, #sections9, #sections10{
	width:100%;
	float:left;
	min-width:1200px;
}
#info0, .info1, #info2, #info3, #info4, #info5, #info6, #info7, #info8, #info9, #info10{
	width:1024px;
	margin:0 auto;
}
#sections0{
	position: fixed;
    z-index: 999;
	box-shadow: 0px 15px 20px -10px rgb(59 59 64 / 16%);
    padding: 0;
}
#sections0 .title{

    background:#ffa800;
	background: linear-gradient(
113deg,#cf2426 1%,#cf2426 24.5%,#ff5100 41%,#ffa800);
	width: 100%;
	text-align: center;
	padding:20px 0;
	float:left;
	color:#fff;
	text-align:center;
	font-size:20px;
	font-weight: bold;
    position:relative;
    z-index: 999;
    background: #cf2426;
}
#sections0 .title a{
	color:#fff;
	font-family:"cunia";
}
#sections0 a.position,#sections0 a.hours {
	display: inline-block;
    color: #ffffff;
    width: 5%;
}
#sections0 .title h1 {
    width: 80%;
    display: inline-block;
}
#sections0 .menu{
	width: 100%;
    box-shadow: 0 4px 10px rgb(0 0 0 / 15%);
    padding: 4px 0;
    float: left;
	background:#1d1e25;
}
#sections0 .menu ul{
	display: block;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}
#sections0 .menu ul li{
    float: left;
    margin: 0;
    width: 5%;
    text-align: center;
}
#sections0 .menu ul li a{
    color: #fff;
    padding: 10px 0;
    display: block;
    font-size: 10px;
}
#sections0 .options{
   display: none;
}
#menu-category,#menu-allergens {
    display: none;
}
.aller-laws {
    font-size: 12px;
    width: 97%;
}
.aller-warning {
    text-decoration: underline;
    font-size: 17px;
}
.scroll{
    z-index: 995;
    position: absolute;
    color: #fff;
    left: 50%;
    bottom: 0;
    margin-left: -10px;
    font-size: 10px;    
    -webkit-animation: fromTopAnim 1.1s infinite;
    -moz-animation: fromTopAnim 1.1s infinite;
    -ms-animation: fromTopAnim 1.1s infinite;
    -o-animation: fromTopAnim 1.1s infinite;
    animation: fromTopAnim 1.1s infinite;
}
@-webkit-keyframes fromTopAnim{
    0%{ bottom: 0; }
    25%{ bottom: 20px;}
    50%{ bottom: 10px;}
    75%{ bottom: 35px;}
    100%{ bottom: 0px;}
}
@-moz-keyframes fromTopAnim{
    0%{ bottom: 0; }
    25%{ bottom: 20px;}
    50%{ bottom: 10px;}
    75%{ bottom: 35px;}
    100%{ bottom: 0px;}
}
@-ms-keyframes fromTopAnim{
    0%{ bottom: 0; }
    25%{ bottom: 20px;}
    50%{ bottom: 10px;}
    75%{ bottom: 35px;}
    100%{ bottom: 0px;}
}
@-o-keyframes fromTopAnim{
    0%{ bottom: 0; }
    25%{ bottom: 20px;}
    50%{ bottom: 10px;}
    75%{ bottom: 35px;}
    100%{ bottom: 0px;}
}
keyframes fromTopAnim{
    0%{ bottom: 0; }
    25%{ bottom: 20px;}
    50%{ bottom: 10px;}
    75%{ bottom: 35px;}
    100%{ bottom: 0px;}
}

#sections1{
    height: 600px;
    position: relative;
    background:url(../imgs/fondo-head-pc.jpg) center center no-repeat;
    background-size:cover;
}
#sections1 .framework {
    width: 100%;
    height: 100%;
    background: url(../imgs/puntos-head.png);
    z-index: 778;
    position: absolute;
    top: 0;
    left: 0;
    display:none;
}
#sections1 .swipe {
    position: absolute;
    bottom: -20px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-family: 'pragati';
}
#sections1  a.position,#sections1  a.hours {
	display:none;
}
#sections1 .menu{
	width: 100%;
    box-shadow: 0 4px 10px rgb(0 0 0 / 15%);
    padding: 4px 0;
    float: left;
	background:#191a21;
}
#sections1 .menu ul{
	display: block;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    width: 40%;
}
#sections1 .menu li{
	float:left;
	margin: 0;
	width:50%;
	text-align: center;
}
#sections1 .menu li a{
	color: #fff;
    padding: 10px 0;
    display: block;
}

#sections2{
    text-align: center;
	background: url(../imgs/fondo-web.png);
	padding-bottom:150px 0;
}
#sections2 .presentation{
	margin:50px 0 0;
	font-family:"poppins-re";
    font-size: 14px;
    line-height: 25px;
}
#sections2 .pages{
    padding: 50px 0 50px 0;
}
#sections2 .page-1{
	width: 45%;
	float:left;
	padding-right:5%;
}
#sections2 .page-2{
	width: 43%;
    float: right;
    border-left: 1px dotted #b59176;
    padding-left: 5%;
}
#sections2 .capsule{
	padding-top: 60px;
    float: left;
    width: 100%;
}

#sections2 .visual{
    margin-top: 30px;
    width: 95%;
    float: left;
    background: #333333;
    border-radius:5px;
    color:#fff;
    padding:2.5%;
}
#sections2 .visual p{
    font-size: 20px;
    margin-bottom:10px;
}
#sections2 .visual-break{
    width: 100%;
    overflow: hidden;
}
#sections2 ul.visual-break li {
    float: left;
    width: 30%;
    text-align: center;
    margin: 0 1.6%;
    color:#fff;
}
#sections2 ul.visual-break li img {
    width: 100%;
}

#sections2 .visual-one{
    margin-top: 30px;
    width: 90%;
    float: left;
    background: #333333;
    border-radius: 5px;
    color: #fff;
    padding: 5%;
}
#sections2 .visual-one img{
    width:100%;
}
.visual-title{
    width:100%;
    text-align:center; 
    font-size:20px;
    font-family:"cunia"; 
    margin:10px 0;
}
.visual-price{
    display:block;
    width:100%;
    text-align:center; 
    font-size:20px;
}
.visual-warning{
    display:block;
    width:100%;
    text-align:center; 
    font-size:14px;
    font-family:"pragati"; 
    margin-top:10px;
}
#sections2 h2{
    font-family: "squada";
    font-size: 30px;
	text-align: center;
    color:#cf2426;
}
.itali{
    font-style: italic;
    font-size:11px;
}
#sections2 h2 .minut{
    font-family: "style";
    font-size: 30px;
	text-align: center;
    color:#cf2426;
}
#sections2 table{
    float: left;
    width: 100%;
	display: block;
}
#sections2 table tbody{
	width: 100%;
    display: block;
}
#sections2 table tr{
    float: left;
    width: 100%;
    text-align: left;
    margin: 10px 0;
    font-size: 15px;
	display: block;
	font-family:"poppins-re";
}

#sections2 table.two{
    width:100%;
    display: block;
    font-size:20px;
	font-family:"poppins-re";
}
#sections2 table.two tr{
    width:100%;
    display: block;
}
#sections2 table.two tr td{
    width:100%;
    display: inline-block;
    vertical-align: top;
    font-size:15px;
	font-family:"poppins-re";
}
#sections2 table.two tr td.two-1{
    width:78%;
    text-align:left;
}
#sections2 table.two tr td.two-2{
    width:20%;
    text-align:right;
}

#sections2 table.three{
    width:100%;
    display: block;
    font-size:15px;
	font-family:"poppins-re";
}
#sections2 table.three tr{
    width:100%;
    display: block;
	font-family:"poppins-re";
}
#sections2 table.three tr.present{
    margin-bottom:0;
	font-family: "poppins";
    font-size:14px;
}
#sections2 table.three tr.present td{
    vertical-align: bottom;
}
#sections2 table.three tr td{
    width:100%;
    display: inline-block;
    vertical-align: top;
}
#sections2 table.three tr td.three-1{
    width:55%;
    text-align:left;
}
#sections2 table.three tr td.three-2{
    width:20%;
    text-align:right;
}
#sections2 table.three tr td.three-3{
    width:20%;
    text-align:right;
    float:right;
}

#sections2 table.four{
    width:100%;
    display: block;
    font-size:20px;
	font-family:"poppins-re";
}
#sections2 table.four tr{
    width:100%;
    display: block;
	font-family:"poppins-re";
}
#sections2 table.four tr.present{
    margin-bottom:0;
	font-family: "anton";
    font-size:14px;
}
#sections2 table.four tr.present td{
    vertical-align: bottom;
	font-family:"poppins-re";
}
#sections2 table.four tr td{
    width:100%;
    display: inline-block;
    vertical-align: top;
}
#sections2 table.four tr td.four-1{
    width:46%;
    text-align:left;
}
#sections2 table.four tr td.four-2{
    width:16%;
    text-align:right;
}
#sections2 table.four tr td.four-3{
    width:16%;
    text-align:right;
}
#sections2 table.four tr td.four-4{
    width:18%;
    text-align:right;
}

#sections2 table tr td span.allergens {
    display: block;
    margin-top:3px;
}
#sections2 table tr td span.allergens img {
    width: 16px;
    display: inline-block;
}
#sections2 table tr td span.ingredients{
	font-size: 12px;
    display: block;
    width: 100%;
    color: rgb(95, 95, 95);
    font-family:"pragati";
}

#mn-allergens {
    display: block;
    text-align: center;
    color: #333;
    padding: 30px 0 50px 0;
    width: 100%;
    float: left;
}
#mn-allergens p{
    margin: 10px 0;
    font-family: "pragati";
}
#mn-allergens ul li {
    width: 10%;
    display: inline-block;
    color:#333;
    font-family: "pragati";
    margin-top:10px;
}
#mn-allergens ul li img{
    width: 50%;
    margin-bottom: 2px;
}

#sections3{
	position:relative;    
    background: url(../imgs/fondo-web.png);
	text-align: center;
}
#sections3 h3{
	font-family: "squada";
    font-size: 40px;
    text-align: center;
    margin:0 20px;
    color:#cf2426;
}
#sections3 ul li{
	float:left;
	width: 25%;
}
#sections3 ul li#photo-1{
    background: url(.../imgs/foto-1.jpg) center center;
    background-size: cover;
}
#sections3 ul li#photo-2{
    background: url(.../imgs/foto-2.jpg) center center;
    background-size: cover;
}
#sections3 ul li#photo-3{
    background: url(.../imgs/foto-3.jpg) center center;
    background-size: cover;
}
#sections3 ul li#photo-4{
    background: url(.../imgs/foto-4.jpg) center center;
    background-size: cover;
}
#sections3 ul li#photo-5{
    background: url(.../imgs/foto-5.jpg) center center;
    background-size: cover;
}
#sections3 ul li#photo-6{
    background: url(.../imgs/foto-6.jpg) center center;
    background-size: cover;
}
#sections3 ul li#photo-7{
    background: url(.../imgs/foto-7.jpg) center center;
    background-size: cover;
}
#sections3 ul li#photo-8{
    background: url(.../imgs/foto-8.jpg) center center;
    background-size: cover;
}
#sections3 ul li img{
	width: 100%;
	opacity: 0;
}

#sections4{
    color: #fff;
    text-align: center;
    padding: 50px 0 70px;
    position: relative;
    background: #191a21;
    border-bottom: double;
    border-top: double;
    border-color: #cf2426;
}
#sections4 .footer-capsule{
    width:100%;
    text-align: center;
    margin-bottom:30px;
}
#sections4 .fa{
	margin-bottom:5px;
	font-size:25px;
    color:  #cf2426;
}
#sections4 p{
    color:#fff;
}
#sections4 a {
	color:#fff
}
#sections4 span{
	margin-bottom:5px;
	display: block;
}
#sections4 ul.footer-social{
	margin-bottom: 20px;
    overflow: hidden;
    width: 20%;
    padding: 0 40%;
}
#sections4 ul.footer-social li{
	width:50%;
	float:left;
}



#sections5{
	background: #1e404a;
    color: #fff;
    padding: 20px 0 120px;
    text-align: center;
}
#sections5 a{
	font-size:18px;
	text-align: center;
	color: #EE8A20;
}
#sections5 a span{
	font-size:14px;
	text-align: center;
	color: #EE8A20;
}

#sections6{
	position: fixed;
    z-index: 999;
	bottom:0;
	color:#fff;
	background: #333333;
}
#sections6 p{
	color:#fff;
	width: 80%;
	margin:0 auto;
	padding:10px 0;
	text-align: center;
}
#sections6 a{
	color: #cf2426;
}
.hey{
	color:#fff;
    -webkit-animation: backcolor 2s infinite;
    -moz-animation: backcolor 2s infinite;
    -ms-animation: backcolor 2s infinite;
    -o-animation: backcolor 2s infinite;
    animation: backcolor 2s infinite;
}
@-webkit-keyframes backcolor{
    0%{ color:#fff; }
	60%{ color:#fff; }
    70%{ color:  #cf2426;}
    80%{ color: #fff;}
    90%{ color:  #cf2426;}
    100%{color: #fff;}
}
@-moz-keyframes backcolor{
    0%{ color:#fff; }
	60%{ color:#fff; }
    70%{ color:  #cf2426;}
    80%{ color: #fff;}
    90%{ color:  #cf2426;}
    100%{color: #fff;}
}
@-ms-keyframes backcolor{
    0%{ color:#fff; }
	60%{ color:#fff; }
    70%{ color:  #cf2426;}
    80%{ color: #fff;}
    90%{ color:  #cf2426;}
    100%{color: #fff;}
}
@-o-keyframes backcolor{
    0%{ color:#fff; }
	60%{ color:#fff; }
    70%{ color:  #cf2426;}
    80%{ color: #fff;}
    90%{ color:  #cf2426;}
    100%{color: #fff;}
}
keyframes backcolor{
    0%{ color:#fff; }
	60%{ color:#fff; }
    70%{ color:  #cf2426;}
    80%{ color: #fff;}
    90%{ color:  #cf2426;}
    100%{color: #fff;}
}
