/* HOME */

.none-padding {
	padding: 0;
}
#intro {
	background-image: url('../images/intro-home.jpg');
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 705px;
	position: relative;
	width: 100%;
}
.scroll-intro .rectangle {
	background: #165E90;
	height: 75px;
	display: block;
	
	width: 75px;
	-ms-transform: rotate(45deg); 
	-webkit-transform: rotate(45deg); 
	transform: rotate(45deg);
	-webkit-box-shadow: 0px 10px 40px 7px rgba(0,0,0,0.31);
	-moz-box-shadow: 0px 10px 40px 7px rgba(0,0,0,0.31);
	box-shadow: 0px 10px 40px 7px rgba(0,0,0,0.31);
	position: absolute;
	z-index: -2;
}
.scroll-intro:hover .rectangle {
	background: #2B536F;
}
.scroll-intro .icon {
	background: url('images/arrow-scroll.png') no-repeat center;
	height: 75px;
	position: absolute;
	width: 75px;
	z-index: 2;
}
.scroll-intro {
	bottom: -37px;
	height: 75px;
	left: 50%;
	margin-left: -37px;
	position: absolute;
	width: 75px;
	z-index: 9;
}
.section-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
#intro .box-border {
	
	height: 525px;
}
#intro .col-column {
	margin-top: 180px;
	height: 525px;
}
strong.trust {
	color: #FFF;
    width: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
    top: -20px;
    text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.5px;
	font-weight: 100;
	opacity: 0.7;
	margin-top: 29px;
}
.contenedor-logos {
	text-align: center;
	width: 100%;
}
.contenedor-logos img {
	max-width: 90%;
}
.contenedor-logos li {
	display: inline-block;
	margin: 0 5px;
}
#intro .title {
	color: #fff;
	/* font-size: 40px; */
	padding: 0px 20px;
	font-weight: 500;
	text-align: center;
	margin: 40px 0 20px 0;
}
#intro .subtitle {
	color: #fff;
	/* font-size: 19px; */
	font-weight: 300;
	text-align: center;
	margin: 0 0 40px 0;
}
#intro .container-btns {
	text-align: center;
}
#intro .container-btns a {
	background: #b8ad7f;
	text-align: center;
	color: #fff;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	font-weight: 300;
	margin: 0px 14px;
	/* width: 230px; */
	-webkit-box-shadow: 0px 10px 40px 7px rgba(0,0,0,0.31);
	-moz-box-shadow: 0px 10px 40px 7px rgba(0,0,0,0.31);
	box-shadow: 0px 10px 40px 7px rgba(0,0,0,0.31);
}
#intro .container-btns a:hover {
	background: #887D4E;
	color: rgba(255, 255, 255, 0.7);
}
#intro #contact-modal .title {
	margin: auto;
	font-weight: 300;
	font-size: 30px;
}
#contact-modal .quote-modal {
	 position: relative;
    text-align: center;
    font-size: 15px;
    font-style: italic;
}
#contact-modal .quote-modal:after, 
#contact-modal .quote-modal:before {
	content: '';
	height: 119px;
	width: 154px;
	position: absolute;
}
#contact-modal .quote-modal:before {
	display: block;
    top: -38px;
    background: url('images/icon-quote-2.png') no-repeat center;
    /* left: 725px; */
    right: 0;
    background-size: 50%;
}
#contact-modal .quote-modal:after {
	top: -38px;
    left: 150px;
    background: url('images/icon-quote-1.png') no-repeat center;
    left: 0;
    background-size: 50%;
}
#contact-modal #form-contact {
	background: #c4b481;
    padding: 18px 25px;
}
.quote-modal strong {
	display: block;
    padding-top: 5px;
    font-style: initial;
}
.section-we-work {
	background: url('images/bg-we-work.png') no-repeat center 332px;
	padding-bottom: 160px;
}

