@charset "utf-8";

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

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

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

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

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.woff2') format('woff2'),
        url('../fonts/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
body{
	background: #000;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
a {
  color: #FFF;
}
a:hover{
  color:#ffec00
}
.red{
	background: #ef3827;
	position: relative;
	z-index: 1;
}
header{
	background: #000000;
	margin: 0;
	padding: 0;
	overflow: visible;
	height: 100px;
	width: 100%;
	z-index: 99;
	position: relative;
}
.container{
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}
header .container-header{
	width: 90%;
	max-width: 1380px;
	margin: auto;
}
header .logo{
	position: relative;
	top: 20px;
	left: 0;
}
header .logo img{
	width: 129px;
	height: auto;
}
header .redes ul{
	margin: 0;
	padding: 29px 0 0 0;
	float: right;
}
header .redes ul li{
	margin: 0;
	list-style: none;
	display: inline;
}
header .redes ul li a{
	display: inline-block;
	padding: 5px;
}
header .redes ul li a img{
	width: 100%;
	max-width: 32px;
	height: auto;
}
.content-promo{
	width: auto;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
.content-promo img{
	width: 100%;
	padding: 80px 0;
	max-width: 400px;
	max-height: 683px;
	height: auto;
	margin: auto;
	text-align: center;
}
.content h1, .content h2{
	text-align: center;
}
.content h2{
	margin: auto;
	max-width: 690px;
	color: #ffec00;
	font-size: 32px;
	font-family: 'Gotham', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.content h1{
	color: #FFF;
	font-size: 40px;
	font-family: 'Gotham', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin: 0;
}
.content h1 .ultra{
	font-size: 60px;
	font-family: 'Gotham Ultra', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 900;
}
.content h1 .ultra-amarillo{
	font-size: 60px;
	font-family: 'Gotham Ultra', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 900;
	color: #ffec00;
	margin: 30px 0;
}
.otro-margin{
	position: relative;
	top: -5px;
}
.otro-margin-compensa{
	padding: 11px 0;
}
.otro-margin-compensa2{
	padding: 4px 0;
}
.content h1 .ultra-small{
	font-size: 46px;
	font-family: 'Gotham Ultra', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 900;
}
.content h1 small{
	font-size: 27px;
	font-family: 'Gotham Ultra', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 900;
	position: relative;
	top: -7px;
}
.content h1 .black{
	font-size: 46px;
	font-family: 'Gotham', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 600;
}
.posicion-h1{
	position: relative;
	top: 3px;
}
.whatsapp img{
	width: 100%;
    max-width: 270px;
    height: auto;
    position: relative;
    top: -5px;
}
.beneficios{
	margin: 50px 0;
}
footer{
	padding-bottom: 80px;
}
.triada{
	margin: 10px auto 0;
}
.triada .box-icon{
	margin: 0 auto;
	text-align: center;
	padding: 0;
	min-height: 120px;
}
.triada .box{
	padding: 0 50px;
}
.triada p{
	color: #fff;
	margin: 20px auto;
	text-align: center;
	padding: 0;
	font-size: 17px;
	font-family: 'Gotham Book';
}
.triada p small{
	font-size: 12px;
	margin: 20px auto 0;
}
.triada p:last-child{
	margin-bottom: 0;
}
@media (max-width: 1080px) {
	.box{
		flex: 0 0 100%;
    	max-width: 100%;
		margin-bottom: 40px;
	}
	header{
		height: 72px;
	}
	header .container{
		width: 100%;
		max-width: calc(100% - 5%);
		margin: 0 5%;
	}
	header .logo{
		position: relative;
		top: 20px;
		left: 0;
	}
	header .logo img{
		width: 80px;
		height: auto;
	}
	.triada{
		max-width: 600px;
		margin: auto;
	}
	.triada .box-icon{
		min-height: auto;
	}
	.box p:last-child{
		margin-bottom: 0;
	}
	.triada .box:last-child {
   		padding: 0 50px;
		margin-bottom: 0;
	}
	header .redes ul {
		padding: 15px 0 0 0;
	}
}
@media (max-width: 420px) {
	.content h2 {
		font-size: 24px;
	}
	.content h1{
    	font-size: 27px;
	}
	.content h1 .ultra {
    	font-size: 36px;
	}
	.content h1 .ultra-small {
    	font-size: 30px;
	}
	.content h1 .black {
		font-size: 30px;
	}
	.content h1 small {
		font-size: 17px;
		top: -4px;
	}
	.box p:last-child{
		margin-bottom: 0;
	}
	.triada .box:last-child {
   		padding: 0;
		margin-bottom: 0;
	}
	.triada .box{
		padding: 0 0;
	}
	.triada .box p{
		font-size: 16px;
	}
	.triada p small{
		font-size: 12px;
	}
	.whatsapp img {
		width: 100%;
		max-width: 168px;
		height: auto;
		position: relative;
		top: -3px;
	}
}
@media (max-width: 340px) {
	.content h2 {
		font-size: 20px;
	}
	.content h1{
    	font-size: 18px;
	}
	.content h1 .ultra {
    	font-size: 29px;
	}
	.content h1 .ultra-small {
    	font-size: 25px;
	}
	.content h1 .black {
		font-size: 25px;
	}
	.content h1 small {
		font-size: 12px;
		top: -4px;
	}
	.posicion-h1 {
		top: 1px;
	}
	.whatsapp img {
		max-width: 149px;
		top: -4px;
	}
	.triada .box {
		padding: 0;
	}
	.triada .box p{
		font-size: 14px;
	}
	.triada p small{
		font-size: 10px;
	}
}
