/*-- --*/




*{
	margin: 0px; padding: 0px;
}
html, body{
  	font-family: 'Open Sans', sans-serif;
    font-size: 100%;
  	background: #FFf;
  	-webkit-font-smoothing: antialiased;
}

body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

.header{ border-top:1px solid white;}
.menu{ 
	height:auto;
	width:100%;
	margin-top: -50px;
}
.wrapper{ 
	height:600px; 
	width:100%; 
	padding-top:0px;
	}

.fixed{
	position: fixed;
    /* top: 1px; */
    margin-top: -117px;
    z-index: 999;
}


.social{
	width: 63px;
	height: 187px;
	-webkit-border-radius: 32px 32px 32px 32px;
	border-radius: 32px 32px 32px 32px;
	position: fixed;
	left: 0;
	top: 210px;
	z-index: 8888;
	background-color: rgba(255, 255, 255, 0.5);
	color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
}

.icon-social{
	width: 53px;
	height: 53px;
	-webkit-border-radius: 24px 24px 24px 24px;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	z-index: 9999;
}

.socialfb {
	background:url(../images/facebook.png) no-repeat top left;
	top: 7px;
	left: 5px;
}
.socialfb:hover {
	background:url(../images/facebook.png) no-repeat top right;
}
.socialtw {
	background:url(../images/twitter.png) no-repeat top left;
	top: 14px;
	left: 5px;
}
.socialtw:hover {
	background:url(../images/twitter.png) no-repeat top right;
}
.socialin {
	background:url(../images/instagram.png) no-repeat top left;
	top: 21px;
	left: 5px;
}
.socialin:hover {
	background:url(../images/instagram.png) no-repeat top right;
}

@media (max-width: 480px) {
	.social{
		display: none;
	}
}



/*-- Fondos --*/
.bg{
	background:url(../images/baner.jpg) no-repeat 0px 0px;
	background-size:cover;
	background-position:center;
	height: 760px;
}

.bg2{
	background:url(../images/baner2.jpg) no-repeat 0px 0px;
	background-size:cover;
	background-position:center;
	position: relative;
	z-index: 0;
}

/*--Fin fondo head--*/


.box-btn-head{
    /* background-color: #fff7dd; */
    max-width: 80%;
    min-height: 50px;
    position: relative;
    margin: 0px auto -40px auto;
    overflow: hidden;
}
.box-btn{
	/*background-color: #f5f5f5; */
    width: 100%;
    height: 50px;
    margin: 10px auto 30px auto;
    /* float: right;*/
}

.boton-tel{
	float: left;
    margin: 30px 0px 0px 200px;
}


li.btn-login{
	display: none;
}

@media (max-width: 750px) {
	.box-btn{
		display: none;
	}
	.boton-tel{
		display: none;
	}
	.boton-sesion{
		display: none;
	}
	li.btn-login{
		display: block;
		}

	.fixed{
		position: relative;
	}
}

.telbot{
	width: 260px;
	height: 40px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	background: url(../images/icon-telefono.png) no-repeat #2c4182;
	background-position: left 15px top 10px;
}
.telbot_txt{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 15px;
	position: relative;
	left: 22%;
	top: 10px;
}

.titler{

	max-width: 950px;
    min-height: 60px;
    margin: 0px auto 10px auto;
    text-align: center;
    position: relative;
    top: 350px;
}
.title_txt{
	font-family: 'Muli', sans-serif;
	color: #fff;
	font-size: 45px;
	text-align: center;
}
@media (max-width: 650px) {
	.titler{

	}
	.title_txt{
		font-size: 30px;
	}

}

.boton-sesion{
	float: right;
	margin-top: 30px
}
.boton-calculadora{
	float: right;
	margin-top: 30px;
	margin-right: 100px;
}

.inises_txt{
	font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 15px;
    position: relative;
    left: 25%;
    top: 8px;
}
.inises2_txt{
	font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 15px;
    position: relative;
    top: 8px;
}
.inises{
	width: 180px;
	height: 40px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	background: url(../images/icon-iniciar-sesion.png) no-repeat #4aaa51;
	background-position: left 15px top 10px;
}
.inises:hover{
	background: url(../images/icon-iniciar-sesion.png) no-repeat #686868;
	background-position: left 15px top 10px;
}
.inises2{
	width: 180px;
	height: 40px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	background: url(../images/icon-calculadora.png) no-repeat #f7931e;
	background-position: left 15px top 10px;
}
.inises2:hover{
	background: url(../images/icon-calculadora.png) no-repeat #686868;
	background-position: left 15px top 10px;
}
.inises3{
	width: 250px;
	height: 40px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	background-color: #2c4182;
	background-position: left 15px top 10px;
}
.inises3:hover{
	background-color: #686868;
	background-position: left 15px top 10px;
}
.calcu_txt{
	font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 15px;
    position: relative;
    left: 25%;
    top: 8px;
}
.calcu{
	width: 210px;
	height: 40px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	background: url(../images/icon-iniciar-sesion.png) no-repeat #4aaa51;
	background-position: left 15px top 10px;
}
.calcu:hover{
	background: url(../images/icon-iniciar-sesion.png) no-repeat #686868;
	background-position: left 15px top 10px;
}

.box-menu{
	width: 80%;
	margin: 0px auto;
}

.box-logo{
	width: 80%;
	margin: 0px auto;
}

.logo{
	margin-top: 0px;
	width: 175px;
	height: 175px;
	position: relative;
	z-index: 999;
}


.icon-flecha{
	background-image: url(../images/flecha-item.png);
	width: 6px;
	height: 11px;
	float: left;
	margin: 5px 5px 0px 0px;
}



.registrar_txt{
	font-family: 'Muli', sans-serif;
	color: #fff;
	font-size: 18px;
	position: relative;
	/*left: 20%;*/
	top: 7px;
	margin-left: 18px;
}