.section-we-work .title {
	
	font-weight: 300;
	text-align: center;
	color: #3e6493;
}
.box-work {
	background: #3d6392;
	height: 360px;
	float: left;
	color: #fff;
	text-align: center;
	width: 330px;
	background: -moz-linear-gradient(top,  #3d6392 0%, #355a87 26%, #2b4d7a 49%, #294c76 51%, #2a4c79 52%, #274a74 55%, #244570 65%, #21446e 66%, #21426d 72%, #1e3f68 76%, #1e3f6a 77%, #1d3e67 78%, #1d3e69 79%, #193b61 93%, #183962 100%);
	background: -webkit-linear-gradient(top,  #3d6392 0%,#355a87 26%,#2b4d7a 49%,#294c76 51%,#2a4c79 52%,#274a74 55%,#244570 65%,#21446e 66%,#21426d 72%,#1e3f68 76%,#1e3f6a 77%,#1d3e67 78%,#1d3e69 79%,#193b61 93%,#183962 100%);
	background: linear-gradient(to bottom,  #3d6392 0%,#355a87 26%,#2b4d7a 49%,#294c76 51%,#2a4c79 52%,#274a74 55%,#244570 65%,#21446e 66%,#21426d 72%,#1e3f68 76%,#1e3f6a 77%,#1d3e67 78%,#1d3e69 79%,#193b61 93%,#183962 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d6392', endColorstr='#183962',GradientType=0 );
	-webkit-box-shadow: 0px 10px 40px 7px rgba(0,0,0,.30);
    -moz-box-shadow: 0px 10px 40px 7px rgba(0,0,0,.30);
    box-shadow: 0px 10px 40px 7px rgba(0,0,0,.30);
}
.box-work .icon {
	/* background: #000; */
	height: 70px;
	margin: 45px auto 12px auto;
	width: 70px;
}
.icon-corporates {
	background: url('images/icon-1.png') no-repeat center;
}
.icon-individuals {
	background: url('images/icon-2.png') no-repeat center;
}
.icon-public {
	background: url('images/icon-3.png') no-repeat center;
}
.box-work .title {
	color: #fff;
	margin: 0;
	font-size: 32px;
	font-weight: 300;
	margin-top: 30px;
}
.box-work .line {
	background: #fff;
	height: 1px;
	margin: 15px auto 20px auto;
	width: 55px;
}
.box-work p {
	margin-bottom: 30px;
	font-weight: 300;
	font-size: 14px;
	padding: 0 15px;
}
.box-work .lean-more {
	color: #b8ad7f;
	border-bottom: 1px solid #b8ad7f;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 16px;
}
.box-work .lean-more:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.section-home-2 {
	position: relative;
	z-index: 2;
	-webkit-background-size: cover;
	background-size: cover;
}
.section-home-2 .col-md-4 {
	padding: 0px 40px;
}
.section-home-2 .line-top {
	background: #3e6493;
	left: 50%;
	margin-top: -90px;
	position: absolute;
	width: 1px;

	
}
.line-animation.line-top {
	height: 0px;
	-moz-transition: all .7s ease-in-out .2s;
	-webkit-transition: all .7s ease-in-out .2s;
	transition: all .7s ease-in-out .2s;
}
.line-animation.line-top.anim {
	height: 125px;

}

.section-home-2 .subtitle {
	color: #fff;
	text-align: center;
	font-weight: 300;
}

.section-home-2 .box-title {
	border: 1px solid #fff;
	color: #fff;	
	text-align: center;
	width: 100%;
	
	-webkit-box-shadow: 0px 10px 30px 7px rgba(0,0,0,.15);
	-moz-box-shadow: 0px 10px 30px 7px rgba(0,0,0,.15);
	box-shadow: 0px 10px 30px 7px rgba(0,0,0,.15);
	display: table;
  	text-align: center;
}
.section-home-2 .box-title .title {
	font-weight: 300;
	font-size: 38px;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
}
	
.section-home-2 .box-title strong { 
	display: block;
	font-weight: 500;
}
.about-home {
	background: #1C3E64 url('images/bg-about.png') no-repeat center -300px;
	color: #fff;
	/* padding-top: 350px; */
	padding-bottom: 87px;
	position: relative;
}
.about-home .line-top {
	background: #fff;
	/* height: 135px; */
	position: absolute;
	top: 105px;
	left: 50%;
	width: 1px;
}


.box-about .learn-more {
	border-bottom: 1px solid #b8ad7f;
	color: #b8ad7f;
	text-transform: uppercase;
}
.box-about .learn-more:hover {
	border-bottom: 1px solid #fff;
	color: #fff;
}
.box-about .title {
	
	color: #fff;
	font-weight: 300;
	margin: 0;
}
.box-about .line { 
	background: #fff;
	height: 1px;
	display: block;
	margin: 14px 0px 30px;
	width: 105px;
}
.box-about .desc {
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 30px;
}
.quotes-home {
	background: #1C3E64 url('images/bg-quotes-home.png') no-repeat center top ;
	position: relative;
	color: #fff;
	margin-bottom: 0px;
}
.quotes-home .line-top {
	background: #fff;
	height: 0;
	/* height: 90px; */
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
}
.quotes-home .line-top.anim {
	height: 90px;
} 
.quotes-home .title {
	color: #fff;
	font-weight: 300;
	font-size: 40px;
	margin-bottom: 0;
	margin-top: 130px;
}
.lkn-learn-more {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 25px;
}
.lkn-learn-more:hover {
    border-bottom: 1px solid #b8ad7f;
    color: #b8ad7f;
} 
#slider-home {
	background: #ece9de;
	margin-bottom: -60px;
	-webkit-box-shadow: 0px 10px 30px 7px rgba(0,0,0,.15);
	-moz-box-shadow: 0px 10px 30px 7px rgba(0,0,0,.15);
	box-shadow: 0px 10px 30px 7px rgba(0,0,0,.15);
}
#slider-home:after, 
#slider-home:before {
	content: '';
	height: 119px;
	width: 154px;
	position: absolute;
}
#slider-home:after{
	top: 30px;
	left: 150px;
	background: url('images/icon-quote-1.png') no-repeat center;
} 
#slider-home:before {
	top: 125px;
	background: url('images/icon-quote-2.png') no-repeat center;
	left: 725px;
}
#slider-home .flexslider {
	background: transparent;
	color: #2d4064;
	text-align: center;
	margin: 0;
	padding-bottom: 100px;
	border-radius: 0;
	border: 0;
}
#slider-home .flex-control-nav {
	bottom: 30px;
}
#slider-home .flecha-slider {
	border: 1px solid #fff;
	display: block;
	height: 80px;
	top: 50%;
	margin-top: -40px;
	position: absolute;
	width: 93px;
	z-index: 9;
}
#slider-home-prev {
	background: url('images/icon-prev.png') no-repeat center;
	left: -60px;
}
#slider-home-next {
	background: url('images/icon-next.png') no-repeat center;
	right: -60px;
}
#slider-home .flecha-slider:hover {
	background-color: #1C3E64;
}

