
/* =================================== */
/*	Basic Style 
/* =================================== */

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 21px;
	font-size: 15px;
    color: #6a737b;
	background: url("../img/bgmetodos1.jpg");
	overflow-x:hidden;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure, p {
    margin: 0;
}

a {
    color: #fff;
	
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus, a:hover {
    color: #F39D01;
}

h1, h2, h3,
h4, h5, h6 {
	font-weight: normal;
	margin: 0;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}
 
.clear:after {
   clear: both;
}
 
.clear {
   *zoom: 1;
}

span.color {
	color: #F39D00;
}

body > section,
.footer {
	padding: 10px 0;
}

.sec-title {}

.sec-title h2 {
  color: #F39D00;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.sec-sub-title {
	margin: 35px 0 45px;
}

.sec-sub-title p {
	font-weight: 600;
	line-height: 24px;
	font-size: 18px;
	color: #5b646e;
}

.devider {
  margin-top: 30px;
}

.devider i {
  color: #cccccc;
}

.devider:before,
.devider:after {
  content: "______________________";
  color: #e6e8ea;
  position: relative;
  bottom: 6px;
}

.devider:before {
  right: 10px;
}

.devider:after {
  left: 10px;
}

.mb50 {
	margin-bottom: 50px;
}

#preloader {
  background-color: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1100;
}

#preloader > img {
  left: 47%;
  position: absolute;
  top: 48%;
}


/*=========================================
	Header
==========================================*/

#navigation {
  background-color: rgba(255, 255, 255, 0.0);
  border: 0 none;
  margin: 0;
  
    -webkit-transition: background-color 800ms linear;
       -moz-transition: background-color 800ms linear;
	    -ms-transition: background-color 800ms linear;
         -o-transition: background-color 800ms linear;
			transition: background-color 800ms linear;
}

.navbar-toggle i {
	color: #fff;
}

.navbar-brand {
  padding: 0;
}

.navbar-nav li a {
	border-top: 1px solid transparent;
	text-align:center;
}

.navbar-nav li a.current,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
	background-color: transparent;
	color: #fff;
}




/*=========================================
	Slider
==========================================*/

#slider {
	padding: 0;
}

#slider .carousel-inner .item {
  background-size: cover;
}

.carousel-caption {
  top: 32%;
}

.carousel-caption h2 {
  font-size: 62px;
  font-weight: 300;
}

.carousel-caption h2 span {
  font-weight: 800;
}

.carousel-caption h3 {
  font-size: 36px;
  font-weight: 300;
  margin: 6px 0 20px;
}

.carousel-caption p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.carousel-caption p:before,
.carousel-caption p:after {
color: #F39D00;
content: "___";
position: relative;
top: -8px;
}

.carousel-caption p:before {
  right: 20px;
}

.carousel-caption p:after {
  left: 20px;
}

.social-links {
  margin-top: 5%;
}

.social-links li {
	display: inline-block;
}

.social-links li a {
  color: rgba(255, 255, 255, 0.3);
  display: block;
  margin: 0 6px;
}

.social-links li a:hover {
  color: #fff;
}

.carousel-indicators {
  bottom: 10px;
  left: inherit;
  margin: 0;
  right: 30px;
  top: 49%;
  width: 0;
}

.carousel-indicators li {
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 8px;
  width: 8px;
}

.carousel-indicators .active {
  height: 8px;
  width: 8px;
}



/*=========================================
	Features
==========================================*/

.features {
  background-color: #f6f6f6;
  text-align:justify;
}

.owl-controls {
  bottom: -45px;
  margin-top: 10px;
  position: relative;
  text-align: center;
}

.owl-controls .owl-page {
  display: inline-block;
}

.owl-controls .owl-page span {
  border: 1px solid #C7CED3;
  border-radius: 20px;
  display: block;
  height: 8px;
  margin: 5px 4px;
  width: 8px;
}

.owl-controls .owl-page.active span {
  background: #062033;
  border: 0;
}

.service-icon {
  border: 1px solid #0eb493;
  border-radius: 50%;
  color: #0eb493;
  float: left;
  padding: 10px 13px;
}

.service-desc {
  margin-left: 70px;
  position: relative;
  top: 5px;
}

.service-desc h3 {
  color: #062033;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

#features span { color:#F39D00;}




/*=========================================
	Our Works
==========================================*/

.work-filter {
  margin-bottom: 35px;
}

.work-filter ul li {
    display: inline-block;
}

.work-filter ul li a {
  color: #062033;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 17px;
  border-radius: 6px;
  text-transform: capitalize;
}

.work-filter ul li a:hover,
.work-filter ul li a.active {
  background-color: #0eb493;
  border-radius: 6px;
  color: #fff;
  padding: 5px 17px;
}

.mix {
    display: none;
}

.work-item {
    float: left;
    width: 25%;
    position: relative;
}

.work-item > img {
  display: block;
  height: auto;
  max-width: 100%;
}

.overlay {
	background-color: rgba(14,180,147,.9);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);
}