.registrar{
	background-color: #4aaa51;
	width: 340px;
	height: 40px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	position: relative;
	top: 370px;
	/*left: 39%;
	background: url(../images/estrella-blanca.png) no-repeat #4aaa51;
	background-position: left 20px top 4px;
	z-index: 9999;*/
	margin: 0px auto;
}

.registrar:hover{
	background-color: #f7931e;
}

.fondmenu{
	width: 100%;
	height: 60px;
	position: relative;
    left: 0;
    top: 10px;
	background-color: #fff;
	opacity: 0.3;
	z-index: 2;
}

.logo320{

	display:none;

}



/*---- banner ----*/

.banner-info{

	padding: 9em 0 12em;

}

.banner-info h1{
	font-family: 'PT Sans', sans-serif;
	font-weight: 500;
	font-size: 2.5em;
	color: #fff;
	width: 70%;
	display: inline-block;
	line-height: 1em;
	line-height: 1;

}

.banner-info span{

	width:15%;
	height:1px;
	background:#35C2F8;
	display:inline-block;

}

.banner-info p{

	color: #fff;
	font-size: 1.3em;
	line-height: 1.7em;
	font-family: 'Open Sans', sans-serif;
	margin: 1em auto;
	width: 50%;

}

/*---- email form ----*/

#newsletterform {

	margin-top: 0;
	display: block;
	text-align: center;
}

#newsletterform div {

	display: inline-block;

}

#newsletterform input {

	height: 50px;
    display: inline-block;
    width: 250px;
    padding: 0 10px;
    margin: 8px 4px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.1);
    color: #fff;
    background: #ffffff;
    background: rgba(0, 118, 188, 0.2);
}

#newsletterform label {

	color: #fff;
	text-shadow: 1px 1px rgba(0,0,0,.25);
	font-size: 12px
}

a#button-newsletter {

    color: #FFFFFF;
    font-size: 16px;
    display: block;
    padding: 5px 0;
    width: 99%;
    margin: 5px auto 0;
    text-align: center;
    background-color: #0076bc;
}



.address{

	text-align: left;
}

.address span{

	font-weight: bold;
	color: #4aaa51;
}

.home{

	background: url(../images/baner.jpg) no-repeat 0px 0px;
	background-size: cover;
	background-position: center;
	position: relative;
	height: 760px;
}

/*---- services ----*/

.services{

	padding:3em 0;

}

.service-head h2{

	font-size: 3em;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	text-transform: uppercase;
	margin: 20px 0 40px;
}

.service-head span{

	width:15%;
	height:1px;
	background:#35C2F8;
	display:inline-block;
}

.service-grid span{

	width:150px;
	height:150px;
	display:inline-block;
	background:url(../images/services-icons.png) no-repeat 0px 0px;
}

.service-grid h3 a{

	color: #0076bc;
	/*font-weight: 600; */
	font-size: 0.875em;
}

.service-grid h3 a:hover{

	color:#777777;
	text-decoration:none;
}

.service-grid p{

	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	line-height:1.7em;
	color:#888888;
}

.service-grid span.service-icon1{

	background-position:0px 0px;
}

.service-grid span.service-icon2{

	background-position: -344px 2px;
}

.service-grid span.service-icon3{

	background-position: -690px 4px;
}

.services-grids{

	padding:3em 0;
}

/*---- Other Expertise ----*/

.expertise{

	background:#FFF;
}

.terminos{

	background:#F9F9F9;
}

.expertice-right-grid{

	margin: 0;
	padding: 0;
	background: url(../images/calculadora.png) no-repeat 0px 0px;
	background-size: cover;
	min-height: 708px;

}

.servicios-right-grid{

	margin: 0;
	padding: 0;
	background: url(../images/caja.png) no-repeat 0px 0px;
	background-size: cover;
	min-height: 500px;
}

.expertise-head {

	margin: 40px 0 40px 0;
}

.expertise h3{

	font-size: 3em;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	text-transform: uppercase;
}

.expertise-head p{

	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	line-height:1.7em;
	color:#777777;
}

.e-left-inner-grid-left{

	float:left;
	width:10%
}

.e-left-inner-grid-right{

	float:right;
	width:85%;
}

.e-left-inner-grid{

	width: 47%;
	float: left;
	margin-bottom: 1em;
}

.e-left-inner-grid-left span{
	width:40px;
	height:40px;
	display:inline-block;
	background:url(../images/exprt-icons.png) no-repeat 0px 0px;
	margin-top:0.4em;
}

.e-left-inner-grid-right h4{

	font-size:1em;
	color:#222222;
	text-transform:uppercase;
	font-weight:600;
}

.e-left-inner-grid-right p{

	font-weight: 400;

	font-family: 'Open Sans', sans-serif;

	line-height: 1.7em;

	color: #777777;

}

.e-left-inner-grid-left span.e-icon1{

	background-position:0px 0px;

}

.e-left-inner-grid-left span.e-icon2{

	background-position: -5px -53px;

}

.e-left-inner-grid-left span.e-icon3{

	background-position: 0px -51px;

}

.e-left-inner-grid-left span.e-icon4{

	background-position: 2px -159px;

}

.box-leran{
	width: 150px;
	height: 150px;
	/*float: right;
    margin: -120px -180px 0px 0px*/
    margin: 0px auto;
}

.btn-leran{
	background: url(../images/btn-calcula-envio.png) no-repeat;
	background-position: 0px 0px;
	width: 150px;
	height: 150px;
    display: inline-block;
}
a.leran-more{
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 22px;
    padding: 40px 10px;
}

.btn-leran:hover{
	background: url(../images/btn-calcula-envio.png) no-repeat;
	background-position: 0px -151px;
	color:#FFFFFF;
}

.expertice-left-grid{

	padding:3em 3em 2em 5em;

}

.expertise-left-inner-grids{

	/* padding:2em 0;*/

}

/*---- portflio ----*/

.portfolio-top-left{

	padding:3em 3em 3em 5em;

	/*background: url(../images/portbg-1.png) no-repeat 68% 69%; */

}

