
@import url(http://fonts.googleapis.com/css?family=Raleway:400,700,900);
@import url(http://fonts.googleapis.com/css?family=Lato:400,900);
@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;

@font-face {
    font-family: "Optima";
    src: url(../fonts/unicode.optima.ttf) format("truetype");
}
@font-face {
    font-family: "Optima-Bold";
    src: url(../fonts/optima_b.ttf) format("truetype");
}

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */
	* { 
		margin: 0;
		padding: 0px;
	} 

body { 
	background: #ffffff; 
	margin: 0; 
	height: 100%; 
	color: #384452;
	font-family: 'Optima','Lato', sans-serif;
	font-weight: 400;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Optima','Raleway', sans-serif;
	font-weight: 700;
}

p { 
	padding: 0; 
	margin-bottom: 12px; 
	font-family: 'Optima','Lato', sans-serif;
	font-weight: 400;
	font-size: 14px; 
	line-height: 24px;
	color: #384452; 
	margin-top: 10px; 
}

img {
	height: auto;
	max-width: 100%;
}

a { 
	padding: 0;
	margin: 0;
	text-decoration: none; 
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#01b2fe;
}

::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}

.centered {
	text-align: center
}

/*	################################################################
	BOOTSTRAP MODIFICATIONS & TWEAKS
################################################################# */
.navbar {
	min-height: 70px;
	padding-top: 10px;
	margin-bottom: 0px;
}

.navbar-brand {
	font-family: 'Optima','Raleway', sans-serif;
	font-weight: 300;
	font-size: 25px;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #FFF;
	cursor: default;
}

.navbar-header .navbar-brand {
	color: white;
}

.navbar-nav > li > a {
	padding: 15px 12px;
}
.navbar-default .navbar-nav > li > a {
	color: white;
	font-weight: 700;
	font-size: 12px;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #00b3fe;
	background-color: transparent;
}

.navbar-default {
	background-color: #263371;
	border-color: transparent;
}

.dropdown-menu {
	background: #263371;
}

.dropdown-menu > li > a {
	color: white;
	font-weight: 700;
	font-size: 12px;
}

.btn-theme {
  color: #fff;
  background-color: #F05F40;
  border-color: #F05F40;
  margin: 4px;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #00b3fe;
  border-color: #00b3fe;
}

.dmbutton:hover,
.dmbutton:active,
.dmbutton:focus{
	color: #ffffff;
	background-color: #222222;
	border-color: #ffffff;
}
.dmbutton {
	background:rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
	color: #ffffff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 1.025rem;
	padding-right: 2.25rem;
	letter-spacing:0.85px;
	padding-bottom: 1.0875rem;
	padding-left: 2.25rem;
	font-size: 1.55rem;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	font-weight: normal !important;
}

.mtb {
	margin-top: 80px;
	margin-bottom: 80px;
}

.mb {
	margin-bottom: 60px;
}

.mt {
	margin-top: 60px;
}

.hline {
	border-bottom: 2px solid #384452;
}

.hline-w {
	border-bottom: 2px solid #ffffff;
	margin-bottom: 25px;
}
/*	################################################################
	SITE WRAPS
################################################################# */

#headerwrap {
	background-image: url(../img/ole/rompecabezas1.jpg);
	background-size: cover;	
	min-height: 650px;
	padding-top: 100px;
	padding-bottom: 0px;
	text-align: center;
}

#bene1 {
	background-image: url(../img/ole/alianzas-estrategicas.jpg);
	background-size: cover;	
	min-height: 650px;
	padding-top: 100px;
	padding-bottom: 0px;
	text-align: center;
}

#bene2 {
	background-image: url(../img/ole/propuesta-valor.jpg);
	background-size: cover;	
	min-height: 650px;
	padding-top: 100px;
	padding-bottom: 0px;
	text-align: center;
}

