@charset "utf-8";


/* ---------------------------------------------------------------------- */
/*	Import styles
 /* ---------------------------------------------------------------------- */

/* bootstrap.css  - include resetes ( Media querys, grid-responsive,layout).*/
@import url("bootstrap/bootstrap.css");
@import url("bootstrap/bootstrap-responsive.css");

/*Helpers*/
@import url("helpers.css");

/*Google Fonts*/
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300");

/*Animations*/
@import url("animations/animate.css");

/* ---------------------------------------------------------------------- */
/*	General Style
 /* ---------------------------------------------------------------------- */

body {
    /*background: url(../img/background/00.png) 0 0 repeat;*/
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 400;
    /* 1em = 10px | 1.2em = 12px | 2em = 20px | etc. */
    font-size: 62.5%;
    padding: 0;
    color: #555555;
}
.left {
    float: left;
}
.right {
    float: right;
}
h1, h2, h3, h4, h5, h6 {
    color: #383e44;
    font-weight: 300;
}
h1 {
    font-size: 4.1em;
    line-height: 39px;
    margin-bottom: 30px;
}
img{
    height: auto;
}
ul li {
    font-size: 1.3em;
}

ul li ul li {
    font-size: 1em !important;
}
h2 {
    font-size: 3.2em;
    margin: 0 0 1em;
}
.page-header h2 {
    font-size: 3.2em;
    margin: 0 0 1em;
	font-weight: bold;
}
h2 em {
    color: #3B75BF;
    font-style: normal;
}
h2 span {
    background: none repeat scroll 0 0 white;
    display: inline-block;
    padding: 0 3%;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 20px;
    line-height: 26px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 13px;
}

a, a:hover, a:active, a:focus {
    outline: 0!important;
    border: 0; 
}
iframe {
    border: 0;
}

a:hover {
    text-decoration: none;
}
.clear {
    clear: both;
}
section.pricing, section.global-oportunities, section.learn, section.video, section.steps {
    padding: 44px 0;
}



/*  Transitional elements
================================================== */

ul.btns-top li a, #curse-form input.btn-large {
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

#contacto .row-fluid {
	max-width: 980px;
	display: block;
	margin: 0 auto;
}
.form-contacto {
	width: 450px;
	margin: 0 auto;	
	display:block;
	float: left;
	clear: none;
}
.mapa{
	max-width: 500px;
	display:block;
	float: left;
	clear: none;
}

.powered_by, .powered_by_1{
	display: none;
}

/* ---------------------------------------------------------------------- */
/*	Header
 /* ---------------------------------------------------------------------- */

/* Top Bar ----------------------------*/
.top {
    background-color: #5cb5ff;
    color: #fff;
}

.top .container .logo {
    display: inline-block;
    float: left;
    margin: 10px;
}
.top .container .btns-top {
    list-style: none;
    padding: 0;
    margin: 0;
    float: none;
    display: inline-block;
}
.top .container .btns-top li {
    display: inline-block;
    margin: 17px 13px;
}
.top .container .btns-top li a {
    white-space: nowrap;
    border-radius: 2px;
	color: #fff;
	font-size: 1em;
}
.top .container .btns-top li a:hover {
	font-weight: bold;
}

.btn.btn-large {
    font-size: 14px;
    border: white solid 5px !important;
    border-radius: 0;
}
.btn-inverse {
    background: #23272A!important;	
}

.btn-primary {
    background: #3C618E!important;	
}
.btn-primary:hover, .btn-inverse:hover  {
    background: #23272A!important;	
}
.main-menu {
    position: fixed;
    z-index: 999;
    background-color: #5cb5ff;
    width: 100%;
    text-align: center;  
}

.main-menu ul li {
    font-size: 2em;
}

.main-menu ul li ul li {
    font-size: 1em !important;
}

/* Slider ----------------------------*/