.portfolio-top-left h3{

	margin: 0.3em 0 0.6em;

	font-size: 3em;

	font-family: 'Montserrat', sans-serif;

	color: #000;

	text-transform: uppercase;

}



.portfolio-top-left p{

	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.7em;
	color: #777777;
}

.portfolio-top-left p span{

	font-weight: bold;
	color:#0076bc;
}

.portfolio-top-left-grid-left{

	float:left;
	width:20%;
	text-align:center;
}

.portfolio-top-left-grid-right{

	float:right;
	width:80%;

}

.portfolio-top-left-grid-left span{

	width:37px;
	height:32px;
	display:inline-block;
	background:url(../images/port-icons.png) no-repeat 0px 0px;

}

.portfolio-top-left-grid-right h5{

	color:#222222;
	font-size:1.3em;
	margin: 0px 0px 0px 0px;
	padding:0 0 0.5em 0;

}

.portfolio-top-left-grid-right h5 span{

	color:#ff0000;

}

.portfolio-top-left-grid-right p{

	width:80%;

}

.portfolio-top-left-grid{

	margin:1em 0;

}

.portfolio-top-left-grids{

	padding:0.5em 0;

}

.portfolio-top-left-grid-left span.p-icon1{

	background-position:0px 0px;

}

.portfolio-top-left-grid-left span.p-icon2{

	background-position: 0px -90px;

}

.portfolio-top-left-grid-left span.p-icon3{

	background-position: 0px -183px;

}

.portfolio-top-left-grid-left span.p-icon4{

	background-position: 0px -52px;

}

.portfolio-top-left-grid-left span.p-icon5{

	background-position: 0px -128px;

}

.portfolio-top-right{
	
	min-height:650px;
	background:url(../images/computer.jpg) no-repeat 0px 0px;
	background-size:cover;
}

@media (max-width:600px){
	.portfolio-top-right{
		display: none;
	}
	.expertice-right-grid{
		display: none;
	}
}



.portfolio-top-right-inner{

	padding:0;

}

.portfolio-work-grid{

	padding:0;

}

.portfolio-work-grid{

	position:relative;

}

.portfolio-work-grid-pic img{

	width:100%;

}

.portfolio-work-grid-pic{

	position:relative;

}

.portfolio-work-grid-caption{

	display: none;

	position: absolute;

	top: 0;

	background: rgba(153, 153, 153, 0.8);

	text-align: center;

	padding: 6em 2em 0em 2em;

	bottom: 0;

}

.portfolio-work-grid-caption h4{

	font-weight:700;

	font-size:1.5em;

	text-transform:uppercase;

	color:#FFF;

}

.portfolio-work-grid:hover div.portfolio-work-grid-caption{

	display:block;

}

.portfolio-work-grid-caption p{

	font-weight: 400;

	font-family: 'Open Sans', sans-serif;

	line-height: 1.7em;

	color: #FFF;

}

/*----boton----*/

.btn-special,.btn-normal,.btn-small,.btn-large,.comment-des,.steps .popup,.testimonial p,.contact-box {

    border-radius: 3px;

}

.btn-special {

    border-radius: 4px;

}



.btn-special {

    padding: 15px 30px;

    text-transform: uppercase;

    letter-spacing: 1px;

    font-weight: 700;

    outline: none;

    -webkit-transition: all .5s ease-in-out;

    -moz-transition: all .5s ease-in-out;

    -o-transition: all .5s ease-in-out;

    -ms-transition: all .5s ease-in-out;

    transition: all .5s ease-in-out;

}

.btn-color {

    color: #fff !important;

    text-shadow: 0 1px #555 !important;

}

.get-started {

    padding-top: 1px;

    vertical-align: middle;

}

.ie8 .btn-color, .ie9 .btn-color {

	background: #0488cd !important;

}



.ie8 .btn-color:hover, .ie9 .btn-color:hover {

	background: #2eaef0 !important;

}



