@font-face {
    font-family: 'din-lightregular';
    src: url('../fonts/din-light-webfont.woff2') format('woff2'),
         url('../fonts/din-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bikobold';
    src: url('../fonts/biko_bold-webfont.woff2') format('woff2'),
         url('../fonts/biko_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bikolight';
    src: url('../fonts/biko_light-restricted-webfont.woff2') format('woff2'),
         url('../fonts/biko_light-restricted-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body, .fullHeight{
	height:100%;
}
.fullHeight{
	position:relative;
	min-height:500px;
}
.fullHeight.fullHome{
	height:calc(80% + 500px);
}

body{
	font-size:18px;
	color:#1b1c1e;
	font-family: 'din-lightregular';
	font-weight: normal;
}

p {
    line-height: 26px;
}

.color-white{
	color:#fff;	
}
.color-blue{
	color: #2c7094 !important;
}

a{
	color: #d4d83e;
}
a:hover{
	color: #95af5a;
	text-decoration:none;
}

b, strong {
    font-family: 'bikobold';
	font-weight: normal;
}

/* general */
.btn:hover, .btn:focus, .btn:active:focus{
	outline:none;
	-webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.img-block{
	width:100%;
	height:auto;
	display:block;	
}

.img-background{
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover !important;	
}

.img-container{
	margin-bottom:20px;	
}

.pad-content{
	padding:55px 0;	
}
.pad-content-top{
	padding-top:0;	
}
.pad-content-bottom{
	padding-bottom:0;
}

.table-content{
	display: table;
    width: 100%;
    height: 100%;
}
.table-wrapper{
	vertical-align: middle;
    display: table-cell;
    width: 100%;
}

.absolute{
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.the-content img {
    max-width: 100%;
    height: auto;
}

.square {
	width: 100%;
}
.square:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

/* TOP ----------------------------------- */
header, .home.sticky header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:9999;	
	background-color:#2c7094;
	opacity:1;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.home header{
	opacity:0;
	opacity:1;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

header .container{
	position:relative;
	padding-right:125px;	
}

.navbar-default {
    background-color: transparent;
    border: none;
    border-radius: 0;
    min-height: inherit;
    margin-bottom: 0;
}

.navbar-brand {
    height: auto;
	padding:10px;
}
.navbar-brand img {
    max-width: 30px;
    height: auto;
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
    font-weight: 300;
    font-size: 14px;
    padding: 17px 15px;
    line-height: 17px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li:hover>a, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #d4d83e;
    background-color: transparent;
}

/* submenu */
.navbar-right .dropdown-menu {
	right: inherit;
    left: 11px;
    margin-top: -14px !important;
}

.dropdown-menu {
    padding: 0;
	padding-top:5px;
    margin: 0;
    background-color: transparent;
	background:red;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	min-width: 138px;
}

.dropdown-menu li{
    background-color:#fff;
	padding:0px 8px;
}
.dropdown-menu li:first-child{
    padding-top:9px;
}
.dropdown-menu li:last-child{
	padding-bottom:9px;
}

.dropdown-menu li:hover{
    background-color:#fff;
}

.dropdown-menu>li>a {
	padding: 0 9px;
    height: 34px;
    line-height: 35px;
    color: #656565;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: solid 1px #E5E5E5;
    font-size: 10px;
}
.dropdown-menu>li:last-child>a {
    border-bottom: none;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li:hover>a {
    color: #656565;
    background-color: #E5E5E5;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #656565;
    background-color:#E5E5E5;
}

/* social */
.social-icons {
    position: absolute;
    right: 10px;
    top: 11px;
}
footer .social-icons {
    top: 0;
}

.social-icons ul {
    margin:0;
}

.social-icons ul li{
    margin-left: 2px;
    padding: 0;
}
.social-icons ul li:first-child{
    margin-left:0;
}

.social-icons ul li a{
	display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

/* HOME ------------------------------------------------ */
/* campo */
#top-home{
	background-image:url(../img/bg-home.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-size:cover;	
}
.top-home-nubes{
	background-image: url(../img/bg-home-nubes.png);
    background-repeat: repeat-x;
	background-position: top;
    background-size: 200%;
	-webkit-animation: bgSlide 80s linear infinite;
	-moz-animation: bgSlide 80s linear infinite;
	-o-animation: bgSlide 80s linear infinite;
	animation: bgSlide 80s linear infinite;
}

@-webkit-keyframes bgSlide {
    0% { background-position: 0 top; }
	100% { background-position: -100%  top; }
}

.pad-content-home{
	padding-top:10%;
}

#logo{
    max-width: 630px;
}
#logo img{
	width:100%;
	height:auto;
}

/* quienes somos */
.bg-degrades{
	background: #86cdce; /* Old browsers */
	background: -moz-linear-gradient(top, #86cdce 0%, #86cdce 35%, #26989b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #86cdce 0%,#86cdce 35%,#26989b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #86cdce 0%,#86cdce 35%,#26989b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86cdce', endColorstr='#26989b',GradientType=0 ); /* IE6-9 */
}

.section-diagonal{
	position:relative;
	z-index:2;
}

.section-diagonal:before{
	content: "";
    position: absolute;
    display: block;
    bottom: 100%;
    left: 0;
    background: url(../img/quienes-somos-before.png) bottom no-repeat;
	background-size:100% !important;
    width: 100%;
    height: 500px;
}
.section-diagonal-top.section-diagonal:before{
	bottom: inherit;
	top:0;
}

#naturalmente-eficiente{
	z-index:3;	
}
#naturalmente-eficiente.section-diagonal:before{
    background: url(../img/naturalmente-eficiente-before.png) bottom no-repeat;
}

.title{
	margin:0;
	margin-bottom:25px;
	font-family: 'bikobold';
	font-weight: normal;
	color: #fff;
}

.somos-title{
	font-size: 115px;
    line-height: 95px;
    text-align: center;
    letter-spacing: 5px;
    text-indent: -350px;
    text-transform: uppercase;
    position: relative;
}
.somos-title span{
	display:block;
    text-indent: 350px;
}

#img-loco {
    width: 125%;
    margin-top: -150px;
}

.btn, .wpcf7-submit{
	border-radius: 0;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-transform: uppercase;
    font-size: 20px;
    padding: 5px 20px;
    border: none;
    font-family: 'bikolight';
    font-weight: normal;
    letter-spacing: 0px;
	min-width: 130px;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-primary{
	background-color:#d4d93d;
	color:#1b1c1e;
}
.btn-primary:hover{
	background-color:#fff;
	color:#d4d93d;	
}

.btn-big{
	font-size: 25px;
    padding: 10px 30px;
}

.next-section-diagonal{
	min-height:640px;	
}

/* naturalmente eficiente */
.big-title{
	font-size: 69px;
    line-height: 62px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.btn-secondary, .wpcf7-submit{
	background-color:#2c7094;
	color:#fff;
}
.btn-secondary:hover, .wpcf7-submit:hover{
	background-color:#86cdce;
	color:#fff;	
}

.img-right{
	margin-bottom: 25px;
    position: relative;	
}
.img-right img{
	float:right;
}

#naturalmente-eficiente-img {
    /* margin-top: -170px; */
}

.list-icons{
    position: absolute;
    left: 0;
    top: 110%;
    text-align: right;
    margin: 0;
    width: 100%;
}
.list-icons li{
	width: 50px;
    padding: 5px 5px;
    border: solid 1px #3e6f94;
    border-radius: 50%;
    margin: 0 3px;
}

.list-referencia li{
	position: relative;
    padding-left: 40px;
    min-height: 25px;
}

.square-referencia{
	max-width: 25px;
    position: absolute;
    left: 0;
    top: 0;	
}

/* aumentar */
#aumentar{
	background-position:center;
	background-size:cover;	
}

.pad-title{
	font-family: 'bikolight';
	text-transform: uppercase;
    background-color: #2c7094;
    font-size: 22px;
    letter-spacing: 2px;
    padding: 10px 25px;
	display: inline-block;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
}
.pad-title-big{
	padding: 15px 30px;
    padding-bottom: 12px;
    font-size: 35px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
}

.has-left-after{
	position: relative;
    display: inline-block;
}
.has-left-after:after {
	content: "";
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 9999px;
    background-color: #2c7094;
}

.small-title {
    font-size: 38px;
    letter-spacing: 2px;
}

.ultrasmall-title {
    font-size: 22px;
    letter-spacing: 1px;
}

/* novedades home */
.bg-grey{
	background-color:#f4f4f4;	
}

.noti-title{
	font-family: 'bikolight';
    text-transform: uppercase;
}
.noti-title, .noti-title a{
	color: #95af5a;
}

.btn-third{
	background-color:#95af5a;
	color:#fff;
}
.btn-third:hover{
	background-color:#95af5a;
	color:#fff;
}

hr {
    margin-bottom: 40px;
}

/* slider noticias */
.left.carousel-control, .right.carousel-control {
	background-image: url(../img/arrow-left.png);
    background-repeat: no-repeat;
    background-position: left 15px center;
    position: relative;
    display: inline-block;
    color: #000;
    text-shadow: none;
	min-width: 134px;
}
.right.carousel-control {
	background-image: url(../img/arrow-right.png);
    background-position: right 15px center;
}

/* caroseul fade */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* avisos */
.img-avisos {
    border: solid 1px #eee;
    border-radius: 10px;
    margin: 0 auto;
}

/* newsletter */
.newsletter-info{
    margin: 0 auto;
    max-width: 615px;
    padding-left: 100px;
    background-image: url(../img/icono-newsletter.png);
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: left center;
}

.newsletter-info .pad-title {
	display:block;
    margin-bottom:10px;
	border-radius:0;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
}

.input-holder{
	position:relative;
	padding-right:180px;	
}

.btn-newsletter{
    border-radius: 0;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

/* INTERNAS -------------------------------------- */
.has-menu{
	padding-top:85px;	
}

/* quieens somos */
.bg-degrades-dos{
	background: #777a73; /* Old browsers */
	background: -moz-linear-gradient(top, #777a73 0%, #474c51 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #777a73 0%,#474c51 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #777a73 0%,#474c51 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777a73', endColorstr='#474c51',GradientType=0 ); /* IE6-9 */
}

#quienes-somos-top.section-diagonal:before{
    background: url(../img/quienes-page-before.png) bottom no-repeat;
}

.bg-sky{
	background-color:#f0f9f9;
}

.list-iconos{
	margin:0;	
}

.list-iconos li{
	width:24%;
	padding:0 30px;
	margin-bottom:55px;	
}

.list-iconos li .square{
	max-width: 170px;
    margin: 0 auto;
    margin-bottom: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.list-iconos li h5{
	text-transform: uppercase;
    margin: 0;
    font-family: 'bikobold';
    font-weight: normal;
    font-size: 18px;
    color: #3e7094;
}

.slick-slide {
    outline: none
}
.slick-slide img{
	display:block;
	max-width:100%;
	height:auto;
	margin:0 auto;
}

/* productos */
.shadow{
	background-color:rgba(0,0,0,.14);
}

.filtrado{
	margin:0;
	margin-bottom:35px;
}
.filtrado li{
	padding: 0 10px;
    margin-bottom: 30px;
}

.btnAnimal {
	max-width: 140px;
    border: solid 3px #3e7094;
    background-color: transparent;
    border-radius: 50%;
    overflow: hidden;
    padding: 8px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.btnAnimal:hover, .btnAnimal.active{
    background-color:#3e7094;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.btnAnimal button{
	display: block;
	cursor: pointer;
    width: 100%;
    background-color: transparent;
    border: none;
    padding: 0;
    outline: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.btnAnimal:hover button, .btnAnimal button.active{
	filter: brightness(0) invert(1);
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.content-filtro-title{
	text-align:left;
	border-bottom: solid 3px #3e7094;
	margin-bottom:35px;
}
.content-filtro-title-green{
	border-color:#b7d378;
}
.abs-filtro-title{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	margin:0;
}

.filtro-title {
	margin:0;
    font-family: 'bikolight';
    background-color: #2c7094;
    font-size: 28px;
    letter-spacing: 2px;
    padding: 12px 25px;
	padding-bottom:10px;
	display:inline-block;
    -webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
	text-transform: uppercase;
}
.content-filtro-title-green .filtro-title, .content-filtro-title-green .has-left-after:after{
	background-color: #b7d378;
}

.btnMarca{
    border: none;
    background-color: transparent;
    padding: 0;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.btnMarca, .btnMarca:focus, .btnMarca:hover{
	outline:none;	
}
.btnMarca.active{
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.producto-visible, .producto-oculto {
    float: left;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 55px;
}
.producto-oculto {
    display: none;
}

.pancosma .partner-pancosma, .neovia .partner-neovia{
	display:block;
}

.partner-block{
	margin:15px 0;
}
.partner-block img{
	margin:0 auto;	
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
}
.partner-block:hover img{
	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
}

/* producto apliado */
#productos-top{
	z-index:3;	
}
#productos-top.section-diagonal:before{
    background: url(../img/productos-ampliado-before.png) top no-repeat;
}

.container-relative{
	position:relative;	
	z-index: 2;
}

.producto-imagen-top{
	height: 1000px;
    background-color: #352f27;	
}

.producto-title-content{
	position: absolute;
    left: 15px;
    top: 240px;
    z-index: 50;
}

.producto-title{
	background-color: #2c7094;
	display: inline-block;
    padding: 25px 50px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

.producto-title .small-title{
	margin:0;
	text-transform: none;
}

img.aligncenter {
    margin: 0 auto;
	margin-bottom:20px;
    display: block;
}

.the-content h3{
    border-bottom: solid 1px #2c7094;
    padding-bottom: 3px;
    margin-top: 30px;
    margin-bottom: 20px;
	font-size: 25px;
}
.the-content strong, .the-content h3, .the-content h4{
    font-family: 'bikobold';
    font-weight: normal;
}

.color-naranja .the-content h3{
	border-color: #d9762c;
}
.color-verde .the-content h3{
	border-color: #84bd2b;
}
.color-violeta .the-content h3{
	border-color: #796277;
}
.color-azul .the-content h3{
	border-color: #28478a;
}
.color-rojo .the-content h3{
	border-color: #ff002b;
}

.the-content h4{
    margin: 0;
	margin-bottom:10px;
	font-size: 20px;
	color:#2c7094;
	text-transform:uppercase;
}

.color-naranja .the-content h4, .color-naranja .list-referencia li strong{
	color: #d9762c;
}
.color-verde .the-content h4, .color-verde .list-referencia li strong{
	color: #84bd2b;
}
.color-violeta .the-content h4, .color-violeta .list-referencia li strong{
	color: #796277;
}
.color-azul .the-content h4, .color-azul .list-referencia li strong{
	color: #28478a;
}
.color-rojo .the-content h4, .color-rojo .list-referencia li strong{
	color: #ff002b;
}

small{
	font-size:13px;	
}

.list-arrow li{
	padding-bottom:30px;	
	margin-bottom:10px;
	background:url(../img/arrow-bottom.png) bottom no-repeat;
	text-transform:uppercase;
}
.list-arrow li:last-child{
	padding-bottom:0;	
	margin-bottom:0;
	background:none;
}

.box {
    padding: 20px;
    background-color: #786176;
    color: #fff;
}

.the-content .box h3{
	margin-top: 10px;
    border-color: #fff !important;
}
.the-content .box h4 {
    color: #fff !important;
}

.list-animals{
	padding-left: 250px;
    background-image: url(../img/list-animals.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.list-animals li{
	margin-bottom:15px;
}
.list-animals li:last-child{
	margin-bottom:0;
}

.alert {
    border: none;
	font-family: 'bikobold';
    font-weight: normal;
}
.alert-warning {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #faebcc;
	margin-bottom: 0;
}

.alert .list-inline>li {
    vertical-align: middle;
}

.gut-effects{
	padding-left: 200px;
	background-image:url(../img/gut-effect.jpg);
	background-position:left center;
	background-repeat:no-repeat;
}

/* tabla */
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border:solid 1px #eee;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th {
	font-family: 'bikobold';
    font-weight: normal;
	color:#fff;
	border-color:#fff;
	background-color:#2c7094;
}
.color-naranja .table>thead>tr>th, .color-naranja .table>tbody>tr>th, .color-naranja .table>tfoot>tr>th {
	background-color: #d9762c;
}
.color-verde .table>thead>tr>th, .color-verde .table>tbody>tr>th, .color-verde .table>tfoot>tr>th {
	background-color: #84bd2b;
}
.color-violeta .table>thead>tr>th, .color-violeta .table>tbody>tr>th, .color-violeta .table>tfoot>tr>th {
	background-color: #796277;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    position: relative;
	padding: 13px 8px;
}

.table>tbody>tr>td span{
    display: block;
    position: absolute;
    right: 5px;
    bottom: 2px;
    color: #da752c;
    font-size: 12px;
}

.table-producto>thead>tr>th, .table-producto>tbody>tr>th, .table-producto>tfoot>tr>th, .table-producto>thead>tr>td, .table-producto>tbody>tr>td, .table-producto>tfoot>tr>td {
    padding: 0 15px;
    line-height: 1.42857143;
    vertical-align: middle;
    border: none;
	width:50%;
}

.tabla-datos{
	margin: 0 auto;
    max-width: 700px;
	padding:30px 0;
}

.tabla-datos table{
	margin:0;	
	width:100%;
}
.tabla-datos table td, .tabla-datos table th {
    border:none;
	color: #777;
    
    padding: 8px;
    line-height: 23px;
	font-size: 20px;
}
.tabla-datos table tr td {
    background-color: #ffebce;
	font-size: 17px;
}
.tabla-datos .tablepress tr td:last-child {
    background-color: #fff3e2;
}
.tabla-datos .tablepress tr:nth-child(odd) td {
    background-color: #fcf3e6;
}
.tabla-datos .tablepress tr:nth-child(odd) td:last-child {
    background-color: #fdf8f0;
}
.tabla-datos .tablepress .row-hover tr:hover td{
	background-color:#ffc107;	
}
.tabla-datos .tablepress td[colspan]:not([colspan="1"]) {
	background: #ff9a0a !important;
	font-family: 'bikobold';
    font-weight: normal;
    color: #fff;
	text-transform:uppercase;
	letter-spacing:1px;
	border-bottom:solid 1px #fff;
}

.nav-tabs {
    margin-top: 25px;
}
.nav-tabs>li>a {
    border-radius: 0;
    font-family: 'bikobold';
    font-weight: normal;
    font-size: 20px;
	color: grey;
}

.nav-tabs-title{
	margin-bottom:25px;	
	border:none;
}
.nav-tabs-title>li {
    float: none;
    margin: 0;
    display: inline-block;
}
.nav-tabs-title>li>a {
    font-size: 30px;
    color:#dddddd;
	border: none !important;
}
.nav-tabs-title>li.active>a, .nav-tabs-title>li.active>a:hover, .nav-tabs-title>li.active>a:focus, .nav-tabs-title>li>a:hover {
    background-color:transparent;
	color: #2c7094;
}

/* relacionados */
.producto-bloque{
	padding: 0 25px;
    min-height: 290px;
}
.producto-bloque img{
	margin:0 auto;
}

.slick-slide, .slick-slide a {outline: none;}

.slick-prev, .slick-next {
    width: 25px;
    height: 50px;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 25px;
	z-index: 99;
}
.slick-prev {
    left: -50px;
    background-image: url(../img/arrow-left-blue.png) !important;
}
.slick-next {
    background-image: url(../img/arrow-right-blue.png) !important;
    right: -50px;
}

.slick-prev:before, .slick-next:before {
    display:none;
}

/* CONTACTO ----------------------------------- */
.form-control {
    height: 38px;
    padding: 5px 15px;
    font-size: 15px;
    border: 1px solid #555;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
textarea.form-control {
    height: 150px;
	resize:none;
}

.list-contacto{
	margin:0;	
}

.list-contacto li{
	position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    line-height: 23px;
}

.list-contacto li span{
	position: absolute;
    display: block;
    background-color: #3e6f94;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 34px;
    border-radius: 50%;
    left: 0;
    top: -5px;
    text-align: center;
}

#map_canvas{
	height:250px;	
}

/* alertas */
div.wpcf7-response-output {
    margin: 0;
    margin-top: 19px;
    padding: 15px;
}

#footer .wpcf7-not-valid-tip, #footer .wpcf7-response-output{
	display:none !important;
}

div.wpcf7-validation-errors { /* amarillo */
    border: 1px solid #ffce54;
	background-color: #ffdd87;
	color: #8a6d3b;
}

span.wpcf7-not-valid-tip { /* rojo */
    color: #da4453;
	margin-top:5px;
	font-weight: 700;
	font-size:12px;
}
div.wpcf7-mail-sent-ng {
    border: 1px solid #ed5565;
	background-color: #f2838f;
	color: #a94442;
}

div.wpcf7-mail-sent-ok { /* verde */
    border: 1px solid #a0d468;
	background-color: #b9df90;
	color: #3c763d;
}

/* FOOTER ------------------------------------------------------- */
footer{
	position:relative;
	background-color:#3e7094;	
}

.col-direccion{
	position:relative;
	padding-right:100px;
}

.col-direccion ul{
	margin:0;
}

.col-direccion ul li{
	font-size: 15px;
    color: #fff;
    padding: 4px 0;
}


.col-direccion .list-info {
    margin-left: -15px;
}
.col-direccion .list-info li {
    padding: 10px 15px !important;
    float: left;
    width: 33.3333%;
    text-align: center;
}

.logo-footer{
	max-width:220px;
	margin-bottom:15px;	
}

/* MAS ------------------------------------------------- */
/* 404 */
.alert-error{
	background-color: rgba(255,255,255,.5);
    border: solid 1px #eee;
    max-width: 550px;
    margin: 0 auto;
    border-radius: 0;
    padding: 30px 10px;
	box-shadow: 0 18px 12px -11px rgba(0,0,0,.1);
}

.alert-error h2{
	margin: 0;
    margin-bottom: 25px;
    font-size: 80px;
	color: #3e7094;
}

.alert-error h1{
	text-transform: uppercase;
    margin: 0;
    margin-bottom: 5px;
    font-family: 'bikobold';
    font-weight: normal;
}

/* toggle */
.navbar-toggle {
    margin: 8px 0;
	border-radius: 0;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

/* modal */
.modal {
    z-index: 99999;
}

.home .modal-header {
    min-height: auto;
    padding: 0;
    border-bottom: none;
}

.home .modal-body {
    position: relative;
    padding: 0;
}

.modal-header .close {
    margin-top: -2px;
    margin: 0;
    position: absolute;
    right: -20px;
    top: -20px;
    opacity: 1;
    color: #fff;
}

/* video */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* zoom */
.zoooom{
	max-width:700px !important;	
}

/* MEDIA QUERYS -------------------------------------- */
@media (max-width:1200px) {
	/* productos */
	.btnAnimal {
		max-width: 140px;
	}
	
	.producto-visible, .producto-oculto {
		width: 33.3333%;
	}
	
	/* producto ampliado */
	.producto-title {
		top: 140px;
	}
	
	/* footer */
	.col-direccion .list-info li {
		float: none;
		width: 100%;
	}
	
	/* home */
	.somos-title {
		font-size: 75px;
		line-height: 65px;
		text-indent: -280px;
	}
	.somos-title span {
		text-indent: 220px;
	}
	
	#img-loco {
		width: 105%;
		margin-top: -110px;
	}
}

@media (max-width:992px) {
	/* productos */
	.big-title {
		font-size: 60px;
		line-height: 59px;
		letter-spacing: 2px;
	}
	
	.btnAnimal {
		max-width: 110px;
	}
	
	.producto-visible, .producto-oculto {
		width: 50%;
	}
	
	/* producto ampliado */
	.slick-prev {
		left: 0;
	}
	.slick-next {
		right: 0;
	}
	
	/* home */
	.fullHeight.fullHome {
		height: 100%;
	}
	.top-home-nubes {
		-webkit-animation: none;
		-moz-animation: none;
		-o-animation: none;
		animation: none;
	}
	
	#img-loco {
		width: 100%;
		margin-top: -25px;
		max-width: 360px;
	}
	
	#naturalmente-eficiente.section-diagonal:before {
		display:none;
	}
	#naturalmente-eficiente .pad-content-top{
		padding: 55px 0;
	}
	#naturalmente-eficiente-img {
		margin-top: 0;
	}
}

@media (max-width:767px) {
	.hide-mobile{
		display:none !important;	
	}
	
	/* menu */
	.navbar-collapse {
		-webkit-box-shadow: none;
		box-shadow: none;
		border: none;
	}
	.navbar-nav {
		margin: 0;
	}
	
	/* productos */	
	.big-title {
		font-size: 59px;
		line-height: 59px;
		letter-spacing: 2px;
	}
	
	/* producto ampliado */
	.img-right {
		max-width: 370px;
		margin: 0 auto;
		margin-bottom: 90px;
	}

	.small-title {
		font-size: 35px;
		letter-spacing: 2px;
	}
	
	.table-responsive {
		border: none;
	}
	.table-producto>thead>tr>th, .table-producto>tbody>tr>th, .table-producto>tfoot>tr>th, .table-producto>thead>tr>td, .table-producto>tbody>tr>td, .table-producto>tfoot>tr>td {
		width: 100%;
		display: block;
	}
	
	.producto-imagen-top {
		height: 580px;
	}
	#top-producto{
		/* background-position: right -100px top; */
		background-image: url(../img/vaca.jpg) !important;
	}
	
	/* footer */
	footer {
		text-align: center;
	}
	.logo-footer {
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.col-direccion {
		padding-right: 15px;
	}
	footer .social-icons {
		position: relative;
		right: inherit;
		top: inherit;
		margin: 0 auto;
	}
	
	/* home */
	#logo {
		max-width: 60%;
	}
	
	#img-loco {
		max-width: 410px;
		margin-top: 0;
	}
	
	#naturalmente-eficiente-img {
		max-width: 160px;
		margin: 0 auto;
		padding: 20px;
	}
	
	.somos-title {
		font-size: 51px;
		line-height: 48px;
		letter-spacing: 2px;
	}
	.somos-title, .somos-title span {
		text-indent: 0;
	}
	
	.next-section-diagonal {
		min-height: inherit;
	}
	
	/* quienes somos */
	.page-template-page-quienes-somos .somos-title {
		margin-bottom: 65px;
	}
	
	.list-iconos li {
		padding: 0 10px;
	}
}

@media (max-width:666px) {
	/* home */
	.newsletter-info {
		background: none;
		padding-left: 0;
	}
	
	/* productos */
	.producto-visible, .producto-oculto {
		float: none;
		width: 100%;
	}
	
	.producto-bloque {
		min-height: inherit;
	}
	
	/* producto ampliado */
	.gut-effects{
		padding-left: 20px;
		padding-top: 70px;
		background-position: top;
		margin-top: 35px;
	}

	/* QUIENES SOMOS */
	.list-iconos li {
    	width: 33%;
	}
}

@media (max-width:530px) {
	/* producto ampliado */
	.list-animals {
		padding-left: 0;
		background: none;
	}
	
	/* HOME */
	.big-title {
		font-size: 41px;
		line-height: 39px;
		letter-spacing: 0px;
	}
}

@media (max-width:480px) {
	body {
		font-size: 16px;
	}
	p {
		line-height: 23px;
	}

	/* home */
	.pad-title, .filtro-title {
		font-size: 18px;
		letter-spacing: 1px;
	}
	
	.input-holder {
		padding-right: 0;
	}
	.btn-newsletter {
		position: relative;
		display: block;
		width: 100%;
		margin-top: 10px;
	}
	
	/* productos */
	.big-title {
		font-size: 46px;
		line-height: 47px;
		letter-spacing: 1px;
	}
	
	/* producto ampliado */
	.small-title {
		font-size: 25px;
		letter-spacing: 1px;
	}

	.the-content h3 {
		font-size: 20px;
	}
	
	.table {
		font-size: 14px;
	}
	.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
		padding: 3px;
	}
	
	.table>tbody>tr>td span {
		position: relative;
		right: inherit;
		bottom: inherit;
		text-align: right;
	}
	
	.nav-tabs {
		border: none;
	}
	.nav-tabs>li {
		float: none;
		margin: 0;
	}
	
	.nav-tabs>li>a {
		background-color: #eee;
	}
	.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
		background-color: transparent;
		border: none;
		color: #da752c;
	}
	
	.producto-bloque {
		padding: 0;
	}
	
	/* home */
	.pad-content-home {
		padding-top: 20%;
	}
	#logo {
		max-width: 60%;
	}
	
	/* quienes somos */
	.list-iconos li {
		width: 100%;
		DISPLAY: BLOCK;
	}
}

@media (max-width:390px) {
	/* productos */
	.big-title {
	    font-size: 31px;
    	line-height: 35px;
	}
	
	/* producto ampliado */
	.list-icons {
		bottom: -50px;
	}
	.list-icons li {
		width: 40px;
	}
	
	.slick-slide img {
		max-width: 190px;
	}
	
	/* home */
	#logo {
		max-width: 300px;
	}
}