/* rojo: #ed1c24, 237, 28, 36; amarillo: #ffda00, 255, 218, 0 */
*,*::before,*::after {
	box-sizing: border-box;
}
body,h1,h2,h3,h4,p,ul[class],ol[class],li,figure,figcaption,blockquote,dl,dd {
	margin: 0;
}
body {
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}
@font-face {
	font-family: avenir;
	src: url(../font/avenir.otf);
	font-display: swap;
}
@font-face {
	font-family: avenirBold;
	src: url(../font/avenirBold.otf);
	font-display: swap;
}
@font-face {
	font-family: bauerBodoni;
	src: url(../font/bauerBodoni.otf);
	font-display: swap;
}
header {
	width: 100%;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0px;
	z-index: 99;
}
header .logo {
	max-height: 65px;
}
.one, .two, .three, .four, .five {
	height: 85vh;
	position: relative;
}
.one video {
	object-fit: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.one .overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	/*background: rgba(237, 28, 36, .9);
	mix-blend-mode: multiply;*/
	pointer-events: none;
}
.one .text {
	padding: 6vw;
	position: absolute;
	z-index: 3;
}
.one h1, .one h2 {
	text-transform: uppercase;
}
.one h1 {
	font-family: bauerBodoni;
	font-size: 9vw;
	line-height: 8vw;
	color: #fff;
	max-width: 60%;
}
.one h2 {
	font-family: avenir;
	color: #fff;
	font-size: 2.5vw;
}
#changeText {
	opacity: 1;
	transition: opacity 0.5s;
}
.hide {
	opacity: 0 !important;
}
.one a {
	font-family: avenir;
	background: #ed1c24;
	color: #fff;
	padding: 7px 40px;
	font-size: 1.5vw;
	border-radius: 30px;
	display: inline-block;
	margin-top: 50px;
	font-weight: 600;
	letter-spacing: 4px;
	text-decoration: none;
}
.two {
	background: url(../img/two.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
.three {
	background: url(../img/three.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
.four {
	background: url(../img/four.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
.five {
	background: url(../img/five.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
.two .overlay, .three .overlay, .four .overlay, .five .overlay {
	background: rgba(0, 0, 0, .2);
	width: 100%;
	height: 100%;
	/*mix-blend-mode: multiply;*/
	z-index: 1;
}
.two .text, .three .text, .four .text, .five .text {
	z-index: 2;
	position: absolute;
	bottom: 10%;
	left: 5%;
}
.two h2, .three h2, .four h2, .five h2 {
	font-family: bauerBodoni;
	color: #fff;
	font-size: 6.5vw;
	line-height: 6vw;
	/*text-shadow: 0 0 10px rgba(0, 0, 0, .5);*/
}
.two p, .three p, .four p, .five p {
	font-family: avenir;
	color: #fff;
	font-size: 2vw;
	line-height: 2.5vw;
	text-shadow: 0px 0px 40px rgba(0, 0, 0, .6);
}
.two a, .three a, .four a, .five a {
	font-family: avenirBold;
	background: #ed1c24;
	color: #fff;
	padding: 10px 20px;
	font-size: 1.6vw;
	border-radius: 30px;
	display: inline-block;
	text-decoration: none;
	margin-top: 15px;
}
.six {
	padding: 50px 0px;
	background: #ed1c24;
}
.swiper {
	width: 100%;
	height: fit-content !important;
}
.swiper-slide {
	width: 100%;
	height: fit-content !important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 20px 7%;
}
.swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}
.six h2 {
	width: fit-content;
	margin:0 auto;
	font-family: avenir;
	color: #fff;
	font-size: 4vw;
	margin-bottom: 70px;
}
.six h3 {
	font-family: bauerBodoni;
	color: #fff;
}
.six p {
	font-family: avenir;
	color: #fff;
}
.seven {
	background: #fff;
	padding: 120px 70px;
}
.seven h2 {
	width: fit-content;
	margin:0 auto;
	font-family: avenir;
	color: #ed1c24;
	font-size: 4vw;
	margin-bottom: 70px;
}
.seven p {
	margin: 15px 0px;
	color: #000;
	font-family: avenir;
}
footer {
	padding: 120px 70px;
	background: #ed1c24;
	display: flex;
	color: #fff;
	align-items: center;
	justify-content: center;
	font-family: avenir;
}
footer .column {
	flex: 33.33%;
}
footer iframe {
	width: 80%;
	height: 400px;
	border:0;
	outline:0;
}
footer h2 {
	margin-bottom: 15px;
}
footer a {
	color: #fff;	
	text-decoration: none;
	display: block;
	margin-bottom: 20px;
	width: fit-content;
}
footer a img {
	vertical-align: middle;
	margin-right: 10px;
}
.copyright, .copyright a {
	text-align: center;
	text-decoration: none;
	font-family: avenir;
	color: #fff;
	background: #ed1c24;
}
#whatsApp {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 99;
	display: none;
}
#whatsApp img {
	max-height: 100px;
}
.showWhatsApp {
	display: block !important;
}
.hideWhatsApp {
	display: none !important;
}
@media only screen
and (min-width: 320px)
and (max-width: 736px) {
	nav .logo {
		max-height: 50px;
	}
	nav .menu {
		max-height: 50px;
		padding-top: 0px;
		cursor: pointer;
	}
	.one, .two, .three, .four, .five {
		height: 100vh;
		position: relative;
		background-attachment: initial;
	}
	.one .text {
		display: flex;
		align-items: baseline;
		justify-content: end;
		height: 100%;
		flex-direction: column;
		padding-bottom: 150px;
	}
	.one h1 {
		font-size: 12vw;
		line-height: 11vw;
		max-width: 80%;
	}
	.one h2 {
		font-size: 4.5vw;
	}
	.one a {
		padding: 7px 20px;
		font-size: 4vw;
		margin-top: 15px;
		letter-spacing: 1px;
	}
	.two h2, .three h2, .four h2, .five h2 {
		font-size: 10vw;
		line-height: 9vw;
	}
	.two p, .three p, .four p, .five p {
		font-size: 4vw;
		line-height: 5vw;
	}
	.two a, .three a, .four a, .five a {
		padding: 7px 20px;
		font-size: 4vw;
		margin-top: 15px;
		letter-spacing: 1px;
	}
	.swiper-slide {
		padding: 0px 60px;
		text-align: justify;
	}
	.swiper-slide h3 {
		margin-bottom: 15px;
	}
	.four {
		background: url(../img/four-m.jpg);
		background-position: center center;
    	background-size: cover;
	}
	.five {
		background: url(../img/five-m.jpg);
		background-position: center center;
    	background-size: cover;
	}
	.six {
		padding: 20px 0px 40px 0px;
	}
	.six h2 {
		font-size: 13vw;
		margin-bottom: 25px;
	}
	.seven {
		padding: 20px;
	}
	.seven h2 {
		font-size: 9vw;
		line-height: 10vw;
	}
	.seven p {
		margin: 15px 0px;
	}
	footer {
		flex-direction: column;
		padding: 20px;
		align-items: initial;
	}
	footer .column {
		margin-bottom: 40px;
	}
	footer iframe {
		width: 100%;
		height: 250px;
		border:0;
		outline:0;
	}
	#whatsApp img {
		max-height: 70px;
	}
}