/*-------------
 	General
-------------*/
*{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

body {
	font-family: 'Montserrat', sans-serif;
	height: 100vh;
}

html{
	font: normal 16px sans-serif;
	color: #555;
}

ul, nav{
	list-style: none;
}

a{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	color: #009fe5;
	opacity:1;
}

a:hover{
	color: #001e50;
}

a.btn{
	color: #fff;
	border-radius: 4px;
	background-color: #2196F3;
	font-weight: 800;
	text-align: center;
}

hr{
	width: 150px;
	height: 2px;
	background-color: #f5f5f5;
	border: 0;
	margin-bottom: 50px;
	margin-top: 10px;
}

section{
	display: flex;
	flex-direction: column;
	align-items: center;

	padding: 125px 100px;
}

svg{
	width: 100%;
	margin-top: -10px;
	transition: 0.3s;
}

@media (max-width: 1000px){

	section{
		padding: 100px 50px;
	}

	.section_2 p{
		padding: 0px;
	}

}

@media (max-width: 600px){

	section{
		padding: 80px 30px;
	}

	.tabla{
		padding: 60px 5px;
	}

	.contacto .title{
		padding: 0px;
		text-align: center !important;
	}

	.contacto p{
		text-align: center !important;
	}

	.contacto .grid_item{
		padding: 0px;
	}

}

@media (max-width: 600px){

	section{
		padding: 80px 30px;
	}

}

@media (max-width: 768px){

	nav{
		display: none !important;
	}

	header {
    padding: 20px 0px !important;
	}

}

section h3.title{
	color: #009fe5;
	font: 56px 'Montserrat', sans-serif;
	font-weight: 600;
	margin-bottom: 55px;
	text-transform: uppercase;
	text-align: center;
}

section p{
	max-width: 1000px;
	width: 100%;
	text-align: left;
	margin-bottom: 35px;
	padding: 0 20px;
	font-size: 22px;
	line-height: 1.8;
}

li p{
	text-align: center;
}

ul.grid{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


/*-------------
 	Header
-------------*/

header{
	z-index: 10;
	width: 100%;
	margin: auto;
	text-align: center;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	color: #666;
	padding: 10px 0px 10px;
	background: #fff;
}

header img{
	width: 100%;
	max-width: 220px;
}


header h2{
	font-family: 'Montserrat', sans-serif;
}

header nav{
	display: flex;
	padding-top: 5px;
}

header nav li{
	margin: 0 15px;
	font-size: 18px;
	font-weight: 500;
}

header nav li:first-child{
	margin-left: 0;	
}

header nav li:last-child{
	margin-right: 0;	
}



@media (max-width: 1000px){
	header{
		padding: 20px 0px;
	}
	nav {
		padding-top: 10px;
		padding-left: 0px;
	}
}


@media (max-width: 970px){
	header{
		flex-direction: column;		
	}

	header h2{
		margin-bottom: 15px;
	}
}



/*----------------
 	Hero Section
----------------*/

.hero{
	position: relative;
	justify-content: center;
	color: #fff;
	text-align: left;
	background-color: #009fe5;
	z-index: -1;
	transition: 0.2s;
	min-height: 580px;
	padding: 60px 0px;
}

.underline{
	text-decoration: underline;
}

.hero_container{
	max-width: 1280px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}


.hero h1{
	font: 70px 'Montserrat', sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
	color: #fff;
	text-align: left;
	line-height: 1.1;
	letter-spacing: -2px;
}


.subtitulo{
	font: normal 36px 'Montserrat', sans-serif;
	margin-bottom: 0px;
	text-decoration: none !important;
	padding-bottom: 30px !important;
	padding-top: 60px;
	color: #13171a;
}

.hero .grid_item{
	background: transparent;
}

.hero .grid_item h3{
	padding: 0px;
	width: 100%;
	color: #fff;
}

.hero h3{
	font: 18px 'Montserrat', sans-serif;
	font-weight: 400;
	padding-bottom: 40px;
	text-decoration: none;
	color: #fff;
}

.hero a.btn{
	margin-top: 40px;
	padding: 20px 46px;
}

.grid_item{
	padding: 30px;
	margin: 20px;
	width: 40%;
}

.grid_item_img{
	width: 50%;
}

.grid_item_img img{
	width: 100%;
}


@media (max-width: 980px){
	.hero h1{
		font-size: 48px;
		transition: 0.2s;
	}

	.hero h3{
		font-size: 24px;
		transition: 0.2s;
	}

	.hero{
		background-position: 120% center;
		background-size: 60%;
	}

}

@media (max-width: 800px){

	.hero{
		min-height: 300px;
		padding: 20px 0px 0px 0px;
	}
	.hero h1{
		text-align: center;
		font-size: 36px !important;
	}

	.hero h3{
		text-align: center;
		font-size: 20px !important;
	}

	.grid_item{
		width: 100% !important;
	}

	.grid_item_img{
		width: 100% !important;
		max-width: 360px;
	}

	.grid_item_img img{
		display: block !important;
		padding-bottom: 20px;
	}

	.grid_item_2{
		width: 100% !important;
		min-height: auto !important;
	}

	.hero_container{
		flex-direction: row;
	}
}

@media (max-width: 600px){
	.hero .grid_item{
		padding-bottom: 0px !important;
	}

	.hero h3{
		font-size: 24px;
		transition: 0.2s;
	}

	.text{
		padding-top: 10px !important;
		margin-top: 0px !important;
	}

}



/*--------------------
 	Our Work Section
---------------------*/

.section_3{
	background-color: #fff;
	padding-top: 40px !important;
	padding-bottom: 40px !important;
	max-width: 1400px;
	margin: auto;
}

.section_3 .title{
	margin-bottom: 10px;
}

.section_3 .grid{
	justify-content: center;
}

.section_3 .grid_item{
	width: 100%;
}

.section_3 .grid_item img{
	width: 100%;
}

.section_3 .grid li{
	padding: 20px;
	height: 350px;
	border-radius: 3px;

	background-clip: content-box;
	background-size: cover;
	background-position: center;
	background-color: #1e3a59;
}

.section_3 .grid li.small{
	flex-basis: 40%;
}

.section_3 .grid li.large{
	flex-basis: 60%;
}

.section_3 p{
	text-align: center;
	color: #f3f3f3;
	font-size: 14px;
	margin: auto;
}


@media (max-width: 1000px){

	.section_3 .grid li.small,
	.section_3 .grid li.large{
		flex-basis: 100%;
	}

	.section_3{
		background-image: none;
	}

	.section_3 .grid_item {
	    width: 100%;
	    padding: 0px !important;
	    margin-right: 0px !important;
    }

    .section_3 .title{
    	margin-bottom: 5px;
    }

    .section_3 p{
		text-align: center;
		font-size: 12px;
	}
}



/*----------------------
 	Section 2
----------------------*/

.section_2{
	background-color: #fff;
}

.section_2 .grid li{
	padding: 0 30px;
	flex-basis: 25%;
	text-align: center;
}

.section_2 .grid li img{
    margin-bottom: 30px;
    max-width: 100px;
    width: 100%;
}

.section_2 .grid li h4{
	color:#13171a;
    font-size: 26px;
    margin-bottom: 10px;
    letter-spacing: -0.6px;
}

.section_2 .grid li p{
	font-size: 20px;
    margin: 0px;
    padding: 0px;
}

.section_2 .grid{
	align-items: flex-start !important;
}

@media (max-width: 1000px){

	.section_2 .grid li{
		flex-basis: 70%;
		margin-bottom: 65px;
	}

	.section_2 .grid li:last-child{
		margin-bottom: 0;
	}

}


@media (max-width: 600px){

	.section_2 .grid li{
		flex-basis: 100%;
	}

	section p {
		padding: 0px;
	}


}



/*--------------------
 	Section 4
--------------------*/

.section_4{
	background: #f3f3f3;
	padding: 125px 40px;
}

.contacto{
	color: #fff;
	font-size: 28px;
	font-weight: 500;
}

.section_4 a{
	color: #009fe5;
	opacity: 1;
	transition: 0.2s;
	cursor: pointer;
}

.section_4 a:hover{
	color: #001e50;
}

.grid_item h3{
	font-size: 26px;
	padding: 0 20px 10px;
	color: #13171a;
}

.grid_item p{
	color: #999;
	font-size: 16px;
	margin-bottom: 0px;
}

.grid_item_2 h3{
	font-size: 24px;
	padding: 0 20px 10px;
	color: #13171a;
	text-align: left;
	width: 100%;
}

.grid_item_2 p{
	color: #999;
	font-size: 16px;
	margin-bottom: 0px;
}


.grid{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	align-items: center;
}

.section_4 .grid{
	max-width: 1280px;
	margin: auto;
}

.contacto .title{
	text-align: left;
}

.contacto p{
	text-align: left;
	max-width:500px;
	color:#999;
}

.mail{
	padding-top:20px !important;
	text-align: left;
}

.grid_item_2{
	width: 60%;
	padding: 30px;
	margin: 20px;
	background-color: #fff;
	border-radius: 15px;
	min-height: 400px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 16px 25px -21px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 16px 25px -21px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 16px 25px -21px rgba(0,0,0,0.2);
	z-index: 2;
}

.left{
	display: flex;
	justify-content: flex-start;
}

.right{
	display: flex;
	justify-content: flex-end;
}

.section_4_img{
	width: 100%;
	max-width: 550px;
	position: absolute;
	margin-top: 12%;
	margin-left: 40%;
	z-index: 1;
}

.section_4_img img{
	width: 100%;
}

.padding-top{
	padding-top: 10%;
}

table tr{
	height: 50px;
	font-size: 14px;
}

@media (max-width: 800px){
	.section_4_img{
		width: 100%;
		max-width: 550px;
		position: relative;
		margin: auto;
	}

	.padding-top{
		padding-top: 0px;
		margin-top: -100px !important;
	}
}

@media (max-width: 500px){

	.contacto{
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	}

	section h3.title{
	font-size: 36px;
	transition: 0.2s;
	}

	section p{
		font-size: 16px;
		transition: 0.2s;
	}

	svg{
		height: 60px;
		transition: 0.3s;
	}

	.section_4{
		padding: 50px 10px;
	}

}

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

.tabla{
	background: rgb(0,159,229);
	background: linear-gradient(0deg, rgba(0,159,229,1) 0%, rgba(0,116,229,1) 100%);
	margin-top: -20px;
}

.curves{
	background-color: #253674;
	height: auto;
	width: 100%;
}

.curves img{
	width: 100%;
}


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

footer{
	bottom: 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #001e50;
	background-color: #fff;
	padding: 60px 0;
}

footer nav{
	display: flex;
	justify-content: space-around;
	padding-top: 40px;
	padding-bottom: 10px;
}

footer nav li{
	margin-left: 20px;
}

footer ul{
	display: flex;
	margin-bottom: 25px;
	font-size: 32px;
}

footer ul li{
	margin: 0 8px;	
}

footer ul li:first-child{
	margin-left: 0;	
}

footer ul li:last-child{
	margin-right: 0;	
}

footer p{
	font-size: 14px;
	color: rgba(255,255,255,0.6);
	margin-bottom: 10px;
}

@media (max-width: 700px){

	footer{
		padding: 80px 15px;
	}

}