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

.top-information {
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	top: 140px;
	left: 0;
	font-size: 32px;
	line-height: 20px;
	color: rgb(255,255,255);
	z-index: 2;
}

.top-information .shedule {
	position: absolute;
	display: block;
	width: auto;
	height: auto;
	top: 0;
	left: 60px;
	color: rgb(50,152,203);
}

.top-information .shedule .sdl {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	float: left;
	margin-left: 30px;
	color: rgb(50,152,203);
}


	
.top-information .shedule a.hrs{
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: rgb(50,152,203);
	text-decoration: none;
	padding: 20px 0 0 0;
}

.top-information .delivery {
	position: absolute;
	display: block;
	width: auto;
	height: auto;
	top: -4vmin;
	right: 60px;
	color: rgb(50,152,203);
}

.top-information .delivery span{
	color: rgb(50,152,203);
}

.top-information .delivery span a{
	color: rgb(50,152,203);
	text-decoration: none;
	font-size: 52px;
}

.swiper-container {
	position: relative;
	display: block;
	width: 100vw;
	height: 37.5vw;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide .fatia {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 30px 60px;
}

.swiper-slide .fatia img{
	width: auto;
	height: 70%;
	margin: 0 0 60px 0;
}

.swiper-slide .fatia .bottom-text{
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	bottom: 60px;
	left: 0;
}

.swiper-slide .fatia h1 {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	font-size: 56px;
	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;
}

.swiper-slide .fatia p {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	font-size: 32px;
	font-weight: 300;
	color: rgba(255,255,255,1);
	text-transform: none;
	text-align: center;
}

.swiper-button-next svg{
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}

.swiper-button-next svg path{
	fill: rgba(50,152,203,1);
}

.swiper-button-prev svg{
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}

.swiper-button-prev svg path{
	fill: rgba(50,152,203,1);
}

.slide {
	position: relative;
	display: block;
	width: 100vw;
	height: auto;
}
.slide {
	content: " ";
	display: block;
	padding-bottom: 37.5%;
}

.swiper-slide .content {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

.swiper-slide .content-m {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

.swiper-slide .content img.tomatos{
	position: absolute;
	display: block;
	width: 9.38%;
	height: auto;
	bottom: 3.5%;
	left: 9.9%;
	animation: tomatos 4s infinite;
}

.swiper-slide .content .title{
	position: absolute;
	display: block;
	width: 25vw;
	height: auto;
	bottom: 80px;
	right: 120px;
}

.swiper-slide .content .title svg{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

@keyframes tomatos {
  	0% {transform: scale(1) rotate(-5deg);}
  	50% {transform: scale(1.1) rotate(5deg);;}
	100% {transform: scale(1) rotate(-5deg);}
}

.swiper-slide .content img.cheese{
	position: absolute;
	display: block;
	width: 11.72%;
	height: auto;
	bottom: 12.5%;
	left: 54.17%;
	animation: cheeses 6s infinite;
}

@keyframes cheeses {
  	0% {transform: scale(1) rotate(5deg);}
  	50% {transform: scale(1.1) rotate(-5deg);;}
	100% {transform: scale(1) rotate(5deg);}
}

.swiper-slide .content img.albahaca{
	position: absolute;
	display: block;
	width: 7.81%;
	height: auto;
	top: 29.2%;
	left: 60.42%;
	animation: albahacas 4.5s infinite;
}

@keyframes albahacas {
  	0% {transform: scale(1) rotate(-5deg);}
  	50% {transform: scale(1.1) rotate(5deg);;}
	100% {transform: scale(1) rotate(-5deg);}
}

.believe-banner {
	position: relative;
	display: block;
	width: 100vw;
	height: auto;
	padding: 60px 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: 52px;
	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 {
	position: relative;
	display: block;
	width: 100vw;
	height: auto;
	padding: 120px 120px;
	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: 52px;
	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 h1.blue {
	color: rgb(50,152,203);
	text-shadow: 0 3px 4px rgba(0,0,0,0);
}

.fatias h2 {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	font-size: 48px;
	font-weight: 300;
	color: rgba(60,60,59,1);
	text-transform: none;
	text-align: center;
	padding: 0;
	margin: 0 0 120px 0;
	animation: glowingtwo 2s infinite;
	letter-spacing: 1px;
}

.fatias h2 a{
	color: rgb(50,152,203);
	text-decoration: none;
	font-weight: 500;
}

.fatias h3 {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	font-size: 38px;
	font-weight: 500;
	color: rgba(50,152,203,1);
	text-transform: none;
	text-align: center;
	padding: 0;
	margin: 120px 0 0 0;
	animation: glowingtwo 2s infinite;
	letter-spacing: 1px;
}

.fatias h4 {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	font-size: 32px;
	font-weight: 300;
	color: rgba(60,60,59,1);
	text-transform: uppercase;
	text-align: center;
	padding: 0;
	margin: 0 0 30px 0;
	animation: glowingtwo 2s infinite;
	letter-spacing: 1px;
}

.fatias .fatia {
	margin-bottom: 60px;
}

.fatias .fatia img{
	width: 100%;
	animation: slice 4s infinite;
}

@keyframes slice {
  	0% {transform: scale(1) translate(0, 25px);}
  	50% {transform: scale(0.90) translate(0, -25px);}
	100% {transform: scale(1) translate(0, 25px);}
}

.fatias .fatia h1 {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	font-size: 56px;
	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 p {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	font-size: 24px;
	font-weight: 300;
	color: rgba(60,60,59,1);
	text-transform: none;
	text-align: center;
	margin: 15px 0 0 0;
	text-shadow: 0.2px 0 0 rgba(60,60,59,1);
	letter-spacing: 1px;
}

.fatias .fatia p {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	font-size: 32px;
	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: inline-block;
	font-size: 48px;
	line-height: 44px;
	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;
	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: calc(100vw / 3);
	height: 60px;
	left: 50%;
	transform: translate(-50%, 0);
	padding: 0;
	margin: 0;
}

.fatias form input{
	position: relative;
	display: inline-block;
	width: calc(100% - 65px);
	height: 60px;
	line-height: 48px;
	margin: 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: inline-block;
	width: 60px;
	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.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	text-align: center;
	padding: 120px 0 60px 0;
}

.pizza-list-container .pizza {
	padding: 30px 0 30px 0;
	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 0 30px 0;
	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: calc(100% - 120px);
	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: 56px;
	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: 32px;
	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 10px 5px 10px;
	font-size: 24px;
	color: rgba(236,28,36,1);
}

.pizza-list-container .pizza table td span{
	font-size: 28px;
	font-weight: 500;
	color: rgba(225,177,114,1);
}

.contact {
	position: relative;
	display: block;
	width: 100vw;
	height: auto;
	padding: 120px 120px;
	background-image: url(../images/element-ovni-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	text-align: center;
}

.contact h1 {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	font-size: 52px;
	font-weight: 500;
	color: rgba(236,28,36,1);
	text-transform: none;
	text-align: center;
	padding: 0;
	margin: 0 0 30px 0;
	text-shadow: 0 3px 4px rgba(0,0,0,0.5);
	animation: glowingtwo 2s infinite;
	letter-spacing: 1px;
}

.contact p {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	font-size: 36px;
	text-transform: none;
	text-align: center;
	padding: 0;
	margin: 0 0 30px 0;
	letter-spacing: 1px;
}

.contact h1.blue {
	color: rgb(50,152,203);
	text-shadow: 0 3px 4px rgba(0,0,0,0);
}

.contact form {
	position: relative;
	display: block;
	overflow: hidden;
	width: auto;
	height: auto;
	text-align: center;
}

.contact form label {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	font-size: 24px;
	font-weight: 500;
	color: rgba(60,60,59,1);
	text-transform: none;
	text-align: center;
	padding: 0;
	margin: 0 0 5px 0;
	letter-spacing: 1px;
}

.contact form input{
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 38px;
	margin: 0 0 30px 0;
	padding: 0;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
	font-size: 22px;
	background-color: rgba(255,255,255,0);
	border: 3px solid rgba(50,152,203,1);
	outline: none;
	transition: all .4s ease;
}

.contact form input:focus{
	background-color: rgba(255,255,255,0.7);
}

.contact form textarea{
	position: relative;
	display: block;
	width: 100%;
	height: 140px;
	line-height: 38px;
	margin: 0 0 60px 0;
	padding: 0;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
	font-size: 22px;
	background-color: rgba(255,255,255,0);
	border: 3px solid rgba(50,152,203,1);
	outline: none;
	transition: all .4s ease;
}

.contact form textarea:focus{
	background-color: rgba(255,255,255,0.7);
}

.asg-h {
	height: 110px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.asg-h svg{
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	left: 50%;
	transform: translate(-50%, 0);
}

.asg-h h3{
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	font-weight: 300;
	color: rgb(33,33,33);
}

.asg-h {
	font-size: 28px;
}

.asg-d {
	padding: 5px 15px;
}

.col-sm-4 .asg-d {
	font-family: 'PT'; font-weight: 500;
	font-size: 22px;
	color: rgba(236,28,36,1);
	text-align: left;
}
.col-sm-2 .asg-d {
	font-family: 'PT'; font-weight: 500;
	font-size: 22px;
	color: rgb(33,33,33);
	text-align: center;
}

.col-sm-4 .asg-d:nth-child(odd) {
	font-family: 'PT'; font-weight: 500;
	font-size: 22px;
	color: rgba(50,152,203,1);
}

.asg-d {
	font-family: 'PT'; font-weight: 500;
	font-size: 22px;
}

.asg-d span{
	color: rgba(236,28,36,1);
}

.ingredients {
	padding: 60px 15px 0 15px;
}

.ingredients h2 {
	text-align: left;
	padding: 0;
	margin: 0;
	font-family: 'PT'; font-weight: 500;
	font-size: 32px;
}

.ingredients p {
	text-align: left;
	padding: 0;
	font-size: 22px;
	margin: 0 0 60px 0;
}

#google-maps{
	position:relative;
	display:block;
    overflow: hidden;
	width:100%;
	height:440px;
	background-color:rgba(0,255,0,0);
    margin:0 0 120px 0;
	opacity: 0.9;
}

#map{
	position:absolute;
	width:100%;
	height:470px;
}

#google-maps h4{
    position: relative;
    display: block;
    max-width: 340px;
    font-size: 28px;
	font-family: 'PT'; font-weight: 500;
	text-transform: lowercase;
    margin: 15px 0 10px 0;
    padding: 0;
    text-align: left;
}

#google-maps p {
	font-size: 18px;
}

.select-asg {
	display: none;
}

.selected-ig {
	display: none;
}

.campaigns {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100vw;
	height: auto;
}

.campaigns .campaign{
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.campaigns .campaign img{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.campaigns .campaign img.m{
	position: relative;
	display: none;
	width: 100%;
	height: auto;
}

#ifeed {
	position: relative;
	display: block;
	overflow: hidden;
	width: calc(100vw - 240px);
	height: calc(((100vw - 240px) / 5) * 2);
	padding: 0;
	margin: 60px 0 0 0;
	border:none;
}
