/* General Demo Style */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome.eot');
	src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome.svg#fontawesome') format('svg'),
		url('../fonts/fontawesome.woff') format('woff'),
		url('../fonts/fontawesome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: https://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
     /*position: absolute;*/
    height: 100%;
    width: 100%;
    display: block;

}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #c13030;
}



/*añadido*/



.logo{
	position:absolute;
	top:28px;
	left:28px;
	 z-index: 9999;
}

.blanco{
	background:rgba(70,130,175,0.5);
	position:absolute;
	width: 50%;
	height: 100%;
	top:0px;
	left: 50%;
}








.contenedor-blanco{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left:100px;
    margin-top: -30px;
}


@media (max-width:1024px) {
.blanco {
    width: 100% !important;
    top: 0px;
    left: 0 !important;
    position: relative;
    text-align: center;

}





.contenedor-blanco {
    left: 0;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    transform: none;
    top: 0;
}

.caja {
    float: none !important;
        margin: auto;
}
.boton_call {
    bottom: 0 !important;
    /* left: auto !important; */
    margin: auto;
    position: relative !important;
    text-align: center !important;
    left: initial !important;
        margin-top: 20px;
        margin-bottom: 40px;
}

.barra_verde{
display: none;
}    

.blanco{
	background:none !important;
}
}





.blanco_2{
display:block ;
position:absolute;
height:100%;
width:100%;
background:rgba(70,130,175,0.5);
top:0;
left:0;

}
@media (min-width:1024px) {

.blanco_2{
display:none;
}
}



.caja{
background:rgba(0,0,0,0.5);
max-width: 312px;
padding: 30px;
font-size: 14px;
margin-top: 60px;
float: left;
}



.boton_call{
    position: absolute;
    text-align: right;
    bottom: -49px;
    background: #c13030;
    color: white;
    max-width: 150px;
    left: 166px;
}

.boton_call a{
    padding: 15px;
    display: block;
}

.boton_call:hover{
    background: black;
}


.boton_call:hover a{
	color:white;
}

.boton_call a{
	color: white;
	font-weight: 600;
}

@media (max-width:480px) {

.caja {
    margin-top: 0px !important;
}
.contenedor-blanco {
    margin-top: 15px !important;
}


}









.caja ul {
padding-left:0px;
}


.caja ul li{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	list-style-type: none;
	line-height: 24px;
    letter-spacing: 0px;
}




.titulo_caja{
	font-size: 18px !important;
}

.location::before{
	content:url("../images/location.png");
	position: relative;
	margin-right: 5px;
	top: 3px;
}
.tfno::before{
	content:url("../images/telefono.png");
	position: relative;
	margin-right: 5px;
	top: 3px;
}

.mail::before{
	content:url("../images/mail.png");
	position: relative;
	margin-right: 5px;
}
.tfno{
    display: block;
    margin-bottom: 10px;
}
.location{
    display: block;
    margin-bottom: 10px;
}
.mail{
	display: block;
}


.linea_verde{
    background-color: #4985ae;
    width: 100%;
    height: 1px;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;

}



.barra_verde{
	position:absolute;
	bottom: 0;
	width: 100%;
	height: 6px;
	background: #4985ae;
}


/*añadido*/

.main,
.container > header {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1.875em 3.125em 1.875em;
}

.container > header {
	padding: 2.875em 1.875em 1.875em;
}

 h1 {


	font-family: 'Montserrat', sans-serif;
	font-size: 80px;
	line-height: 80px;
	margin: 0;
	/*float: left;*/
	font-weight: bold;
	color:#fff;
}

@media (max-width:1300px) {
 h1 {
	font-size: 60px;
	line-height: 65px;
}
}

@media (max-width:480px) {
h1 {
    font-size: 0px;
    line-height: 38px;
    margin-bottom: 40px;
}
.logo{
	text-align:center !important;
	width:100%;
		top:28px;
	left:0px;
}
}


.container > header span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.container > header nav {
	float: right;
}

.container > header nav a {
	display: block;
	float: left;
	position: relative;
	width: 2.5em;
	height: 2.5em;
	background: #000;
	border-radius: 50%;
	color: transparent;
	margin: 0 0.1em;
	border: 4px solid #47a3da;
	text-indent: -8000px;
}

.container > header nav a:after {
	content: attr(data-info);
	color: #47a3da;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	opacity: 0;
	pointer-events: none;
}

.container > header nav a:hover:after {
	opacity: 1;
}

.container > header nav a:hover {
	background: #47a3da;
}

.icon-drop:before, 
.icon-arrow-left:before {
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: #47a3da;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
}

.container > header nav a:hover:before {
	color: #000;
}

.icon-drop:before {
	content: "\e000";
}

.icon-arrow-left:before {
	content: "\f060";
}

