@charset "UTF-8";
/* Pizzaria Transalpina™ - CSS for Mobile */

@media (max-width: 767px){
	
	.top-information {
		position: absolute;
		display: block;
		width: 100vw;
		height: auto;
		top: 60px;
		left: 0;
		font-size: 32px;
		line-height: 20px;
		color: rgb(255,255,255);
		z-index: 2;
	}
	
	.top-information .shedule {
		position: absolute;
		display: block;
		width: 100%;
		height: 50px;
		line-height: 26px;
		top: 0;
		left: 0;
		background-color: rgba(236,28,36,1);
		color: rgb(255,255,255);
		text-align: center;
		font-size: 20px;
	}
	
	.top-information .shedule a.hrs{
		display: block;
		font-size: 14px;
		font-weight: 500;
		color: rgb(255,255,255);
		padding: 0;
	}
	
	.top-information .delivery {
		position: absolute;
		display: block;
		width: 100%;
		height: 40px;
		line-height: 36px;
		top: 50px;
		right: 0;
		color: rgb(255,255,255);
		background-color: rgb(50,152,203);
		text-align: center;
		font-size: 20px;
	}
	
	.top-information .delivery span{
		display: inline-block;
		color: rgb(255,255,255);
		font-size: 20px;
	}

	.top-information .delivery span a{
		display: inline-block;
		color: rgb(255,255,255);
		font-size: 20px;
	}
	
	.swiper-container {
		position: relative;
		display: block;
		width: 100vw;
		height: 100vw;
		margin-top: 150px;
	}
	
	.swiper-slide .content {
		position: absolute;
		display: none;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		z-index: 1;
	}
	
	.swiper-slide .content-m {
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		z-index: 1;
	}
	
	.swiper-button-next {
		position: absolute;
		display: none;
		width: 100%;
		height: auto;
		top: 0;
		left: 0;
	}

	.swiper-button-prev {
		position: absolute;
		display: none;
		width: 100%;
		height: auto;
		top: 0;
		left: 0;
	}
	
	.believe-banner {
		position: relative;
		display: block;
		width: 100vw;
		height: auto;
		padding: 30px 0;
		background-image: url(../images/element-bricks.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		box-shadow: 0 -5px 5px -5px rgb(0,0,0);
	}

	.believe-banner h1 {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		font-size: 32px;
		font-weight: 500;
		color: rgba(255,255,255,1);
		text-transform: none;
		text-align: center;
		padding: 0;
		margin: 0;
		animation: glowing 2s infinite;
		letter-spacing: 1px;
	}

	@keyframes glowing {
		0% {text-shadow: 0 0 10px rgba(255,255,255,0); color: rgba(255,255,255,0.7);}
		50% {text-shadow: 0 0 10px rgba(255,255,255,1); color: rgba(255,255,255,1);}
		100% {text-shadow: 0 0 10px rgba(255,255,255,0); color: rgba(255,255,255,0.7);}
	}
	
	.fatias {
		overflow: hidden;
	}
	
	.fatias h3 {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		font-size: 28px;
		font-weight: 500;
		color: rgba(50,152,203,1);
		text-transform: none;
		text-align: center;
		padding: 0 30px;
		margin:  30px 0 0 0;
		animation: glowingtwo 2s infinite;
		letter-spacing: 1px;
	}
	
	.fatias h4 {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		font-size: 22px;
		font-weight: 300;
		color: rgba(60,60,59,1);
		text-transform: uppercase;
		text-align: center;
		padding: 0 30px;
		margin: 0 0 30px 0;
		animation: glowingtwo 2s infinite;
		letter-spacing: 1px;
	}
	
	.fatias {
		position: relative;
		display: block;
		width: 100vw;
		height: auto;
		padding: 30px 0;
		background-image: url(../images/element-ovni-bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top;
		text-align: center;
	}
	
	.fatias h1 {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		font-size: 32px;
		font-weight: 500;
		color: rgba(236,28,36,1);
		text-transform: none;
		text-align: center;
		padding: 0;
		margin: 0;
		animation: glowingtwo 2s infinite;
		letter-spacing: 1px;
	}
	
	.fatias h2 {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		font-size: 28px;
		font-weight: 300;
		color: rgba(60,60,59,1);
		text-transform: none;
		text-align: center;
		padding: 0;
		margin: 10px 0 30px 0;
		animation: glowingtwo 2s infinite;
		letter-spacing: 1px;
	}
	
	.fatias h2 a{
		display: block;
		color: rgb(50,152,203);
		text-decoration: none;
		font-weight: 500;
		margin: 10px 0 0 0;
	}
	
	.fatias .fatia {
		width: 100%;
		margin-bottom: 30px;
	}

	.fatias .fatia img{
		width: 100%;
		animation: slice 4s infinite;
	}
	
	.fatias .fatia h1 {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		font-size: 36px;
		font-weight: 500;
		color: rgba(50,152,203,1);
		text-transform: none;
		text-align: center;
		padding: 30px 0 0 0;
		margin: 0 0 15px 0;
		letter-spacing: 1px;
		text-shadow: none;
	}

	.fatias .fatia p {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		font-size: 28px;
		font-weight: 300;
		color: rgba(60,60,59,1);
		text-transform: none;
		text-align: center;
		margin: 0;
		letter-spacing: 0;
	}
	
	.fatias .ghost-button {
		position: relative;
		display: block;
		width: calc(100% - 60px);
		font-size: 38px;
		line-height: 34px;
		font-weight: 300;
		text-decoration: none;
		color: rgba(236,28,36,1);
		background-color: rgba(236,28,36,0);
		padding: 7px 15px 15px 15px;
		margin: 0;
		left: 30px;
		border: 3px solid rgba(236,28,36,1);
		transition: all .2s ease;
	}

	.fatias .ghost-button:hover {
		background-color: rgba(236,28,36,1);
		color: rgb(255,255,255);
	}
	
	.fatias form{
		position: relative;
		display: block;
		width: 100%;
		height: 60px;
		left: 50%;
		transform: translate(-50%, 0);
		padding: 0 30px;
		margin: 0;
	}

	.fatias form input{
		position: relative;
		display: block;
		width: 100%;
		height: 60px;
		line-height: 48px;
		margin: 0 0 15px 0;
		padding: 0;
		left: 0;
		text-align: center;
		font-size: 22px;
		float: left;
		background-color: rgba(255,255,255,0);
		border: 3px solid rgba(236,28,36,1);
		outline: none;
	}

	.fatias form button{
		position: relative;
		display: block;
		width: 100%;
		height: 60px;
		line-height: 48px;
		margin: 0;
		padding: 0;
		left: 0;
		float: right;
		text-align: center;
		font-size: 22px;
		color: rgb(255,255,255);
		background-color: rgba(236,28,36,1);
		border: 3px solid rgba(236,28,36,1);
		outline: none;
		transition: all .2s ease;
	}

	.fatias form button:hover{
		color: rgb(236,28,36);
		background-color: rgba(255,255,255,0);
	}
	
	.pizza-list-container {
		position: relative;
		display: block;
		width: 100vw;
		height: auto;
		background-image: url("../images/ardosia-path.jpg");
		background-repeat: repeat;
		background-size: auto;
		background-position: left;
		background-attachment: inherit;
		text-align: center;
		padding: 30px 0 60px 0;
	}
	
	.pizza-list-container .pizza {
		padding: 30px;
		box-shadow: 0 4px 12px rgba(0,0,0,0);
		background-color: rgba(255,255,255,0);
		transition: all .4s ease;
	}

	.pizza-list-container .pizza:hover {
		padding: 30px;
		background-color: rgba(255,255,255,1);
		box-shadow: 0 4px 12px rgba(0,0,0,0.5);
	}

	.pizza-list-container .pizza img{
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		left: 50%;
		transform: translate(-50%, 0);
		transition: all 1.6s ease;
	}

	.pizza-list-container .pizza img.shadowing{
		filter: drop-shadow(0px 12px 6px rgba(0,0,0,0.3));
	}

	.pizza-list-container .pizza img.shadowing-pzz{
		filter: drop-shadow(2px 4px 6px rgba(0,0,0,1));
		transition: all .2s ease;
	}

	.pizza-list-container .pizza:hover img.shadowing-pzz{
		filter: drop-shadow(2px 4px 6px rgba(0,0,0,0));
	}

	.pizza-list-container .pizza:hover img.animated{
		transform: translate(-50%, 0) rotate(180deg);
	}

	.pizza-list-container .pizza h1 {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		font-size: 46px;
		font-weight: 500;
		color: rgba(50,152,203,1);
		text-transform: none;
		text-align: center;
		padding: 30px 0 0 0;
		margin: 0 0 15px 0;
		letter-spacing: 1px;
		text-shadow: none;
	}

	.pizza-list-container .pizza p {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		font-size: 22px;
		font-weight: 300;
		color: rgba(255,255,255,1);
		text-transform: none;
		text-align: center;
		margin: 0 0 15px 0;
		transition: all .2s ease;
	}

	.pizza-list-container .pizza:hover p {
		color: rgba(60,60,59,1);
	}

	.pizza-list-container .pizza table {
		position: relative;
		display: inline-block;
		color: rgb(255,255,255);
		text-align: center;
	}

	.pizza-list-container .pizza table td{
		padding: 0 5px 5px 5px;
		font-size: 20px;
		color: rgba(236,28,36,1);
	}

	.pizza-list-container .pizza table td span{
		font-size: 24px;
		font-weight: 500;
		color: rgba(225,177,114,1);
	}
	
	.select-asg{
		position: relative;
		display: block;
		overflow: hidden;
		width: calc(100vw - 30px);
		height: auto;
		left: 15px;
		margin: 0 0 30px 0;
	}
	
	.select-asg .item{
		position: relative;
		display: inline-block;
		float: left;
		width: calc((100vw - 30px) / 4);
		height: auto;
	}
	
	.select-asg .item svg{
		position: relative;
		display: block;
		width: calc((100vw - 30px) / 4);
		height: auto;
		margin: 0 0 10px 0;
		filter: grayscale(1);
	}
	
	.select-asg .item.selected svg{
		filter: none;
	}
	
	.select-asg .item h3{
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
		text-align: center;
		font-size: 14px;
		filter: grayscale(1);
	}
	
	.select-asg .item.selected h3{
		filter: none;
	}
	
	.selected-ig {
		position: relative;
		display: block;
		width: 100vw;
		height: auto;
	}
	
	.selected-ig table{
		width: 100vw;
		display: block;
	}
	
	.selected-ig table tbody{
		width: 100vw;
	}
	
	.selected-ig table tbody tr{
		width: 100vw;
	}
	
	.selected-ig table tbody tr td{
		width: 50vw;
	}
	
	.selected-ig table tbody tr td .descs{
		width: 100%;
		display: block;
		padding: 0 15px;
		text-align: left;
	}
	
	.selected-ig table tbody tr td .descs .desc{
		height: 40px;
		line-height: 40px;
		font-family: 'PT'; font-weight: 500;
		font-size: 22px;
		color: rgba(236,28,36,1);
		text-align: left;
	}
	
	.selected-ig table tbody tr td .descs .desc:nth-child(even) {
		font-family: 'PT'; font-weight: 500;
		font-size: 22px;
		color: rgba(50,152,203,1);
	}
	
	.selected-ig table tbody tr td .prcs{
		position: relative;
		display: none;
		overflow: hidden;
		width: 100%;
		height: auto;
		padding: 0 15px;
	}
	
	.selected-ig table tbody tr td .prcs.selected{
		display: block;
	}
	
	.selected-ig table tbody tr td .prcs .prc{
		position: relative;
		height: 40px;
		line-height: 40px;
		font-family: 'PT'; font-weight: 500;
		font-size: 22px;
		color: rgb(33,33,33);
		text-align: center;
	}
	
	.selected-ig table tbody tr td .prcs .prc span{
		color: rgba(236,28,36,1);
	}
	
	.deskpzz {
		display: none;
	}
	
	.campaigns .campaign img{
		position: relative;
		display: none;
		width: 100%;
		height: auto;
	}

	.campaigns .campaign img.m{
		position: relative;
		display: block;
		width: 100%;
		height: auto;
	}
	
	.ingredients h2 {
		text-align: center;
		font-family: 'PT' !important;
		font-weight: 500 !important;
	}
	
	.ingredients p {
		text-align: center;
	}
	
	#ifeed {
		position: relative;
		display: block;
		overflow: hidden;
		width: 100vw;
		height: 250vw;
		padding: 0;
		border:none;
		margin: 30px 0 0 0;
	}
}