@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Gotham';
    src: url('GothamBold.woff2') format('woff2'),
        url('GothamBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('GothamMedium.woff2') format('woff2'),
        url('GothamMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('GothamBlack.woff2') format('woff2'),
        url('GothamBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('GothamMedium.woff2') format('woff2'),
        url('GothamMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('GothamBold.woff2') format('woff2'),
        url('GothamBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('GothamBlack.woff2') format('woff2'),
        url('GothamBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Black.woff2') format('woff2'),
        url('Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Bold.woff2') format('woff2'),
        url('Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Medium.woff2') format('woff2'),
        url('Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('Gotham-Book.woff2') format('woff2'),
        url('Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Bold.woff2') format('woff2'),
        url('Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Black.woff2') format('woff2'),
        url('Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('Gotham-Ultra.woff2') format('woff2'),
        url('Gotham-Ultra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('Gotham-Book.woff2') format('woff2'),
        url('Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Bold.woff2') format('woff2'),
        url('Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Medium.woff2') format('woff2'),
        url('Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
html, body {
  width: auto;
  height: 100%;
}
body, .general{
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Gotham';
	color: #FFFFFF;
	background: #f60005;
	overflow-x: hidden;
	}
.header{
	width: 100%;
	position: absolute;
	height: 80px;
	background: #000000;
	z-index: 3;
	}
.logo {
    width: 132px;
    height: 48px;
    margin: 16px 0;
}
.logo img{
	width: 100%;
	height: auto;
}
.content{
	width: 100%;
	position: absolute;
	z-index: 2;
	padding: 80px 0 0;
	}
.content-video{
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
  /* display: none; */
}

.img-responsive{
	width: 100%;
	height: auto;
}
.hero{
	padding: 100px 0 0;
	margin: auto;
	text-align: center;
}
.hero-title{
	margin-bottom: 40px;
}
.hero-title img{
	width: 100%;
	max-width: 600px;
	height: auto;
}
.footer-pack{
	margin: auto;
	text-align: center;
}
.footer-pack img{
	width: 100%;
	max-width: 360px;
	height: auto;
}
.beneficios2 img {
    width: 100%;
    max-width: 840px;
    height: auto;
}
.btn{
	font-size:35px;
	padding: 12px 6px;
	border-radius: 10px;
	color: #FFF;
	transition: background ease-in-out .4s;
	display: inline-table;
	font-weight: bold;
    font-style: normal;
    font-display: swap;
	text-decoration: none;
}
.beneficios{
	padding: 55px 0;
	margin: auto;
	text-align: center;
}
.beneficios2{
	padding: 60px 0 0;
	margin: auto;
	text-align: center;
}
.lista{
	margin: 0 auto 20px;
}
.lista-footer{
    margin: 110px auto 60px;
    max-width: 840px;
    width: 100%;
}
.margin-otro{
    margin: 0 auto 0;
	text-align: center;
}
.beneficios img{
	max-width: 100%;
	height: auto;
}
.Tsmall{
	font-size: 30px;
	line-height: 0.95em;
}
.Tbig{
	font-size: 66px;
	line-height: 0.85em;
}
.Tlight{
	font-size: 26px;
	font-family: 'Gotham Book';
    src: url('Gotham-Book.woff2') format('woff2'),
        url('Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
	line-height: 0.95em;
	position: relative;
	top: -10px;
}
.btn{
	margin: auto;
	text-align: center;
}
.btn img {
    width: 400px;
    max-width: 400px;
    height: auto;
    padding: 4px 14px 0;
}
.btn.primary{
	background: #00e800;
	transition: background ease-in-out .4s;
	text-align: center;
}
.btn.primary:hover, .btn.primary:focus{
	background: #06ff06;
	transition: background ease-in-out .4s;
}
.btn.secundary{
	background: #1b1c20;
	transition: background ease-in-out .4s;
}
.btn.secundary:hover, .btn.secundary:focus{
	background: #e42b20;
	transition: background ease-in-out .4s;
}

#activalo2 {
  display: none;
}

video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
}
.vDesktop{
	display:block;
}
.vMobile{
	display:none;
}
.footer {
    width: 100%;
    position: relative;
    height: auto;
	background-position: center -17px;
    padding: 60px 0 70px;
    z-index: 2;
	margin: auto;
	text-align: center;
}
.content-footer {
    margin-bottom: 15px;
    width: 100%;
	text-align: center;
}
.content-footer img{
	width: 100%;
	max-width: 340px;
	height: auto;
}
.arrow-d img{
	width: 100%;
    max-width: 150px;
    height: auto;
    position: relative;
    top: 0;
}
.arrow-d{
	display: block;
}
.arrow{
	display: none;
}
.content-inner {
    width: 90%;
    margin: auto;
    max-width: 840px;
}

/* ---------------- RESPONSIVE STYLES ---------------- */

@media (max-width: 700px) {
	.vDesktop{
		display:none;
	}
	.vMobile{
		display:block;
	}
   #activalo2{
       display: initial;
   }
	.arrow-d{
		display: none;
	}
	.arrow{
		display: block;
	}
	.arrow {
		position: relative;
		bottom: 0;
		left: 50%;
		margin: 0 0 0 -35px;
		width: 70px;
		z-index: 2;
		display: block;
	}
	.btn{
		text-align: left;
	}
	.content-inner{
		width: 80%;
		text-align: left;
	}
	.btn{
		font-size:34px;
	}
}
@media (max-width: 600px) {
	.btn{
		text-align: left;
	}
	.content-inner{
		width: 90%;
	}
	.hero{
		text-align: left;
		padding: 70px 0;
	}
	.btn{
		font-size:24px;
	}
	.footer-pack img {
		width: 90%;
		max-width: 360px;
	}
	.footer {
		width: 100%;
		padding: 50px 0 50px;
	}
	.beneficios2 {
		padding: 0 0 0;
	}
}
@media (max-width: 420px) {
.hero{
		text-align: left;
		padding: 40px 0;
	}
.btn {
    width: 100%;
    max-width: 90%;
    text-align: center;
    margin: auto;
    display: block;
}
.btn img{
	width: 90%;
	max-width: 280px;
	text-align: center;
	margin: auto;
}
.footer {
		width: 100%;
	}
.footer {
    padding: 30px 0 40px;
}
}
@media (max-width: 411px) {
.btn img {
    width: 90%;
    max-width: 220px;
    height: auto;
    padding: 4px 14px 0;
	margin: auto;
	text-align: center;
}
.content-footer img{
	width: 90%;
    max-width: 400px;
    height: auto;
	margin: auto;
	text-align: center;
}
}
@media (max-width: 320px) {

}