header {
    background: /*url("../img/bg.jpg") no-repeat scroll center 0 #0577D3;*/ #fff;
    /*border-bottom: 5px solid #D2D3D5;*/
    overflow: hidden;
}
.form-curse .container .video {
    margin:3% 0;
}
.form-curse {
    opacity: 1;
    margin-top: 54px;
    position: relative;
    max-width: 1600px;
}
.curse-form-box {
    color: white;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.80);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.80);
    box-shadow: 0 0 3px rgba(0,0,0,0.80);
    margin:20px 0;
}
.curse-form-box h3 {
    background: rgb(75,81,86);
    background: rgba(75,81,86,0.80);
    color: white;
    font-size: 3em;
    height: auto;
    line-height: 2.2em;
    padding: 0 5%;
}
.curse-form-box .cont {
    background: rgb(55,61,67);
    background: rgba(55,61,67,0.80);
    padding: 3% 5%;
}
.curse-form-box .cont p {
    font-size: 1.5em;
    padding: 0 0 2%;
}
.curse-form-box textarea.input-large {
    height: 8em;
    resize: none;
}
.curse-form-box .input-large {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    margin: 0 0 20px;
    padding: 4px 5px;
    width: 100%;
    border:0;
}
.curse-form-box select.input-large {
    padding: 11px 3px;
}
.curse-form-box select.input-large option:first-child {
    display: none;
}
#curse-form .btn.btn-large {
    border-radius:2px;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    padding:20px 25px;
}

/* Contenidos */

.item-page{
	max-width: 70%;
	margin: 0 auto;
}

.item-page, .item-page h2 {
	font-size: 30px;
}	
.item-page, .item-page div p, .item-page div li {
	font-size: 22px;
	line-height: 30px;
}

.item-page .page-header {
    margin: 5px 0 30px;
    padding-bottom: 0px;
    text-align: center;
}

/* Intro ----------------------------*/
.intro {
    background: #5cb5ff;
    text-align: center;
    padding: 5% 0;
}
.intro h1 {
    font-size:26px;
    font-weight:600;
    color:#fff;
}

.intro p {
	font-size:24px;
    font-weight: lighter;
    color:#fff;
	line-height: 35px;
}

.intro .container {
	width: 1060px;
}
	

.intro h4 {
    font-size:16px;
    font-weight: normal;
}

/* Frase media ----------------------------*/
.frase-media {
    background: #e6e6e6;
    text-align: center;
    padding: 3% 6%;
	margin-bottom: 1%;
}
.frase-media h1 {
    font-size:24px;
    font-weight: lighter;
    color:#565656;
}
.frase-media h4 {
    font-size:16px;
    font-weight: normal;
}

.tit-proyectos {
	text-align:center;
	background:#1f3f82;
	color: #fff;
	font-weight:bold;
	font-size: 28px;
	line-height: 50px;
}

#proyectos {
	padding-bottom: 0;
}

.blog .row-fluid .span4, .blog .row-fluid .span4 .item column-1 {
	width:32.6%;
	border-radius: 10px;
	margin-left: 0.5%;
	margin-bottom: 0.5%;
	background: #1e7ec8;
}

.blog .row-fluid .span4 .page-header, .blog .row-fluid .span4 .page-header h2, .blog .row-fluid .span4 .page-header h2 a {
	margin: 0;
	color: #fff;
	font-size: 25px;
}

.blog .row-fluid .span4 img {
	border-radius: 10px;
	box-shadow:3px 3px 3px;
}

#inicio .blog{
	padding-top: 20px;
}

#inicio .blog p{
	margin: 0 0	25px;
}

.blog a.btn, .blog a.btn:hover{
	display: block;
    margin: 0 auto;
	top: 10px;
    width: 136px;
	background: #ffffff;
	color: #0071bc;
}



