body {
	font-family: 'Lexend Deca', sans-serif;
	overflow-x: hidden;
}
.container-fluid {
	padding-right: 0px;
}

#bgvid1920 {
	display: block;
  	object-fit: cover;
  	width: 101vw;
  	height: 100vh;
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
}
.head-logo {
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 1;
}
nav {
	position: absolute;
	right: 15px;
	height: 80px;
	width: 100%;
	z-index: 2;
}

nav ul {
	float: right;
	margin-right: 20px;
}

nav ul li {
	display: inline-block;
	line-height: 80px;
	margin: 0 5px;
}

nav ul li a {
	color: #fff;
	font-size: 15px;
	padding: 7px 13px;
	border-radius: 3px;
	text-decoration: none;

}
a:hover {
	color: #fff;
	text-decoration: none;
}

.checkbtn {
	font-size: 30px;
	color: black;
	float: right;
	line-height: 80px;
	margin-right: 40px;
	cursor: pointer;
	display: none;
}

#check {
	display: none;
}

@media (max-width: 1320px){
	.checkbtn {
		display: block;
	}
	nav ul li a {
		font-size: 16px;
	}

	ul {
		position: fixed;
		width: 100%;
		height: 100vh;
		background: rgba(255, 255, 255, .9);
		top: 100px;
		left: -100%;
		text-align: center;
		transition: all .5s;
		z-index: 1;
	}

	nav ul li {
		display: block;
		margin: 35px 0;
		line-height: 25px;
		z-index: 2;
	}

	nav ul li a {
		font-size: 18px;
		color: #000;
	}

	a:hover, a.active {
		background: none;
		color: #000;
	}

	#check:checked ~ ul {
		left: 0;
	}
}

.social {
	position: absolute;
    right: 115px;
    top: 100px;
    z-index: 3;
    transform: translateX(100%);
}
.social img {
	padding-top: 15px;
}

.clear-head {
	position: relative;
	margin-top: 100vh;
}

.intro {
	background-color: #005cff;
}
.intro img {
	position: relative;
	left: 50%;
	top: 15%;
	transform: translateX(-50%);
}
.intro h2, .intro p {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	text-align: center;
	padding: 15px;
	max-width: 65%;
}
.intro p {
	font-weight: 500;
}
.space {
	height: 35px;
}
.waves {
	position: absolute;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
}
.fix-height {
	height: 215px;
}
.sucursales {
	position: relative;
	background-color: #e73743;
	z-index: -1;
	padding-left: 35px;
}
.sucursales p, .sucursales h1 {
	color: #fff;
	padding: 15px 15px 15px 45px;
}
.sucursales p, .mayoreo p, .eventos p {
	font-size: 1.25em;
}
.sucursales h1, .mayoreo h1, .eventos h1 {
	font-size: 2em;
}
.suc-inner, .may-inner, .event-inner {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.experience {
	position: relative;
	background-color: #000;
	z-index: -1;
}
.experience img {
	width: -webkit-fill-available;
}
.mayoreo {
	position: relative;
	background-color: #00adbc;
	padding-left: 35px;
}
.mayoreo p, .mayoreo h1, .eventos p, .eventos h1 {
	color: #fff;
	padding: 15px 0px 5px 0px;
}
.may-inner, .event-inner {
	top: 25%;
}
.blue {
	position: relative;
}
.blue-ice {
	width: -webkit-fill-available;
	z-index: -1;
}
.blue-logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%);
}
.eventos {
	position: relative;
	background-color: #db0a33;
	padding-left: 35px;
}
.eventos-dsk {
	width: -webkit-fill-available;
}

footer {
	width: 100%;
	position: relative;
	background-color: #005cff;
}

.contact {
	position: relative;
	left: 33%;
	padding-top: 50px;
	padding-bottom: 75px;
	
}
.contact-inner p {
	color: #fff;
	font-size: 1.5em;
}
.underline {
	border-bottom: 2px solid #fff;
	margin-top: -8px;
	margin-left: -29px;
}
.social-footer {
	text-align: center;
	color: #fff;
	font-family: 'Lexend Deca', sans-serif;
}
.social-footer p {
	font-size: 1.2em;
	font-family: 'Lexend Deca', sans-serif;
}
.social-footer-inner {
	display: inline-block;
}
.social-footer-inner a {
	padding: 35px 20px;
}
.footer-waves {
	position: absolute;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0px;
}
.footer-logo {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 230px;
    padding-bottom: 25px;
}





@media (max-width: 1536px) {
	
}

@media (max-width: 1366px) {
	
}

@media (max-width: 1280px) {
	
}

@media (max-width: 428px) {
	body {
		overflow-x: hidden;
	}
	
}

@media (max-width: 414px) {
	
}

@media (max-width: 360px) {
	
}