.btn-color:hover, .subscribe-btn:hover {

	background: -webkit-linear-gradient(#0488cd,#2eaef0);

	background: -moz-linear-gradient(#0488cd,#2eaef0);

	background: -o-linear-gradient(#0488cd,#2eaef0);

	background: -ms-linear-gradient(#0488cd,#2eaef0);

	background: linear-gradient(#0488cd,#2eaef0);

}



.btn-color, .subscribe-btn {

	background: -webkit-linear-gradient(#2eaef0,#0488cd);

	background: -moz-linear-gradient(#2eaef0,#0488cd);

	background: -o-linear-gradient(#2eaef0,#0488cd);

	background: -ms-linear-gradient(#2eaef0,#0488cd);

	background: linear-gradient(#2eaef0,#0488cd);

	border: 1px solid #2f7295;



	-webkit-box-shadow: inset 0 1px 1px 0 #9fcee7, 0 2px 0 -1px rgba(0,0,0,0.2);

	box-shadow: inset 0 1px 1px 0 #9fcee7, 0 2px 0 -1px rgba(0,0,0,0.2);

	cursor: pointer;

}

/*----start-about----*/

.about{

	padding:3em 0;

}

.about-head{

	text-align: center;

}

.about-head h1{

	font-weight: 900;

	font-size: 2.6em;

	color: #222222;

	text-transform: uppercase;

}

.about-head span{

	width: 8%;

	height: 1px;

	background: #35C2F8;

	display: inline-block;

}

/*--about-time-line--*/

.about-time-line{

	padding: 0;

	list-style: none;

	position: relative;

	width: 60%;

	margin: 6em auto 15em;

}

.about-time-line li{

	display: inline;

	min-height: 300px;

}

.about-time-line:before {

	content: '';

	position: absolute;

	top: 0;

	bottom: 0;

	width: 3px;

	background: #F1F1F1;

	left: 49%;

	margin-left: -10px;

}

.about-time-line > li:nth-child(odd) .cbp_tmtime span:last-child {

	color: #6cbfee;

}

.about-time-line > li .cbp_tmtime span:last-child {

	font-size: 2.9em;

	color: #3594cb;

}

.about-time-line > li .cbp_tmtime span {

	display: block;

	text-align: right;

}

.about-time-line > li .cbp_tmicon,.cbp_tmicon1,.cbp_tmicon2,.cbp_tmicon3,.cbp_tmicon2,.cbp_tmicon4{

	width: 170px;

	height: 170px;

	speak: none;

	font-size: 1.4em;

	line-height: 40px;

	position: absolute;

	color: #fff;

	border-radius: 50%;

	box-shadow: 0 0 0 8px #F1F1F1;

	-webkit-box-shadow: 0 0 0 8px #F1F1F1;

	-moz-box-shadow: 0 0 0 8px #F1F1F1;

	-o-box-shadow: 0 0 0 8px #F1F1F1;

	text-align: center;

	left: 41%;

	top: 0;

	margin: 0 0 0 -25px;

	display:block;

}

.cbp_tmicon1{

	left: 41%;

	top: 27%;

}

.cbp_tmicon2{

	left: 41%;

	top: 52%;

}

.cbp_tmicon3{

	left: 41%;

	top: 77%;

}

.cbp_tmicon4{

	left: 41%;

	top: 100%;

}

.img1{

	background:url(../images/credit.jpg) no-repeat;

	background-size: 100% 100%;

}

.img2{

	background:url(../images/box.jpg) no-repeat;

	background-size: 100% 100%;

}

.img3{

	background:url(../images/time-line-img2.jpg) no-repeat;

	background-size: 100% 100%;

}

.img4{

	background:url(../images/time-line-img4.jpg) no-repeat;

	background-size: 100% 100%;

}

.img5{

	background:url(../images/time-line-img5.png) no-repeat #7CC576;

	background-size: 100% 100%;

}

.about-time-line > li .cbp_tmlabel {

	margin: 0 0 0px -8%;

	color: #fff;

	padding: 1em 0em 0em 0;

	font-size: 1.2em;

	font-weight: 300;

	line-height: 1.4;

	position: relative;

	border-radius: 5px;

	width: 40%;

	text-align: right;

	min-height: 250px;

}

.about-time-line > li .cbp_tmlabel1 {

	margin: 0 0 15px 64%;

	text-align: left;

}

.about-time-line > li:nth-child(odd) .cbp_tmlabel:after {

	border-right-color: #6cbfee;

}

.cbp_tmlabel h2{

	color: #222222;

	text-transform: uppercase;

	font-weight: 600;

	font-size: 0.93em;

}

.cbp_tmlabel p{

	color: #777777;

	line-height: 1.6em;

	font-family: 'Open Sans', sans-serif;

	font-size: 0.72em;

	margin-top: 0.8em;

}

.cbp_tmlabel p span{

	font-weight: 600;

}

/*--//about-time-line--*/

/*---team-members--*/

.team-members{

	padding: 3em 0 4em 0;

	background: #F9F9F9;

}

.tm-head{

	text-align:center;

}

.tm-head h3{

	font-size: 3em;

	font-family: 'Montserrat', sans-serif;

	color: #000;

	text-transform: uppercase;

}

.tm-head p{

	font-family: 'Open Sans', sans-serif;

	color: #777777;

	margin: 0 auto;

	font-size: 1em;

	line-height: 1.44em;

}

.tm-head-grid img{

	border-radius: 30em;

	-webkit-border-radius: 30em;

	-moz-border-radius: 30em;

	-o-border-radius: 30em;

	border: 8px solid #0076bc;

}

.tm-head-grid {

	width: 30.33%;

	text-align: center;

	float: left;

	margin-right: 4.5%;

}

.tm-head-grids {

	width: 75%;

	margin: 3.3em auto 2.3em auto;

}

.tm-head-grid:nth-child(3){

	margin-right:0;

}

.tm-head-grid a{
	text-decoration: none;
}
.tm-head-grid a h4{

	font-size: 1.2em;
	color: #222222;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	/*text-shadow: 0px 0px 1px rgba(66, 66, 66, 0.39);
	-webkit-text-shadow: 0px 0px 1px rgba(66, 66, 66, 0.39);
	-moz-text-shadow: 0px 0px 1px rgba(66, 66, 66, 0.39);
	-o-text-shadow: 0px 0px 1px rgba(66, 66, 66, 0.39); */
	margin: 0.8em 0 0.2em 0;

}

.tm-head-grid  h4{

	font-size: 1.2em;
	color: #222222;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	/*text-shadow: 0px 0px 1px rgba(66, 66, 66, 0.39);
	-webkit-text-shadow: 0px 0px 1px rgba(66, 66, 66, 0.39);
	-moz-text-shadow: 0px 0px 1px rgba(66, 66, 66, 0.39);
	-o-text-shadow: 0px 0px 1px rgba(66, 66, 66, 0.39); */
	margin: 0.8em 0 0.2em 0;

}

.tm-head-grid a h4:hover{
	color: #0082c8;
	text-decoration: none;

}

.tm-head-grid h5{

	font-family: 'Open Sans', sans-serif;
	color: #777777;
	margin: 0 auto;
	font-size: 0.8em;
	line-height: 1.44em;
	margin: 0 20px;
	text-align: justify;

}

/*---//team-members--*/

/*----team-info----*/

.team-info{

	font-family: 'Open Sans', sans-serif;

	color: #777777;

	margin: 0 auto;

	font-size: 1em;

	line-height: 1.8em;

	text-align: center;

	width: 50%;

}

/*--//team-info--*/

/*--skills-head--*/

.skills-head{

	text-align:center;

}

.skills-head h3{

	font-size: 2.5em;

	font-family: 'Montserrat', sans-serif;

	color: #222;

	text-transform: uppercase;

}

.skills-head p{

	font-family: 'Open Sans', sans-serif;

	color: #777777;

	margin: 0 auto;

	font-size: 0.95em;

	line-height: 1.44em;

}

.top-social-icons li{

	display: inline-block;

	margin: 1.2em 0.3em;

}

.top-social-icons li a{

	width:40px;

	height:40px;

	display:block;

}

.twitter{

	background:url(../images/top-social-icons.png) no-repeat 0px 0px;

}

.facebook{

	background: url(../images/top-social-icons.png) no-repeat -50px 0px;

}

.pin{

	background: url(../images/top-social-icons.png) no-repeat -100px 0px;

}

.tm-head-grid ul{

	margin:0;

	padding:0;

}

/*---- pie ----*/

.copy-right{

	margin-top: 50px;

}

.pull-left {

    float: left !important;

}

.footer .margin-top-10 .copyright-footer {

    font-size: 12px;

    text-transform: uppercase;

    color: #b1b5a9;

}

.list-unstyled {

    padding-left: 0;

    list-style: none;

}

/*---- contact ----*/

.contact{

	background: url(../images/baner2.jpg) no-repeat 0px 0px;
	padding: 5em 0 0;
	overflow: hidden;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;

}

.contact-left h3{

	color:#fff;

	text-transform:uppercase;

	margin:0;

	padding:0 0 0.4em 0;

	font-size: 3em;

	font-family: 'Montserrat', sans-serif;

}

.contact-left label{

	font-weight: 400;

	font-family: 'Open Sans', sans-serif;

	line-height: 1.7em;

	color: #FFF;

	margin-bottom:1.8em;

	display:block;

}

.contact-left-grid p,.contact-left-grid p a{

	color: #FFF;

	font-weight: 300;

	font-size: 1em;

	font-family: 'Open Sans', sans-serif;

	margin: 0.8em 0;

}

.contact-left-grid p a{

	text-decoration:none;

}

.contact-left-grid p a:hover{

	color:#35C2F8;

}

.contact-left-grid p span{

	width: 28px;

	height: 32px;

	display: inline-block;

	background: url(../images/contact-icons1.png) no-repeat 0px 0px;

	vertical-align: middle;

	margin-right: 0.3em;

}

.contact-left-grids div.col-md-6{

	padding:0;

}

.contact-left-grid p span.c-mobi{

	background-position:0px 0px;

}

.contact-left-grid p span.c-twitter{

	background-position: 0px -66px;

}

.contact-left-grid p span.c-pluse{

	background-position: 0px -130px;

}

/*----*/

.contact-right-grid p,.contact-right-grid p a{

	color: #FFF;

	font-weight: 300;

	font-size: 1em;

	font-family: 'Open Sans', sans-serif;

	margin: 0.8em 0;

}

.contact-right-grid p a{

	text-decoration:none;

}

.contact-right-grid p a:hover{

	color:#35C2F8;

}

.contact-right-grid p span{

	width: 28px;

	height: 32px;

	display: inline-block;

	background: url(../images/contact-icons2.png) no-repeat 0px 0px;

	vertical-align: middle;

	margin-right: 0.3em;

}

.contact-right-grids div.col-md-6{

	padding:0;

}

.contact-right-grid p span.c-msg{

	background-position: 0px 6px;

}

.contact-right-grid p span.c-face{

	background-position: 0px -61px;

}
.contact-right-grid p span.c-insta{

	background-position: 0px -128px;

}

.contact-right-grid p span.c-pin{

	background-position: 0px -126px;

}

.contact-right input[type="text"], .contact-right textarea, .contact-right input[type="email"]{

	width:100%;

	padding:0.8em;	

	font-family: 'Open Sans', sans-serif;

	color:#777;

	font-weight:300;

	border-radius:0.3em;

	-webkit-border-radius:0.3em;

	-moz-border-radius:0.3em;

	-o-border-radius:0.3em;

	-ms-border-radius:0.3em;

	outline:none;

	border:1px solid #111111;

	transition:border-color 0.4s;

	-webkit-transition:border-color 0.4s;

	-moz-transition:border-color 0.4s;

	-o-transition:border-color 0.4s;

	-ms-transition:border-color 0.4s;

	margin:0 0 1em 0;

}

.contact-right input[type="text"]:hover, .contact-right textarea:hover, .contact-right input[type="email"]:hover{

	border-color:#ccc;

}

.contact-right textarea{

	outline:none;

	min-height:150px;

}

.contact-right input[type="submit"]{

	background:#0076bc;

	padding:0.9em 1.5em;

	color:#FFF;

	text-transform:uppercase;

	border-radius:3em;

	border:none;

	cursor:pointer;

	transition:0.5s all;

	-webkit-transition:0.5s all;

	-moz-transition:0.5s all;

	-o-transition:0.5s all;

	-ms-transition:0.5s all;

}

.contact-right input[type="submit"]:hover{

	background:#c8c9cb;

	color: #0076bc;

}

/*---- copy-right -----*/

.copy-right {

	border-top: 1px solid #FFF;

	width: 100%;

	padding-top: 10px;

}

.copy-right p{

	color:#FFF;

	font-size:0.8em;

	font-weight:300;

	font-family: 'Open Sans', sans-serif;

	text-align: left;

}

.copy-right p a{

	color:#4aaa51;

	font-weight: bold;

}

.copy-right p a:hover{

	color:#FFF;

	text-decoration:none;

}

#toTop {

	display: none;

	text-decoration: none;

	position: fixed;

	bottom: 14px;

	right: 3%;

	overflow: hidden;

	width: 40px;

	height: 40px;

	border: none;

	text-indent: 100%;

	background: url("../images/to-top1.png") no-repeat 0px 0px;

}

#toTopHover {

	width: 40px;

	height: 40px;

	display: block;

	overflow: hidden;

	float: right;

	opacity: 0;

	-moz-opacity: 0;

	filter: alpha(opacity=0);

}

/*---- responsive-design ----*/

@media (max-width:1366px){

	.container{

		width:80%;

	}

}

@media (max-width:1280px){

	.container{

		width:90%;

	}

	.portfolio-work-grid-caption {

		padding: 4.5em 2em 0em 2em;

	}

}

@media (max-width:1024px){

	.container{

		width:80%;

	}

	.portfolio-work-grid-caption {

		padding: 2.4em 1em 0em 1em;

	}

	.banner-info h1 {

		font-size: 3.2em;

		width: 80%;

	}

	.banner-info p {

		width: 60%;

	}

	.e-left-inner-grid-right {

		width: 80%;

	}

	.portfolio-top-left-grid-right p {

		width: 100%;

	}

	.portfolio-top-left {

		background: url(../images/portbg-1.png) no-repeat 68% 51%;

	}

	.about-time-line > li .cbp_tmlabel {

		width: 55%;

		margin: 0% 0 0px -23%;

	}

	.about-time-line > li .cbp_tmlabel1 {

		margin: 0 0 15px 70%;

	}

	.about-time-line:before {

		left: 52%;

	}

}

@media (max-width:768px){

	.container{

		width:80%;

	}

	.portfolio-work-grid-caption {

		padding: 2.4em 1em 0em 1em;

	}

	.banner-info h1 {

		font-size: 2.8em;

		width: 100%;

	}

	.banner-info p {

		width: 90%;

	}

	.e-left-inner-grid-right {

		width: 80%;

	}

	.portfolio-top-left-grid-right p {

		width: 100%;

	}

	.portfolio-top-left {

		background: url(../images/portbg-1.png) no-repeat 68% 51%;

		padding: 1.5em 4em 1.5em 4em;

	}

	.about-time-line > li .cbp_tmlabel {

		width: 56%;

		margin: 0% 100% 0px 35%;

		text-align: left;

	}

	.about-time-line > li .cbp_tmlabel1 {

		margin: 0 0 15px 35%;

	}

	.about-time-line:before {

		left: 19.5%;

	}

	.service-head h2 {

		font-size: 2.2em;

	}

	.services {

		padding: 1em 0;

	}

	.services-grids {

		padding: 1em 0;

	}

	.service-grid h3{

		margin:0 0 0.3em 0;

	}

	.service-grid{

		margin:0 0 1em 0;

	}

	.expertice-left-grid {

		padding: 1.5em 4em 1.5em 4em;

	}

	.about {

		padding: 1em 0 14em;

	}

	.about-time-line {

		width: 100%;

		margin: 0;

	}

	.about-time-line > li .cbp_tmicon, .cbp_tmicon1, .cbp_tmicon2, .cbp_tmicon3, .cbp_tmicon2, .cbp_tmicon4 {

		left: 10%;

	}

	.tm-head h3 {

		font-size: 3em;

	}

	.team-members {

		padding: 2em 0 3em 0;

	}

	.tm-head-grid {

		width: 100%;

		float: none;

		margin-right: 0;

	}

	.team-info {

		width: 80%;

	}

	.contact {

		padding: 3em 0 0;

	}

	.contact-left h3 {

		font-size: 2.5em;

	}

	.contact-left{

		margin:0 0 1em 0;

	}

}

@media (max-width:640px){

	.container{

		width:80%;

	}

	.portfolio-work-grid-caption {

		padding: 2.4em 1em 0em 1em;

	}

	.banner-info {

		padding: 5em 0 7em;

	}

	.banner-info h1 {

		font-size: 2.3em;

		width: 100%;

	}

	.banner-info p {

		width: 100%;

		font-size: 1.2em;

	}

	.e-left-inner-grid-right {

		width: 80%;

	}

	.portfolio-top-left-grid-right p {

		width: 100%;

	}

	.portfolio-top-left {

		background: url(../images/portbg-1.png) no-repeat 68% 51%;

		padding: 1.5em 3em 1.5em 3em;

	}

	.about-time-line > li .cbp_tmlabel {

		width: 54%;

		margin: 0% 100% 0px 37%;

		text-align: left;

	}

	.about-time-line > li .cbp_tmlabel1 {

		margin: 0 0 15px 35%;

	}

	.about-time-line:before {

		left: 19.5%;

	}

	.service-head h2 {

		font-size: 2.2em;

	}

	.services {

		padding: 1em 0;

	}

	.services-grids {

		padding: 1em 0;

	}

	.service-grid h3{

		margin:0 0 0.3em 0;

	}

	.service-grid{

		margin:0 0 1em 0;

	}

	.expertice-left-grid {

		padding: 1.5em 3em 1.5em 3em;

	}

	.about {

		padding: 1em 0 14em;

	}

	.about-time-line {

		width: 100%;

		margin: 0;

	}

	.about-time-line > li .cbp_tmicon, .cbp_tmicon1, .cbp_tmicon2, .cbp_tmicon3, .cbp_tmicon2, .cbp_tmicon4 {

		left: 10%;

		width: 140px;

		height: 140px;

	}

	.tm-head h3 {

		font-size: 2.8em;

	}

	.team-members {

		padding: 2em 0 3em 0;

	}

	.tm-head-grid {

		width: 100%;

		float: none;

		margin-right: 0;

	}

	.team-info {

		width: 80%;

	}

	.contact {

		padding: 3em 0 0;

	}

	.contact-left h3 {

		font-size: 2.5em;

	}

	.contact-left{

		margin:0 0 1em 0;

	}

}

@media (max-width:480px){

	.container{

		width:95%;

	}

	.portfolio-work-grid-caption {

		padding: 2.4em 1em 0em 1em;

	}

	.banner-info {

		padding: 3em 0 4em;

	}

	.banner-info h1 {

		font-size: 1.7em;

		width: 100%;

	}

	.banner-info p {

		width: 100%;

		font-size: 0.875em;

	}

	.e-left-inner-grid-right {

		width: 80%;

	}

	.portfolio-top-left-grid-right p {

		width: 100%;

	}

	.portfolio-top-left {

		background: url(../images/portbg-1.png) no-repeat 68% 51%;

		padding: 1.5em 2em 1.5em 1.8em;

	}

	.about-time-line > li .cbp_tmlabel {

		width: 54%;

		margin: 0% 100% 0px 37%;

		text-align: left;

	}

	.about-time-line > li .cbp_tmlabel1 {

		margin: 0 0 15px 35%;

	}

	.about-time-line:before {

		left: 19.5%;

	}

	.service-head h2 {

		font-size: 2em;

	}

	.services {

		padding: 1em 0;

	}

	.services-grids {

		padding: 1em 0;

	}

	.service-grid h3{

		margin:0 0 0.3em 0;

	}

	.service-grid{

		margin:0 0 1em 0;

	}

	.expertice-left-grid {

		padding: 1.5em 3em 1.5em 3em;

	}

	.about {

		padding: 1em 0 14em;

	}

	.about-time-line {

		width: 100%;

		margin: 0;

	}

	.about-time-line > li .cbp_tmicon, .cbp_tmicon1, .cbp_tmicon2, .cbp_tmicon3, .cbp_tmicon2, .cbp_tmicon4 {

		left: 10%;

		width: 120px;

		height: 120px;

	}

	.tm-head h3 {

		font-size: 2.2em;

	}

	.team-members {

		padding: 1em 0 2em 0;

	}

	.tm-head-grid {

		width: 100%;

		float: none;

		margin-right: 0;

	}

	.team-info {

		width: 80%;

	}

	.contact {

		padding: 3em 0 0;

	}

	.contact-left h3 {

		font-size: 2.2em;

	}

	.contact-left{

		margin:0 0 1em 0;

	}

	.service-grid h3 a {

		font-size: 0.8em;

	}

	.expertise-head h3 {

		font-size: 2em;

	}

	.e-left-inner-grid {

		width: 100%;

		float: none;

		margin-bottom: 0.5em;

	}

	.expertise-left-inner-grids {

		padding: 1em 0;

	}

	.portfolio-top-left h3 {

		font-size: 2em;

	}

	.portfolio-top-left h3 {

		font-size: 1.7em;

	}

	.about-head h1 {

		font-size: 2.2em;

	}

	.copy-right p{

		padding:1.5em 0 1.2em;

		margin-top:3em;

	}

	.contact-right input[type="text"], .contact-right textarea,.contact-right input[type="submit"]{

		-webkit-appearance:none;

		resize:none;

	}

	.contact-right input[type="submit"] {

		padding: 0.7em 0em;

		width: 100%;

		outline:none;

	}

}

@media (max-width:320px){

	.container{

		width:90%;

	}

	.portfolio-work-grid-caption {

		padding: 0.5em 1em 0em 1em;

	}

	.banner-info {

		padding: 2em 0 3em;

	}

	.banner-info h1 {

		font-size: 1.2em;

		width: 100%;

	}

	.banner-info p {

		width: 100%;

		font-size: 0.875em;

	}

	.e-left-inner-grid-right {

		width: 80%;

	}

	.portfolio-top-left-grid-right p {

		width: 100%;

	}

	.portfolio-top-left {

		background: url(../images/portbg-1.png) no-repeat 68% 51%;

		padding: 1.5em 1em 1.5em 1em;

	}

	.about-time-line > li .cbp_tmlabel {

		width: 62%;

		margin: 0% 100% 0px 32%;

		text-align: left;

	}

	.about-time-line > li .cbp_tmlabel1 {

		margin: 0 0 15px 35%;

	}

	.about-time-line:before {

		left: 16%;

	}

	.service-head h2 {

		font-size: 1.5em;

		margin: 0.2em 0 0;

	}

	.services {

		padding: 1em 0;

	}

	.services-grids {

		padding: 1em 0;

	}

	.service-grid h3{

		margin:0 0 0.3em 0;

	}

	.service-grid{

		margin:0 0 1em 0;

	}

	.expertice-left-grid {

		padding: 1.5em 2em 1.5em 2em;

	}

	.about {

		padding: 1em 0 14em;

	}

	.about-time-line {

		width: 100%;

		margin: 0;

	}

	.about-time-line > li .cbp_tmicon, .cbp_tmicon1, .cbp_tmicon2, .cbp_tmicon3, .cbp_tmicon2, .cbp_tmicon4 {

		left: 10%;

		width: 70px;

		height: 70px;

	}

	.tm-head h3 {

		font-size: 1.5em;

	}

	.team-members {

		padding: 1em 0 2em 0;

	}

	.tm-head-grid {

		width: 100%;

		float: none;

		margin-right: 0;

	}

	.team-info {

		width: 80%;

	}

	.contact {

		padding: 1.8em 0 0;

	}

	.contact-left h3 {

		font-size: 1.5em;

	}

	.contact-left{

		margin:0 0 1em 0;

	}

	.service-grid h3 a {

		font-size: 0.8em;

	}

	.expertise-head h3 {

		font-size: 1.3em;

	}

	.e-left-inner-grid {

		width: 100%;

		float: none;

		margin-bottom: 0.5em;

	}

	.expertise-left-inner-grids {
		padding: 1em 0;
	}

	.portfolio-top-left h3 {
		font-size: 2em;
	}

	.portfolio-top-left h3 {
		font-size: 1.5em;
	}

	.about-head h1 {
		font-size: 1.8em;
	}

	.copy-right p{
		padding:1.5em 0 1.2em;
		margin-top:3em;
	}

	.e-left-inner-grid-right h4 {
		font-size: 1.1em;
	}

	.e-left-inner-grid-left span {
		margin-top: 0.2em;
	}

	a.leran-more {
		/*padding: 0.8em 1.3em;
		font-size: 0.9em;*/
	}

	.portfolio-top-left-grid-right h5 {
		font-size: 1.1em;
	}

	.portfolio-top-left-grid-right {
		width: 82%;
	}

	.portfolio-work-grid-caption h4 {
		font-size: 1.3em;
	}

	.cbp_tmlabel h2 {
		font-size: 0.875em;
		margin: 0;
	}

	.tm-head p {
		width: 80%;
		margin: 0 auto;
	}

	.contact-right-grid p, .contact-right-grid p a {
		font-size: 1em;
	}

	.contact-left-grid p, .contact-left-grid p a {
		font-size: 1em;
	}

	.contact-left label {
		font-size: 0.875em;
	}

	.top-nav ul li a {
		padding: 0.2em 0;
	}

	.contact-right input[type="text"], .contact-right textarea,.contact-right input[type="submit"]{
		-webkit-appearance:none;
		resize:none;

	}

	.contact-right input[type="submit"] {
		padding: 0.7em 0em;
		width: 100%;
		outline:none;
	}

}

/* Tabs */

#horizontal-tabs {
	margin-bottom:30px;
}



#horizontal-tabs ul.tabs li {

    background: #fafafa;
    border-right: 1px solid #ddd;
    border-top: 2px solid #666;
    cursor: pointer;
    float: left;
    font-size: 15px;
    padding: 12px;
}



#horizontal-tabs ul.tabs li.current {
    border-bottom: 1px solid #fff;
    background: none;
    cursor: default;
}

#horizontal-tabs ul.tabs {

    border-left: 1px solid #ddd;
    overflow: hidden;
	border-radius:2px;
	list-style:none;
	margin:0;
	padding:0;
}

#horizontal-tabs .contents {
    border: 1px solid #ddd;
    margin-top: -1px;
	border-radius:2px;
}



#horizontal-tabs .tabscontent.no-padding {
    padding-left: 0;
    padding-right: 0;

}

#horizontal-tabs .tabscontent {
    display: none;
    overflow: hidden;
    padding: 20px 20px 0;

}



.tabs ul.posts li {
    margin-bottom: 15px;
    padding-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #f8f8f8;

}



.tabs ul.posts li img {

    height: 68px;
    width: 68px;
    -webkit-transition: all .4s ease-in 0;
    -moz-transition: all .4s ease-in 0;
    -o-transition: all .4s ease-in 0;
    -ms-transition: all .4s ease-in 0;
    transition: all .4s ease-in 0;
    float: left;

}

/*-- BOX MENU --*/

 .box-menu{
 	max-width: 1160px; 
 	margin: 0px auto;
    height: 40px;
}

 .c-box-menu{
 	/*float: right;*/
 }

/*--@media (max-width: 767px)  --*/

@media (max-width: 1150px) {

  .box-menu{
  	background-color: none;

    }
  .c-box-menu{

      margin: 100px 10px 20px 10px;
  }
}


b.icon-sub{
	background-image: url(../images/flecha-item.png) no-repeat;
}



/*-- --*/


.box-0-rgt{
    width: 220px;
    height: 40px;
    margin: 30px auto 20px auto;
}
.btn-registrar{
    background-color: #2c4182;
    border-radius: 10px;
    width: 100%;
    height: 40px;
    padding: 10px 0px;
    /* text-align: center; */
}
.btn-registrar a{
	color: #fff;
    font-size: 16px;
    margin: 10px auto;
    text-decoration: none;
}

.btn-registrar:hover{
	background-color: #686868;
}



/*-- Ventana Modal --*/


.modal{
    position:fixed;
    top:0;
    left:0;
    width:auto;
    height:auto;
    background-color:rgba(0,0,0,.8);
    display:none;
    z-index: 9999;
}

.box-ventana{
}
.ventana{
	/*background-color: #fff;*/
	max-width: 800px;
	max-height: 490px;
    position:relative;
    top:15%;
    /*left:50%;*/
    margin:80px auto 0px auto;
    background-clip: padding-box;
}
.ventana span{
    color: #fff;
    background-color: #e86b00;
    padding: .0em .4em 0em .4em;
    font-family: Arial;
    font-weight: bold;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    right: -15px;
    cursor: pointer;
    font-size: 25px
}
.popu-promo{
	/*max-width: 500px;
	max-height: 500px; */
	overflow: hidden;
	margin: 40px 0px 0px 0px;
}



.destacar{
	font-family: 'Montserrat', sans-serif;
	color: #0076bc;
	font-size: 1.4em;
	text-transform: uppercase;
}

/*-- texto parpadea --*/

.text-p {
  font-family:helvetica;
  font-weight:bold;
  color:#71d90b;
  text-transform:uppercase;
}
.star-p {
	color: #fff;
	font-size:30px;
	margin: 2px 9px 0px 18px;
}

.star-s {
	font-size:20px;
	margin: 0px 6px 0px 15px;
}
.parpadea {
  float: left;
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}


.img-banderas{
	margin: 0px auto;
}


/* AJAX Gif y mensajes de exito o fracaso */
.hide{
    display: none;
}
.ajaxgif{
    position: absolute;
    right: 150px;
    top: 5px;
}
.msg{
    color: white;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    position: absolute;
    right: 1px;
    text-transform: uppercase;
    min-width: 121px;
}
.msg_ok{
    background: #589D05;
}
.msg_error{
    background: red;
}
















/*-- Ventana Modal --*/

.accordion{
	margin: 30px;
}
.modal-open {
	overflow:auto;padding-right:0 !important;
}
#calcModal * {
	font-size: 98%;
	font-family: 'Muli', sans-serif;
}
.modal-header {
	background-color: #368cc6;
}
.modal-title {
	font-weight: bold;
	text-align: left;
	color: #fff;
}
.modal-body p {
	margin: 0 0 5px !important;
}
.modal {
	border: 1px solid #00B0F0;
}
#calcModal .conds {
	font-size: 90% !important;
}
@media (max-width: 429px) {
	table input {
		width: 100% !important;
	}
	table td {
		padding-left: 3px;
		padding-right: 3px;
	}
}
@media (min-width: 430px) and (max-width: 479px) {
	table td {
		padding-left: 5px;
		padding-right: 5px;
	}
}

/*-- Fin ventana modal --*/