@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	outline: none;
}
html, body {
	margin: 0;
	/*	height: 100%; por si quiero todo al alto */
	font-family: 'Roboto', sans-serif;
	color: #333;
	text-align: left;
	overflow-x: hidden;
}
body {
	width: 100%;
	height: 100%;
	background-color: #fff;
}
img {
	border: 0
}
a {
	text-decoration: none;
	color: #fbac02;
}
.conteng-global {
	width: 100%;
	/* height: 94%; */
	margin: 0 auto;
	min-height: 240px;
	padding: 0;
}
.header-cont {
	background: #fff;
	height: 70px;
	padding-top: 1%;
	z-index: 9999;
}
header {
	width: 100%;
	height: 70px;
	margin: 0 auto 20px;
}
#header {
	margin: 0;
	z-index: 9999 !important;
	background: rgb(136,74,1);
	background: linear-gradient(90deg, rgba(77,185,23,1) 0%, rgba(110,218,56,1) 48%, rgba(172,242,137,1) 100%);
}
.sobre-header {
	height: 40px;
	background-color: #B6BEB2;
	width: 100%;
	    display: none;	
}
.tel {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	display: block;
	float: left;
	margin: 12px 0 0 0;
	font-weight: 500;
}
.logo {
	float: left;
	WIDTH: auto;
	height: auto;
	margin: 3px 0 0 0;
}
.logo img {
	width: 100%;
	height: auto;
}
nav {
	width: 60%;
	float: right;
	max-width: 700px;
	margin-right: 40pxl;
	margin: 10px 0 0 0;
}
nav ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	float: right;
	display: flex;
	justify-content: end;
}
nav ul li {
	text-align: center;
	padding-bottom: #c38c1a;
	/* float: left; */
	/* display: inline-table; */
	/* height: 60px; */
	padding: 0;
	border-bottom: solid 4px transparent;
	box-sizing: border-box;
}
nav ul li:hover {
border-bottom-color: #fff;
}
nav ul li a {
	    text-align: center;
    padding: 7px 17px 33px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    display: block;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
nav ul li:hover a {
	

	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
nav ul li ul {
	background-color: #4DB917;
	list-style: none;
	float: left;
	margin: 4px 0 0 0px;
	width: 190px;
	height: auto;
	position: absolute;
	padding: 0;
	z-index: 9999!important;
	display: none;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
}
nav ul li:hover > ul {
	opacity: 1;
	display: block!important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
nav ul li ul li {
	    float: left;
    height: auto;
    padding: 0;
    clear: both;
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-left: solid 4px #BFC3BC;
}
nav ul li ul li a:before {
	/*content: "-";
	margin: 0 5px 10px 0;
	display: block;
	float: left*/
}
nav ul li ul li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400!important;
	text-align: left;
	padding-top: 8px;
	display: block;
	border: none !important;
	padding: 15px 0 15px 20px;
}
nav ul li ul li:hover {/*    background-color: #029FD6;*/
	background-color: #A5CD91;
	border: none;
}
nav ul li ul li:last-child {
	text-align: left
}
.menu_ico, .menu_cruz {
	display: none;
}
.lang {
	width: 148px;
	float: right;
	margin-top: 5px;
	display: flex;
}
.social {
	width: 60px;
	float: right;
	margin-left: 10px;
	margin-top: 12px;
}
.lang ul, .social ul {
	display: flex;
	flex-direction: row;
	margin: 0;
	padding: 0;
}
.lang ul li, .social ul li {
	list-style: none;
	flex-grow: 1;
	text-align: center;
	border-right: #fff 2px solid;
}
.social ul li {
	border-right: none !important;
}
.lang ul li a, .social ul li a {
	text-align: center;
	padding: 0 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	display: block;
}
.lang ul li:last-child {
	border-right: none;
}
h1 {
	font-size: 40px;
	text-align: center;
	padding: 80px 0 60px;
	color: #333;
	font-weight: 100;
}
h2 {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	padding: 10px 0;
	color: #333;
}
.clear {
	clear: both;
	width: 100%;
	height: 80px;
}
.content {
	width: 90%;
	margin: 0 auto;
}
.content .content{
	width: 100%;
	
}
.un-cont-home{
	/* margin: 0 auto; */
	/* width: 100%; */
	/* min-height: 400px; */
	/* padding: 0px 0 20px; */
	/* background-image:url(../images/unidades-back.jpg); */
	/* background-repeat: no-repeat; */
	/* background-size: auto; */
	/* background-attachment: scroll; */
	/* background-position: right bottom; */
}
.un-cont-home{
	/* margin: 0 auto; */
	width: 100%;
	margin: 0 auto;
	/* min-height: 400px; */
	padding: 0px 0 20px;
	/* background-image:url(../images/unidades-back.jpg); */
	/* background-repeat: no-repeat; */
	/* background-size: auto; */
	/* background-attachment: scroll; */
	/* background-position: right bottom; */
}


.valores-cont {
	margin: 0 auto;
	width: 100%;
	min-height: 400px;
	padding: 0px 0 20px;
	}
.valores-cont h1{
	font-weight:500;
	}
.valores-cont ul {
   list-style: none;
    margin: 20px auto 0;
    padding: 0;
    width: 80%;
    display: table;
}
.valores-cont ul li{    /* display: table-cell; */
    /* margin: 0 3% 0 0; */
    /* width: 100%; */
    float: left;
    width: 25%;
	cursor:pointer;}
.valores-cont ul li img{display: block;margin: 0 auto;}

	
	
	
.valores-cont ul li i{display: block;margin: 0 auto;/* margin: 0 0 20px 0; */-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;}
.valores-cont ul li:hover i{  transform: translateY(-12px);-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}	




 ul li span{
    text-align: center;
    /* width: 100%; */
    display: block;
    font-size: 16px;
    font-weight: 600;
	    margin-bottom: 20px;
}
.valores-cont .light{
	font-weight:100;}
.valores-cont .fas, .valores-cont .fab {
    font-weight: 900;
    margin: 0 auto 40px;
    display: table;
    font-size: 40px;
	    color: #e57f07;
}
.eco-cont {margin: 0 auto;width: 100%;min-height: 400px;background-color: #55393c;/* border-left: solid #ea8600 10px; */background-image:url(../images/eco-back.jpg);background-repeat: no-repeat;background-size: 100% auto;background-attachment: scroll;background-position: right bottom;padding-bottom: 40px;box-sizing: border-box;}
.eco-cont h1{
    text-align: left;
    color: #fff;
    padding-bottom: 40px;
}
.eco-cont p{
    color: #fff;
    padding: 0 0 20px 0;
    width: 50%;
}
.eco-cont .vermas{
    border: solid 2px #ec8700 !important;
    color: #fff !important;
    /* background-color: #ec8700 !important; */
}
.un .vermas img{
    
}
.eco-cont .vermas:hover{
    background-color: #ec8700 !important; 
}
.bk-grey {
 background-color: #eee; */
}
.bk-white {
	background-color: #fff;
	background-image:none !important;
}
.un {
	width: 80%;
	margin: 20px auto 80px;
	display: flex;
	flex-direction: row;
}
.un div {
	flex-grow: 1;
	/* height: 352px; */
	background: #fff;
	border-bottom: solid 4px #67d331;
	margin-right: 0.3%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.un div:hover {
	cursor: pointer;
	/* background: #4aa905; */
	border-bottom-color: #A5CD91;
	color: #fff;
	box-shadow: 0px 0px 54px rgba(0, 0, 0, .5);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.un div img {
	display: block;
	width: 100%;
	height: auto;
}
.un div .box-titulo {
   text-align: left;
   text-transform: capitalize;
   width: 100%;
   display: block;
   font-size: 26px;
   font-weight: 500;
   /* margin: 10% 0; */
   color: #333;
   padding: 40px 30px;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;
   float: left;
   width: auto;
}
.un div .box-texto {
	display: none;
	text-align: center;
	width: 100%;
	margin: 10px auto;
	font-size: 14px;
	font-weight: 100;
	padding: 0 40px;
	position: absolute;
	box-sizing: border-box;
	color: #333;
}
.un div:hover .box-titulo {
	/* margin-top: 40px; */
	/* display:none; */
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.un div:hover .box-texto {
/*	display: block;*/
}
.un div .vermas, .un div .vermas:hover {
	    border: solid 2px #fff !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 10px 20px;
    /* background-color: #FFF; */
    width: auto;
    margin: 7% auto 0;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 130px;
    float: none;
    height: auto !important;
    display: none;
    background-color: transparent !important;
}
.un div:hover .vermas {
	display: block;
}
.contact-home {
	width: 100%;
	padding: 0 0 130px 0;
	/* background-color: #eee; */
	margin: 140px auto 0;
	border-top: solid 4px #eee;
}
.form {
	width: 100%;
	margin: 20px auto 0;
	background: none;
}
.form .col {
	float: left;
	width: 25%;
}
.form .col input {
	width: 94%;
	border: solid 4px #eee;
	padding: 20px;
	margin: 0 auto;
	display: block;
	font-size: 14px;
	font-weight: 100;
	color: #777;
	box-sizing: border-box;
}
.form .col #enviar {
	background-color: #d6930a;
	color: #fff;
	border: solid 4px #d6930a;
}
.marcas {
	margin: 10px auto 70px;
	width: 100%;
}
.header-section {
    width: 100%;
  /*  height: 230px;*/
	background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: scroll;
    background-position: 0;
}
.header-section h1 {
       /* background-color: rgba(0, 0, 0, 0.35); */
    text-align: left;
    color: #fff;
    font-size: 42px;
    /* font-style: italic; */
    display: inline-block;
    /* position: absolute; */
    width: auto;
    /* left: 7%; */
    /* top: 21%; */
    line-height: 57px;
    font-weight: 500;
    /* border-left: solid 4px #ffd646; */
    /* padding: 20px; */
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    /* padding-left: 20px; */
    margin: 5% 0;
}
.header-mascotas {
	background-image: url(../images/header-mascotas.jpg);
	background-position: 0 -20px;
}
.header-sanidad {
	background-image: url(../images/header-sanidad.jpg);
}
.header-sanidad2 {
	background-image: url(../images/header-sanidad2.jpg);
}
.header-empresa {
	background-image: url(../images/slider/header-empresa.jpg);
}
.header-contacto {
	background-image: url(../images/header-contacto.jpg);
	background-position: 0 -60px;
}
.header-industrial {
	background-image: url(../images/header-industrial.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: scroll;
	background-position: 0px -20px;
}
.header-rse {
	background-image: url(../images/empresa_header_rse.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: scroll;
	background-position: 0 0;
}
.copy {
	width: 100%;
	margin: 0 auto -40px;
	text-align: center;
	padding: 50px;
	font-size: 24px;
	font-style: italic;
	line-height: 31px;
	background-color: #f9c919;
	box-sizing: border-box;
	display: none;
}
.products-index {
	width: 100%;
	margin: 0 auto 20px;
	display: flex;
}
.products-index .prod-box {
	width: 24%;
	float: left;
	background: #fff;
	margin-right: 0.3%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0 1% 0 0;
}
.prod-box p {
	display: none;
}
.products-index div img, .prod-box img, .product-foto img {
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto;
	max-height: 210px;
}
.prod-box {
	width: 24%;
	background: #fff;
	margin-right: 0.3%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #eee !important;
	border: solid 4px #fff;
	padding-top: 20px;
	/* padding-bottom: 0; */
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
}
.prod-box:hover .info-bottom {
	/* background-color: #4aa905; */
	padding: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.prod-titulo {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	padding: 10px 0;
	color: #333;
}
p {
	font-size: 16px;
	font-weight: 100;
	text-align: left;
	padding: 20px;
	padding-left: 0 !important; 
	line-height: 28px;
}
.products-index p {
	text-align: center;
}
.vermas {
	border: solid 2px #4fbb19;
	color: #4fbb19;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	padding: 12px 20px;
	display: block;
	width: auto;
	margin: 20px auto 30px;
	font-size: 12px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 130px;
	float: left;
	/* width: 100%; */
	/* background-color: #cc6d1c; */
	float: right !important;
	width: 40px !important;
}
.products-index .vermas {
	float: none !important;
	width: 50% !important;
}
.vermas:hover {
	border: solid 2px #327104;
	color: #fff !important;
	background-color: #4fbb19;
	cursor: pointer;
}
.prod-box:hover .vermas {
	border: solid 2px #4fbb19;
	color: #4fbb19;
	/* background-color: #fff; */
	cursor: pointer;
}
.prod-box:hover {
	z-index: 9998;
	cursor: pointer;
	/*background: #4aa905;
	color: #fff;*/
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	border: solid 4px #fff;
	/* position: absolute; */
	display: table-cell;
	box-sizing: border-box;
}
.prod-box:hover .prod-titulo, .prod-box:hover h2 {
/*	color: #fff;*/
}
.products {
    margin: 0;
    width: 100%;
}
.prod-box-interior {
	width: 100%;
	display: inline-block;
	padding: 60px 50px;
	box-sizing: border-box;
	background-color: #eee;
	clear: both;
	border-bottom: solid 10px #fff;
}
.prod-box-interior .vermas {
	display: none;
}
.propiedades p {
	padding-left: 0;
}
.product-foto {
	float: left;
	width: 30%;
	margin-top: 20px;
}
.prod-box-interior .product-foto img {
	width: 100% !important;
	height: auto !important;
	max-height: unset;
}
.product-foto img:nth-of-type(2) {
	width: 60% !important;
}
.product-info {
	float: left;
	width: 67%;
	margin-left: 2%;
	background-color: #eee;
	padding: 40px;
	box-sizing: border-box;
}
.product-info h2 {
	text-align: left;
	border-bottom: solid 2px #777;
	padding-bottom: 20px;
	font-size: 28px;
}
.iconos {
	display: block;
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}
.iconos ul {
	list-style: none;
	width: 100%;
}
.iconos ul li {
	float: left;
	margin-right: 0%;
	height: 120px;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: auto;
	position: relative;
	width: 120px;
	height: 107px;
}
.iconos ul li img {
	height: 100%;
	display: block;
	margin: 0 auto;
}
.iconos .liviano{
	background-image: url(../images/ico-liviano-solo.png);
}

.iconos .controldeolores{
	background-image: url(../images/ico-control-olores.png);
}
.iconos .altocontroldeolores{
	background-image: url(../images/ico-alto-control.png);
}
.iconos .maximocontroldeolores{
	background-image: url(../images/ico-maximo-control.png);
}
.iconos .ph{
	background-image: url(../images/ico-ph-solo.png);
}
.iconos .absorbente{
	background-image: url(../images/ico-absorbente.png);
}
.iconos .superabsorbente{
	background-image: url(../images/ico-super-absorbente.png);
}
.iconos .altaabsorcion{
	background-image: url(../images/ico-alta-absorcion.png);
}
.iconos .maximaabsorcion{
	background-image: url(../images/ico-maxima-absorcion.png);
}
.iconos span {
	text-align: center;
	font-size: 10px;
	font-weight: 600;
	bottom: 0;
	position: absolute;
	width: 100%;
	background-color: #b78f4e;
	color: #fff;
	padding: 2px;
	text-transform: uppercase;
	/* margin: -270px 0 0 0; */
}
.modo-uso {
	    width: 100%;
	    padding: 0 0 40px 0;
	    margin: 0 auto 90px;
	    display: flex;
}
.un-cont .content h1{
    text-align: left;
    margin-bottom: 0;
    /* padding-bottom: 0; */
}
.modo-uso img {
	display: block;
	margin: 0 auto;
}
article {
	float: right;
	width: 73%;
	padding: 46px 0;
}
aside {
	float: left;
	width: 320px !important;
	margin: 0;
	background: #fff;
}
.submenu {
	padding: 0 0 0 0;
	width: 100%;
}
.submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.submenu ul li {
	width: 25%;
	/* background: red; */
	border-left: solid 2px #ddd;
	display: inline-table;
	left: 0px 0 0px 0px;
	/* border-left: solid 3px #bc8d23; */
	float: left;
	/* margin-right: 1%; */
	box-sizing: border-box;
}
.submenu ul li:hover {
/*   border-left: solid 7px #bc8d23;*/
}
.submenu ul li a {
	background: #777;
	padding: 15px 20px 15px 30px;
	display: block;
	box-sizing: border-box;
	/* border-bottom: solid 2px #ddd; */
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align: center;
}
.submenu ul li a:hover {
	background-color: #aaa;
	font-weight: 600;
}
.img-full {
	width: 100%;
	display: block;
}
.img-full img {
	width: 100%;
	height: auto;
}
.fotos {
	width: 100%;
	height: auto;
}
.fotos ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.fotos ul li {
	float: left;
	width: 24%;
	height: 150px;
	margin: 0 1% 1% 0;
}
.fotos ul li img {
	display: block;
	width: 100%;
	height: 100%;
}
#lateral-sticky-wrapper {
	display: inline;
}
.full-wide {
	width: 100% !important;
}
footer {
	width: 100%;
	padding: 20px;
	/* text-align: center; */
	background-color: #111;
	display: inline-block;
	box-sizing: border-box;
}
footer p {
	text-align: left;
	color: #fff;
	font-size: 14px;
	float: left;
	padding: 0;
	margin: 20px 0 0 0;
	line-height: 18px;
	font-size: 12px;
	clear: both;
}
#codqr {
	/* width: 100%; */
	margin: 0 auto;
	float: left;
	clear: both;
}
#codqr img {
	display: block;
	margin: 0 auto;
	max-width: 50px;
	height: auto;
}
#formulario {
	margin: 30px 0;
}
#formulario label {
	clear: both;
	float: left;
	font-size: 15px;
	color: #555;
	margin: 0 0 22px 0;
	padding-top: 15px;
}
#formulario input {
	position: relative;
	padding: 5px 5px 5px 10px;
	width: 100%;
	height: 30px;
	font-size: 16px;
	color: #555;
	margin: 11px 0 7px;
	border: solid 2px #eee;
	font-weight: 100;
}
.clear_simple {
	clear: both;
}
.datos {
	margin: 30px 0 0 30px;
}
.datos h4 {
	text-align: center;
	font-weight: 100;
}
.form_left {
	float: left;
	width: 12%;
	padding: 0 0 0 8%;
}
.form_right {
	float: left;
	width: 70%;
}
#botonenviar {
	width: 100% !important;
	height: 60px !important;
	background-color: #64d02e;
	color: #FFF !important;
	font-weight: 100 !important;
	font-size: 20px !important;
	margin: 50px 0 !important;
	display: block;
	box-sizing: content-box;
	border: none !important;
}
#botonenviar:hover {
	background-color: #4a9f20;
}
#gracias {
	font-size: 18px;
	color: #555;
	font-weight: bold;
	clear: both;
	margin: 0 0 0 40px;
	padding-left: 133px;
	height: 0;
	padding: 50px;
	display: none;
}
.direccion {
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	/*clear:both;*/
	float: left;
	font-size: 11px;
	line-height: 18px;
	color: #ccc;
}
.modo-uso ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.modo-uso ul li {
	float: left;
	width: 50%;
}
.modo-uso ul li img {
	display: block;
	width: 100%;
	height: auto;
}
.is-sticky .header-cont {
	background-color: rgba(255,255,255,0.9);
}
.info-bottom {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.slides li {
	/*	width:150px !important;*/
	height: auto;
}
.slides li img {
	width: 60%;
	height: auto;
	display: block;
}
.slides .texto {
	position: absolute;
	background-color: rgba(0,0,0,0.3);
	width: 470px;
	margin: 8vh 0 0 5vw;
	padding: 40px;
}
.slides .texto h1 {
	color: #fff;
	font-size: 64px;
	font-weight: 600;
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 56px;
}
.slides .texto h4 {
	color: #ffcf1a;
	font-size: 21px;
	font-weight: 400;
	text-align: left;
}
.prod-col-1-5 {
	float: left;
	width: 20%;
}
.prod-col-1-5 .products-index {
	width: 100%;
}
.prod-col-1-5 .products-index .prod-box {
	width: 100%;
	margin-right: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0 0 0 0;
}
.prod-col-1-5 .products-index .prod-box img, .prod-col-4-5 .products-index .prod-box img {
	max-width: 165px;
}
.margin-left-5 {
	margin-left: 5%;
}
.margin-left-6 {
	margin-left: 6%;
}
.margin-left-1 {
	margin-left: 1%;
}
.margin-left-26 {
	margin-left: 21%;
}
.margin-center {
	margin: 0 auto;
}
.prod-col-4-5 {
	float: left;
	width: 76%;
}
.prod-col-4-5 .products-index {
	width: 100%;
}
.prod-col-4-5 .products-index .prod-box {
	width: 25%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0 1% 0 0;
}
.prod-col-4-5 .products-index, .prod-col-1-5 .products-index {
	min-height: 390px;
}
.mascotas h1, .industrial h1 {
	font-size: 20px;
	line-height: 10px;
	text-align: left;
	padding-bottom: 30px;
	text-transform: uppercase;
	font-weight: 500;
}
.mascotas h1:before, .industrial h1:before {
	content: '';
	height: 4px;
	background-color: #ccc;
	display: block;
	margin: 5px 0px 33px;
}
.sube-h1 {
	margin-top: -38px;
}
.prod-col-2-5 {
	float: left;
	width: 38%;
}
.prod-col-2-5 .products-index {
	width: 100%;
}
.prod-col-2-5 .products-index .prod-box {
	width: 100%;
	margin-right: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0 2% 0 0;
	background-color: #eee;
}
.prod-col-2-5 .products-index .prod-box img {
	max-width: 200px;
}
.prod-col-2-5 h1:before {
	width: 98%;
}
.prod-col-3-5 {
	float: none;
	width: 60%;
}
.prod-col-3-5 .products-index .prod-box {
	float: left;
	width: 33%;
}
.empresa{}
.empresa-cont{
	    width: 100%;
    display: inline-block;}
.empresa h2{
	    font-size: 26px;
    text-align: left;
    margin: 0 0 40px 0;}
.empresa-img{/* margin: 0 40px 40px 0; */width: 40%;margin-bottom: 40px;}
.left {
	float:left;
	margin-right: 40px;
	}
.right {
	float:right;
	margin-left: 60px;
	}
.slider-home span {
      width: 470px;
    margin: 10% 0 0 5%;
    display: block;
    text-align: left;
    position: absolute;
    font-size: 30px;
    color: #fff;
    background-color: rgba(0,0,0,0.0);
    padding: 100px;
    font-weight: 600;
}
.frase{
	    width: 100%;
    padding: 60px 0;
    font-size: 26px;
    background-color: #4DB917;
    text-align: center;
    color: #fff;
    font-weight: 100;}
.modo-titulo{
    width: 100% !important;
    padding: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #555;
    display: block;
    /* align-content: space-between; */
    /* justify-content: flex-end; */
}
.modo-titulo img{
    width: 30px !important;
    height: auto !important;
    float: left;
    margin: -2px 10px 0 0;
}
.senasa{
    width: 170px;
    margin: 30px 0 10px;
}
.senasa img{
    width: 100%;
}
#ig{
    height: 0;
}
#ig a{
    padding: 0;
}
#ig img{
    margin: 3px 0 0 10px;
    /* padding: 10px 0 0 00; */
}
.mascotas  h1.sobre:before{
	height: 0 !important;

}
.pad-top-0{
	padding-top: 0 !important;
}
.video{
	     width: 560px;
    height: 315px;
	    margin: 0px auto;
}
.video-info{}
.video-info p{
    font-size: 16px;
    font-weight: 100;
}
.col-1-2{
	width: 50%;
}
.left{
	float: left;
}
.video-cont{
    margin: 0 auto;
    padding: 0;
    /* background: red; */
    display: flex;
    width: 100%;
    align-items: center;
    }
.video-gral{
    /* margin: 0 auto; */
    width: 90%;
    margin: 40px auto;
    padding: 0px 0 40px;
    }
.video-cont .col-1-2{
    padding: 0 20px;
    box-sizing: border-box;
}
.video-cont .left{
	
margin: 0 !important;
}
.lang{}
.lang li{list-style: none;clear: both;float: none;/* width: 65px; */background-color: var(--white);border-radius: 10px;padding: 0px 8px;display: flex;}
.lang li a{display: flex;font-weight: 700;text-transform: uppercase;align-items: center;padding: 0;height: 30px;color: #fff;font-size: 12px;}
.lang li a img{
    width: 23px;
    height: auto;
    margin: 0 10px 0 0;
    }
.lang li:hover a{color: #fbac02;}
.lang li:nth-child(2) {
	/* display: none !important; */
}
.lang:hover li:nth-child(2) {
	display: flex !important;
}