/*
Theme Name: Biolab
Theme URI: http://www.proyectar.com.ar
Description: Tema wordpress para Biolab
Author: Proyectar
Author URI: http://www.proyectar.com.ar
Version: 999999999
*/

* {margin:0; padding:0; outline:0; -webkit-font-smoothing: antialiased;	-moz-osx-font-smoothing: grayscale;}
a {text-decoration:none;}
a img {border:0;}


/* Generales */
html {
	overflow-x: hidden;
}
body {
	font-size: 18px;
	line-height: 21px;
	color:#9b989a;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;	
}
.content {
	max-width:1160px;
	margin:auto;
	width:98%;
	position:relative;
	z-index: 100;
}
.clearfix:after {
	content:'';
	clear:both;
	display: block;
}
.overflow {
	overflow: hidden;
}
strong {
	font-weight: 700;
}
.table {
	display: table;
	width:100%;
}
.td {
	display: table-cell;
}
.notfound {
	font-size: 72px; 
	text-align: center;
	padding:10% 0;
	font-weight: 700;
	line-height: 72px;
}

.macula {
	width: 15px; 
	height: 15px; 	
	border-radius: 50%;
	position:fixed;
	z-index: 0;
	background:#dff1f0;
}
.macula.transp {
	background: transparent;
	border:2px solid #5fb1ad;
	width: 18px; 
	height: 18px; 
}
.macula.cruz {
	background: transparent;
}
.macula.cruz:before {
	content:'+';
	color:#06f9e6;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
}
#wrapper {
	overflow-x:hidden;
}

/* Header */
#header {		
	position: relative;
	z-index: 7777;	
}
#header .content {
	width:100%;
}
.logo {
	float: left;
	width:170px;
	padding:15px;
	position:relative;
	z-index:200;
}
.logo svg {
	width:100%;
	height: auto;
}
#nav {
	text-align: right;
	float:right;
	color:#5d5d5d;
	text-transform: uppercase;
	font-size: 14px;
	position:relative;
	padding-bottom:5px;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}
#nav ul {
	display: none;
	background:#fff;
	padding:85px 0 30px;
	text-align: center;
	box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
#nav li {
	display: block;
	list-style: none;	
	position:relative;
	padding:10px 0;
}
#nav li:first-child:before {
	visibility: hidden;
}
#nav li a {
	color:#60bab6;
	font-weight: 700;
}
#nav .menulinea {
	display: none;
	opacity:0;
}
#headerfixed {
	background: #06f9e6; 
	background: -moz-linear-gradient(to right, #bdbdbd 0%, #06f9e6 100%); 
	background: -webkit-linear-gradient(to right, #bdbdbd 0%,#06f9e6 100%); 
	background: linear-gradient(to right, #bdbdbd 0%,#06f9e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#06f9e6',GradientType=1 );
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	transition:top ease 300ms;
	padding:0;
	z-index: 7777;
}
.single #headerfixed,
.page-id-101 #headerfixed {
	top:0;
}
#headerfixed .nav-toggle {
	cursor: pointer;
}
#headerfixed .nav-toggle span {
	background:#fff;
}
#headerfixed .nav-toggle.active span {
	background:transparent;
}
#headerfixed .nav-toggle:before,
#headerfixed .nav-toggle:after {
	background:#fff;
}
#headerfixed.visible {
	top:0;
}
#headerfixed .logo {
	transform: none;
}
#headerfixed .logo path,
#headerfixed .logo .st0,
#headerfixed .logo .st1 {
	fill:#fff;
}
#headerfixed #nav .menulinea {
	background:#fff;
	opacity:1;
}
#headerfixed #nav,
#headerfixed #nav li a {
	color:#60bab6;
	font-weight: 600;
}
#headerfixed #nav ul {
	padding:20px 0;
	margin-top:75px;
}
#headerfixed .content {
	width:100%;
}
.nav-toggle {
	position: absolute;
	top: 29px;
	right: 60px;
	height:19px;
	cursor: pointer;
}
.nav-toggle span {
	background:#60bab6;
	display: block;
	width:25px;
	position:relative;
	height:3px;
	overflow:visible;
	margin-top:8px;
}
.nav-toggle:before,
.nav-toggle:after {
	content:'';
	display: block;
	position:absolute;	
	left:0;
	width: 100%;
	height: 100%;
	background:#60bab6;
	display: block;
	width:25px;
	height:3px;
	transition:ease all 300ms;
}
.nav-toggle:before {
	top:0;
}
.nav-toggle:after {
	bottom:0;
}
.nav-toggle.active span {
	background:transparent;
}
.nav-toggle.active:before,
.nav-toggle.active:after {
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
}
.nav-toggle.active:before {
	transform: rotate(-45deg);
}
.nav-toggle.active:after {
	transform: rotate(45deg);
}
.acceso {
	/*display: inline-block;*/
	display: none;
	margin: 15px 10px;
	width: 25px;
	position: absolute;
	top: 10px;
	right: 5px;
}
.acceso a {
	width:24px;
	height:24px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image:url(imgs/user.svg);
}
#headerfixed .acceso a {	
	background-image:url(imgs/user_w.svg);
}
.acceso img {
	display: block;
	margin-bottom:-5px;
}
.slick-dots {
	text-align:center;
}
.slick-dots li {
	display: inline-block;
	width:20px;
	height: 20px;
	overflow:hidden;
	border:2px solid #acacac;
	border-radius: 50%;
	position:relative;
	margin:0 5px;
	cursor: pointer;
}
.slick-dots li:after,
.slick-dots li.slick-active:after {
	content:'';
	width:4px;
	height: 4px;
	border-radius: 50%;
	background: #acacac;
	display: block;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
}
.slick-dots li.slick-active,
.slick-dots li:hover {
	background:#acacac;
}
.slick-dots li.slick-active:after,
.slick-dots li:hover:after {
	background:#fff;
}
.slick-dots li button{
	border:0;
	text-indent: 9999px;
	cursor: pointer;
	background:transparent;
	position:absolute;
	top:0;
	left:0;
}