#bene3 {
	background-image: url(../img/ole/segmentosysectores.jpg);
	background-size: cover;	
	min-height: 650px;
	padding-top: 100px;
	padding-bottom: 0px;
	text-align: center;
}

#bene4 {
	background-image: url(../img/ole/costos.jpg);
	background-size: cover;	
	min-height: 650px;
	padding-top: 100px;
	padding-bottom: 0px;
	text-align: center;
}

#bene5 {
	background-image: url(../img/ole/revenue.jpg);
	background-size: cover;	
	min-height: 650px;
	padding-top: 100px;
	padding-bottom: 0px;
	text-align: center;
}

#headerwrap h3, h5 {
	color: white;
	font-weight: 400;
}

#headerwrap h1 {
	color: white;
	margin-bottom: 25px;
}

#headerwrap .img-responsive {
	margin: 0 auto;
}

#headerwrap-sec {
	background-color: #fff;
	background-size: cover;	
	min-height: 550px;
	padding-top: 70px;
	padding-bottom: 0px;
	text-align: left;
}

#headerwrap-sec h1 {
	color: #F05F40;
	margin: 75px auto 0;
}

#headerwrap-sec .tit h1 {
	color: #F05F40;
	display: inline-block;
	vertical-align: middle;
	font-size: 25px;
	text-align: left;
}

#headerwrap-sec .tit2 h1 {
	color: #F05F40;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	text-align: left;
}

#headerwrap-sec h2 {
	color: #F05F40;
	margin: 25px auto 5px;
	text-align: right;
}

#headerwrap-sec h3, h5 {
	color: #FFF;
	font-weight: 400;
	margin: 10px auto 25px;
	text-align: right;
}

#headerwrap-sec .herra2 p {
	color: #DDD;
}

#headerwrap-sec ul li {
	color: #DDD;
}

#headerwrap-sec .herra h2 {
	color: #F05F40;
	margin: 25px auto 5px;
	text-align: right;
}

#headerwrap-sec .herra h3, h5 {
	color: #DDD;
	font-weight: 400;
	margin: 10px auto 25px;
	text-align: right;
}

#headerwrap-sec .herra p {
	color: #DDD;
}

#headerwrap-sec .img-responsive {
	margin: 0 auto;
	width: 100%;
}
.log{
	padding-top: 30px;
	text-align: center;
}
.log img{
	width: 200px;
}
.log1 img{
	width: 400px;
}

.tit {
	margin-top: 200px;
}

.tut .tit img {
	width: 60px !important;
	margin: 70px 0 0 10px !important;
	display: inline-block;
}

.tit2 {
	margin-top: 200px;
}

.pup {
	margin-top: 100px;
}

.space {
	margin-top: 25px;
	text-align: justify;
}

.space2 {
	margin-top: 100px;
}

.space3 {
	margin-top: 200px;
}

.inicial {
	font-size: 90px;
	color: #97a4c9;
	margin-right: 5px;
}

.inicial-ser {
	font-size: 130px;
	color: #97a4c9;
	margin-right: 5px;
	display: inline-block;
}

.subtitulo {
	font-size: 20px;
	color: #F05F40;
	margin: -10px auto 20px;
	font-style: italic;
	font-weight: initial;
}

.tit2 .subtitulo {
	font-size: 16px;
	color: #F05F40;
	margin: -30px auto 20px;
	font-style: italic;
}

.herra {
	height: 850px;
	background-color: #263371;
}

.herra2 {
	height: 850px;
	background-color: #263371;
}

.herra3 {
	height: 970px;
	background-color: #263371;
}

.herra3 p {
	color: #DDD;
}

.herra3 .col-lg-2 img {
	margin-top: 70px !important;
	width: 70px !important;
}

.herra4 {
	height: 900px;
	background-color: #263371;
}

.herra4 p {
	color: #DDD;
}

.lista-ser {
	list-style: none;
	text-align: right;
	margin-top: 110px;
	color: #F05F40;
	font-weight: bold;
}

.lista-ser ul {
	list-style: none;
}

