@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300i,400,500,700);
body {
  font-family: 'Open Sans', sans-serif;
  background-color: #ffffff;
  overflow-x: hidden;
  color: #003f7a;
}
::selection {
  background: #003f7a;
  color: #ffffff;
  text-shadow: none;
}
::-moz-selection {
  /* Firefox */
  background: #003f7a;
  color: #ffffff;
  text-shadow: none;
}
::-webkit-selection {
  /* Safari */
  background: #003f7a;
  color: #ffffff;
  text-shadow: none;
}
h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}
.cont_testimonial p{
	min-height: 140px;
}
.attach_fixed{
	background-attachment: fixed;
}
.navbar{
	background: #406e9b;
	font-size: 15px;
	position: absolute;
	top: 0px;
	border: none !important;
}
.navbar-nav > li > a{
	padding: 25px;
	color: white !important;
}
.navbar-nav > li > a:hover, .navbar-nav > li.active > a{
	background-color: #ace0ab !important;
}
.navbar-default .navbar-toggle {
    border-color: #003f7a !important;
	background-color: transparent !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #003f7a !important;
}
.cont_top{
	background: #313131;
	color: white;
	padding: 10px 0px;
}
.cont_top ul li {
    margin: 0px 1px;
}
.cont_top p{
	margin: 0;
}
.list_inline{
	list-style: none;
	margin: 0;
	padding: 0;
}
.list_inline li{
	display: inline-block;
}
.cont_top2{
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
}
.cont_top2 .logo{
	margin: 50px 0px;
	display: inline-block;
}
.cont_top2 .logo img{
	width: 220px;
	max-width: 100%;
}
.cont_top2 .icon_right{
	border: 2px solid #406e9b;
	color: #406e9b;
	font-size: 30px;
	margin-right: 0px;
	padding: 2px 16px;
}
.cont_top2 .icon_left{
	border: 2px solid #406e9b;
	color: #406e9b;
	font-size: 30px;
	margin-left: 0px;
	padding: 2px 12px;
}
.cont_top2 .cont_location h3{
	margin-top: 3px;
	margin-bottom: 3px;
}
.cont_top2 .cont_location{
	padding-right: 20%;
}
.cont_top2 .cont_location.right{
	padding-left: 20%;
	padding-right: 0;
}
.cont_top2 .cont_location p{
	margin: 0;
	color: #003f7a;
}
.cont_top2 .location{
	padding-top: 50px;
}
.form_contact{
	overflow-x: hidden;
	margin-top: 48px;
	background-image: url(../img/back_form.jpg);
	background-position: center top;
	background-color: white;
	background-size: cover;
}
.form_contact .cont_form{
	background-color: white;
	margin-top: 100px;
	margin-bottom: 100px;
	padding: 40px 30px;
}
.form_contact .cont_form h3{
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 30px;
}
.form_contact .cont_form h3 i{
	color: #ace0ab;
}
.form_contact .cont_form .form-control{
	border-radius: 0;
	border-color: #ccc !important;
	box-shadow: none;
	height: 40px;
}
.form_contact .cont_form textarea.form-control{
	height: 80px;
}
.form_contact .cont_form .form-control:focus{
	border-color: #ace0ab !important;
}
.cont_icon{
	width: 90px;
	margin: auto;
	background-color: #ace0ab;
	padding: 20px 0px;
	border-radius: 50%;
}
.cont_icon img {
    height: 50px;
}
.form_contact h2{
	font-size: 50px;
	font-weight: 700;
	margin-top: 48%;
	font-family: 'Ubuntu', sans-serif;
}
.form_contact h2 span{
	color: #ace0ab;
}
.form_contact p{
	font-size: 18px;
}
.form_contact .cont_form button{
	border-radius: 0px;
	transition: all 0.3s ease;
	background-color: #f56b4e;
	border-color: #f56b4e;
	color: #fff;
	width: 100%;
	padding: 10px 0px;
}
.form_contact .cont_form button:hover{
	background-color: #ace0ab;
	border-color: #ace0ab;
}
.logo_footer{
	width: 150px;
	max-width: 100%;
}
.redes_footer{
	list-style: none;
	padding: 0;
	margin-top: 15px;
}
.redes_footer li{
	display: inline-block;
}
/*footer ul{
	margin-top: 11px !important;
}
footer ul li{
	margin: 0px 10px;
}
footer ul li a{
	color: white !important;
	text-decoration: none !important;
}
footer ul li a:hover{
	color: #406e9b !important;
}
footer{
	overflow-x: hidden;
	padding-top: 50px;
	background-color: #003f7a;
	color: white;
	padding-bottom: 30px;
}
footer p{
	margin-top: 30px;
}
.red_foot{
	display: inline-block;
	color: white !important;
	text-decoration: none !important;
	0px 3px;
	border: 2px solid white;
	border-radius: 5px;
	width: 40px;
	font-size: 22px;
	padding: 2px 0px;
}*/
.img_footer{
	width: 100%;
	max-width: 200px;
}
.menu_footer{
	list-style: none;
	padding: 0;
}
.menu_footer a{
	color: #979797 !important;
	text-decoration: none !important;
	font-size: 13px;
}
.menu_footer a i {
    font-size: 10px;
    margin-right: 8px;
    vertical-align: middle;
}
footer button{
	border-radius: 0px !important;
	background-color: #5bc9e0 !important;
	color: white !important;
}
footer p {
	font-size: 13px;
}
footer .form-control{
	border-radius: 0px !important;
	border: none !important;
	box-shadow: none !important;
}
footer h4{
	margin-top: 0;
	margin-bottom: 20px;
}
footer{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	padding-top: 80px;
	padding-bottom: 10px;
	color: #979797;
	background-color: #f3f3f3;
}
.redes_footer a {
    color: white !important;
    text-decoration: none !important;
    border-radius: 50%;
    width: 25px;
	display: inline-block;
	text-align: center;
	padding: 4px 0px;
	font-size: 12px;
}
.redes_footer a.twitter{
	background-color: #61c0db !important;
}
.redes_footer a.instagram{
	background-color: #cd486b !important;
}
.redes_footer a.facebook{
	background-color: #166282 !important;
}
.redes_footer a.google-plus{
	background-color: #c83333 !important;
}
.redes_footer a.linkedin{
	background-color: #475f9b !important;
}
.red_head{
	color: white !important;
	text-decoration: none;
	margin: 0px 4px;
	display: inline-block;
}
.cont_top .dropdown button{
	padding: 0;
	background: transparent !important;
	color: white !important;
	border: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.cont_top .dropdown-menu{
	min-width: auto;
	padding: 5px;
	border-radius: 0;
}
.cont_top .dropdown-menu li{
	width: 100%;
}
.cont_top .dropdown-menu li a:hover{
	background: #406e9b !important;
	color: white !important;
}
.section2{
	background-color: #406e9b;
	padding: 50px 0px;
	color: white;
	overflow-x: hidden;
}
.section2 .border h3{
	min-height: 53px;
}
.section2 .border{
	border-radius: 20px;
	border-left: none;
	border-top: none;
	padding: 20px;
	margin: 20px 0px;
}
.section2 .border i{
	font-size: 45px;
}
.section3{
	/*background-position: center;
	/*background-image: url(../img/back_section2.jpg);
	background-attachment: fixed;
	background-size: cover;*/
	overflow-x: hidden;
}
.section3 .background{
	background-color: rgba(255,255,255,1);
	padding: 80px 0px;
}
.section3 img{
	width: 100%;
}
.section3 h2{
	font-weight: 600;
	margin-bottom: 20px;
	color: #003f7a;
}
.section3 p{
	line-height: 24px;
}
.slick-dots li button::before{
	height: 6px;content: '';
	background-color: grey;
	border-radius: 20px;
}
.slick-dots li.slick-active button::before{
	background-color: #ace0ab;
}
.slick-dots li button:hover::before, .slick-dots li button:focus::before{
	background-color: #ace0ab !important;
}
.companias{
	background-color: #406e9b;
	padding: 60px 0px;
}
.btn_action {
    border: none;
    border-radius: 0;
    background-color: #f56b4e;
    color: white !important;
    margin: 0px 30px;
    padding: 14px 30px;
	font-size: 16px;
	width: 260px;
	max-width: 100%;
	box-shadow: none !important;
}
#modal_job .modal-body, #modal_services .modal-body{
	background-color: #406e9b;
	padding: 45px 70px;
	color: white;
}
#modal_job .form-control, #modal_services .form-control{
	border-radius: 0;
	border: none !important;
	box-shadow: none !important;
	min-height: 36px;
}
#modal_job label, #modal_services label{
	font-weight: 600;
}
#modal_job .close, #modal_services .close{
	position: absolute;
	right: 15px;
	top: 9px;
	color: white;
	opacity: 1;
}
#modal_job .btn_send, #modal_services .btn_send{
	border-radius: 0;
	background: #f56b4e;
	color: white;
	box-shadow: none !important;
	padding: 5px 90px;
	margin-top: 25px;
}
.btn_action:hover{
	background-color: #ace0ab;
}
.call_to_action{
	margin-bottom: 308px;
	overflow: hidden;
	padding: 50px 0px;
	background-color: white;
}
.cont_companias img {
    max-width: 200px;
    margin: 5px 10px;
    vertical-align: sub;
}
.companias_slider img{
	margin: auto;
	max-width: 80%;
}
.slick-prev, .slick-next{
	display: none !important;
}
.testimonials{
	background-color: #f7f7f7;
	padding: 80px 0px;
	overflow-x: hidden;
}
.testimonials .subtitle{
	max-width: 500px;
	margin: auto;
	margin-bottom: 80px;
	margin-top: 25px;
	line-height: 24px;
}
.testimonials h2{
	font-family: 'Ubuntu', sans-serif;
	color: #003f7a;
}
.testimonials .cont_testimonial{
	background-color: white;
	box-shadow: -2px 2px 5px #d2d2d2;
	padding: 20px;
	position: relative;
	margin: 20px 10px;
}
.testimonials h4{
	color: #003f7a;
}
.testimonials h6{
	color: #406e9b;
}
.testimonials .img{
	position: absolute;
	background-position: center;
	background-size: cover;
	height: 70px;
	width: 60px;
	border: 1px solid grey;
	border-radius: 2px;
	top: -20px;
	right: 15px;
}
.companias{
	overflow-x: hidden;
}
.companias_slider .slick-dots li button::before{
	background-color: white !important;
}
.companias_slider .slick-dots{
    top: 60px;
}
.navbar-default .navbar-nav > .active > a{
	box-shadow: none !important;
	background: #ace0ab !important;
}
.go_top{
	position: fixed;
	bottom: 20px;
	left: 20px;
	color: white !important;
	background-color: #003f7a;
	z-index: 20;
	padding: 10px 15px;
	display: none;
}
.link_footer{
	color: white;
	text-decoration: none;
	margin: 0px 10px;
}
.link_footer{
	color: white !important;
	text-decoration: none !important;
	margin: 0px 10px;
}
.navbar-brand{
	display: none;
}
.navbar-brand img{
	height: 100%;
}
@media(max-width:1199px) {
	.cont_top2 .cont_location {
	    padding-right: 30%;
	}
	.cont_top2 .cont_location.right{
	    padding-left: 30%;
	}
}
@media(max-width:991px) {
	.form_contact h2{
		text-decoration: center;
	}
	.form_contact p{
		text-align: center;
	}
	.form_contact{
		margin-top: 50px;
	}
	.cont_top .col-md-4{
		text-align: center;
	}
	.cont_top2 .icon_right{
		margin-right: 0;
	}
	.cont_top2 .icon_left{
		margin-left: 0;
	}
	.cont_top2 .cont_location h3{
		font-size: 20px;
	}
}
@media(max-width:767px) {
	.navbar{
		background: white;
	}
	.navbar-nav > li > a{
		color: #777 !important;
	}
	.cont_top2{
		display: none;
	}
	.form_contact .cont_form h3{
		font-size: 20px;
	}
	.btn_action{
		margin: auto;
		margin-top: 20px;
		display: block;
	}
	.section3 h2{
		text-align: center;
		font-size: 24px;
	}
	.testimonials h2{
		text-align: center;
		font-size: 24px;
	}
	footer{
		position: relative;
		text-align: center;
		z-index: 0;
	}
	footer .input-group{
		max-width: 300px;
		margin: auto;
	}
	footer h4 {
	    margin-top: 20px;
	    margin-bottom: 5px;
	}
	.menu_footer a i{
		display: none;
	}
	.call_to_action{
		margin-bottom: 0;
	}
	.navbar-brand{
		display: inline-block;
	}
	.form_contact h2{
		font-size: 27px;
		text-align: center;
		margin-top: 90px;
		margin-bottom: 30px;
	}
	.form_contact .cont_form{
		margin-top: 50px;
		margin-bottom: 50px;
		width: calc(100% + 30px);
		margin-left: -15px;
		padding: 40px 21px;
		text-align: center;
	}

	.form_contact p{
		text-align: center;
		margin-bottom: 100px;
	}
	.ref_foot{
		margin-top: 20px !important;
	}
	.link_footer{
		display: block !important;
		margin: 10px 0px !important;
	}
	.navbar-nav > li > a{
		padding: 10px;
	}
	.cont_top .col-md-4{
		text-align: center;
	}
	.cont_top2 .logo {
    	margin: 25px 0px;
	}
	.cont_top2 .location{
		padding-top: 20px;
		max-width: 300px;
		margin: auto;
		display: none;
	}
}
@media(max-width:500px){
	#modal_job .modal-body, #modal_services .modal-body {
	    padding: 45px 20px;
	}
}