/* Steps ----------------------------*/
.steps {
    text-align: center;
}
.steps .item h4 {
    color: #565656;
    font-size: 1.9em;
    margin: 0;
}
.steps .item p {
    font-size: 1.5em;
}
.steps .item span.ico {
    display: block;
    height: 149px;
    margin: 0 auto 16px;
    width: 150px;
}
.steps .item:hover span.ico {
    background-position: 0 0 !important;
}
.steps .item.first span.ico {
    background: url(../img/servicios-1.png) 0 100%;
}
.steps .item.second span.ico {
    background: url(../img/servicios-2.png) 0 100%;
}
.steps .item.third span.ico {
    background: url(../img/servicios-3.png) 0 100%;
}
.steps .item.fourth span.ico {
    background: url(../img/servicios-4.png) 0 100%;
}
.steps .item.fIfth span.ico {
    background: url(../img/servicios-5.png) 0 100%;
}

.steps .lead-servicios{
	font-size: 24px;
	line-height: 30px;
	font-family: Century Gothic;
	margin: 3% 6%;
	color: #565656;
	font-weight: lighter;
}
.bloque-proyectos{
	display: block;
    margin: 0 auto;
    max-width: 1200px;
}

.bloque-proyectos a, .bloque-proyectos a:hover{
	color: #fff;
	text-decoration: none;
}