.lista-ser ul li {
	margin: 50px auto;
}

.font-nor {
	font-weight: 300;
	font-style: italic;
	font-size: 18px;
}

.icono {
	font-size: 30px;
	color: #F05F40;
}

.icono2 {
	font-size: 50px;
	color: #FFF;
	margin-top: 90px;
	float: right;
}

.icono3 {
	font-size: 50px;
	color: #FFF;
	margin-top: 0px;
	float: right;
}

.tersec {
	background: #263371;
	border-top: 3px solid  #F05F40;
}

.tersec h1 {
	color: #F05F40;
	margin: 0 auto;
	padding-top: 10px;
	font-size: 25px;
}

.tersec2 h1 {
	color: #F05F40;
	margin: 0 auto;
	padding-top: 10px;
	font-size: 25px;
	margin-top: 70px;
}

.tersec h3 {
	color: #FFF;
}

.tersec .inicial-ser {
	color: #97a4c9;
	font-size: 80px;
}

.tersec .sub-inicial-ser {
	color: #97a4c9;
	font-size: 60px;
}

.tersec .subtitulo {
	color: #F05F40;
	margin-right: 140px;
	margin-bottom: 30px;
}

.tersec2 .inicial-ser {
	color: #97a4c9;
	font-size: 80px;
}

.sub-inicial-ser {
	color: #97a4c9;
	font-size: 60px;
}

.tit2 .sub-inicial-ser {
	color: #97a4c9;
	font-size: 95px;
}

.tersec2 .subtitulo {
	color: #F05F40;
	margin-right: 140px;
	margin-bottom: 30px;
}

.tersec p {
	color: #DDD;
}

.tersec .row {
	margin: auto 10px;
}

.tersec ul li {
	color: #DDD;
}

.home-bottom {
	z-index: 3;
	width: 100%;
	left: 0;
	bottom: 0px;
	text-align: center;
	opacity: 0.9;
	margin-top: -50px;
	
}
.move {
	width: 40px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	
	-webkit-animation: anim2 ease-in-out 3s infinite alternate;
	-moz-animation: anim2 ease-in-out 3s infinite alternate;
}
.move p {
	color: #FFF;
	font-size: 25px;
	margin-bottom: 5px;
}
@-webkit-keyframes anim2
{
   from {left: 0px;   -webkit-transform: scale(1.0) rotate(0deg)   }
   50%  {left: 250px; -webkit-transform: scale(0.8) rotate(10deg)  }
   to   {left: 500px; -webkit-transform: scale(1.2) rotate(-20deg) }
}
@-moz-keyframes anim2
{
   from {left: 0px;   -moz-transform: scale(1.0) rotate(0deg)   }
   50%  {left: 250px; -moz-transform: scale(0.8) rotate(10deg)  }
   to   {left: 500px; -moz-transform: scale(1.2) rotate(-20deg) }
}
.home-bottom a {
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right: 7px;
	color: #FFF;
	font-size: 25px;
	
	-webkit-transition: 0.2s background linear;
	-moz-transition: 0.2s background linear;
	transition: 0.2s background linear;
}
.home-bottom a:hover {
	background-color: #fff;
	color: #121212;	
	text-decoration: none;
}
.dots {
	z-index: 99;
	background-image: url(http://shinetheme.com/demosd/wund/wp-content/themes/wund/img/dot.png);
	background-repeat: repeat-y;
	margin: auto;
	width: 6px;
	height: 34px;
}

figcaption {
	font-size: 12px;
	text-align: right;
	color: #DDD;
}

.barra {
	background-image: url(../img/ole/borde-curvoprueba2.png);
	background-size: cover;
	height: 850px;
	background-color: #263371;
}

.barra2 {
	background-image: url(../img/ole/borde-curvoprueba2.png); 
	background-size: cover; 
	height: 850px;
	background-color: #263371;
}

.barra3 {
	background-image: url(../img/ole/borde-curvoprueba2.png);
	background-size: cover;
	height: 970px;
	background-color: #263371;
}

.barra4 {
	background-image: url(../img/ole/borde-curvoprueba2.png); 
	background-size: cover; 
	height: 900px;
	background-color: #263371;
}

.col-lg-7 h2 {
	font-style: italic;
}

.col-lg-7 h3 {
	font-style: italic;
}

.col-lg-3 h4 {
	color: #FFF;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #DDD;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #F05F40;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #EEE;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #00b3fe;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #00b3fe;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #00b3fe;
}

.btn-primary {
	background-color: #F05F40;
	border-color: #F05F40;
}

.atribu2 {
	text-align: left !important;
	color: #F05F40 !important;
}

.reve h4 {
	color: #FFF;
}

.foo-icon1 {
	margin-left: 20px;
	width: 20px;
}

.foo-icon2 {
	margin: 0 20px 0 10px;
	width: 20px;
}
/* Services Wrap */
#service {
	margin-top: 100px;
	margin-bottom: 80px;
}

