/*
/*-----------------------------------------------------------------------------------*/
/*	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/index/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:150px;
	width:150px;
	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:15px;
	font-style:normal;
}
.caption-head:hover{
	background-color:#ff8403;
	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: 10px 0;
}
.faq h1 {
  margin-top: 40px;
}
.faq hr {
  border-top-color: #999999;
}
.faq .panel-group {
  margin-bottom: 0;
}
.faq .panel {
  padding: 0;
  background: #01b0b3;
  -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: 14px;
  padding: 7px 12px;
  border: 1px solid #2es6s0;
  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%;}

.btn-color1 {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dad6ca), color-stop(100%, #c0bcaf));
    background: -webkit-linear-gradient(top, #dad6ca, #98958ba);
    background: -moz-linear-gradient(top, #dad6ca, #98958ba);
    background: -o-linear-gradient(top, #dad6ca, #98958ba);
    background: linear-gradient(top, #dad6ca, #98958ba);
    background-color: #dad6ca;
    border-color: #9d998e;
    color: white;
    text-shadow: 0 -1px 1px rgba(0, 40, 50, 0.35);
}
.btn-color1:hover {
    background-color: #dad6ca;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c0bcaf), color-stop(100%, #7a776e));
    background: -webkit-linear-gradient(top, #c0bcaf, #7a776e);
    background: -moz-linear-gradient(top, #c0bcaf, #7a776e);
    background: -o-linear-gradient(top, #c0bcaf, #7a776e);
    background: linear-gradient(top, #c0bcaf, #7a776e);
	border-color: #9d998e;
	color: white;
}
.btn-color1:active {
    background: #7a776e;
    color: #fff;
}

.btn-color2 {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1bb0ce), color-stop(100%, #168da5));
    background: -webkit-linear-gradient(top, #dad6ca, #98958ba);
    background: -moz-linear-gradient(top, #dad6ca, #98958ba);
    background: -o-linear-gradient(top, #dad6ca, #98958ba);
    background: linear-gradient(top, #dad6ca, #98958ba);
    background-color: #1bb0ce;
    border-color: #0d6f83;
    color: white;
    text-shadow: 0 -1px 1px rgba(0, 40, 50, 0.35);
}
.btn-color2:hover {
    background-color: #1bb0ce;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1fc4e5), color-stop(100%, #1bb0ce));
    background: -webkit-linear-gradient(top, #1fc4e5, #1bb0ce);
    background: -moz-linear-gradient(top, #c0bcaf, #7a776e);
    background: -o-linear-gradient(top, #c0bcaf, #7a776e);
    background: linear-gradient(top, #c0bcaf, #7a776e);
	border-color: #0d6f83;
	color: white;
}
.btn-color2:active {
    background: #1bb0ce;
    color: #fff;
}

.btn-color3 {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4f869a), color-stop(100%, #3d6979));
    background: -webkit-linear-gradient(top, #4f869a, #98958ba);
    background: -moz-linear-gradient(top, #dad6ca, #98958ba);
    background: -o-linear-gradient(top, #dad6ca, #98958ba);
    background: linear-gradient(top, #dad6ca, #98958ba);
    background-color: #4f869a;
    border-color: #335865;
    color: white;
    text-shadow: 0 -1px 1px rgba(0, 40, 50, 0.35);
}
.btn-color3:hover {
    background-color: #4f869a;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5fb0ce), color-stop(100%, #4f869a));
    background: -webkit-linear-gradient(top, #5fb0ce, #4f869a);
    background: -moz-linear-gradient(top, #c0bcaf, #7a776e);
    background: -o-linear-gradient(top, #c0bcaf, #7a776e);
    background: linear-gradient(top, #c0bcaf, #7a776e);
	border-color: #335865;
	color: white;
}
.btn-color3:active {
    background: #4f869a;
    color: #fff;
}
.btn-color4 {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6a5e72), color-stop(100%, #4e4455));
    background: -webkit-linear-gradient(top, #4f869a, #98958ba);
    background: -moz-linear-gradient(top, #dad6ca, #98958ba);
    background: -o-linear-gradient(top, #dad6ca, #98958ba);
    background: linear-gradient(top, #dad6ca, #98958ba);
    background-color: #6a5e72;
    border-color: #3b3241;
    color: white;
    text-shadow: 0 -1px 1px rgba(0, 40, 50, 0.35);
}
.btn-color4:hover {
    background-color: #6a5e72;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #897a93), color-stop(100%, #6a5e72));
    background: -webkit-linear-gradient(top, #897a93, #6a5e72);
    background: -moz-linear-gradient(top, #c0bcaf, #7a776e);
    background: -o-linear-gradient(top, #c0bcaf, #7a776e);
    background: linear-gradient(top, #c0bcaf, #7a776e);
	border-color: #3b3241;
	color: white;
}
.btn-color4:active {
    background: #6a5e72;
    color: #fff;
}
.btn-color5 {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #563444), color-stop(100%, #452a37));
    background: -webkit-linear-gradient(top, #4f869a, #98958ba);
    background: -moz-linear-gradient(top, #dad6ca, #98958ba);
    background: -o-linear-gradient(top, #dad6ca, #98958ba);
    background: linear-gradient(top, #dad6ca, #98958ba);
    background-color: #4f869a;
    border-color: #351f29;
    color: white;
    text-shadow: 0 -1px 1px rgba(0, 40, 50, 0.35);
}
.btn-color5:hover {
    background-color: #563444;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6d4357), color-stop(100%, #563444));
    background: -webkit-linear-gradient(top, #6d4357, #563444);
    background: -moz-linear-gradient(top, #c0bcaf, #7a776e);
    background: -o-linear-gradient(top, #c0bcaf, #7a776e);
    background: linear-gradient(top, #c0bcaf, #7a776e);
	border-color: #351f29;
	color: white;
}
.btn-color5:active {
    background: #563444;
    color: #fff;
}

.box-blue-01 {
    padding-top: 15px;
	padding-bottom: 20px;
}
.box-blue-01-item {
    background-color: #FBE6D3;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    padding: 20px;
     border-left: 1px solid #FBE6D3;
     border-right: 1px solid #FBE6D3;
     border-top: 4px solid #ed7206;
     border-bottom: 4px solid #ed7206;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
}
.box-blue-01-item:hover {
    background-color: #ed7206;
    color: #FBE6D3;
}
.box-blue-01-item:hover a {
    color: #fff;
    border-color: #fff;
}
@media (max-width: 791px) {
.box-blue-01-item {
    margin-bottom: 20px;
}
}


/*------------------------------
	RIBBON PARA SECCIONES
------------------------------*/
.ribbon {
	position: relative;
	margin-left:12px;
	margin-bottom: 15px;
	padding-left: 9px;
	line-height: 30px;
	background: #ffac0b;
	font-weight:600;
	color: #fff;
}