/* Video ----------------------------*/
.generic-section {
    padding: 3% 0;
}
.video {

}
.video iframe {

}
.list-features {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-features li {
    background: url("../img/bul-list.png") no-repeat scroll 0 0 transparent;
    display: block;
    font-size: 1.5em;
    line-height: 18px;
    margin-bottom: 1.2em;
    padding-left: 25px;
}
/* Questions ----------------------------*/
.testimonials {
    /*background: url("../img/publicaciones-bg.jpg") center center no-repeat;
    background-size: cover;*/
    padding: 54px 0 0 0;
	margin: 0;
}
.leermas{
	background: #FF9E00;
	color: #ffffff;
	padding: 3px 10px;
	margin: 0 auto;
	display: inline-block;
}
.title-questions{
    color:white;
    font-weight: 600;
}

.list-testimonials, .list-testimonials li {
    color: white;
    list-style: none outside none;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
}
.list-testimonials li img {
    display: block;
    float: none;
    height: auto !important;
    margin: 0 auto;
    width: auto !important;
}
.list-testimonials li p.comment {
    font-size: 2em;
    font-style: italic;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0 40px;
}
.list-testimonials li p.date {
    font-size: 1.4em;
    margin-top: 2.5%;
    position: relative;
    text-transform: none;
    padding: 1.4% 25px 0;
}
.list-testimonials li p.date span {
    position: absolute;
    width: 32px;
    top: 0px;
    left: 50%;
    height: 2px;
    display: block;
    margin-left: -16px;
    background: white;
}
.row-fluid {
    position: relative;
}
.rslides_nav {
    background: url("../img/arrows.png") repeat scroll 0 0 transparent;
    display: block;
    height: 40px;
    margin-top: 17%;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 22px;
    z-index: 99;
	background-color: #000;
}
.rslides_nav.prev {
    left: 0;
}
.rslides_nav.next {
    right: 0;
    background-position: 100% 0;
}

.generic-section p {
    font-size: 1.8em;
    line-height: 1.8em;
    margin-bottom: 1em;
    margin-top: 0%;
	text-align: justify;
}

/* learn ----------------------------*/
.learn.generic-section {
    background: #FFF;
}
/* Global oprtunities ----------------------------*/
.global-oportunities {

}
.global-oportunities .item {
    margin-bottom: 2.5%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.global-oportunities .item img.avatar {
    width: 100%;
    height: auto;
}
.global-oportunities .item .cont {
    position: absolute;
    height: 100%;
    width: 100%;
    background: black;
    z-index: 99;
    top: 100%;
    margin-top: -68px;
    left: 0;
    background: #177FD2;
    color: white;
    opacity:0.8;
}
.global-oportunities .item .cont p {
    margin: 0 20px 1em;
}
.global-oportunities .item:hover .cont {
    top: 0 !important;
    opacity:0.9;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    margin-top: 0px; 
}

.global-oportunities .row-fluid .item.nth1 .cont {
    background: #177FD2;
}
.global-oportunities .row-fluid .item.nth2 .cont {
    background: #EC7438;
}
.global-oportunities .row-fluid .item.nth3 .cont {
    background: #D3911C;
}
.global-oportunities .row-fluid .item.nth4 .cont {
    background: #49A2A6;
}
.global-oportunities .item .cont h3 {
    color: white;
    margin: 0;
    padding: 0 20px;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
}
.global-oportunities .item .cont h3 span {
    margin: 20px 0;
    display: block;
    line-height: 32px;
    float: left;
}
.icon-new {
    float: left;
    background: url("../img/ico-new.png") repeat scroll 0 0 transparent;
    height: 32px;
    margin: 20px 10px 20px 0;
    vertical-align: inherit;
    width: 32px;
}

table.tabla-clientes{
	width: 90%;
}

table.tabla-clientes td {
	text-align: center;
	border: 1px #CCC solid;
}

/* Brands ----------------------------*/
.brands {
    background: url("../img/bg-brands.jpg") center center no-repeat;
    background-size: cover;
    padding: 10% 0;
}
.list-brands {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.list-brands li {
    display: inline-block;
    margin: 0 2%;
}
/*.list-brands li:first-child {
        margin-left: 0;
}
.list-brands li:last-child {
        margin-right: 0;
}*/
.list-brands li a {
}
.list-brands li a img {
    display: block;
}
ul.list-brands .tooltip  {
    background: none;

}
.tooltip.top { 
    top: -50px!important
}
ul.list-brands .tooltip .tooltip-inner {
    background: #fff;
    color: #2e62a5;
    font-size:14px;
    text-transform:uppercase;
    opacity:1;
    border-radius: 0;
}
ul.list-brands .tooltip.top .tooltip-arrow {
    border-top-color: #fff;
}


/* Pricing tables ----------------------------*/
.pricing {
    position: relative;
}
.pricing .item {
    background: #E9EBED;	
}
.pricing .item h3 {
    color: #3B75BF;
    font-size: 2.5em;
}
.pricing .item ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pricing .item ul li {
    border-bottom: 1px solid #E2E2E2;
    display: block;
    line-height: 3em;
    color: #848484;
    font-size: 1.4em;
}
.pricing .item .btn {
    margin: 5%;
}
.btn {
    background: #999999;
    border: 0 none;
    color: white;
    text-shadow: none;
}
.pricing .btn-large {
    border-radius: 3px;
    font-size: 1.8em;
    font-weight: 300;
    padding: 15px 40px;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    background-color: #999999;
    color: #FFFFFF;
}
.pricing .item:hover {
    background: #3B75BE;	
}
.pricing .item:hover h3 {
    color: #fff;
}
.pricing .item:hover ul li {
    border-color:#477DC1;
    color: #fff;
}
.pricing .item:hover .btn {
    background: #2D62A4;
}

/* Newssletter ----------------------------*/

.newsletter {
    background: #3B75BF;
    padding: 3% 0;
}
.newsletter .fields {
    text-align: center;
}
.newsletter .fields label {
    color: white;
    display: inline-block;
    font-size: 2.4em;
    font-weight:300;
    margin: 0 5px;
    padding: 0;
    position: relative;
    top: 0px;
    white-space: nowrap;
    padding: 10px 10px;
}
.newsletter .fields input {
    display: inline-block;
    border-radius:2px;
}
.newsletter .fields input.btn {
    background: none repeat scroll 0 0 #2D61A5;
    margin: 0 5px 10px;
    font-size: 1.8em;
    font-weight: 300!important;
}
.btn {
    box-shadow: none!important;
}
.newsletter .fields input.large {
    margin: 0 5px 10px;
    padding: 10px 10px;
    color: #999999;
    font-size: 1.3em;
    font-weight:400;
}
.newsletter .fields div {
    display: inline-block;
}

/* Footer ----------------------------*/
.footer {
    background: #333333;
    color: #fff;
}
.footer .item {
    padding-left: 1%;
	font-size: 14px;
}
.footer .item h2 {
    color: #fff;
    font-size: 2em;
    color: #CBCBCB;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.footer .item h3 {
    color: #fff;
    font-size: 2em;
    color: #CBCBCB;	
}
.footer .item p {
    line-height: 2em;
    font-size: 1.2em;
    color: #CBCBCB;
}
.footer a {
	color: #cccccc;
	font-size: 14px;
}

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

.footer .span6 {
	width: 23%;
}

ul.social {
    margin: 0;
    padding: 0;
}
ul.social li {
    display: inline-block;
    padding: 0 1%;
}
ul.social li a {
    display: block;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
}

ul.social li a:hover {
    background-position: 0 100%!important; 
}

ul.social li a.in {
    background: url(../img/ico-social-in.png);
}
ul.social li a.youtube {
    background: url(../img/ico-social-youtube.png);
}
ul.social li a.instagram {
    background: url(../img/ico-social-instagram.png);
}
ul.social li a.facebook {
    background: url(../img/ico-social-facebook.png);
}
ul.social li a.twitter {
    background: url(../img/ico-social-twitter.png);
}
ul.social .tooltip .tooltip-inner {
    background: white;
    color: black;
}
ul.social .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff;
}

/* Copy ----------------------------*/
.copy {
    background: #272C30;
    padding: 1.2% 0;
}
.copy p {
    color: #cccccc;
    font-size: 1.2em;
    margin: 0;
}
.copy a {
    color:#3B75BF;
}

/* Lightbox ----------------------------*/
.modal#modal-register {
    margin-left: -157px;
    width: 314px;
}

/*Fichas t�cnicas */
table.ficha-tecnica {
	width: 100%;
	background:#efefef;
	max-width: 900px;
}

table.ficha-tecnica td{
	border: 1px solid #5cb5ff;
	text-align: left;
	vertical-align: top;
	padding: 0 10px;
	text-align:justify;
}

.item-ficha{
	color: #fff;
	background: #1e7ec8;
	font-weight: Bold;
}

#goTop {
    background: none repeat scroll 0 0 white;
    border-radius: 5px 5px 0 0;
    bottom: -100em;
    color: #666666;
    display: block;
    font-size: 17px;
    font-weight: bold;
    padding: 8px 9px 18px;
    position: fixed;
    right: 55px;
    text-decoration: none;
    z-index: 9999;
    text-shadow: 1px 1px 1px white;
    background: rgb(239,239,239);
    background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(224,224,224,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(224,224,224,1)));
    background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(224,224,224,1) 100%);
    background: -o-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(224,224,224,1) 100%);
    background: -ms-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(224,224,224,1) 100%);
    background: linear-gradient(to bottom, rgba(239,239,239,1) 0%,rgba(224,224,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e0e0e0',GradientType=0 );
    -moz-transition: all 1.3s ease-in-out 0s;
    -webkit-transition: all 1.3s linear 0s;
    -o-transition: all 1.3s linear 0s;
    -ms-transition: all 1.3s linear 0s;
    transition: all 1.3s linear 0s;
    -moz-box-shadow: 0 2px 5px rgba(34, 25, 25, 0.22);
    -webkit-box-shadow: 0 2px 5px rgba(34, 25, 25, 0.22);
    -o-box-shadow: 0 2px 5px rgba(34, 25, 25, 0.22);
    -ms-box-shadow: 0 2px 5px rgba(34, 25, 25, 0.22);
    box-shadow: 0 2px 5px rgba(34, 25, 25, 0.22);
}
#goTop.show {
    bottom: 0;
}
