@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:600');
@import url('https://fonts.googleapis.com/css?family=Oswald');


body{
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
}
section div.fondo{
  background: url(../img/fondo.jpg) no-repeat center right; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	height: 989px;
	width: 100%;
	position: relative;
}
header{
	width: 100%;
	height: 125px;
	background-color: #ffffffb3;
	position: absolute;
	top: 0px;
	z-index: 2;
	display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: 1fr;
    grid-auto-flow: row;
    grid-gap: 60px;
}
footer{
	width: 100%;
	height: 150px;
	background-color: #1e4a5c;
}
.recuadro {
	padding: 10px 25px;
	background-color: #be1e2d;
	border-radius: 10px;
	position: absolute;
	top: 200px;
	right: 100px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 23px;
}
.origen {
    width: 124px;
    text-align: center;
    font-size: 18px;
    float: left;
	margin-top: -20px;
	margin-left: 40px;
}
.pagos {
    position: absolute;
    bottom: 48px;
    right: 100px;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
}
/*.espacio {
	height: 200px;
}*/
.pos1, .pos2, .pos3{
	position: absolute;
	top: 900px;
	width: 198px;
	border: 2px solid #fff;
}
.pos1{
	left: 100px;
}
.pos2{
	left: 320px;
}
.pos3{
	left: 540px;
}
.caja-azul, .caja-blanca {
	margin-left: 100px;
	padding: 15px;
	padding-left: 25px;
	padding-right: 25px;
	width: 460px;
}
.caja-azul {
	background-color: #27a9e1b3;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	float: left;
	margin-top: 200px;
}
.caja-blanca {
    margin-top: 20px;
    background-color: #ffffffb3;
	font-size: 18px;
	float: left;
	clear: both;

}
.caja1 {
	position: absolute;
	top: 1030px;
	left: 930px;
}
.caja2 {
	position: absolute;
	top: 1070px;
	left: 930px;
}
.caja3 {
	position: absolute;
	top: 1030px;
	left: 1170px;
}
.caja4 {
	position: absolute;
	top: 1070px;
	left: 1170px;
}
footer div a, footer div {
	color: #fff;
	text-decoration: none;
}
footer div img {
	margin-right: 10px;
	vertical-align: middle;
}
.oculta {
    display: none;
}

header img {
	margin-left: 50px;
	margin-top: 18px;
}
.telefono img {
	margin-right: 7px;
	margin-left: inherit;
	margin-top: initial;
	vertical-align: text-bottom;
}
header a {
	text-decoration: none;
	color: #0e96d5;
	font-size: 20px;
	justify-self: center;
	margin-left: 45px;
	display: block;
}
.telefono {
    font-size: 28px;
    justify-self: end;
    margin-right: 50px;
    margin-top: 35px;
    font-weight: bold;
}