#service i {
	color: #00b3fe;
	font-size: 60px;
	padding: 15px;
}

/* Portfolio Wrap */
#portfoliowrap {
	padding-top: 60px;
	margin-bottom: 60px;
	display: block;
	text-align: center
}

#portfoliowrap h3 {
	margin-bottom: 25px;
}

.portfolio {
	padding:0 !important;
	margin:0 !important;
	display:block;
}


.portfolio-item .title:before {border-radius:0; display:none}
.portfolio-item p {margin:0px 0 30px;}
.portfolio-item h3 {margin:-10px 0 10px; font-size:16px; text-transform:uppercase;}


.tpl6 h3
{
	color:#fff;
	margin:0;
	padding:40px 5px 0;
	font-size:16px;
	text-transform:uppercase;
}
.tpl6 .dmbutton
{
	display:inline-block;
	margin:30px 5px 20px 5px;
	font-size:13px;
}

.tpl6 .bg
{
	height:100%;
	width:100%;
	background-color:#00b3fe;
	background-color:rgba(0,179,254,.9);
	text-align:center;
}

/* Testimonials Wrap */
#twrap {
	background: url(../img/t-back.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:60px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#twrap i {
	font-size: 50px;
	color: white;
	margin-bottom: 25px;
}

#twrap p {
	color: white;
	font-size: 15px;
	line-height: 30px;
}

/* clients logo */
#cwrap {
	background: #f7f7f7;
	margin-top: 0px;
	padding-top: 80px;
	padding-bottom: 100px;
}

#cwrap h3 {
	margin-bottom: 60px;
}

/* Footer */
#footerwrap {
	padding-top: 0;
	padding-bottom: 0;
	background: transparent;
}

#footerwrap p {
	color: #FFF;
	margin: -30px 0 0;

}

#footerwrap2 {
	padding-top: 0;
	padding-bottom: 0;
	background: #263371;
}

#footerwrap2 p {
	color: #FFF;
	margin: 15px 0;

}

#footerwrap2 a {
	color: #FFF;
	margin: 15px 0;
	color: #FFF;
}

#footerwrap h4 {
	color: white;
}

#footerwrap i {
	font-size: 30px;
	color: #bfc9d3;
	padding-right: 25px;
}

#footerwrap i:hover {
	color: #00b3fe
}

/*	################################################################
	PAGE CONFIGURATIONS
################################################################# */
/* General Tweaks */

#blue {
	background: #F05F40;
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#blue h3 {
	color: white;
	margin-left: 15px;
}

.ctitle {
	color: #00b3fe;
	font-weight: 700;
	margin-bottom: 15px;
}

csmall {
	font-size: 12px;
	color: #b3b3b3;
}
csmall2 {
	font-size: 12px;
	color: #f39c12
}

.spacing {
	margin-top: 40px;
	margin-bottom: 40px;
}

.badge-theme {
	background: #00b3fe;
}


