/*
/*-----------------------------------------------------------------------------------*/
/*	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%;}