#slider-home  .flex-control-paging li a {
	background: #ece9de;
	border: 1px solid #3e6493;
	height: 15px;
	width: 15px;
}
#slider-home  .flex-control-paging li a.flex-active {
	background: #3e6493;
}
#slider-home .line {
	height: 1px;
	background: #3e6493;
	margin: 50px auto 30px auto;
	width: 76px;
}
#slider-home .quote {
	font-style: italic;
	font-weight: 300;
	color: #2d4064;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	margin: 0 auto;
	width: 740px;
}
#slider-home .author {
	margin-top: 25px;
	font-style: italic;
	color: #3e6493;
	font-size: 20px;
}

#footer {
	padding-top: 100px;
}

@media(max-width:767px){
	.none-padding {
		padding: 0px 15px;
	}
	#intro .title {
		margin-top: 5px;
	    font-size: 28px;
    	line-height: 1.6;
	}
	#intro .subtitle {
	    margin: 0 0 30px 0;
	    font-size: 20px;
	}
	#intro .container-btns a { 
		margin: 0;
		margin-bottom: 15px;
		width: 100%;
	}
	.box-work .title {
		margin: 0;
	}
	.contenedor-logos li {
	    margin: 0 1%;
    	width: 30%;
	}
	.contenedor-logos li img {
		width: 100%;
	}
	.contenedor-logos li:nth-child(2) img{
		width: 80%;
	}
	#slider-home{
		margin-bottom: 0;
	}
	#slider-home .flecha-slider {
	}
	#slider-home .quote {
		width: 100%;
		font-size: 18px;
		padding: 0px 40px;
	}
	#slider-home .author {
		font-size: 16px;
	}
	#slider-home:before {
		left: inherit;
		right: 30px;
	}
	#slider-home:after{
		left: 30px;
	}
	
	.container-title-top {
		width: 100%;
	}
	.section-we-work {
		padding-bottom: 30px;
	}
	.section-we-work .box-work {
		margin: 0 auto;
		height: 240px;
		float: none;
		padding-top: 30px;
		width: 95%;
	}
	.section-we-work .flex-control-paging li a {
		background: #3e6493;
		border: 1px solid #3e6493;
	}
	.section-we-work .flex-control-paging li a.flex-active {
		background: #b8ad7f;
		border: 1px solid #b8ad7f;

	}
	.section-we-work .container-title-top .title {
		margin: 75px 0 30px 0;
		font-size: 28px;
		text-align: center;
		width: 100%;
	}
	.section-home-2 .subtitle {
		margin: 35px 0 0 0;
		font-size: 20px;
	}
	.section-home-2 .box-title {
		font-size: 38px;
		height: 255px;
		margin-top: 71px;
	}
	.section-home-2 .box-title {
		font-size: 38px;
		height: 160px;
    	margin-top: 30px;
	}

	.section-home-2 {
		background: url('images/bg-section-home-2-mob.jpg') no-repeat center;
		-webkit-background-size: cover;
		background-size: cover;
		padding-bottom: 75px;
	}
	.section-home-2 .box-title .title {
		font-size: 35px;
	}
	.img-about {
		width: 100%;
	}
	.about-home .line-top {
	}
	.box-about .title {
		margin-top: 20px;
	}
	#footer {
		padding-top: 20px;
	}
	#intro .container-btns {
		margin-bottom: 0;
	}
}

