@charset "utf-8";
/* CSS Document */

html,
body {
	font-family: 'Barlow Condensed', sans-serif;
	color: #5e5e5e;
	width:auto!important;
	overflow-x: hidden!important;
	margin-top: 0px!important;
	font-size: 1.1rem;
    line-height: 2rem;
}

a
 {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #5c9d72;
	text-decoration: none;
}
h1,
h2 {
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
}
h1 {
	color:#fff;
	font-size: 8rem;
	font-weight: 700;
}
h2.mobile-h2 {
	margin: 70px 0 50px;
}
h2 {
	color:#ffffff;
  	font-weight: 300;
	font-size: 5.7rem;
}
h3 {
	text-align: center;
	color:#21443D;
    font-weight: 600;
	font-size: 3rem;
	margin-bottom:1.5rem;
}

h4 {
	font-size: 30px;
}
.header {
	width:100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;	
	background-image: url(../img/foto-header.jpg);
}
.header_img img{
	width: 100%;
}
.navbar-header > img {
    width: 250px;
    margin-top: 2rem;
}
.contact {
	text-align: right;
	color: #fff;
	font-weight: 300;
	font-size:1.5rem;
	margin-top: 7rem;
}
.contact i {
	margin-left: 1rem;
}
.contact br {
	display: none;
}
#row1 {
	background: #21443D;
	width:100%;
	color:#fff;
	font-size: 2rem;
	line-height: 2.5rem;
	padding:5rem;
}
#row1 strong{
	font-weight: 600;
}
#row2 {
	width:100%;
	font-size: 1.5rem;
	line-height: 2rem;
	padding:5rem;
}
#row2 strong{
	font-weight: 600;
	color:#21443D;
}
.container {
	text-align: center;
}/*
.header > .container {
	min-height: 320px;
}*/
.payoff{
	bottom:1.5rem;
	margin-top: 150px;
  	position: absolute;
   	left: 0;
   	right: 0;
   	z-index: 300;
}

.footer{
	background: #21443D;
	width:100%;
	color:#fff;
	font-size: 2rem;
	line-height: 2.5rem;
	padding:5rem;
	text-align: center;
} 
.footer img{
	width:180px;
	display: inline-block;
	margin-bottom:1.5rem;
}
.footer h4 {

	font-weight: 600;
}
.footer p {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 300;
}


@media screen and (max-width:1200px) {
	h1 {
		font-size: 5rem;
        text-align: center;
	}
	h2 {
		font-size: 3.6rem;
        text-align: center;
	}
	h3 {
		font-size: 1.6rem;
        text-align: center;
	}
	.contact br {
		display: inline-block;
	}

	.contact span {
		display:none;
	}
}
/*--------*/



@media screen and (max-width:767px) {
	
	h1 {
		font-size: 2.2rem;
        text-align: center;
	}
	h2 {
		font-size: 1.6rem;
        text-align: center;
	}
	h3 {
		font-size: 1.6rem;
        text-align: center;
	}
	
	#row1 {
		font-size: 1.6rem;
		padding:2rem;
	}
	#row2, .footer {
		font-size: 1.6rem;
		padding:2rem;
	}

	
	/*
	.payoff{
		margin-top: -30px;
		width:70%;	
	}
	*/
	.contact {
		text-align: center;
    	margin-top: 2rem;	
	}
	.contact i {
		display: block;
	}
	.footer * {
		text-align:center;
	}
}


/*--------*/

@media screen and (max-width: 480px) {
	
	
/*--------*/