/* Banner */
.banner {
	height: 400px;
	width:100%;
	background: url(imgs/banner.jpg) no-repeat center;
	background-size:cover;
	position:relative;
	z-index: 10;
}
.banner:after {
	content:'';
	display: block;
	width:100%;
	height:90%;
	background: url(imgs/lineas.png) no-repeat center;
	background-size:contain;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
.banner-circle {
	width:300px;
	height: 265px;
	text-align:center;
	position:absolute;
	right:0;
	left:0;
	bottom:60px;
	margin:auto;
	font-size: 21px;
	color:#686868;
	line-height: 265px;
	overflow:hidden;
	z-index: 100;
}
.banner-circle h2 {
	position:relative;
	z-index: 666;
	color:#5d5d5d;
}
.banner-circle:after {
	content:'';
	width:200px;
	height: 200px;	
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	margin:auto;
	z-index: 0;
	border-radius: 50%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.plus {
	display: none;
}
.stripes {
	width: 150px;
	height: 30px;	
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 200;
}
.stripes:before {
	content:'';
	background: #06f9e6; 
	background: -moz-linear-gradient(left, #bdbdbd 0%, #06f9e6 100%); 
	background: -webkit-linear-gradient(left, #bdbdbd 0%,#06f9e6 100%); 
	background: linear-gradient(to right, #bdbdbd 0%,#06f9e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#06f9e6',GradientType=1 );
	height:3px;
	width:76px;
	transform: rotate(130deg);
	position:absolute;
	top: -15px;
	left: 0;
}
.stripes:after {
	content:'';
	background: #06f9e6; 
	background: -moz-linear-gradient(left, #bdbdbd 0%, #06f9e6 100%); 
	background: -webkit-linear-gradient(left, #bdbdbd 0%,#06f9e6 100%); 
	background: linear-gradient(to right, #bdbdbd 0%,#06f9e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#06f9e6',GradientType=1 );
	height:3px;
	width:190px;
	transform: rotate(130deg);
	position:absolute;
	    bottom: 0;
    right: 0;
}
.stripe {
	background: #06f9e6; 
	background: -moz-linear-gradient(left, #bdbdbd 0%, #06f9e6 100%); 
	background: -webkit-linear-gradient(left, #bdbdbd 0%,#06f9e6 100%); 
	background: linear-gradient(to right, #bdbdbd 0%,#06f9e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#06f9e6',GradientType=1 );
	height:3px;
	width:265px;
	transform: rotate(130deg);
}


/* Inicio */
.triangle-bot {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 73px 0 0 0;
	border-color: transparent transparent transparent #fff;
	position:absolute;
	bottom:0;
	left:0;
	transition:border-width ease 300ms;
}
.triangle-top {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 73px 0;
	border-color: transparent #fff transparent transparent;
	position:absolute;
	top:0;
	left:0;
	transition:border-width ease 300ms;
}
.ajaxContent {
	min-height:480px;
	font-size: 28px;
	position:relative;
}
.ajaxContent:nth-child(odd) {
	background:#f9f9f9;
}
.ajaxContent article {
	padding:45px 0;
	width:98%;
	margin:auto;
}
.ajaxContent h2 {	
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	padding: 35px 0 0 0;
	color: #5d5d5d;
	position:relative;
	font-size: 21px;
	line-height: 21px;
	z-index:100;
}
.ajaxContent h2:after {
	content:'';
	display: block;
	width:25px;
	height: 25px;
	font-weight: 900;
	text-align:center;	
	color:#06f9e6;
	font-size: 36px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin: auto;
	background:url(imgs/cross.svg) no-repeat center;
	background-size: contain;
}
.ajaxContent:nth-child(odd) h2:after {
	background:url(imgs/cross-line.svg) no-repeat center;
	background-size: contain;
}
a.post-edit-link {
	position: absolute;
    top: 5%;
    right: 5%;
    text-transform: uppercase;
    font-size: 11px;
    color: #333;
    background: #ededed;
    border-radius: 3px;
    padding: 5px 10px;
    z-index:9999;
}

/* Servicios */
#servicios h2 {
	margin:20px auto;
}
.servicios {
	max-width: 1280px;
	margin:0 auto 200px;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	padding:0 20px;
	position:relative;
	color:#969696;
	z-index: 100;
}
.servicios .stripe {
	display: none;
}
.slick-arrow {
	position:absolute;
	width:45px;
	height: 70px;
	top:50%;
	margin-top:-15px;
	color:#969696;
	border:0;
	background: transparent;
	font-size: 21px;
	font-weight: 900;
	line-height: 70px;
}
.slick-arrow.slick-prev {
	left:0;
	border-right: 2px solid #969696;
}
.slick-arrow.slick-next {
	right: 0;
	border-left: 2px solid #969696;
}
.servicios-slide {
	width: auto;
	text-align: center;
	position: relative;
	font-size: 14px;
	line-height: 15px;
	padding: 20px 10px 35px;
}
.servicios-slide img {
	margin:0 auto 15px;
	max-width: 75px;
}
.servicios-slide strong {
	font-weight: 900;
	color:#60bab6;
}

/* Quienes Somos */
#quienes-somos .stripe {
	display: none;
}
#quienes-somos h2 {
	margin-top:75px;
}
.column-left {
	width:90%;
	font-size: 16px;
	line-height: 21px;
	max-width: 375px;
	color:#5d5d5d;
	margin:auto;
}
.column-left h2 {
	margin:10px auto 35px auto;
}
.column-left p {
	margin-bottom:30px;
}
.column-left p strong {
	font-weight: 900;
}

/* Staff */
.staff {
	
}
.circle-stripe {
	content:'';
	width:55px;
	height: 55px;
	position:absolute;
	bottom:200px;
	left:-15%;
	border-radius: 50%;
	background-image: linear-gradient(45deg, #bae1df 31.25%, transparent 31.25%, transparent 50%, #bae1df 50%, #bae1df 81.25%, transparent 81.25%, transparent 100%);
	background-size: 8px 8px;
}
.staff .circle-stripe:before,
.staff .circle-stripe:after {
	content:'';
	position:absolute;	
	right:-50%;
	border:2px solid #06f7e5;
	border-radius: 50%;
	width:15px;
	height: 15px;
}
.staff .circle-stripe:before {
	top:-50%;
}
.staff .circle-stripe:after {
	top:-100%;
}
.miembro-wrapper {
	position:relative;
	width:210px;
	height:210px;
	cursor: pointer;
}
.miembro {
	position:relative;	
	width:120px;
	height:120px;
	border-radius: 50%;
	overflow:hidden;
	margin:auto;
}
.miembro img {
	margin-top: -10px;
	max-width: 110%;
	margin-left: -5%;
}
.miembro:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -6px;
	left: 1px;
	margin: auto;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	z-index: -1;
	transform: scale(0.95);
	background-color: #60bab6;
	transform-origin: center bottom;
	border-collapse: collapse;
}
.miembro-wrapper:nth-child(even) .miembro:after {
	background:#5fb9b5;
	opacity:0.2;
}
.miembro-nombre {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	border: 2px solid #06f7e5;
	width:120px;
	padding:32px 12px 12px 12px;
	margin: 20px auto;
	color:#60bab6;
	line-height: 18px;
	position:relative;
}
.miembro-nombre:before {
	content: '';
	width: 90px;
	height: 30px;
	position: absolute;
	top: -8px;
	right: -10px;
	background-image: radial-gradient(#e0e0e0 20%, transparent 20%), radial-gradient(#e0e0e0 20%, transparent 20%);
	background-color: transparent;
	background-position: 0 0, 4px 4px;
	background-size: 8px 8px;
}
.circle-video {
	width: 250px;
	padding-bottom: 250px;
	position: absolute;
	top: -180px;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 6666;
	overflow: hidden;
	clip-path: circle(50% at 50% 50%);
	border-radius:50%;
}
.circle-video video {
	position: absolute;
	top: 50%; 
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: 100%;
}


/* Control de Calidad */
.column-right {
	width:90%;
	font-size: 16px;
	line-height: 21px;
	max-width: 475px;
	color:#5d5d5d;
	margin:auto;
}
.column-right h2 {
	text-align: center;	
	font-weight: 700;
	padding-bottom:35px;
	margin-top:35px;
}
.column-right h2:after {
	right:0;
	top:0;
	left:0;
}
.column-right p {
	margin-bottom:25px;
}
.column-right p strong {
	font-weight: 900;
}
#control-de-calidad {
	padding:75px 0 400px;
}
#control-de-calidad .stripes {
	right:0;
	left:auto;
	bottom:-70%;
}
#control-de-calidad .stripes:before {
	width:190px;
	top:0;
	left:-60px;
}
#control-de-calidad .stripes:after {
	width:90px;
	top:-35px;
	right:0;
	bottom:auto;
}
.cientifico {
	position: absolute;
	bottom: 0;
	left: 0;
	transform: none;
	height: auto;
	width: 100%;
	transition: all ease 300ms;
	right: 0;
	margin: auto;
}
#control-de-calidad .circle-stripe {
	position: absolute;
	bottom: -30%;
	right: -15%;
	left: auto;
	width: 135px;
	height: 135px;
	background-size: 20px 20px;
	opacity: 0.35;
	transform: rotate(-90deg);
	z-index: 200;
}

/* Tecnologia */
#tecnologia {
	padding: 50px 0;
}
#tecnologia .content {
	max-width: 1300px;
}
#tecnologia.ajaxContent article {
	padding:0;
}
#tecnologia h2 {
    margin-top: 40px;
    margin-bottom: 20px;
}
.tecnologia {
	width:25%;
	float:left;
	text-align: center;
}
.tecnologia:last-child .tecnologia-img {
	width:235px;
}
.tecnologia-img {
	width:210px;
	height:235px;
	margin:auto;
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom:15px;
}
.tecnologia-txt {
	position:relative;
	height: auto;
	padding:10px 20px;
	margin:0 auto;
	min-height: 160px;
}
.tecnologia-nombre {
	padding:5px 15px 6px;
	font-style:italic;
	color:#717474;
	border:2px solid #06f7e5;
	font-weight: 600;	
	display:inline-block;
	font-size: 18px;
	margin-bottom:10px;
}
.tecnologia-funcion {
	font-weight: 900;
	color:#60bab6;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 20px;
	padding:0 60px;
}



