@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');


body {
	color: #666;
    background-color: #fff;
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.7em;
}

a {
    color: #2ea3f2;
    text-decoration: none;
}

/*NAV BAR*/

.navbar .nav-link {
	font-size: 14px;
	text-transform: uppercase;
}

.navbar-light .navbar-toggler {
	border: 0;
}
.navbar-light  {
	box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
}

@media (max-width: 768px) {
	.navbar-collapse .nav-link {
		padding: .8rem 1rem;
		border-bottom: 1px solid rgba(0,0,0,.03);	
	}
}

/*END NAV BAR*/


/* Front */



.front .cont-header {
	text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0.4);
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.front .cont-header .cont-video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.front .cont-header .cont-video video{
	width: 100vw;
}

.front .cont-header .cont-intro {
	min-height: 100%;
	min-height: 100vh;
	padding-left: 80px;
	display: flex;
	margin: 0 auto;
	align-items: center;
}

.front .cont-header h1{
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 70px;
    line-height: 1.2em;
	color: white;
	max-width: 700px;
}


.front .cont-header .text{
	font-family: 'Montserrat', sans-serif;
    font-size: 20px;
	line-height: 1.8em;
	padding: 0;
	color: white;
}

.front .cont-header .btn {
	color: #ffffff!important;
    background: #fa7f28;
    border-width: 6px!important;
    border-color: #fa7f28;
    border-radius: 5px;
    letter-spacing: 2px;
    font-size: 16px;
	font-family: 'Lato', sans-serif;
    font-weight: 900!important;
    text-transform: uppercase!important;
    background-color: #fa7f28;
	margin: 20px 0;
}


.front .contenido{
	
}

.front .contenido h2{
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	text-transform: uppercase;
	text-decoration-style: dotted;
    font-size: 60px;
	color: #353740;
	margin: 3rem;
}

.front .contenido h3 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 24px;
    color: #3f3f3f;
    letter-spacing: 1px;
	margin: 20px auto;
}

.front .contenido h4 {
	margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 44px;
	color: #353740;
	margin-bottom: 15px;
}

.front .contenido h4 a {
	color: #353740;
	text-decoration: none;
}

.front .contenido .btn {
	color: #ffffff!important;
    background: #fa7f28;
    border-width: 6px!important;
    border-color: #fa7f28;
    border-radius: 5px;
    letter-spacing: 2px;
    font-size: 16px;
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 900!important;
    text-transform: uppercase!important;
    background-color: #fa7f28;
}



.front .contenido .logos {
}

.front .contenido .empresas {
	font-size: 20px;
	padding-left: 15px;
	color: #747d88;
	font-weight: 500;
}

.front .contenido .empresas p{
	line-height: 1.5em;
}


.front .cont-contacto {
	margin-top: 80px;
	background-image: linear-gradient(180deg,#000046 0%,#1cb5e0 100%)!important;
}

.front .contacto {
	padding: 5vw 0;
	color: white;
	max-width: 800px;
	text-align: center;
}

.front .contacto input, .front .contacto textarea{
	border-radius: 0;
	margin-bottom: 3%;
	height: auto;
	border:  none;
	color: black;
	padding: 15px !important;
}

.front .contacto h1 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 50px;
    padding: 1.5em;
}

.front .contacto .btn {
    color: #000000!important;
    background: #ffffff;
    border-width: 0px!important;
    border-color: #ffffff;
    border-radius: 5px;
    letter-spacing: 2px;
	font-family: 'Lato', sans-serif;
    font-weight: 900!important;
    text-transform: uppercase!important;
    background-color: #ffffff;
}

@media (max-width: 768px) {
	.front .contacto .btn {
		font-size: 20px!important;
		letter-spacing: 2px;
		padding: 10px 20px;
	}
}

/* //Front */


footer {
	background-color: #515151;
    padding: 15px !important;
    color: #fff;
	font-size: 15px;
	font-weight: 500;
}


@media (max-width: 768px) {
	
	.navbar-brand img{
		width: 80%;
	}
	
	.front .cont-header {
		background-image: url(/images/fondo.jpg);
		background-size: cover;
		padding-top: 15vh !important;
	}
	
	.front .cont-header .cont-intro {
		min-height: auto;
		min-height: auto;
		display: flex;
		align-items: center;
		margin-top: 0px;
		padding-left: 0
	}
	
	.front .cont-header .cont-video {
		display: none;
	}
	
	.front .cont-header h1{
		font-size: 24px;
		font-weight: 700;
	}
	
	.front .cont-header .text {
		font-weight: 300;
	}
	
	.front .contenido h2 {
		font-size: 29px;
		margin: 0 auto 10px 15px;
	}
	
	.front .contenido h4 {
		font-size: 30px;
		margin: 15px 0;
		line-height: 1em;
	}
	
	.front .contacto h1 {
		font-size: 32px;
		padding: 30px 0;
	}
	
	footer {
		font-size: 12px;
		text-align: center;
	}
	
	
}