.work-item:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.work-item .overlay a {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-top: 20%;
  padding: 7px 10px;
}

.work-item .overlay a:hover {
  color: #fff;
}

.work-item .overlay h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 25px 0 8px;
}

.work-item .overlay p {
  font-size: 14px;
  line-height: 24px;
}



/*=========================================
	Our Team Member
==========================================*/

.member-thumb {
  width: 273px;
  position: relative;
}

.member-thumb .overlay h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 10px 0;
}

.member-thumb .overlay {
	font-size: 16px;
	padding: 20px;
	line-height: 24px;
}

.team-member h4 {
  color: #062033;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 15px 0 8px;
}

.member-thumb:hover .overlay {
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.team-member:hover h4 {
  color: #0eb493;
}

.team-member .social-links {
  margin-top: 24%;
}

.team-member .social-links li a {
  background-color: #0d7c67;
  color: #fff;
  height: 42px;
  padding: 10px 0 0;
  width: 42px;
}


/*=========================================
	Some fun facts
==========================================*/

#facts {
	background-image: url("../img/parallax/city.jpg");
	background-color: rgba(6,32,51,.8);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	color:#fff;
	text-align:center;
}

.facts .devider:before,
.facts .devider:after {
	color: #fff;
}

.facts .devider i {
	color: #fff;
}

.parallax-overlay {
	background-color: rgba(0,0,0,.8);
	padding: 70px 0;
}

.counters-item {
  color: #fff;
}

.counters-item i {
  border: 1px solid #737C85;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 120px;
  margin: 0 0 35px;
  padding: 40px 0 0;
  width: 120px;
}

.counters-item strong {
  display: block;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.counters-item p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
  text-transform: uppercase;
}


/*=========================================
	Contact Us
==========================================*/

.contact {
	padding-bottom: 0;
}

.contact-address h3 {
  color: #062033;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 25px;
  text-align:center;
}

.contact-address p {
  line-height: 24px;
  text-align:center;
}

.contact-form {}

.contact-form h3 {
  color: #062033;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 25px;
}

.contact-form .input-group {
  width: 100%;
}

.contact-form .form-control {
  border: 1px solid #cccccc;
  margin-bottom: 10px;
}

.contact-form .input-field {
  width: 48%;
  float: left;
  margin-right: 4%;
}

.contact-form .input-field:last-child {
  margin-right: 0;
}

.contact-form .form-control.error {
border-bottom-color: #c0392b;
}

label.error {
  color: #c0392b;
  font-weight: normal;
  text-transform: capitalize;
  font-size:13px !important;
}

.contact-form #form-submit {
  background: url("../img/envelop.png") no-repeat scroll 0 15px transparent;
  border: 0 none;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  padding: 11px;
  text-align: right;
  width: 160px;
}

.footer-social {
  margin-top: 17px;
}

.footer-social li a {
  color: #cdd2d6;
  display: block;
  margin-bottom: 10px;
}

#map_canvas {
  height: 215px;
  width: 100%;
}



/*=========================================
	Contact Us
==========================================*/


.footer {
  background-color: #000;
  color: #fff;
  padding:20px;
}

.footer a:hover {
  color: #F39D01;
}

.footer h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 30px;
}

.about-us p {
  line-height: 24px;
}

.footer-single .subscribe {
  margin-bottom: 15px;
  position: relative;
}

.subscribe #subscribe {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  height: 40px;
  text-indent: 10px;
  width: 100%;
}

.subscribe #subs {
  background-color: transparent;
  border: 0 none;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 6px;
}

.footer-single {
  line-height: 24px;
}

.footer-single ul {
  }

.footer-single li {
  line-height: 32px;
}

.footer-single p i {
  margin: 0 10px;
}

.copyright a {
  color: #999;
}

.copyright a:hover {
  color: #fff;
}

.copyright {
  color: #999;
}

#back-top {
  bottom: 20px;
  position: fixed;
  right: 25px;
  z-index: 9;
}