/* Articulos Novedades */
#articulos {
	padding:0;
	min-height: auto;
}
#articulos .content,
#articulos article {
	width:100%;
	padding:0;
}
#articulos .stripe {
	position:absolute;
	bottom:-2%;
	left:0;
	max-width: 100px;
	z-index: 200;
}
#articulos h2 {
	position:absolute;
	left: 0;
	right: 0;
	top: 100px;
	z-index: 200;
}
.novedades {	
	padding:0;
	margin:0 auto;
	max-width: 1100px;
	position: relative;
}
.novedades:before {
	width: 65%;
	left: -10%;
	height: 150px;
	position: absolute;
	top: 70px;
	content: '';
	display: block;
	background-image: radial-gradient(#e0e0e0 20%, transparent 20%), radial-gradient(#e0e0e0 20%, transparent 20%);
	background-color: transparent;
	background-position: 0 0, 7px 7px;
	background-size: 14px 14px;
}
.novedades .slick-list {
	z-index:100;
}
.novedad {
	font-size: 18px;
	line-height: 24px;
	position:relative;
	background:#fff;
	overflow:hidden;
}
.novedad .triangle-top,
.novedad .triangle-bot{
	z-index: 200;
}
.novedad h3 {
	font-size: 28px;
	line-height: 30px;
	color:#5d5d5d;
	padding:20px 0 0 20px;
	position:relative;
	margin-bottom: 15px;
	margin-top:0;
}
.novedad h3:before {
	content:'';
	width:4px;
	height:100%;
	left:0;
	top:0;
	position:absolute;
	background: #06f9e6; 
	background: -moz-linear-gradient(#bdbdbd 0%, #06f9e6 100%); 
	background: -webkit-linear-gradient(#bdbdbd 0%,#06f9e6 100%); 
	background: linear-gradient(#bdbdbd 0%,#06f9e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#06f9e6',GradientType=1 );
}
.novedad-img {
	width:100%;
	padding:0;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
.novedad-img a {
	display: block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.novedad-vermas {
	background: #06f9e6; 
	background: -moz-linear-gradient(to right, #bdbdbd 0%, #06f9e6 100%); 
	background: -webkit-linear-gradient(to right, #bdbdbd 0%,#06f9e6 100%); 
	background: linear-gradient(to right, #bdbdbd 0%,#06f9e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#06f9e6',GradientType=1 );
	color: #fff;
	display: block;
	max-width: 100px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	padding: 5px 0;
	font-size: 14px;
	margin: 10px 0 0 0;
}
.novedades .slick-dots {
	position: absolute;
    bottom: 165px;
    left: 65px;
    right: 0;
    margin: auto;
    z-index: 500;
    text-align: left;
}
.novedades .slick-dots li {
	width:18px;
	height: 18px;
	margin:0 4px;
}
.novedad-txt {
	padding:75px 35px 120px;
	background: #f6f6f6;
    position: relative;
    margin: 110px 0 100px 30px;
}
.novedad-txt h3 a {
	color:#5d5d5d;
	font-weight: 700;
	font-size: 28px;
}
.novedad-txt .triangle-top {
    bottom: -72px;
    left: 0;
    top:auto;
    border-color:transparent #f6f6f6 transparent transparent;
}
.novedad-txt .triangle-bot {
	top: -70px;
    left: 0;
    bottom:auto;
    border-color:transparent transparent transparent #f6f6f6;
}
.novedad .table {
	height: 100%;
}
.novedad .td {
	vertical-align: top;
}
.novedad.novedad-normal .td {
	vertical-align: middle;
}
#articulos .content {
	position:relative;
}
.vertodas {	
	position: absolute;
	bottom: 120px;
	right: auto;
	left:65px;
	text-transform: uppercase;
	font-weight: 700;
	color: #60bab6;
	font-size: 14px;
	z-index:300;
}


/* Contacto */
#contacto article,
#contacto .content {
	width:100%;
}
#contacto .column-left {
	width: 100%;
	float:left;
	position:relative;
	padding-top:10%;
	max-width: none;
}
#contacto .column-left .vcard {
	background-image: radial-gradient(#e0e0e0 20%, transparent 20%), radial-gradient(#e0e0e0 20%, transparent 20%);
	background-color: transparent;
	background-position: 0 0, 5px 5px;
	background-size: 10px 10px;
	overflow:hidden;
	position:relative;
	padding:0 5% 15px;
	font-size: 16px;
	position:relative;
}
#contacto .column-left .stripe {
    position: absolute;
    right: 0;
    bottom: -30px;
    transform: rotate(0deg);
    left: 0;
    margin: auto;
    max-width: 150px;
}
#contacto .column-left .stripe:before,
#contacto .column-left .stripe:after {
	width:15px;
	height: 15px;
	position:absolute;
	bottom: -30px;
	left: 90%;
	background:#dff1f0;
	content:'';
	display: block;
	border:2px solid #dff1f0;
	border-radius: 50%;
}
#contacto .column-left .stripe:before {
	background:transparent;
	bottom: -30px;
	left: 75%;
}
#contacto .column-left .vcard div a {
	color:#5d5d5d;
}
#contacto .vcard div.web a {
	font-size: 18px;
	color:#60bab6;
	font-weight: 600;
}
#contacto .column-left .vcard div {
	float:left;
	background:#fff;
	clear:both;
	margin:15px 0 0 0;
	padding:10px 10px 10px 0;
	line-height: 23px;
}
#contacto .vcard div img {
	float:left;
	height:22px;
	width:auto;
}
#contacto .vcard div span {
	float:left;
	margin-left:8px;
}
.formulario {
    float: none;
    width: 90%;
    font-size: 13px;
    clear: both;
    margin:auto;
    padding-top: 80px;
}
.form {
	position:relative;
	min-height: 480px;
}
.form br {
	display: none;
}
.form label {	
	text-transform: uppercase;
	color:#5d5d5d;
	font-size: 13px;
	padding:10px 20px 5px;
	display: block;
	font-weight: 600;
	letter-spacing: 1px;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"] {
	padding:10px;
	width:100%;
	border: 2px solid #06f9e6;
	border-image-source: linear-gradient(to right, #06f9e6 0%,#bdbdbd 100%);
	border-image-slice: 1;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	color:#5d5d5d;
	background:#fff;
}
textarea {
	padding:12px 15px;
	width:100%;
	border: 2px solid #06f9e6;
	border-image-source: linear-gradient(to right, #06f9e6 0%,#bdbdbd 100%);
	border-image-slice: 1;
	height:135px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	color:#5d5d5d;
	max-width: 100%;
	min-width: 100%
}
.form span.wpcf7-not-valid-tip {
	font-size: 13px;
	padding:5px 5px 0 0;
	text-align:right;
}
.formulario h5 {
	font-size: 18px;
	text-transform: uppercase;
	color: #60bab6;
	padding: 0 0px 25px;
	font-weight: 900;
}
.formfield {
	overflow: hidden;
}
.select {
	border: 2px solid #06f9e6;
	border-image-source: linear-gradient(to right, #06f9e6 0%,#bdbdbd 100%);
	border-image-slice: 1;
	text-transform: uppercase;	
	margin-bottom:10px;
	position:relative;
	height:50px;
}
.dropbox {
	display: none;
	border: 2px solid #06f9e6;
	border-image-source: linear-gradient(to right, #06f9e6 0%,#bdbdbd 100%);
	border-image-slice: 1;
	position: absolute;
	bottom: -94px;
	left: 0;
	width: calc(100% + 4px);
	margin-left: -2px;
	background: #ededed;
	z-index: 200;

}
.selected {
	position:relative;
}
.selected,
.option {
	padding: 12px 15px;
	cursor:pointer;
	font-weight: 700;
	color:#5d5d5d;
}
.option {
	transition:background ease 200ms;
}
.option:hover {
	background:#f6f6f6;
}
.selected strong,
.option strong {
	color:#60bab6;
	font-weight: 900;
}
.selected:before {
	position:absolute;
	content:'';
	right:20px;
	top:10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #eeeeee transparent;
}
.selected:after {
	position:absolute;
	content:'';
	right:20px;
	bottom:10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #eeeeee transparent transparent transparent;
}
.form input[type="submit"] {
	background: #06f9e6; 
	background: -moz-linear-gradient(to right, #bdbdbd 0%, #06f9e6 100%); 
	background: -webkit-linear-gradient(to right, #bdbdbd 0%,#06f9e6 100%); 
	background: linear-gradient(to right, #bdbdbd 0%,#06f9e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#06f9e6',GradientType=1 );
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	padding:15px 10px;
	width:65%;
	border:0;
	text-transform: uppercase;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	color:#5d5d5d;
	letter-spacing: 1px;
	margin-top:20px;
}
.form input[type="submit"]:hover {
	color:#fff;
}
#contacto select {
	border: 2px solid #06f9e6;
	border-image-source: linear-gradient(to right, #06f9e6 0%,#bdbdbd 100%);
	border-image-slice: 1;
	text-transform: uppercase;	
	margin-bottom:20px;
	position:relative;
	height:50px;
	appearance:none;
	padding:10px 30px 15px 15px;
	text-transform: uppercase;
	font-family: 'Titillium Web', sans-serif;
	color:#5d5d5d;
	line-height: 15px;
	position:relative;
	width:100%;
	background:#fff url(imgs/flechita.png) no-repeat 92% center;
}
#contacto option {
	padding:12px 15px;
	text-transform: uppercase;
	font-family: 'Titillium Web', sans-serif;
	color:#5d5d5d;
}
.form-mit {
	float: left;
	width: 46%;
	max-width: 210px;
	margin-right: 3%;
	margin-bottom: -10px;
}
#contacto div.wpcf7-response-output {
    margin: 20px 0;
    padding: 0;
    border: 0;
}
#contact div.wpcf7 .ajax-loader {
	margin-left: 10px;
	transform: translateY(11px);
}
#contacto .circles {
	position: absolute;
	top: -80px;
	left: -20px;
	width: 100%;
	height: 100px;
}
#contacto .circle {
	border-radius: 50%;
	position:absolute;
	clip-path: circle(50% at 50% 50%);
	overflow:hidden;
}
#contacto .circle video {
	position: absolute;
	top: 50%; 
	left: 50%;
	transform: translateX(-65%) translateY(-50%);
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: 100%;
}
#contacto .circle-top {
	width:100px;
	height: 100px;
	top:0;
	right:0;
	border-radius: 50%;
	overflow: hidden;
}
#contacto .circle-bot {
	width:285px;
	height: 285px;
	bottom:0;
	left:0;
	display: none;
}
#contacto .horario-extraccion {
	overflow: hidden;
	padding: 5px 20px 20px;
	border: 2px solid #06f9e6;
	border-image-source: linear-gradient(to right, #06f9e6 0%,#bdbdbd 100%);
	border-image-slice: 1;
}
#contacto .horario-extraccion label {
	padding-left:0;
	position:relative;
}
#contacto select[name="hasta-sab-ext"],
#contacto select[name="desde-sab-ext"] {
	display: none;
}
#contacto .horario-extraccion span.wpcf7-list-item {
	margin:0;
}
#contacto input[type="checkbox"] {
	position:absolute;
	top:0;
	left:0;
	display: none;
}
#contacto .horario-extraccion .dias {
	margin-bottom:20px;
	overflow:hidden;
}
#contacto .horario-extraccion .dias label {
	padding: 5px 20px 10px 20px;
	cursor: pointer;
}
#contacto .horario-extraccion .dias label:before {
	content:'';
	display: block;
	position:absolute;
	top: 7px;
    left: 0;
    width: 16px;
    height: 16px;
	overflow:hidden;
	border:2px solid #acacac;
	border-radius: 50%;
	z-index: 0;
}
#contacto .horario-extraccion .dias label:after {
	content:'';
	width:4px;
	height: 4px;
	border-radius: 50%;
	background: #acacac;
	display: none;
	position:absolute;
	top: 13px;
    left: 6px;
	margin:auto;
}
#contacto .horario-extraccion .dias label:active:before {
	background:#acacac;
}
#contacto .horario-extraccion .dias label:active:after {
	background:#fff;
}
#contacto .horario-extraccion .dias label.active:after {
	display: block;
}


