:root { 
    --white: #ffffff;
    --red: #c6102e;
    --black: #333;
    --grey: #e7ebee;
    --blue: #365aa2;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.eot');
    src: url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff'),
        url('fonts/Montserrat-Bold.ttf') format('truetype'),
        url('fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.eot');
    src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff'),
        url('fonts/Montserrat-Regular.ttf') format('truetype'),
        url('fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Medium.eot');
    src: url('fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Medium.woff2') format('woff2'),
        url('fonts/Montserrat-Medium.woff') format('woff'),
        url('fonts/Montserrat-Medium.ttf') format('truetype'),
        url('fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-SemiBold.eot');
    src: url('fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('fonts/Montserrat-SemiBold.woff') format('woff'),
        url('fonts/Montserrat-SemiBold.ttf') format('truetype'),
        url('fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}
.container, .container-fluid {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.black {
	color: var(--black);
}
.white {
	color: var(--white);
}
.red {
	color: var(--red);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-red {
	background: var(--red);
}
.home {
	width: 100%;
	height:100%;
	background:url(images/bg.png) no-repeat center center;
	background-size:cover;
}
.aval {
	margin-top: 20px;
	margin-bottom: 50px;
	width: 280px;
}
.logo {
	width: 500px;
	max-width: 90%;
	margin-bottom: 30px;
}
h2 {
	border: 3px solid #fff;
	color:#fff;
	font-weight: bold;
	width: 430px;
	max-width: 100%;
	padding: 20px;
	margin: 0 auto 30px auto;
	border-radius: 12px;
}
.descarga {
	font-weight:800;
	color:#fff;
	font-size: 30px;
}
.disponible {
	font-size: 20px;
}
.botones {
	margin-top: 20px;
}
.botones img {
	width: 200px;
}
footer {
	background:#000;
	color:#fff;
	padding-top: 40px;
}
footer a {
	color:#fff !important;
	text-decoration: none;
}
.pie {
	text-align: right;
}
.pie img {
	width: 110px;
}
.politicas {
	padding-top: 50px;
}

@media(max-width:498px) {
	.aval {
 		width: 220px;
	}
	.logo {
  		max-width: 85%;
  	}
  	.h2, h2 {
 		font-size: 22px;
	}
	.descarga {
  		font-size: 28px;
	}
	.disponible {
  		font-size: 18px;
	}
	.politicas {
		padding-top: 0;
	}
	.pie, .politicas {
  		text-align: center;
	}
	body {
		font-size: 15px;
	}
}