.ribbon:after {
	content: " ";
	position: absolute;
	right: 0;
	border: 15px solid #16a085;
	border-color: transparent;
	border-right-color: #fff;
}
/*----------------------------*/

.box-shadow-block{
	padding:15px 20px;
	border:1px solid #eee;
	background:#fff;
	margin-top:20px;
	margin-bottom:40px;
}
.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 #24395d;
}

.referencia {

font-size: 11px;

line-height: normal;

}

		.caja_cel {

background-color: #745aa03;
border-radius: 3px;
padding: 3px;
color:#FFF;

}

.hr-f {
	 background-image:  -webkit-linear-gradient(left, #cf4973, #fff, #fff);
	  background-image:  -moz-linear-gradient(left, #cf4973, #fff, #fff);
	   background-image:  -o-linear-gradient(left, #cf4973, #fff, #fff);
	    background-image:  -ms-linear-gradient(left, #cf4973, #fff, #fff);
		 background-image:  linear-gradient(left, #cf4973, #fff, #fff);
	 }
	 
	 /* Headers */

hr.striped {
	background:url('images/stripes.png') left top repeat;
	height:6px;
	border:none;
}

h1.header,
h2.header,
h3.header {
	border-bottom:1px solid #01b0b3;
	margin-bottom:20px;
}

h1.header span,
h2.header span,
h3.header span {
	background: #01b0b3;
	padding-top: 3px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 3px;
	color: #FFF;
	font-size: 16px;
}

h2.header {
	line-height:21px;
}

/*
/*-----------------------------------------------------------------------------------*/
/*	01. DIVIDER SHADOW
/*-----------------------------------------------------------------------------------*/
.focus-box {
	margin-bottom: 20px;
}
.service-icon {
	width: 170px;
	height: 80px;
	text-align:center;
	vertical-align:central;
	/* border-radius: 50%; */
	border: 5px solid #ED7206;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}
.focus-padding10{
	padding-top:15px;
}
.focus-padding20{
	padding-top:20px;
}
/* ON HOVER COLORED ROUNDED CIRCLE AROUND ICONS */
.red,.green,.blue,.yellow {
	-webkit-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}
.red:hover .service-icon {
	border: 10px solid #e96656;
}
.green:hover .service-icon {
	border: 10px solid #34d293;
}
.blue:hover .service-icon {
	border: 10px solid #F2DE4C;
}
.yellow:hover .service-icon {
	border: 10px solid #f7d861;
}
.focus-box p {
	font-size: 14px;
}

/*-----------------------------------------------------------------------------------*/


/* team-home */
/* ------------------------------------------------------------------ */


.team-home {
    padding: 0;
    margin: 0;
}

.team-home-item {
    margin: 0 auto 40px auto;
    width: 90%;
}

.team-home-item img {
    display: block;
    margin: 0 auto;
    padding: 10px;
    border: solid 1px #ccc;
    background-color: #fff;
    z-index: 100;
    position: relative;
}

.team-home-item > .team-home-content {
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    padding: 40px 10px 10px 10px;
    margin-top: -30px;
}

.team-home-item > .team-home-footer {
    text-align: center;

    
}

.team-home-item > .team-home-footer .blockblue {
    display: block;
    background-color: #24395d;
    color: #fff;
    padding: 10px;

    border-bottom: solid 1px #24395d;
    border-left: solid 1px #24395d;
    border-right: solid 1px #24395d;

    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
}

.team-home-item h3 {
    margin-top: 0;
    padding-top: 0;
    text-align: center;
}

.team-home p.lead {
    font-size: 2.2em;
    text-align: center;
    font-style: oblique;
    font-weight: 300;
    color: #c2cadc;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.img-box-4{
	margin:20px 0;
}
.img-box-4 .img-box-4-item{
	max-width:400px;margin:10px auto;
	background-color:#FFF;

}
.img-box-4 .img-box-4-content{
	border: 1px solid #24395d;
	border-top: 0;
	padding: 22px 20px 15px;
	position: relative;
	background-color: #24395d;
}
.img-box-4 a i{
	width:40px;height:40px;line-height:40px;text-align:center;color:#fff;border-radius:50px;display:inline-block;position:absolute;top:-25px;left:50%;margin-left:-20px;font-size:15px
}
.img-box-4 h4 a{
color:#fff
}
.img-box-4 .bor{
	width:55px;height:3px;margin:12px auto 8px
}
.bg-lblue{
	background-color:#008eac!important
}
.bg-blue{
	background-color:#609cec!important
}