@media(min-width:768px){
	#intro .box-border {
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	#intro .title {
		font-size: 40px;
	}
	#intro .subtitle {
		font-size: 19px;
	}
	#intro .container-btns a { 

		width: 230px;
	}
	.container-title-top {
		height: 170px;
		float: left;
		margin-bottom: 90px;
		width: 100%;
		-webkit-box-shadow: 0px 10px 40px 7px rgba(0,0,0,.15);
		-moz-box-shadow: 0px 10px 40px 7px rgba(0,0,0,.15);
		box-shadow: 0px 10px 40px 7px rgba(0,0,0,.15);
	}
	.section-we-work .container-title-top .title {
		margin: 95px 0 30px 0;
		font-size: 40px;
	}
	.section-home-2 {
		background: url('images/bg-section-home-2.png') no-repeat center;
		height: 450px;
	}
	.section-home-2 .subtitle {
	
		margin: 100px 0 0 0;
		font-size: 26px;
	}
	.section-home-2 .box-title {
		font-size: 38px;
		height: 255px;
		margin-top: 71px;
	}
	.img-about {
		position: absolute;
		right: 50%;
		top: 310px;
	}
	.about-home {
		padding-top: 350px;
	}
	.box-about {
		border: 1px solid #fff;
		padding: 40px 40px 40px 130px;
	}
	.section-home-2 .box-title {
		height: 135px;
	}
	.section-home-2 {
		background: url('images/bg-section-home-2-mob.jpg') no-repeat center;
		-webkit-background-size: cover;
		background-size: cover;
		height: auto;
		padding-bottom: 75px;
	}

	.box-about .title {
		font-size: 40px;
	}
	.box-work {
		height: 280px;
		width: 100%;
	}
	.box-work .title {
	    font-size: 22px;
	}
	#slider-home:before {
		left: inherit;
		right: 40px;
	}
	#slider-home .quote {
		padding: 0 30px;
		width: 100%;
	}
	#intro .container-btns {
		margin-bottom: 50px;
	}
}
@media(min-width:992px){
	.box-work {
		height: 360px;
	}
	.section-home-2 .box-title {
	    height: 255px;
	}
	.section-home-2 {
	    background: url('images/bg-section-home-2.png') no-repeat center;
	    -webkit-background-size: cover;
	    background-size: cover;
	    height: 450px;
	}
	#slider-home:before {
	    right: 150px;
	  }	
	#slider-home .quote {
		padding: 0 100px;
	}
}
@media(min-width:1200px){

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

}