/* Footer */
#footer {
	background: -moz-linear-gradient(right, #bdbdbd 0%, #06f9e6 100%); 
	background: -webkit-linear-gradient(left, #bdbdbd 0%,#06f9e6 100%); 
	background: linear-gradient(to left, #bdbdbd 0%,#06f9e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06f9e6', endColorstr='#bdbdbd',GradientType=1 );
	overflow: hidden;
}
#footer .content {
	padding:40px 0;
	overflow:hidden;
	width:90%;
}
#footer .content .sitemap {
	display: none;
}
#footer .logofooter {
	float: none;
	margin: auto;
	text-align: center;
}
#footer .logofooter path,
#footer .logofooter .st0,
#footer .logofooter .st1 {
	fill:#fff;
}
#footer .creditos {
	border-top:1px solid #5d5d5d;
	color:#000;
	opacity:0.5;
	font-size: 14px;
	clear:both;
	text-align: center;
}
#footer .creditos .content {
	padding:15px 0 35px;
	overflow:hidden;
}
#footer .proyectar {
	float:none;
	margin: -1px auto;
	width:85px;
	height: auto;
}


/* Articulo */
.single article .content {
	padding:130px 0 65px;
	max-width: 965px;
	position:relative;
	margin-bottom:40px;
	width:100%;
}
.single article .content:after {
	content:'';
	display: block;
	opacity:0.25;
	height:1px;
	width:100%;
	border-bottom: 1px solid #bdbdbd;
	border-image-source: linear-gradient(to right, #06f9e6 0%,#bdbdbd 100%);
	border-image-slice: 1;
	position:absolute;
	bottom:0;
	left:0;
}
.single article h1 {
	color:#60b3af;
	display: block;
	margin: 80px 25px 35px;
	position:relative;
	line-height: 28px;
	width:auto;
	padding: 20px 0 0 20px;
	font-size: 28px;	
}
.single article h1:before {
	content: '';
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background: #06f9e6;
	background: -moz-linear-gradient(#bdbdbd 0%, #06f9e6 100%);
	background: -webkit-linear-gradient(#bdbdbd 0%,#06f9e6 100%);
	background: linear-gradient(#bdbdbd 0%,#06f9e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#06f9e6',GradientType=1 );
}
.single article .entry-content {
	max-width: 575px;
	margin:auto;
	font-size: 18px;
	line-height: 24px;
	padding:0 35px;
}
.single .post-edit-link {
	position:relative;
	top:auto;
	right:auto;
	margin:50px 0;
	clear:both;
	display: block;
	max-width: 140px;
	text-align: center;
}
.single-img {
	margin-top: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	height:150px;
}
.single-img img {	
	display: none;
}
.single article .entry-content p {
	margin-bottom:20px;
}
.single article .entry-content li {
	list-style: none;
	margin-bottom: 10px;
	padding-left:18px;
	position:relative;
}
.single article .entry-content li:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	background: #5fb1ad;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 0;
}

/* Entradas relacionadas */
.relacionados {	
	padding: 25px 20px 25px 20px;
	position: relative;
	text-align: right;
	margin-bottom: 150px;
	width: 90%;
	margin: 0 auto 100px;
}
.relacionados .vertodas {
	bottom:-30px;
	right:10px;
}
.relacionados:after {
	content:'';
	display: block;
	border: 1px solid #bdbdbd;
	border-image-source: linear-gradient(to right, #06f9e6 0%,#bdbdbd 100%);
	border-image-slice: 1;
	opacity:0.25;
	width:100%;
	height: 100%;
	position:absolute;
	top:0;
	left:0;
}
.relacionados h4 {
	padding: 35px 0 35px 0px;
    position: relative;
    left: auto;
    top: auto;
    color: #60bab6;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 24px;
    max-width: none;
    background-image: radial-gradient(#e0e0e0 20%, transparent 20%), radial-gradient(#e0e0e0 20%, transparent 20%);
    background-color: transparent;
    background-position: 0 0, 7px 7px;
    background-size: 14px 14px;
    text-align: left;
    margin-bottom:20px;
}
.relacionados h4 span {
	background:#fff;
	font-weight: 700;
	margin:-10px -20px 0 0;
	display: block;
	padding:5px 0 5px;
}
.single aside .content {
	max-width:965px;
}
.single aside ol li {
	list-style: none;
}
.crp_related img {
	margin:0 auto;
	width:100%;
	height: auto;
}
.crp_related {
	width:100%;
	display: inline-block;
	position:relative;
	z-index: 200;
}
.crp_related ul {
	overflow: hidden;
}
.crp_related ul li {
	overflow:hidden;
	float:left;
	width: 50%;
}
.crp_related ul li span.crp_date {
	display: block;
	font-size: 13px;
	padding: 15px 0 10px 15px;
	clear: both;
	background: url(imgs/clock.png) no-repeat 0 20px;
	text-align: left;
}
.crp_related:after,
.crp_related ul:after {
	content:'';
	clear:both;
	display: block;
}
.crp_related a {
	display: block;
	border: 0;
	width: 90%;
	height: auto;
	margin: 0 10% 0 0;
	color: #aeb0b1;
	text-align: left;
	float: left;
}
.crp_related a:hover {
	color:#9d9d9d;
}
.crp_title {
	font-size: 16px;
	line-height: 18px;
	max-height: none;
	margin: 0;
	width: 100%;
	text-decoration: inherit;
	overflow: visible;
	display: inline;
	position:relative;
	padding-bottom: 7px;
}
.crp_title:after {
	position:absolute;
	width:30px;
	height: 3px;
	content:'';
	display: block;
	bottom:0;
	left:0;
	background:#06f7e5;
}
.single article .content .stripe {
	position:absolute;
}
.single article .content .stripe.stripe-uno,	
.single article .content .stripe.stripe-dos {
	display: none;
}

/* Login */
#form_login {
	overflow:hidden;
}
.form-login-error {
	clear: both;
	color: #f00;
	border: 1px solid #f00;
	padding: 10px;
	border-radius: 5px;
	font-size: 17px;
	margin-top: 10px;
}
.form-login-error h3 {
	font-weight: bold;
}

.form-login-catcha-error {
	clear: both;
	color: #f00;
	border: 1px solid #f00;
	padding: 10px;
	border-radius: 5px;
	font-size: 17px;
	margin-top: 10px;
}
.form-login-catcha-error h3 {
	font-weight: bold;
}


.login {
	width:100%;
	position:absolute;
	top:-110%;
	left:0;
	background: #fff;
	z-index: 50;
	min-height: 480px;
	border-bottom:1px solid #ccc;
	transition: ease 500ms top;
	padding:85px 0 50px;
	text-align: center;
	overflow:hidden;
	z-index: 200;
}
.cerrarlogin {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #666;
	color: #fff;
	position: absolute;
	bottom: -38px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	line-height: 38px;
	cursor:pointer;
	transition: ease 300ms background;
}
.cerrarlogin:hover {
	background:#5d5d5d;
}
.login .content {
	width:90%;
}
.login .circle-stripe {
	display: none;
}
.login.visible {
	top:0;
}
.login-header {
	position:relative;
	margin-bottom:10px;
}
.login-header:before {
	content:'';
	top:0;
	left:0;
	position:absolute;
	width:100%;
	height: 2px;
	top:50%;
	margin-top:-1px;
	background:#919191;
}
.login-img {
	border-radius: 50%;
	border: 10px solid #fff;
	box-sizing: content-box;
	background: #fff;
	position: relative;
	max-width: 70px;
	margin: auto;
}
.loginForm {
	max-width: 380px;
	margin:auto;
	padding-bottom:15px;
	border-bottom:2px solid #919191;
}
.loginForm input {
	border:2px solid #d1d1d1;
	background:#d1d1d1;
	color:#fff;
	padding:10px 15px 10px 70px;
	color:#5d5d5d;
	width:100%;	
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 21px;
}
.loginForm input::placeholder {
	color:#fff;
}
.loginInput {
	position:relative;
	margin-bottom:10px;
}
.loginInput:before {
	content:'';
	display: block;
	height: 100%;
	width:60px;
	background-color:#fff;
	position:absolute;
	top:0;
	left:0;
	border:2px solid #d1d1d1;
	background-position: center;
	background-repeat: no-repeat;
	background-size:35% auto;
}
.loginInput.email:before {
	background-image: url(imgs/usuario.png);
}
.loginInput.password:before {
	background-image: url(imgs/pass.png);
}
.loginForm input[type="button"] {
	margin-top:10px;
	background: #06f9e6; 
	background: -moz-linear-gradient(to left, #bdbdbd 0%, #06f9e6 100%); 
	background: -webkit-linear-gradient(to left, #bdbdbd 0%,#06f9e6 100%); 
	background: linear-gradient(to left, #bdbdbd 0%,#06f9e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06f9e6', endColorstr='#bdbdbd',GradientType=1 );
	border:0;
	color:#fff;
	font-weight: 700;
	text-transform: uppercase;
	padding:10px 15px;
	text-align: left;
	float:right;
	width:180px;
	font-size: 16px;
}
.login-links {
	clear: both;
	padding-top:25px;
	font-style: italic;
	color:#5a6480;
	font-size: 15px;
}
.login-links label {
	float:left;
	padding-left:25px;
	position:relative;
}
.login-links label input {
	display: none;
}
.login-links label:before {
	content:'';
	width:20px;
	height: 20px;
	top:0;
	left:0;
	border:2px solid #adadad;
	position:absolute;
}
.login-links label:after {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight: 900;
	content: '\f00c';	
	position: absolute;
	top: -1px;
	left: 5px;
	color: #06f7e5;
	font-size: 11px;
	display: none;
}
.login-links label.active:after {
	display: block;
}
.login-links a {
	float:right;
	color:#5a6480;
}
.login-links a span {
	color:#06f7e5;
	font-style: normal;
	font-size: 20px;
}


/* Archivo */
.archivo {
	padding-bottom:100px;
}
.archivo h1 {
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	padding: 50px 0px;
	color: #5d5d5d;
	position: relative;
	font-size: 40px;
	line-height: 48px;
	margin:35px auto 50px;
}
.archivo h1:after {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	font-weight: 900;
	text-align: center;
	color: #06f9e6;
	font-size: 36px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(imgs/cross.svg) no-repeat center;
	background-size: contain;
}
.archivo-articulo {
	float:left;
	width:50%;
	padding:10px;
	height: 320px;
}
.archivo-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	width:100%;
	height:100px;
	position:relative;
}
.archivo-img a {
	display: block;
	width:100%;
	height: 100%;
	top:0;
	left:0;
	position:absolute;
}
.archivo-txt h2 {
	font-size: 21px;
	line-height: 21px;
	color: #5d5d5d;
	padding: 5px 0 0 15px;
	position: relative;
	margin-bottom: 10px;
	margin-top: 15px;
}
.archivo-txt h2 a {
	color:#5d5d5d;
}
.archivo-txt h2:before {
	content: '';
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background: #06f9e6;
	background: -moz-linear-gradient(#bdbdbd 0%, #06f9e6 100%);
	background: -webkit-linear-gradient(#bdbdbd 0%,#06f9e6 100%);
	background: linear-gradient(#bdbdbd 0%,#06f9e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#06f9e6',GradientType=1 );	
}
.archivo-txt span.fecha {
	display: block;
	font-size: 15px;
	padding: 20px 0 10px 15px;
	clear: both;
	background:url(imgs/clock.png) no-repeat 0 25px;
}
.archivo-txt p {
	font-size: 15px;
	line-height: 18px;
}
.archivo-nav {
	overflow: hidden;
	position:relative;
	margin:50px auto;
	width: 98%;
	padding:20px 0;
	border-top:1px solid #ededed;
	clear:both;
}
.archivo-nav .vertodas {
	position:relative;
	top:auto;
	right:auto;
	bottom:auto;
	left:auto;
	border:1px solid #06f9e6;
	border-radius: 5px;
	padding:5px 15px;
}
.veranteriores {
	float:left;
}
.verrecientes {
	float:right;
}

@media all and (min-width:960px) {

	/* Header */
	.nav-toggle {
		display: none;
	}
	#header {
		padding:18px;
	}
	#header .content {
		width:98%;
	}
	.logo {
		transform: scale(1.15);
		float: left;
		width:auto;
	}
	.logo svg {
		width:auto;
		height: auto;
	}
	#nav {
		position:relative;
		width:auto;
		top:auto;
		right:auto;	
	}
	#nav ul {
		display: inline-block!important;
		padding:20px 0 0 0;
		background:transparent;
		box-shadow: none;
	}
	#nav li {
		display: inline-block; 
		padding:0;
	}
	#nav li:before {
		content:'/';
		display: inline-block;
		margin:10px;	
	}
	#nav .menulinea {
		height:6px;
		width:100%;
		background: #24f7e5;
		display: block;
		position:absolute;
		bottom:0;
		left:0;
		transition: all ease 300ms;
	}
	.acceso {
		margin:0 0 0 15px;
		width:auto;
		position:relative;
		top:5px;
		right:auto;
	}
	.login {
		padding:175px 0 120px;
	}
	.login .circle-stripe {
		bottom:0;
		left:0;
		display: block;
	}
	.login-img {
		max-width: 100px;
	}
	.login-links {
		padding-top:40px;
	}
	.login-header {
		margin-bottom:20px;
	}
	.loginInput:before {
		background-size: initial;
	}
	#headerfixed {
		padding:0;
	}
	#headerfixed #nav,
	#headerfixed #nav li a {
		color:#fff;
	}
	#nav li a {
		font-weight:400;
		color:#5d5d5d;
	}
	#headerfixed #nav ul {
		padding:18px 0 0 0;
		margin-top:auto;
	}
	#headerfixed .content {
		width:98%;
	}

	/* Inicio */
	.triangle-bot {
		border-width: 173px 0 0 0;
	}
	.triangle-top {
		border-width: 0 0 173px 0;
	}
	.banner {
		height: 568px;
		background-image: url(imgs/banner.jpg);
		background-repeat: no-repeat;
		background-position:0 100%;
		background-attachment: fixed;
	}
	.banner-circle {
		width:520px;
		height: 485px;
		line-height: 485px;
		font-size: 44px;
		bottom:0;
	}
	.banner-circle:after {
		width:400px;
		height: 400px;	
	}
	.plus {
		margin:auto;
		font-size: 28px;
		color:#06f9e6;
		text-align: center;
		line-height: 54px;
		bottom: -54px;
		left:0;
		right:0;
		position:absolute;
		height:140px;
		display: block;
	}
	.plus span, .plus strong {
		display: block;
	}
	.plus strong {
		font-weight: 900;
		font-size: 53px;
	}
	.ajaxContent {
		min-height:768px;
	}
	.ajaxContent article {
		padding:100px 0;
	}
	.ajaxContent h2 {
		padding: 50px 0px;
		font-size: 40px;
		line-height: 48px;
	}
	.ajaxContent h2:after {
		top:auto;
		bottom:0;
	}

	/* Servicios */
	#servicios h2 {
		margin:auto;
	}
	.servicios {
		margin:35px auto 75px;
		padding:0 50px;
	}
	.servicios .stripe {
		display: block;
	}
	.servicios-slide {
		padding:50px;
		min-height: 400px!important;
		width:300px;
		font-size: 18px;
		line-height: 21px;
	}
	.servicios-slide img {
		max-width: 100%;
	}
	.servicios-slide:after {
		width:2px;
		height: 72px;
		content:'';
		background: #06f7e5;
		top:50%;
		margin-top:-15px;
		right:0;
		display: block;
		position:absolute;
	}
	.servicios:before,
	.servicios:after {
		content:'';
		width:50px;
		height:100%;
		position:absolute;
		top:0;
		display: block;
		z-index: 100;
	}
	.servicios:before {
		left:45px;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9f9f9+0,f9f9f9+100&1+0,0+100 */
		background: -moz-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(249,249,249,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(249,249,249,1) 0%,rgba(249,249,249,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(249,249,249,1) 0%,rgba(249,249,249,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#00f9f9f9',GradientType=1 ); /* IE6-9 */
	}
	.servicios:after {
		right:50px;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9f9f9+0,f9f9f9+100&0+0,1+100 */
		background: -moz-linear-gradient(left,  rgba(249,249,249,0) 0%, rgba(249,249,249,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(249,249,249,0) 0%,rgba(249,249,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(249,249,249,0) 0%,rgba(249,249,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f9f9f9', endColorstr='#f9f9f9',GradientType=1 ); /* IE6-9 */
	}
	.circle-video {
		width:30%;
		padding-bottom: 30%;
		top:-25%;
		right:-60%;
		left:0;
	}

	/* Conocenos */
	.column-left {
		width:50%;
		font-size: 19px;
		line-height: 25px;
		max-width: 375px;
		margin:0;
	}
	.column-left h2 {
		text-align: left;	
		font-weight: 700;
	}
	.column-left h2:after {
		right:auto;
		top:0;
		left:-45px;
	}
	.column-left p {
		margin-bottom:50px;
		padding-left:25px;
	}

	.staff {
		position: absolute;
		left:0;
		top:40px;
		right:0;
		margin:auto;
		width:240px;
	}

	.miembro {
		width:180px;
		height:180px;
		margin:-20px auto;
	}
	.miembro-nombre {
		position:absolute;
		top:0;
		right:0;
		bottom:0;
		left:0;
		height:50px;
		line-height: 50px;
		background:#686868;
		color:#fff;
		padding:0 12px;
		font-size: 16px;
		text-align: center;
		margin:auto;
		transform:translateY(-50%);
		transition: all ease 500ms;
		opacity:0;
		text-overflow: ellipsis;
		border:0;
		width:100%;
		font-weight: 400;
	}
	.miembro-nombre:before {
		display: none;
	}
	.miembro-nombre:after {
		content:'';
		position:absolute;
		left:0;
		right:0;
		width:16px;
		height: 16px;
		bottom:-8px;
		transform:rotate(45deg);
		display: block;
		background:#686868;
		margin:auto;
	}
	.miembro-wrapper:hover .miembro-nombre {
		transform:translateY(-75%);
		opacity:1;
	}
	.miembro-wrapper:nth-child(odd) {
		margin-left:50px;
	}
	.miembro-wrapper:nth-child(3) {
		margin-left:75px;
	}
	#quienes-somos {
		padding:0 0 150px;
	}
	#quienes-somos .stripe {
		position: absolute;
		bottom: 12%;
		right: 5%;
		z-index: 6666;
	}

	/* Control de Calidad */
	.column-right {
		width:50%;
		float:right;
		font-size: 19px;
		line-height: 25px;
		margin:0;
	}
	.column-right h2 {
		text-align: left;
		margin-top:60px;
	}
	.column-right h2:after {
		right:auto;
		top:0;
		left:-45px;
	}
	.column-right p {
		padding-left:25px;
	}
	.cientifico {
		bottom:100px;
		left:50%;
		transform: translateX(-100%);
		height: 958px;
		width:auto;
	}
	#control-de-calidad {
		padding:50px 0;
	}
	#control-de-calidad .stripes {
		bottom:-27%;
	}


	/* Tecnologias */
	#tecnologia {
		padding: 0;
	}
	.teconlogia-txt {
		height:220px;
		margin:50px auto 25px;
	}
	.tecnologia-txt:after {
		width:1px;
		height: 100%;
		background:#ddd;
		content:'';
		position:absolute;
		bottom:0;
		right:0;
		min-height: 220px;		
	}
	.tecnologia:last-child .tecnologia-txt:after {
		display: none;
	}
	.tecnologia-img {
		width:235px;
		height:250px;
		margin-bottom:25px;
	}
	.tecnologia-funcion {
		font-size: 24px;
		line-height: 26px;
		padding:0 50px;
	}
	.tecnologia-nombre {
		font-size: 21px;
		margin-bottom:20px;
	}
	

	/* Novedades */
	#articulos {
		padding:75px 0 150px;
		min-height: 480px;
	}
	#articulos h2 {
		position:relative;
		left:auto;
		right: auto;
		top:0;
	}
	#articulos .content {
		padding:75px 0;
	}
	.novedades {	
		padding:50px 50px 50px 0;
	}
	.novedades .slick-dots {
		bottom: -10px;
		left:0;
		right:0;
		text-align:center;
	}
	.novedades .slick-dots li {
		width:20px;
		height: 20px;
		margin:0 5px;
	}
	.novedades:after {
		border: 1px solid #bdbdbd;
		border-image-source: linear-gradient(to right, #06f9e6 0%,#bdbdbd 100%);
		border-image-slice: 1;
		content: '';
		width: 75%;
		height: 400px;
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		z-index: 0;
	}
	.novedad {
		margin-right:30px;
		height:550px!important;
		width:360px;
		overflow:visible;
	}
	.novedad .triangle-top,
	.novedad .triangle-bot {
		display: none;
	}
	.novedad-img {
		padding-bottom:65%;
		position:relative;
		top:auto;
		left:auto;
		height: auto;
	}
	.novedad.novedad-normal {
		height: 350px!important;
		margin: 95px 35px 0 25px;
		width:270px;
		background: transparent;	
	}
	.novedad-txt {
		background: transparent;
	    position: relative;
	    margin: 0;
		padding:40px 50px 50px;
	}
	.novedad-txt h3 a {
		font-weight: 400;
	}
	.vertodas {
		bottom: 85px;
		right: 50px;
		left:auto;
		font-size: 16px;
	}
	.novedad.novedad-normal .novedad-img {
		padding-bottom: 50%;
	}
	.novedad.novedad-normal .novedad-txt {
		padding:0;
	}
	.novedad.novedad-normal .novedad-txt h3 {
		margin:25px auto 15px;
	}


	/* Contacto */
	#contacto article,
	#contacto .content {
		width:98%;
	}
	#contacto .circles {
		top:-330px;
		left:0;
		width:380px;
		height: 450px;
	}	
	#contacto .circle-bot {
		display: block;
	}
	#contacto .circle-top {
		width:160px;
		height: 160px;
	}
	#contacto .column-left {
		width:90%;
		max-width: 375px;
	}
	#contacto .column-left .stripe:before {
		left:80%;
	}
	#contacto .vcard:after {
		content:'';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 80px 80px;
		border-color: transparent transparent #fff transparent;
		display: block;
		position: absolute;
		bottom:0;
		right:0;
	}
	#contacto .vcard div.web a {
		font-size: 24px;
	}
	#contacto .column-left .vcard {
		font-size: 18px;
		padding:0 0 100px;
	}
	#contacto .column-left .vcard div {
		margin:30px 0 0 0;
	}
	#contacto .column-left .stripe {
		left:auto;
		bottom:0;
		transform:rotate(135deg);
		margin:0;
		max-width: none;
	}
	.formulario {
		float:right;
		width:50%;
		clear:none;
		padding:0;
		margin:0;
		font-size: 18px;
	}
	.form label {
		font-size: 15px;
		padding:20px 20px 10px;
	}
	.formulario h5 {
		font-size: 24px;	
		padding:0 20px 50px;
	}
	.form input[type="text"],
	.form input[type="email"],
	.form input[type="tel"] {
		padding:12px 15px;
	}
	.select {
		margin-bottom:20px;
	}
	textarea {
		height:275px;
	}

	#footer .logofooter {
		float:left;
		margin:0;
		text-align: left;
		padding:0;
		margin:0;
		border:0;
	}
	#footer .content {
		width:100%;
	}
	#footer .content .sitemap {
		float:right;
		width:80%;
		overflow: hidden;
		margin-top: 15px;
		display: block;
	}
	#footer .content .sitemap li {
		float:right;
		padding:5px 30px;
		border-right:1px solid rgba(0,0,0,0.1);
	}
	#footer .content .sitemap ul li:first-child {
		border:0;
	}
	#footer .content .sitemap li a {
		font-weight: 700;
		color:#636363;
		font-size: 16px;
	}
	#footer .creditos {
		text-align: left;
	}
	#footer .proyectar {
		float:right;
		margin: 9px 24px;
	}


	/* Articulo */
	.single-img {
		margin-top:40px;
		position:relative;
		top:auto;
		left:auto;
		height: auto;
		max-height: auto;
		background: none!important;
	}
	.single-img img {
		width:100%;
		height: auto;
		display: block;
	}
	.single article h1 {
		padding: 30px 0 0 20px;
		font-size: 48px;
		width:80%;
		margin:0 0 75px;
		line-height: 50px;
	}
	.single article .content .stripe.stripe-uno {
		right:-20%;
		top:60%;
	}
	.single article .content .stripe.stripe-dos {
		left:-30%;
		bottom:0;
	}
	.relacionados {
		padding:40px 150px 40px 40px;
		margin-bottom:150px;
		width:100%;
	}
	.relacionados h4 {
		position:absolute;
		left:-20px;
		top:40px;
		font-size: 32px;
		line-height: 32px;
		max-width:340px;
		text-align: right;
		margin-bottom:0;
	}
	.relacionados h4 span {
		padding:10px 0 20px;
	}
	.crp_related {
		width:450px;
	}
	.crp_related ul li {
		width:auto;
	}
	.crp_related a {
		width: 180px;
		margin: 0 0 0 40px;	
		text-align: right;
	}
	.crp_title {
		font-size: 21px;
		line-height: 22px;
		padding-bottom: 15px;
	}
	.crp_title:after {
		height: 4px;
	}
	.crp_related img {
		margin:0 auto 10px;
	}
	.crp_related ul li span.crp_date {
		font-size: 15px;
		padding: 20px 0 10px 25px;
		background:url(imgs/clock.png) no-repeat 120px 25px;
		text-align: right;
	}
	.relacionados .vertodas {
		right:0;
	}

	/* Articulos */
	.archivo-articulo {
		width:33.3333%;
		padding:20px;
		height: 450px;
	}
	.archivo-img {
		height: 200px;
	}
	.archivo-txt h2 {
		font-size: 28px;
		line-height: 30px;
		padding: 20px 0 0 20px;
		margin-bottom: 15px;
		margin-top: 20px;
	}
	.archivo-txt p {
		font-size: 18px;
		line-height: 21px;
	}
	.single #headerfixed,
	.page-id-101 #headerfixed {
		top:-100%;
	}

	.single #headerfixed.visible,
	.page-id-101 #headerfixed.visible {
		top:0;
	}

}
@media all and (min-width: 1700px) {
	/* Control de Calidad */
	.cientifico {
		transform:translateX(-120%);
	}
}
@media all and (min-width: 2100px) {
	/* Control de Calidad */
	.cientifico {
		transform:translateX(-150%);
	}
}

.sk-circle {
  top:0;
  right:0;
  bottom:0;
  left:0;
  margin:auto;
  width: 60px;
  height: 60px;
  position: absolute;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #06f9e6;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
