body {
    background-color: #fff;
    color: #000;
    font-family: 'Everyday Sans Web';
	letter-spacing: 0;
}
* {
    box-sizing: border-box;
}
a {
    color: #fff;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -ms-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
    text-decoration: none;
}
.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
	background: url("../images/bg.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	height: calc(100% - 138px);
	min-height: 480px;
	-webkit-background-size: 60%;
	background-size: 60%;
}

.prefooter img {
	height: 30px;
	margin: 0 5px;
	vertical-align: middle;
}
.prefooter .container {
	text-align: left;
	margin-bottom: 10px;
}
.container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    overflow: hidden;
}
.header {
    background: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom:3px solid #0053e2;
}
.header img {
	height: 40px;
}
.footer .container {
	border-top:1px solid #000;
	padding-top: 10px;
}
.footer p {
    text-align: center;
	color: #000;
	font-size: 14px;
}
.btn {
	border:1px solid #0071DC;
	display: inline-block;
    padding: 10px 20px 8px;
    border-radius: 21px;
	margin-right: 10px;
    line-height: 100%;
	background: #FFF;
	color: #0071DC;
	margin-bottom:10px;
}
.btn.active {
	color:#FFF;
	background: #0071DC;
	
}
.botonera {
	text-align: center;
}
.botonera .btn {
	color: #0071DC;
	background: #FFF;
	margin: 0 10px;
}
body {
	height: 100vh;
}
.txt {
	width: 50%;
    margin-bottom: 100px;
}
.txt p {
	color: #041E42;
}
.bg_mobile {
	display: none;
}
.txt ul li {
	color: #041E42;
	display: block;
	line-height: 120%;
	margin-bottom: .3rem;
}
.txt ul li::before {
	content:'';
	display: inline-block;
	background-image: url("../images/trophy-solid.svg");
	width: 1rem;
	height: 1rem;
	background-repeat: no-repeat;
	margin-right: .5rem;
	vertical-align: middle;
}
.txt ul {
	padding-left: 0;
	margin-bottom: 1.5rem;
	column-count:2;
}
@media (max-width:1190px) {
	.wrapper,.footer,.header {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
@media (max-width:768px) {
	.wrapper {
		background: none;
		height: auto;
	}
	.wrapper,.footer,.header {
		padding-left: 0;
		padding-right: 0;
	}
	.bg_mobile {
		display: block;
		width: 100%;
	}
	.txt {
		width: 100%;
		padding: 30px;
		box-sizing: border-box;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.txt ul {
		column-count:1;
	}
	.btn {
		text-align: center;
		width: 100%;
		margin: 0;
		margin-bottom: 1rem;
	}
	.botonera .btn	{
		width: 100%;
		margin: 0;
		margin-bottom: 1rem;
	}
	.botonera {
		width: 100%;
		padding: 30px;
		padding-top:0;
	}
	.prefooter img {
		margin: 10px;
	}
	.prefooter {
		padding-left: 30px;
		padding-right: 30px;
	}
	.header,
	.footer {
		padding-left: 30px;
		padding-right: 30px;
	}
}
.container.legal em {
	font-size:15px
}
.txt a {
	background: #0053e2;
	border:1px solid #0053e2;
    border-radius: 21px;
    line-height: 100%;
	color: #FFF;
	padding: 10px 20px;
    display: inline-block;
}