/*#navigation .container { margin-top:20px;}*/
#about, #works { padding:0;}
#about .text { padding:  4%; width:92%;}
#works .text { padding: 10% 4%; width:92%;}
#about span, #works span, #facts span { color:#F39D00;}
#about .wbg{ background:url(../img/w4-investigacion-de-mercado.jpg); min-height:382px;}
#works .obg{ background:url(../img/w4-objetivo-de-mercado.jpg); background-position:right top; min-height:450px;}
#about h2, #works h2, #team h2 { color:#F39D00; font-weight:bold;}
#team h3 { color:#F39D00; padding-bottom:15px; font-weight:300;}
#opinion h3 { color:#000; padding-bottom:15px; font-weight:300;}
#estudios h3 { color:#90D246; padding-bottom:15px; font-weight:300;}
#about .text p, #works .text p, #team .text p { margin-top:20px;}
li { list-style:outside; list-style-image:url(../img/listyle.png); margin-left:20px; }
.nav-tabs li img{ -webkit-filter: grayscale(100%); filter: grayscale(100%); }
.nav-tabs li.active img {-webkit-filter: grayscale(0%); filter: grayscale(0%); }
#investbg {
	background-image: url("../img/parallax/investbg.jpg");
	background-color: rgba(6,32,51,.8);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	color:#fff;
	padding:60px 0;
	font-size:17px;
	line-height:23px;
}
#opinionbg {
	background-image: url("../img/banner.jpg");
	background-color: rgba(26,128,154,.4);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	color:#FFF;
	padding:60px 0;
	font-size:17px;
	line-height:23px;
}
#estudiosbg {
	background-image: url("../img/parallax/estudiosbg.jpg");
	background-color: rgba(0,0,0,.8);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	color:#fff;
	padding:60px 0;
	font-size:17px;
	line-height:23px;
}
#cuantitativabg{
	background-image: url("../img/parallax/cuantitativo.jpg");
	background-color: rgba(255,255,255,.5);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	color:#000;
	font-size:17px;
	line-height:23px;
}
#cualitativabg{
	background-image: url("../img/parallax/cualitativo.jpg");
	background-color: rgba(255,255,255,.5);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	color:#000;
	font-size:17px;
	line-height:23px;
}
#investbg .parallax-overlay {background-color: rgba(0,0,0,.8); padding:5% 0;}
#opinionbg .parallax-overlay {padding:7% 0;}
#estudiosbg .parallax-overlay {padding:9% 0;}
#cuantitativabg .parallax-overlay, #cualitativabg .parallax-overlay {padding:12% 0;}
#opinionbg .parallax-overlay {background-color:rgba(0,173,245,.7);}
#estudiosbg .parallax-overlay {background-color: rgba(105,211,0,.7);}
#cuantitativabg .parallax-overlay, #cualitativabg .parallax-overlay {background-color: rgba(255,255,255,.8);}
#estudiosbg li {list-style-image:url(../img/listyle.png) !important;}
#estudiosbg li, #investbg li{ line-height:1.7;}
#parallax-full { padding:12% 0 14%;}
#clientes .devider:before, #clientes  .devider:after {color: #fff; }
#contact .contact-form #form-submit { background-color: #F39D00 !important; background: url(../img/envelop.png) no-repeat scroll 13px 15px transparent; border: 0 none; color: #fff; padding: 11px 11px 11px 21px; width: 170px;}
#nonprofit .contact-form #form-submit {background: url(../img/envelop1.png) no-repeat scroll 13px 15px transparent;border: 0 none; color: #000; padding: 11px 11px 11px 21px; width: 170px;}
#footer .social-links{  margin-top:0 !important; }

@media (min-width:801px){#nav li ul{ display:none;background-color:rgba(0,0,0,0.9); padding:10px;}}
#nav li:hover ul{ display:block; position:absolute; min-width:250px; }
#metodologias{ background-image: url("../img/bgmetodos.jpg"); }
@media (max-height:800px){ 
	#parallax-full { padding:4% 0 9%;} 
	h2, .h2{font-size:22px;}
	#about .text p, #works .text p, #team .text p { margin-top:10px;} 
	#investbg .parallax-overlay, #opinionbg .parallax-overlay {padding:3% 0;}
	#estudiosbg .parallax-overlay {padding:10% 0;}
	#nonprofit { padding:3% 0;} 
}
@media (min-height:801px){ 
	#nonprofit { padding:6% 0;} 
}
@media (max-width:1200px) {	.nav-tabs>li{margin:0 15px !important;}}
@media (max-width:999px){
	 #cuali{ text-align:center !important;} .nav-tabs>li{margin:0 10px!important;}
	 .nav-tabs>li a{ font-size:100% !important;}
	.carousel-caption img { max-width:70%;} 
	.navbar-collapse ul { background:rgba(0,0,0,0.8)} 
	.navbar-collapse li{ text-transform:uppercase; list-style-position:inside;}
	.navbar-collapse li ul li{ text-transform:none !important;}
	.navbar-collapse li ul{ display:block !important; width:100%; background:none !important; text-align:center; position:relative !important;} 
	.navbar-collapse li:hover ul{ position:relative;}
	 #nonprofit .contact-form { padding-top:30px;}
}
@media (max-width:600px){
	 #cuali{ text-align:center !important;} .nav-tabs>li{margin:0 !important;}
	 .nav-tabs>li a{ font-size:60% !important;}
	 #nonprofit .contact-form { padding-top:30px;}
}

@media (min-width:1540px) {.wbg{ min-height:450px !important;}}
@media (min-width:970px) and (max-width:1400px){ #about img[src*=objetivos] {max-width:100% !important;}}
@media (max-width:1400px) { #about .col-md-10 { padding:0 0 20px 30px !important}}
@media (min-width:1400px) { #clientes .container{ padding:6% 0;} #contact .container{ padding:8% 0;}}