/*
/*-----------------------------------------------------------------------------------*/
/*	01. TABS IZQUIERDA - VERDE
/*-----------------------------------------------------------------------------------*/
.product{
	border-top: none;
}
.product .product-content{
	margin-top: 30px;
	margin-bottom: 30px;
}
.product .product-content .tab-area ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	border: 0;
}
.product .product-content .tab-area li{
	float: none;
	margin-bottom: 0px;
}
.product .product-content .tab-area li a{
	display: block;
	padding: 5px 0px 5px 15px;
	border-radius: 0 !important;
	color: #575757;
	border:1px solid #ededed;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: relative;
	text-decoration:none;
}
.product .product-content ul > li.active > a:after {
	top: 0px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.product .product-content ul > li.active > a:after {
	border-color: rgba(75, 170, 211, 0);
	border-width: 15px;
	left: 100%;
}
.product .product-content .tab-area span.product-detail{
	display: block;
	margin-top:5px;
	margin-left: 10px;
	padding: 5px 0px;
}
.product .product-content .tab-pane{
	border: none;
}
.product .product-content ul > li.active > a{
	background: #07b873;
	color: #fff;
}
.product .product-content .tab-area li a:hover{
	background: #07b873;
	color: #fff;
}
.product .product-content ul > li.active > a:after {
	border-left-color: #05a969;
}
.product .product-content .tab-area  li.active > a .product-title i{
	color: #05a969;
}
.tab-content {
	background: rgba(250,250,250, 0.7);
	padding: 30px 20px;
	border-left: 2px solid #07b873;
	box-shadow: rgb(153, 153, 153) 0px 1px 1px;
	-webkit-box-shadow: rgb(153, 153, 153) 0px 1px 1px;
	-moz-box-shadow: rgb(153, 153, 153) 0px 1px 1px;
}
/*-----------------------------------------------------------------------------------*/


/*
/*-----------------------------------------------------------------------------------*/
/*	02. CAJA CON SOMBRA
/*-----------------------------------------------------------------------------------*/
.shadow-box {
	height: auto;
	padding: 30px;
	display: block;
	max-width: 75%;
	position: relative;
	margin: 0 auto 30px;
	background-color: #F3F3F3;
	-webkit-border: 1px solid #e4e4e4;
	-moz-border: 1px solid #e4e4e4;
	-o-border: 1px solid #e4e4e4;
	border: 1px solid #e4e4e4;
}
.shadow-box:after {
	left: 0;
	top: 100%;
	content: '';
	width: 100%;
	height: 26px;
	z-index: 6998;
	position: absolute;
	background-image: url(../../imagenes/contenido/shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
}
/*-----------------------------------------------------------------------------------*/


/*
/*-----------------------------------------------------------------------------------*/
/*	02. CAJA CON SOMBRA
/*-----------------------------------------------------------------------------------*/
.feature-boxs-wrapper1 {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}
.feature-box-containt p:last-child { 
	margin-bottom: 0; 
}
.feature-box-style1 {
    width: 100%;
    padding: 0 15px;
    position: relative;
    margin: 0 0 30px 0;
}
.feature-boxs-wrapper1 .col-md-4:after {
    top: 0;
    right: 0;
    width: 1px;
    content: '';
    height: 100%;
    position: absolute;

    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
}
.feature-boxs-wrapper1 .col-md-4:last-child:after { 
	display: none; 
}
.feature-box-style1 .feature-box-title {
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin-bottom: 8px;
}
.feature-box-style1 .feature-box-title h3 {
    margin: 0;
    padding: 0;
    float: left;
    line-height: 40px;
    display: inline-block;
}
/*-----------------------------------------------------------------------------------*/




/*
/*-----------------------------------------------------------------------------------*/
/*	02. CAJA CON SOMBRA
/*-----------------------------------------------------------------------------------*/
.timeline {
    border-left:3px solid #34495E;
    margin-left:110px;
    padding-left:10px;
}
.event {
	padding:20px 10px 20px 18px;
	margin-bottom:15px;
}
.event .event-info {
	position:absolute;
	left:50px;
	width:100px;
}
.event .event-info:after {
	font-family: FontAwesome;
    width:36px;
	height:36px;
    position: absolute;
    right: 5px;
    top: -7px;
	content:"";
	text-align:center;
	font-size:14px;
	border-radius:50%;
	background-color:#1ABC9C;
	border:6px solid #34495E;
	display: inline-block;
	padding-top:2px;
}
.event .event-info .date {
	font-size:13px;
	margin-left:20px;
}
.event .event-info .date div {
	float:left;
	padding:8px 0 0 12px;
	font-weight:600;
}
.content-first {
	padding:80px 0;
	color:#333;
}
/*-----------------------------------------------------------------------------------*/




/*
/*-----------------------------------------------------------------------------------*/
/*	02. CAJA CON SOMBRA
/*-----------------------------------------------------------------------------------*/
.purity-list ul {
    padding: 0px 10px;
    margin: 0px;
    list-style: none;
    padding: 20px;
    margin: 0px 20px 20px 0px;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #ddd;
}
.purity-list li {
	cursor: pointer;
	padding: 10px 10px 10px 45px;
	background-color: #EEEEEE;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background-image: url(../../imagenes/contenido/bullet.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
.purity-list li:first-child {
    border-top: none;
}
.purity-list li:last-child {
    border-bottom: none;
}
.purity-list li:hover {
    background-color: #8AB833;
    background-position: 20px 50%;
    padding-left: 55px;
    color: #fff;
}
/*-----------------------------------------------------------------------------------*/








 
.service-process{
	background-image: url(../../imagenes/contenido/service-bg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	margin-top: 30px
}

@media(max-width:979px){
	.service-process{
		background-image:none
	}
}
.caption-head{
	height:200px;
	width:200px;
	margin:0 auto 30px;
	padding:10px;
	overflow:hidden;
	background-color:#fff;
	border:6px solid #f3f3f3;
	-webkit-border-radius:500px;
	-moz-border-radius:500px;
	border-radius:500px;
	-webkit-transition:background-color .3s ease;
	-moz-transition:background-color .3s ease;
	-o-transition:background-color .3s ease;
	transition:background-color .3s ease
}
.caption-head .caption-icon:hover,.caption-head .caption-title:hover{
	cursor:pointer
}
.caption-head h3{
	font-size:14px;
	font-style:normal;
}
.caption-head:hover{
	background-color:#0fa1d5;
	cursor:pointer;
	-webkit-transition:background-color .3s ease;
	-moz-transition:background-color .3s ease;
	-o-transition:background-color .3s ease;
	transition:background-color .3s ease
}
.caption-head:hover>.caption-title{
	color:#fff;
	-webkit-animation:slideFromBottom 500ms ease;
	-moz-animation:slideFromBottom 500ms ease;
	-o-animation:slideFromBottom 500ms ease;
	animation:slideFromBottom 500ms ease
}
@-webkit-keyframes slideFromBottom{
	from{
		-webkit-transform:translateY(150%) scale(0.5);
		opacity:0
	}
	to{
		-webkit-transform:translateY(0%) scale(1);
		opacity:1
	}
}
	@-moz-keyframes slideFromBottom{
	from{
		-moz-transform:translateY(150%) scale(0.5);
		opacity:0}
	to{
		-moz-transform:translateY(0%) scale(1);
		opacity:1
	}
}
@-ms-keyframes slideFromBottom{
	from{
		-ms-transform:translateY(150%) scale(0.5);
		opacity:0
	}
	to{
		-ms-transform:translateY(0%) scale(1);
		opacity:1
	}
}






.faq {
  padding: 40px 0;
  background-color: #eeeeee;
}
.faq h1 {
  margin-top: 40px;
}
.faq hr {
  border-top-color: #999999;
}
.faq .panel-group {
  margin-bottom: 0;
}
.faq .panel {
  padding: 0;
  background: #36d7b7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.faq .panel-collapse p {
  padding: 7px 12px;
}
.faq a[data-toggle] {
  display: block;
  color: #ffffff;
  border-radius: 3px;
  font-size: 18px;
  padding: 7px 12px;
  border: 1px solid #36d7b7;
  text-decoration: none;
}





.works-img {
	-webkit-border-radius: 15px 0;
	   -moz-border-radius: 15px 0;
			border-radius: 15px 0;
}
.works-img:hover {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
.works-img:hover {
	-webkit-box-shadow: 0 10px 10px -4px #ccc;
	   -moz-box-shadow: 0 10px 10px -4px #ccc;
			box-shadow: 0 10px 10px -4px #ccc;	
}




.recent-blog-post {
	padding:18px;
	background-color:#FFFFFF;
	box-shadow:0 1px 3px 2px rgba(0,0,0,0.2);
}

#section-blog-posts .row > div:first-child .recent-blog-post {
	margin-right:20px;
}

#section-blog-posts .row > div:last-child .recent-blog-post {
	margin-left:20px;
}
.recent-blog-post h3 {
	margin:10px 0 12px;
	padding:0 0 6px;
	border-bottom:1px solid #DDDDDD;
	font-size:14px;
	font-weight:bold;
	clear:both;
	line-height:22px;
	color:#555555;
}
.recent-blog-post p {
	font-size:14px;
	margin:0 0 8px;
	color:#666666;
}





.polaroid1 {
    border:12px solid #fff;
    max-width: 85%;
    box-shadow: 3px 5px 8px rgba(0,0,0,0.5);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}  





.blog-teaser {
  background-color: #ececec;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 5px #a8a8a8;
  -moz-box-shadow: 0px 1px 5px #a8a8a8;
  box-shadow: 0px 1px 5px #a8a8a8;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .blog-teaser {
    display: block;
    float: none;
    width: 95%;
  }
}
.blog-teaser header {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: left;
}
.blog-teaser header h3 {
	margin:10px 0 12px;
	padding:0 0 6px;
	border-bottom:1px solid #DDDDDD;
	font-size:14px;
	font-weight:bold;
	clear:both;
	line-height:22px;
	color:#555555;
}
.blog-teaser .body {
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #343a3f;
}



img{display:block;height:auto}
.image-3d,.thumbnail-3d{position:relative;display:block}.image-3d img,.thumbnail-3d img{position:relative;z-index:2;border:1px solid #d9dcdf;-webkit-backface-visibility:hidden}.image-3d:after,.thumbnail-3d:after{display:block;position:absolute;content:'';z-index:1;width:100%;min-height:100%;background:#d9dcdf;right:-10px;top:10px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.image-3d.primary:after,.thumbnail-3d.primary:after{background:#448956;opacity:.2;filter:alpha(opacity=20)}.image-3d.primary img,.thumbnail-3d.primary img{border:1px solid #448956}.image-3d.reverse:after,.thumbnail-3d.reverse:after{right:auto;left:-10px}.thumbnail-3d{max-width:360px;margin:0 auto 30px auto}


.thumbnail-3d .inner{width:100%;position:relative;z-index:2;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;overflow:hidden}.thumbnail-3d .overlay{position:absolute;display:table;width:100%;top:0;left:0;z-index:3;background:rgba(255,255,255,0.75);padding:0 20px;opacity:0;filter:alpha(opacity=0);-webkit-transform:translate(362px, 0);-ms-transform:translate(362px, 0);-o-transform:translate(362px, 0);transform:translate(362px, 0);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease}.thumbnail-3d .overlay .info{display:table-cell;vertical-align:middle}.thumbnail-3d .overlay h4{font-size:1.125em;margin-bottom:4.8px}.thumbnail-3d .overlay p{font-size:.875em;margin-bottom:12px}.thumbnail-3d:hover .inner{-webkit-transform:translate(5px, 5px);-ms-transform:translate(5px, 5px);-o-transform:translate(5px, 5px);transform:translate(5px, 5px)}.thumbnail-3d:hover:after{-webkit-transform:translate(-5px, -5px);-ms-transform:translate(-5px, -5px);-o-transform:translate(-5px, -5px);transform:translate(-5px, -5px)}.thumbnail-3d:hover .overlay{opacity:1;filter:alpha(opacity=100);-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.thumbnail-3d.static:hover .inner{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.thumbnail-3d.static:hover:after{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}







.green-arrow {list-style: none; }
.green-arrow li {
	padding-left: 45px;
	padding-bottom: 15px;
	background-image: url(../../imagenes/contenido/green-arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.green-arrow li:nth-child(odd) {font-weight: bold;}

.highlight {padding: 20px; background: #F8F8F8; border-radius:3px; }


.feature {}
.feature i {display:block; background-color: #0F141A; width: 80px; height: 80px; border-radius: 5px; color: #FFF; line-height: 80px; text-align: center; font-size: 42px; margin: 20px auto;}
.feature h4 {text-align: center;}
.bubble {position: relative;border: 1px solid #E5E5E5; background-color: #FFF; padding:20px; margin-top: 30px; border-radius: 3px;}
.bubble:after { content: ''; position: absolute; border-style: solid; border-width: 0 15px 15px; border-color: #FFFFFF transparent; display: block; width: 0; z-index: 1; margin-left: -15px; top: -15px; left: 50%;}
.bubble:before { content: ''; position: absolute; border-style: solid; border-width: 0 15px 15px; border-color: #E5E5E5 transparent; display: block; width: 0; z-index: 0; margin-left: -15px; top: -16px; left: 50%;}









/*--------------------ADAL---------------------------------------------------------------*/
.caja-resaltar{
	padding:15px;
	background-color:#f5f5f5;
	border-radius:5px;
	box-shadow: 0px 5px 12px rgba(50, 50, 50, 0.15);
}

.box-shadow-block{
	padding:15px 20px;
	border:1px solid #eee;
	background:#745aa3;
	margin-top:20px;
	margin-bottom:40px;
	color:#fff;
}
.box-shadow-outer{
	position:relative;
	z-index:1
}
.box-shadow-outer .box-shadow-2{
	position:relative
}.box-shadow-outer .box-shadow-2:after,.box-shadow-outer .box-shadow-2:before{
	z-index:-1;
	position:absolute;
	content:"";
	bottom:10px;
	left:10px;
	width:50%;
	top:50%;
	max-width:300px;
	background:rgba(0,0,0,.3);
	box-shadow:0 15px 10px rgba(0,0,0,.2);
	-webkit-transform:rotate(-3deg);
	-moz-transform:rotate(-3deg);
	-o-transform:rotate(-3deg);
	-ms-transform:rotate(-3deg);
	transform:rotate(-3deg)
}
.box-shadow-outer .box-shadow-2:after{
	-webkit-transform:rotate(3deg);
	-moz-transform:rotate(3deg);
	-o-transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	transform:rotate(3deg);
	right:10px;left:auto
}
/* Box shadow block */
.box-shadow-block {
  border: 2px solid #fff;
}



/*********/
/* Panel */
/*********/
.panel.panel-default {
  border-color: #1faabe;
}
.panel.panel-default .panel-heading {
  background: #01b0b3;
  border-color: #1faabe;
  color: #ffffff;
}
.panel.panel-default .panel-heading h4 a {
  color: #ffffff;
}
.panel.panel-default .panel-heading h4 a:hover {
  color: #ffffff;
}
.panel.panel-default .panel-footer {
  background: #02c1c1;
  border-color: #1faabe;
  color: #ffffff;
}



.box-title {
  position: relative;
}
.box-title h2 {
  margin-top: 0;
  margin-bottom: 15px;
  padding-right:30px;
  background: #FFF;
  z-index: 2;
  position: relative;
  display: inline-block;
  font-size: 20px;
}
.box-title h2 {
  background: #ffffff;
}

.box-title h2:before, .box-title h2:after {
  position: absolute;
  top: 7px;
  font-size: 16px;
}
.box-title:after {
  background: #000000;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 16px;
  width: 100%;
  z-index: 1;
}
.box-title:after {
  background: #745aa3;
}
.title-num{
	clear: both; 
	font-weight: bold; 
	margin-top: 0px; 
	font-size: 20px; 
	margin-bottom: 20px; 
	border-bottom: 1px solid #745aa3; 
	line-height: 29px; 
	font-family: Verdana; 
	color: #fff; 
	padding-bottom: 3px; 
	padding-left: 6px; 
	padding-right: 8px; 
	padding-top: 3px; 
	background: #ff8403;
	border-radius:3px;
}




/*------------------------------
	TABLA 01
------------------------------*/
.table{
	margin-top:20px;
	margin-bottom:20px;
	border:2px solid #ff8403;
	border-right-width:10px;
	border-bottom-width:10px;
	box-shadow:10px 10px 3px rgba(0, 0, 0, 0.1);
}
.table>thead>tr>th{
	background-color:#ff8403;
	color:#FFFFFF;
}
.colorrow{
	background-color:#f9f9f9;
}
.colorrow2{
	background-color:#fff;
}
.colorcell{
	background-color:#f1f2f9;
	color:#1b1c20;
	font-weight:bold;
}
.table > thead > tr > th {
	border-bottom: 1px solid #ff8403;
	background-color: #ff8403;
	color: #fff;
}
.table-bordered {
	border-color: #ff8403;
}
.table-bordered2 {
	border-color:#FFAC0B;
}
/*----------------------------*/

/*------------------------------
	TABLA 2
------------------------------*/
.table2{
	margin-top:20px;
	margin-bottom:20px;
	border:2px solid #00b2b5;
	border-right-width:10px;
	border-bottom-width:10px;
	box-shadow:10px 10px 3px rgba(0, 0, 0, 0.1);
}
.table2>thead>tr>th{
	background-color:#00b2b5;
	color:#FFFFFF;
}
.colorrow{
	background-color:#f9f9f9;
}
.colorrow2{
	background-color:#fff;
}
.colorcell{
	background-color:#f1f2f9;
	color:#1b1c20;
	font-weight:bold;
}
.table2 > thead > tr > th {
	border-bottom: 1px solid #00b2b5;
	background-color: #00b2b5;
	color: #fff;
}
.table2-bordered {
	border-color: #00b2b5;
}
.table2-bordered2 {
	border-color:#00b2b5;
}
/*----------------------------*/

/*------------------------------
	TABLA 3
------------------------------*/
.table3{
	margin-top:20px;
	margin-bottom:20px;
	border:2px solid #7d59a7;
	border-right-width:10px;
	border-bottom-width:10px;
	box-shadow:10px 10px 3px rgba(0, 0, 0, 0.1);
}
.table3>thead>tr>th{
	background-color:#7d59a7;
	color:#FFFFFF;
}
.colorrow{
	background-color:#f9f9f9;
}
.colorrow2{
	background-color:#fff;
}
.colorcell{
	background-color:#f1f2f9;
	color:#1b1c20;
	font-weight:bold;
}
.table3 > thead > tr > th {
	border-bottom: 1px solid #7d59a7;
	background-color: #7d59a7;
	color: #fff;
}
.table3-bordered {
	border-color: #7d59a7;
}
.table3-bordered2 {
	border-color:#7d59a7;
}
/*----------------------------*/


/*------------------------------
	TABLA 4
------------------------------*/
.table4{
	margin-top:20px;
	margin-bottom:20px;
	border:2px solid #d0de00;
	border-right-width:10px;
	border-bottom-width:10px;
	box-shadow:10px 10px 3px rgba(0, 0, 0, 0.1);
}
.table4>thead>tr>th{
	background-color:#d0de00;
	color:#FFFFFF;
}
.colorrow{
	background-color:#f9f9f9;
}
.colorrow2{
	background-color:#fff;
}
.colorcell{
	background-color:#f1f2f9;
	color:#1b1c20;
	font-weight:bold;
}
.table4 > thead > tr > th {
	border-bottom: 1px solid #d0de00;
	background-color: #d0de00;
	color: #333;
}
.table4-bordered {
	border-color: #d0de00;
}
.table4-bordered2 {
	border-color:#d0de00;
}
/*----------------------------*/



/* RIBBON */
.ribbon {
	position: relative;
	margin-left: -9px;
	margin-right: -9px;
	margin-bottom: 15px;
	padding-left: 9px;
	line-height: 30px;
	background: #745aa3;
	color: #fff;
}

.ribbon:after {
	content: " ";
	position: absolute;
	right: 0;
	border: 15px solid #745aa3;
	border-color: transparent;
	border-right-color: #fff;
}

.referencia {
	color:#888888;
	font-size:11px;
}


/* CAJA CON LAYERS */
.action {
	background-color:#e7eb97;
	margin-bottom: 40px !important;
	margin-top: 20px !important;
	position: relative;
	z-index: 50;
	border: 1px solid #CCC;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.layers {
	box-shadow: 0 1px 1px transparent, /* The top layer shadow */ 0 8px 0 -5px #F9F9F9, /* The second layer */ 0 8px 1px -4px rgba(0, 0, 0, 0.15), /* The second layer shadow */ 0 17px 0 -10px #F9F9F9, /* The third layer */ 0 17px 1px -9px rgba(0, 0, 0, 0.15);
}
.action-inside {
	padding: 20px;
}
.action .action-text {
	margin-right: 40px;
	width: 50%;
}



/*
/*-----------------------------------------------------------------------------------*/
/*	02. CAJA CON SOMBRA
/*-----------------------------------------------------------------------------------*/
.feature-boxs-wrapper1 {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}
.feature-box-containt p:last-child { 
	margin-bottom: 0; 
}
.feature-box-style1 {
    width: 100%;
    padding: 0 15px;
    position: relative;
    margin: 0 0 30px 0;
}
.feature-boxs-wrapper1 .col-md-4:after {
    top: 0;
    right: 0;
    width: 1px;
    content: '';
    height: 100%;
    position: absolute;

    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
}
.feature-boxs-wrapper1 .col-md-4:last-child:after { 
	display: none; 
}
.feature-box-style1 .feature-box-title {
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin-bottom: 8px;
}
.feature-box-style1 .feature-box-title h3 {
    margin: 0;
    padding: 0;
    float: left;
    line-height: 40px;
    display: inline-block;
}
/*-----------------------------------------------------------------------------------*/


/* Headers */

p.striped {
	background:url('images/stripes.png') left top repeat;
	height:6px;
	border:none;
}

p.header,
p.header,
p.header {
	border-bottom:1px solid #d3dd00;
	margin-bottom:20px;
}

p.header span,
p.header span,
p.header span {
	background: #1f437a;
	padding-top: 3px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 3px;
	color: #FFF;
	font-size: 14px;
}

p.header {
	line-height:21px;
}
/*-----------------------------------------------------------------------------------*/




.newboxsmall{
	background-color:#d3dd00;
	border-radius:5px;
	color:#525800;
	padding-top:10px;
	padding-bottom:1px;
	font-size:16px;
	margin-bottom:20px;
}

.box-warning{
	 background-color:#12a6aa;
	 border-radius:5px;
	 color:#FFFFFF;
}


/* CAJA CON LAYERS */
.action2 {
	background-color: #F9F9F9;
	margin-bottom: 40px !important;
	margin-top: 20px !important;
	position: relative;
	z-index: 50;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.layers2 {
	box-shadow: 0 1px 1px transparent, /* The top layer shadow */ 0 8px 0 -5px #F9F9F9, /* The second layer */ 0 8px 1px -4px rgba(0, 0, 0, 0.15), /* The second layer shadow */ 0 17px 0 -10px #F9F9F9, /* The third layer */ 0 17px 1px -9px rgba(0, 0, 0, 0.15);
}
.action-inside2 {
	padding: 20px;
}
.action2 .action-text {
	margin-right: 40px;
	width: 50%;
}
.action2 .border-verde{
	border: 1px solid #d3dd00;
}

.action2 .border-azul{
	border: 1px solid #01b0b3;
}

.action2 .border-naranja{
	border: 1px solid #ff8403;
}

.action2 .border-morada{
	border: 1px solid #745aa3;
}


.highlights {
  z-index: 10001;
}
.highlights .h-block {
  background-color: #f8f8f8;
  padding: 12px;
  color: #000;
  font-weight: 500;
  margin-bottom:25px;
  box-shadow: 0 6px 6px rgba(0,0,0,.100);
}
.hbg-1 {
  background-color: #d3dd00;
  color: #fff !important;
}
.hbg-2 {
  background-color: #01b0b3;
  color: #fff !important;
}
.hbg-3 {
  background-color: #745aa3;
  color: #fff !important;
}
.hbg-4 {
  background-color: #ff8403;
  color: #fff !important;
}
.highlights .h-block > h3 {
  margin-top: 0;
  padding:6px;
  font-size:16px;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}



.divider-6 {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding: 2px;
  margin: 20px 0px;
}


/* 11.2 Monials Block
---------------------------------------------------------------------------*/
/* 11.2.1 Wrapper
---------------------------------------------------------------------------*/
.monials-block-left,
.monials-block-right {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 10px 10px 5px;
}
.monials-block-left { text-align: right; }
.monials-block-right { text-align: left; }

/* 11.2.2 Image
---------------------------------------------------------------------------*/
.monials-block-left .client-img {
    float: right;
    margin: 0 0 20px 30px;
}
.monials-block-right .client-img {
    float: left;
    margin: 0 30px 5px 0;
}
.client-img {
    width: 98px;
    height: 98px;
    padding: 4px;
    overflow: hidden;
    position: relative;
    background-color: #efefef;

	-webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.client-img:after {
    top: 0;
    left: 0;
    content: '';
    width: 98px;
    height: 98px;
    position: absolute;
    background: url("../images/mask/masksquare.png") no-repeat scroll 50% 50% / 100% 100% transparent;
}
.client-img img {
    width: 90px;
    height: 90px;

	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
}
.monials-block-left .client-img2 {
    float: right;
    margin: 0 0 20px 30px;
}
.monials-block-right .client-img2 {
    float: left;
    margin: 0 10px 5px 0;
}
.client-img2 {
    padding: 4px;
    overflow: hidden;
    position: relative;

	-webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.client-img2 img {
    width: 60px;
    height: 60px;

	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
}





.image-3d,.thumbnail-3d{position:relative;display:block}.image-3d img,.thumbnail-3d img{position:relative;z-index:2;border:1px solid #d9dcdf;-webkit-backface-visibility:hidden}.image-3d:after,.thumbnail-3d:after{display:block;position:absolute;content:'';z-index:1;width:100%;min-height:100%;background:#d9dcdf;right:-10px;top:10px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.image-3d.primary:after,.thumbnail-3d.primary:after{background:#448956;opacity:.2;filter:alpha(opacity=20)}.image-3d.primary img,.thumbnail-3d.primary img{border:1px solid #448956}.image-3d.reverse:after,.thumbnail-3d.reverse:after{right:auto;left:-10px}.thumbnail-3d{max-width:360px;margin:0 auto 30px auto}


.thumbnail-3d .inner{width:100%;position:relative;z-index:2;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;overflow:hidden}.thumbnail-3d .overlay{position:absolute;display:table;width:100%;top:0;left:0;z-index:3;background:rgba(255,255,255,0.75);padding:0 20px;opacity:0;filter:alpha(opacity=0);-webkit-transform:translate(362px, 0);-ms-transform:translate(362px, 0);-o-transform:translate(362px, 0);transform:translate(362px, 0);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease}.thumbnail-3d .overlay .info{display:table-cell;vertical-align:middle}.thumbnail-3d .overlay h4{font-size:1.125em;margin-bottom:4.8px}.thumbnail-3d .overlay p{font-size:.875em;margin-bottom:12px}.thumbnail-3d:hover .inner{-webkit-transform:translate(5px, 5px);-ms-transform:translate(5px, 5px);-o-transform:translate(5px, 5px);transform:translate(5px, 5px)}.thumbnail-3d:hover:after{-webkit-transform:translate(-5px, -5px);-ms-transform:translate(-5px, -5px);-o-transform:translate(-5px, -5px);transform:translate(-5px, -5px)}.thumbnail-3d:hover .overlay{opacity:1;filter:alpha(opacity=100);-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.thumbnail-3d.static:hover .inner{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.thumbnail-3d.static:hover:after{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}


.modal-header {
  background-color: #745aa3;
  color:#FFFFFF;
}


/*Quotes*/
blockquote {
	background: #F9F9F9;
	border: 1px solid #EFEFEF;
	position: relative;
	z-index: 0;
	font-size: 15px;
	color: #333;
	clear: both;
	text-align: center;
	-moz-border-radius: 0px;
	-moz-box-shadow: 0px 5px 12px rgba(50, 50, 50, 0.15);
	-webkit-border-radius: 0px;
	-webkit-box-shadow: 0px 5px 12px rgba(50, 50, 50, 0.15);
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 60px;
	font-style:normal;
}

blockquote:before {
	position:absolute;
	content:open-quote;
	top:-10px;
	left:5px;
	font-size:100px;
	color:#DDD;
	z-index:-1;
	font-family:'Georgia';
}

blockquote:after {
	position:absolute;
	content:close-quote;
	top:-10px;
	right:20px;
	font-size:100px;
	color:#DDD;
	z-index:-1;
	font-family:'Georgia';
}

blockquote cite {
	display:block;
	font-weight:300;
	font-size:12px;
	margin:5px 0 0;
	color:#F38A88;
}

.question-space{
	margin-bottom:10px;
	margin-top:10px;
}