/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: initial;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}



/* Contact Page */
#contactwrap {
	background: url(../img/ole/contacto.jpg) no-repeat center top;
	margin-top: 60px;
	padding-top:0px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 400px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Blog Page */
.popular-posts { 
	margin: 0px;
	padding-left: 0px;
	}
	
.popular-posts li {
	list-style: none; 
	margin-bottom: 20px; 
	min-height: 70px;
}
.popular-posts li a, 
.popular-posts li a:hover {
	color:#2f2f2f; 
	text-decoration: none;
	}
	
.popular-posts li img {
	float: left; 
	margin-right: 20px;
	}
	
.popular-posts li em {
	font-family: 'Optima','Lato', sans-serif;
	font-size: 12px;
	color: #b3b3b3
	}

.popular-posts p {
	line-height: normal;
	margin-bottom: auto;
}	

.share i {
	padding-right: 15px;
	font-size: 18px;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	margin: auto !important;
}

@media (max-width: 767px) {
	.space2 {
		margin-top: 0px;
	}
	#headerwrap-sec h1 {
		margin-top: 20px;
	}
	.tut .tit img {
		width: 45px !important;
		margin: 10px 0 0 10px !important;
		display: inline-block;
	}
	.tit2 .subtitulo {
		margin: 0px auto 20px;
	}
	.news li {
	  width: 100% !important;
	  
	}

}

@media (max-width: 991px) {
	#headerwrap {
		min-height: 350px;
	}
	.space3 {
		margin-top: 50px;
	}
	.barra {
		display: none;
	}
	.lista-ser {
		display: none;
	}
	.tit {
		margin-top: 0;
	}
	.tut .tit {
		text-align: left;
	}
	.tut .tit p {
		text-align: justify;
	}
	.tit2 {
		margin-top: 0;
	}
	.barra2 {
		display: none;
	}
	.barra3 {
		display: none;
	}
	.barra4 {
		display: none;
	}
	.tut .tit2 {
		text-align: left;
		padding-bottom: 20px;
	}
	.pup {
		margin-top: 20px;
	}
	.herra {
		padding-top: 20px;
		height: 100%;
	}
	.herra br {
		display: none;	
	}
	.herra2 {
		padding-top: 20px;
		height: 100%;
	}
	.herra3 {
		padding-top: 20px;
		height: 100%;
	}
	.herra4 {
		padding-top: 20px;
		height: 100%;
	}	
	.subito {
		color: #000;
	}
	#footerwrap {
		text-align: center;
	}
	#bene1 {
		display: none;
	}
	#bene2 {
		display: none;
	}
	#bene3 {
		display: none;
	}
	#bene4 {
		display: none;
	}
	#bene5 {
		display: none;
	}
	.img-mob {
		margin-top: 70px;
	}
	.home-bottom {
		display: none;
	}
	#contactwrap {
		display: none;
	}

}

@media (min-width: 992px) {
	
	.img-mob {
		display: none;
	}
}

@media (min-width: 1620px) {
	#headerwrap img {
		width: 100%;
	}
	.barra {
		height: 1100px;
	}
	.herra {
		height: 1000px;
	}
	.herra2 {
		height: 1100px;
	}
	.herra3 {
		height: 1100px;
	}
	.herra4 {
		height: 1100px;
	}
	.barra2 {
		height: 1000px;
	}
	.barra3 {
		height: 1100px;
	}
	.barra4 {
		height: 1100px;
	}
	.lista-ser {
		margin-top: 220px;
	}
}

.news {
  text-align: center;
}

.news li {
  display: inline-block;
  width: 33%;
  padding: 5px;
  text-align: left;
  margin-bottom: 30px;
}

.news a {
  text-decoration: none;
  color: #002258;
  font-size: 20px;
}

.news p {
  text-decoration: none;
  color: #64686d;
  font-size: 16px;
}

.news a img {
  text-align: center !important;
  margin: 20px !important
}