@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700');

*{outline: none !important;}

::placeholder {
  font-size: 1.2rem;
    opacity: .75;
}

html, body
{
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:16px;
	line-height:30px;
	height:100%;
	width:100%;
	background: rgb(31,36,104);
	background: -moz-linear-gradient(top, rgba(31,36,104,1) 0%, rgba(13,16,45,1) 100%);
	background: -webkit-linear-gradient(top, rgba(31,36,104,1) 0%,rgba(13,16,45,1) 100%);
	background: linear-gradient(to bottom, rgba(31,36,104,1) 0%,rgba(13,16,45,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2468', endColorstr='#0d102d',GradientType=0 );
}
*:hover
{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.full-width{ width:100%; }
.w-80 { width:80%;}

.i-block {
	display:inline-block;
}

p{font-size:1.125em;color:#5F5F5F;}
h1,h2,h3,h4,h5,h6 {font-weight:300;color:#1F2468;margin-top:0;}
h1{font-size:3.000em;}
h2{font-size:2.500em;}
h3{font-size:2.000em;}
h4{font-size:1.725em;}
h5{font-size:1.500em;}

.spacer {margin:1em 0 ; border:none;}
.spacer2 {margin:2em 0 ; border:none;}
.spacer3 {margin:3em 0 ; border:none;}
/*header*/

.navbar-default {
	background:rgba(255,255,255,.9);
	border:none;
	border-radius:0;
	position:fixed;
	min-height:60px;
	width:100%;
	display:none;
	z-index:9999;
	}

.navbar-brand img
{height:30px;width:auto;}

.navbar-default .navbar-nav>li>a
{
	color:#1F2468;font-size:1.125em;padding-top:20px;
}
.btn-group-lang {padding: 10px 15px;}
.navbar-collapse .btn-group-lang {padding: 15px}

.btn-outline {
    background:none;
    border:1px solid white;
    color:white;
}
.btn-outline.active, .btn-outline:hover, .btn-outline:active, .btn-outline:focus
{
  background:white; 
  color:#1F2468
}

.navbar-collapse .btn-outline { border-color:#1F2468; color:#1F2468;}

.navbar-collapse .btn-outline.active, .navbar-collapse .btn-outline:hover, .navbar-collapse .btn-outline:active, .navbar-collapse .btn-outline:focus
{
  background:#1F2468; 
  color:white;
}
/*main*/

section
{
	min-height:300px;
	padding:120px 0;
	margin:0;
}

section#intro
{
	padding-top:40px;
	background: url(../img/worldmap.png) no-repeat 60% -130%;
	background-size: auto 105%;
}
	section#intro .nav {margin-right:30px;}
	
	section#intro .nav>li>a
	{
		font-size:1.750em;
	
		color:white;
	}
	section#intro .nav>li>a:focus, section#intro .nav>li>a:hover
	{background:none;color:rgba(255,255,255,.5);}
	
section#mvv
{
	background-color:#fff;
}

.icon-circ {display:none; max-width:200px; max-height:200px;}
section#mvv p {padding:0 30px;}

div#clients
{background-color:#e6e6e6; padding:60px 0; overflow: hidden}

section#quienes
{
	background:#f0f0f0; /*url('../img/meeting.jpg') no-repeat center bottom;*/
	background-size:cover;	 background-attachment: fixed ; 
}
	section#quienes ul {list-style-image: url('../img/bullet.png');}
	section#hacemos ul {list-style-image: url('../img/bullet_white.png');}

section#hacemos
{
	background:#ccc url('../img/businessman.jpg') no-repeat center top;
	background-size:cover;	 background-attachment: fixed ; 
	color:white !important;	
}
section#hacemos p ,section#hacemos h1{color:white !important;	}

.parallax { 
	background-size:cover; 
	background-repeat:no-repeat;
	background-position: center top;
	 background-attachment: fixed ; 
	-webkit-transition: background-position-y 0.15s ease;
	-moz-transition: background-position 0.15s ease;
	-o-transition: background-position-y 0.15s ease;
	transition: background-position-y 0.15s ease;
}
section#contacto 
{
	padding:0;

	background: rgb(31,36,104);
	background: -moz-linear-gradient(top, rgba(31,36,104,1) 0%, rgba(13,16,45,1) 100%);
	background: -webkit-linear-gradient(top, rgba(31,36,104,1) 0%,rgba(13,16,45,1) 100%);
	background: linear-gradient(to bottom, rgba(31,36,104,1) 0%,rgba(13,16,45,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2468', endColorstr='#0d102d',GradientType=0 );
	
	}
	section#contacto h1 {	color:white !important;}
section#contacto .container{padding:120px 0;}
	form
	{
		position:relative;
		
		height:100%;
	}
	.form-control
	{
		height:auto;
		/*background:none;
		color:white;
		border-radius:0;*/
		border:none;
		/*border-bottom:1px solid white;*/
		font-size:1.5em;
		font-weight:300;
		/*padding:10px 0;*/
		line-height:30px;
		
	}
	
	.form-control:focus, .has-error .form-control:focus
	{
		-webkit-box-shadow: none;
		box-shadow:none;
	}
	
	.sending-msg-alert {
		position:absolute;
		width:100%;
		height:100%;
		background:rgba(13, 16, 45,0);z-index:99;color:#FFF;
		padding:4em;
		display:none;
	}
		.sending-msg-alert h2{color:#FFF;}

    section#contacto label {color:#FFF;}

	.btn-send
	{
		/*background: url("../img/arrow-right.png") no-repeat right top;
		background-size:30px 60px;
        color:white;*/
		font-size:1.1em;
		font-weight:300;
		background:white;
		padding:1rem 1rem;
        margin-top:2rem;
		border:none;
		height:30px;
		line-height:0;
		border-radius: 100px;
	}
	.btn-send:hover, .btn-send.disabled.focus, .btn-send.disabled:focus, .btn-send.disabled:hover, .btn-send[disabled].focus, .btn-send[disabled]:focus, .btn-send[disabled]:hover, fieldset[disabled] .btn-send.focus, fieldset[disabled] .btn-send:focus, fieldset[disabled] .btn-send:hover
	{
		/*background: url("../img/arrow-right.png") no-repeat right bottom;
		background-size:30px 60px;*/
        background:rgba(0,0,0,.75);
		color:rgba(255,255,255,.75);
	}
	.btn-send:active
	{
		background: url("../img/arrow-right.png") no-repeat right bottom;
	
	}
	
	.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
	{
		background:none;
	}
/*footer*/
footer
{
    background-color:#fff;
	padding:60px 0;
	margin:0;
}

.social-icon

	{ display:inline-block;width:40px;height:40px;background-size:cover; border-radius:50%; background-color:#0d102c; background-repeat:no-repeat;background-position:center center;margin:3.25rem 3px 0.75rem 3px;}

	

	.social-icon:hover{background-color:#1f2368;} 

	

	.icon-lnkdin{background-image:url(../img/social-i-li.png)}

	.icon-twttr{background-image:url(../img/social-i-tw.png)}

	.icon-g{background-image:url(../img/social-i-g.png)}

	.icon-mail{background-image:url(../img/social-i-m.png)}

	.icon-f{background-image:url(../img/social-i-f.png)}

	.icon-in{background-image:url(../img/social-i-i.png)}


	.icon-inline {margin-right:10px;} 

a#sndmail {cursor: pointer; display: inline-block;margin: 4.45rem 0 0 0;}


/*flicky*/
.slideshow {
  margin-top: 0;
  padding-bottom: 0;
}

.slide {
  width: 192px; height: 192px;
  margin: 0;
  padding:0; 
}
.flickity-button.flickity-prev-next-button.previous,
.flickity-button.flickity-prev-next-button.next{display:none}