 
/*
Theme Name: TAMPA
Theme URI: www.tampa.com.uy
Description: TAMPA
Author: Federico Tricanico & Diego Cataldo
Version: 1.0
License URI: Derechos reservados.
License: GNU Private License
*/

@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
 

 

body,
html,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
{
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}


.parallax-layer {
	z-index:-1;
	left:0px;
	  width: 100%;
	  position: fixed;
	  background-position: bottom center;
	  background-repeat: repeat-x;
	  height:auto;
	}

.layer-0 {
    z-index: -1;
    background-image: url(img/fondoinicio22.jpg);
	width:100%;
	background-repeat: no-repeat;
	background-position:top;
	background-size:cover;
	min-height:1600px;
	position:relative;
	margin-bottom:-1600px;
  }
  
.layer-agro {
    z-index:1;
    background-image: url(img/triangagro.png);
	width:100%;
	background-repeat: no-repeat;
	background-position:top;
	background-size:500px;
	position:relative;
	margin-top:-870px;
	height:280px;
	margin-bottom:-600px;

  }
  
  
  
 
  .layer-2 {
	position:relative;
    z-index:10;
	width:100%;
  }
  
  .layer-3 {
	position:relative;
    z-index:10;
	width:100%;
  }


.wrap {
	position:absolute;
	width:100px;
	height:100px;
	float:left;
	
	-webkit-animation-name: rotateThis;
	-webkit-animation-duration:1s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
	
	-moz-transform:scale(0.3);
	-o-transform:scale(0.3);
}

.wrap div
{
	width:10px;
	height:30px;
	background:white;
	position:absolute;
	top:35px;
	left:45px;
	
	border-radius: 50px;
	-moz-border-radius-bottomleft:50px;
	-moz-border-radius-bottomright:50px;
	-moz-border-radius-topleft:50px;
	-moz-border-radius-topright:50px;	
}

@-webkit-keyframes rotateThis {
	from { -webkit-transform:scale(0.3) rotate(0deg); }
  	to 	 { -webkit-transform:scale(0.3) rotate(360deg); }
}


.bar1 {
	-o-transform:rotate(0deg) translate(0, -40px);opacity:0.1;
	-moz-transform:rotate(0deg) translate(0, -40px);opacity:0.1;
	-webkit-transform:rotate(0deg) translate(0, -40px);opacity:0.1;
}
.bar2 {
	-o-transform:rotate(36deg) translate(0, -40px);opacity:0.2;
	-moz-transform:rotate(36deg) translate(0, -40px);opacity:0.2;
	-webkit-transform:rotate(36deg) translate(0, -40px);opacity:0.2;
}
.bar3 {
	-o-transform:rotate(72deg) translate(0, -40px);opacity:0.3;
	-moz-transform:rotate(72deg) translate(0, -40px);opacity:0.3;
	-webkit-transform:rotate(72deg) translate(0, -40px);opacity:0.3;
}
.bar4 {
	-o-transform:rotate(108deg) translate(0, -40px);opacity:0.4;
	-moz-transform:rotate(108deg) translate(0, -40px);opacity:0.4;
	-webkit-transform:rotate(108deg) translate(0, -40px);opacity:0.4;
}
.bar5 {
	-o-transform:rotate(144deg) translate(0, -40px);opacity:0.5;
	-moz-transform:rotate(144deg) translate(0, -40px);opacity:0.5;
	-webkit-transform:rotate(144deg) translate(0, -40px);opacity:0.5;
}
.bar6 {
	-o-transform:rotate(180deg) translate(0, -40px);opacity:0.6;
	-moz-transform:rotate(180deg) translate(0, -40px);opacity:0.6;
	-webkit-transform:rotate(180deg) translate(0, -40px);opacity:0.6;
}
.bar7 {
	-o-transform:rotate(216deg) translate(0, -40px);opacity:0.7;
	-moz-transform:rotate(216deg) translate(0, -40px);opacity:0.7;
	-webkit-transform:rotate(216deg) translate(0, -40px);opacity:0.7;
}
.bar8 {
	-o-transform:rotate(252deg) translate(0, -40px);opacity:0.8;
	-moz-transform:rotate(252deg) translate(0, -40px);opacity:0.8;
	-webkit-transform:rotate(252deg) translate(0, -40px);opacity:0.8;
}
.bar9 {
	-o-transform:rotate(288deg) translate(0, -40px);opacity:0.9;
	-moz-transform:rotate(288deg) translate(0, -40px);opacity:0.9;
	-webkit-transform:rotate(288deg) translate(0, -40px);opacity:0.9;
}
.bar10 {
	-o-transform:rotate(324deg) translate(0, -40px);opacity:1;
	-moz-transform:rotate(324deg) translate(0, -40px);opacity:1;
	-webkit-transform:rotate(324deg) translate(0, -40px);opacity:1;
}

body {
    background-image: url(img/azul1.jpg);
}

div {
    width: auto;
}


h1 {
    font-size: 36px;
}

h2 {
    font-size: 24px;
}

h2b {
    font-size: 25px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 21px;
}

h4b {
    font-size: 19px;
}

h5 {
    font-size: 16px;
}

h5b {
    font-size: 15px;
}


h6 {
    font-size: 14px;
}

h7 {
    font-size: 42px;
}

h7b {
    font-size: 34px;
}

h8 {
    font-size: 45px;
	line-height:15px;

}

h9 {
    font-size: 58px;
}

h9b {
    font-size: 110px;
}

p {
    font-size: 16px;
	line-height:19px;
}

a {
    color: inherit;
    text-decoration: none;
}

a:visited {
	color: inherit;
    text-decoration: none !important;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

a:active {
    color: inherit;
    text-decoration: none !important;
}

a:focus {
width:0px;height:0px;outline:0px;
text-decoration:none;
}

.gris {
    color: #636363;
}

.gris-claro {
    color: #a8a8a8;
}

.gris-oscuro {
    color: #333;
}

.azul {
    color: #04598c;
}

.verde {
    color: #23cb72;
}

.bold {
    font-family: swiss-bold;
}

.roman {
    font-family: swiss-roman;
}

#formulario .mensaje{
    display: none;
    
}

#formulario .loading{
    display: none;
    
}


.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.container {
	max-width: 1200px;
    height: 100%;
}


.prel {
	background-image:url(img/fondotriangulos.png);
	background-size:8px;
    position: fixed;
    background-color: #04598c;
    z-index: 9999;
    height: 100%;
    width: 100%;

}

.preltexto {
	text-align:center;
	top:55%;
    position: fixed;
    color: white;
    z-index: 9999;
    height: 100%;
    width: 100%;
}

.preltexto p{
	font-size:21px;

}

.divloader {
	top:55%;
	position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
}

.loader {
	position:relative;
	margin-left:47.8%;
	margin-top:-6%;
	margin-bottom:5%;
  border: 6px solid #04598c;
  border-radius: 50%;
  border-top: 6px solid #548daf;
  border-bottom: 6px solid #548daf;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loader2 {
	margin-left:53%;
	margin-top:26%;
	margin-bottom:-25%;
  border: 5px solid #04598c;
  border-radius: 50%;
  border-top: 5px solid #548daf;
  border-bottom: 5px solid #548daf;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loader3 {
	margin-left:50%;
	margin-top:20%;
	margin-bottom:-25%;
  border: 5px solid #04598c;
  border-radius: 50%;
  border-top: 5px solid #548daf;
  border-bottom: 5px solid #548daf;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}


@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



.loadok {
    width: 100%;
    -webkit-transition: all 5s;
    -moz-transition: all 5s;
    -ms-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
}

#contenido {
	background-image:url(img/fondotriangulos.png);
	background-size:8px;
	z-index:-200;
	width:100%;
	height:auto;

}

.flag-icon {
width: 38px;
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
  top: -2px;
}

#menu {
	left:27%;
	top:20%;
	z-index:500;
    display: block;
    height: auto;
    width: 90%;
    color: white;
    position: absolute;
    font-size: 25px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


#menub {
	background-image: url(img/logoparaguaymenub1.png), url(img/fondotriangulos2.png), url(img/banderaparagmenusup.png);
	background-size:52px;
    background-repeat: no-repeat, repeat;
	background-size: 188px 50px, 8px  8px, 73px 45px;
	background-position: 25px, 40px, right;
	background-color:#04598c;
    height: 70px;
    width: 100%;
    color:  rgba(256, 256, 256,1);
    position: fixed;
    font-size: 20px;
    text-align:center;
    z-index: 5999;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-box-shadow: 0px 3px 37px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 37px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 37px -11px rgba(0, 0, 0, 0.75);
}




#menuk {	
    height: 70px;
    width: 100%;
	opacity:0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 100;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;

}

#menud {
	position:relative;
    height:0px;
    width: 120%;
	left:-10%;
    color: #B3B3B3;
    font-size: 22px;
    text-align:center;
    z-index: 998;
	margin-bottom: 180px;
	margin-top:70px;
}

#menud2 {
    height:0px;
    top: -10px;
	left:0%;
    width: 100%;
    color: #999;
    font-size: 18px;
    text-align: center;
    z-index: 998;
	margin-bottom: 80px;
}



.navbar .navbar-nav {
    display: inline-block;
    float: none;
    height: auto;
}


.navbar .navbar-collapse {
    text-align: center;
}

.menuc {
    display: none;
}



#menubk {
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 90px;
    width: 100%;
    position: fixed;
    z-index: 1000;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


#menu ul{
    text-align:left;
    position: absolute;
    float: left;
    list-style: none;
    margin-top: 25px;
    width: auto;
    left: 25%;
    margin-left: -325px;
    display:inline;
}

#menub ul{
    text-align:center;
    position: absolute;
    float:left;
    list-style: none;
    margin-top: 25px;
    width: auto;
    left:43%;
    display:inline;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#menud ul{
    text-align:center;
    position: relative;
    float:left;
    list-style: none;
    margin-top: 25px;
    width:100%;
    display:inline;
}

#menud2 ul {
    text-align:center;
    position: absolute;
    float:left;
    list-style: none;
    margin-top: 25px;
    width:100%;
    left: 0%;
    display:inline;
}


#menu ul li,
#menub ul li{
    height: auto;
    width: auto;
    float: left;
    list-style: none;
    color: white, #04598c;

}


#menud ul li {
	margin-left:0px;
    height: auto;
    width: auto;
	text-align:center;
    list-style: none;
    color: white, #04598c;
	display: inline;
}

#menud2 ul li {
    height: auto;
    width: auto;
	text-align:center;
    list-style: none;
    color: white, #04598c;
	display: inline;
}


#menu ul li span,
#menub ul li span, #menud ul li span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    *display: inline;
	padding-bottom: 5px;   
    border-bottom: 0px solid #04598c;
    -moz-padding-bottom: 70px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


#menu ul li span:hover,
#menub ul li span:hover{
    cursor: pointer;
    border-bottom: 3px;
    border-bottom-style: solid;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#menud ul li span:hover, #menud2 ul li span:hover {
	color: #04598c;
    cursor: pointer;
}


li.logomenu {

    width: 198px !important;
    height: 45px !important;
    margin-top: 12px;
    position: absolute;
    left: 24px;
    list-style: none;
    cursor: pointer;
}



.home {
    background-image: url(img/degradesuperior.png);
    background-position: top;
    background-repeat: no-repeat;
	background-repeat: repeat-x;
    text-align: center;
    color: white;
	width:100%;
	height:auto;

}



.title{
    text-align:left;   
   	font-size: 42px;
    padding: 0px !important;
    margin: 0px !important;
    line-height: 50px;
}

.titlesss{
	position:relative;
	top:0px;
    text-align:left;   
   	font-size: 26px;
    padding: 0px !important;
    margin: 0px !important;
}






.textagrob {
	position:relative;
	z-index:3;
	color:#777;
	text-align:center;
	width:100%;
	float:left;
	margin-top:-80px;

}



.agroquimicos {	
	margin-top:40px;
    left: 0px;
    z-index: 2;
    width: 100%;    
	background-image:url(img/fondotriangulos2.png);
	background-color: #F3F3F3;
	background-size:8px;
}

.agroquimicos-title {
  	display: flex;
 	align-items:center;
  	justify-content: center;
	position:relative;
    text-align: center;
    height: 63px;
	margin-bottom:00px;
	margin-top:100px;
}

.agroquimicos-title h8 {
    background-color:;!important;
	padding-top: 100px;
	padding-bottom: 0px;
	line-height: 30px;
	font-size:55px;
}

.agroquimicos-textos {
	z-index:10;
    text-align: center;
	margin-bottom:100px;
	background-color:transparent;
	padding-bottom:50px;
}



.productos-title {
	display:none;
	position:relative;
	left:20%;
    text-align: left;
    height: 0px !important;
	opacity:1;
	margin-bottom:70px;
	margin-top:0px;
	margin-right:10px;
	width:50%;
}


.productos .principioactivo {
	font-size:15px;
	line-height:17px;
	color: #7F7F7F;
}

.productos-title span {
    font-size: 19px;
	line-height:40px;
}





.productos { 
	background-image:url(img/fondotriangulos2.png);
	background-color: #F3F3F3;
	background-size:8px;
    padding-top: 0px !important;
	margin-top:0px;
	position: relative;
    float: left;
    height: auto;
    text-align: center;
    width: 100%;
	z-index:0;
}



.productos1 {
	margin-top:-50px;
	width:1200px;
	padding-bottom:2020px;
	background-color: transparent;
}


.productos div {
	position: relative;
    height: auto;	
}

.centro {
	left: 37.5%;
	}

.centro2 {
	left: 25%;
	}
	
.producto {
	text-align:left;
	border:solid 1px rgba(256, 256, 256, 0.2);
	border-radius: 12px;
	background-color:rgba(256, 256, 256, 0.3);
    background-image: url(img/logofondoProdxxx.png);
    background-position:top center;
    background-repeat: no-repeat;
    background-size: 160%;
	width:24.5%;
    height:auto;
	min-height:410px;
    position: relative;
    margin-bottom: 4px;
	margin-left:4px;
	padding-bottom:10px;;
	padding-left:2%;
	padding-right:1%;
	-webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.productovacio {
	text-align:left;
	border:solid 1px rgba(256, 256, 256, 0.2);
	border-radius: 12px;
	background-color:rgba(256, 256, 256, 0.3);
    background-image: url(img/logofondoProdxxx.png);
    background-position:top center;
    background-repeat: no-repeat;
    background-size: 160%;
	width:20%;
    height:auto;
	min-height:390px;
    position: relative;
    margin-bottom: 4px;
	margin-left:4px;
	padding-bottom:10px;;
	padding-left:2%;
	padding-right:1%;
	-webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}


.producto:hover {
	background-size:110%;
	border:solid 1px rgba(256, 256, 256, 0.4);
	border-radius: 12px;
	background-color:rgba(256, 256, 256, 0.5);
	box-shadow: 1px 2px 10px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.producto .imagen{
	margin-top:-10px;
	height:220px;
	position:relative;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.producto:hover .imagen{
	margin-top: -35px;
	height:220px;
	position:relative;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.producto .imagenNUEVO{
	background-image: url(img/cartelPROXIMAMENTE.png);
	background-size:130px 111px;
	background-repeat:no-repeat;
	background-position:right top;
	margin-top:-5px;
	margin-left:2px;
	width:93%;
	height:50%;
	position:absolute;
		z-index:200;

}


.producto:hover img{
    margin-top: 50px;
	margin-bottom:8px;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.producto img {
	margin-left:12%;
    width: 72%;
    margin-top: 42px;
    margin-bottom: 20px;	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.producto .cultivos img{
	margin-left:0%;
    margin-top:148px;
	height:32px;
	width:32px;	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.producto:hover .cultivos img{
	margin-left:0%;
    margin-top: 138px;
	height:32px;
	width:32px;	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.producto .info{
	border-radius:5px;
	background-color:rgba(0, 0, 0, 0.0);
	text-align:center;
	width: 70px;
	margin-top: -100px;
    margin-bottom: 0px;	
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	opacity:0;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.producto:hover .info{
	border-radius:5px;
	background-color:rgba(0, 0, 0, 0.2);
	color:white;
	text-align:center;
	width: 70px;
	margin-top: 0px;
	padding-left:0px;
	opacity:1;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.producto h5 {
    margin-top: 2px;
    margin-bottom: 15px;
	line-height:20px;
}


.producto h2 {
    margin-top: -5px;
    margin-bottom: 5px;
	font-size: 22px;

}


.producto button {
	border-radius: 4px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color:#04598c;
    color: white;
    border: 2px solid #FBFBFB;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 3px;
    padding-bottom: 4px;
    outline: none;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.producto button:hover {
	border-radius: 4px;
    background-color: #04598c;
    color: white;
    border: 2px solid #04598c;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


button:active,
button:focus,
button.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.producto a {
    color: inherit;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-decoration: none;
}

.producto a:hover {
    color: #04598c;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.textagro {
	color:#777;
	text-align:center;
	width:60%;
	float:left;
	left:20%;
	margin-top:100px;

}



.textagro p{

	line-height:28px;
	font-size:18px;
}


.textagro a, .textagrob a{
	padding:8px;
	height:60px;
    background-color: rgba(256, 256, 256, 0.5);
	border-radius:4px;
	color: #636363;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.textagro a:hover, .textagrob a:hover{
	padding:8px;
	height:60px;
    background-color: rgba(0, 0, 0, 0.2);

	color: white;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}



.mapa iframe {
    margin-top: 0px;
    width: 100%;
	opacity:0.8;
    height:400px;
}

.mapa {
	margin-top:-700px;
	position:relative;
	margin-bottom:0px;
    padding-top: 0px !important;
}




.productoscont {
	background-image:url(img/fondotriangulos2.png);
	background-color: #F3F3F3;
	background-size:8px;
    padding-top: 0px !important;
	margin-top:0px;
	position: relative;
    float: left;
    height: auto;
    text-align: center;
    width: 100%;
	z-index:0;
}


.contact {
	background-image:url(img/fondotriangulos2.png),url(img/logocontacto2.png);
	background-size:8px,800px;
	background-position:top, -10px left;
	background-repeat: repeat, no-repeat;
    padding-top: 0px !important;
	margin-top:-300px;
	position: relative;
	width:100%;
    float: left;
    min-height:600px;;
    text-align: center;
    width: 100%;
	background-color:rgba(243,243,243);
}

.contacto-title {
	padding-top:160px;
	float:right;
	text-align:right;
	height:auto;
    line-height: 22px;
	margin-right:0px;

}

.cuadrodatos {
  	display: flex;
  	justify-content:flex-end;
  	z-index:50;
	width:95%;
	margin-top:20px;

}

.rectangulodato {
	width:200px;
	margin-top:20px;
	
}


.footer .dato {
	padding-top:20px;
	text-align:center;
	height:auto;
    line-height: 26px;
	margin-left:0px;
	width:190px;
	margin-top:50px;
	z-index:100;
}



.footer .dato2 {
	padding-top:20px;
	text-align:center;
	height:auto;
    line-height: 26px;
	margin-left:20px;
	width:190px;
	margin-top:50px;
	z-index:100;
}


.dato a{
	padding:8px;
	height:60px;
    background-color: rgba(256, 256, 256, 0.5);
	border-radius:4px;
	margin-bottom:8px;
	margin-left:0px;
	color: #636363;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.dato a:hover{
	padding:8px;
	height:60px;
    background-color: rgba(0, 0, 0, 0.2);
	border-radius:4px;
	margin-bottom:8px;
	margin-left:0px;
	color: white;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.dato3 a{
	padding:8px;
	height:60px;
    background-color: rgba(256, 256, 256, 0.5);
	border-radius:4px;
	margin-bottom:8px;
	color: #636363;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.dato3 a:hover{
	padding:8px;
	height:60px;
    background-color: rgba(0, 0, 0, 0.2);
	border-radius:4px;
	margin-bottom:8px;
	color: white;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}



.dato img, .dato2 img {
	opacity:.45;
}


	
.envienos {
	margin-top:-160px;
	padding-right:7%;
	height:100px;
	float:left;
	position:relative;
	text-align:right;
	width:100%;
}


textarea {
    height: 207px;
    border-radius: 5px;
    border: solid 1px #a8a8a8;
    margin-bottom: 20px;
    margin-top: 3px;
    padding: 10px;
}





.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0px;
    left: 0px;
    padding-top: 0px;
	background-image:url(img/fondotriangulos2.png);
	background-color:#f3f3f3;
	background-size:8px;
    overflow-x: hidden;
    font-size: 14px;
}

.popup-cont {
    width: 100%;
    height: auto;
    z-index: 99999;
    top: 0px;
    left: 0px;
    padding-top: 50px;
}

.popup h9 {
    font-family: 'goudy';
    color: #919191;
}

.popup h5 {
    height: auto !important;
}

.popup p {
    height: auto !important;
    margin-top: 0px;
}

.tabla1 {
	height:auto;
	position: absolute;
	left:120px;
	width:550px;
}

.close {
	position:fixed;
	opacity: .3;
    width: auto;
    height: auto;
    position: relative;
    z-index: 99999;
    top: 140px;
    right: 2%;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.close:hover {
    opacity: .5;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.cruz {
    width:50px;
    height:50px;
}


.hidden {
    display: none;
}


.imagenNUEVOprod{
	background-image: url(img/cartelPROXIMAMENTEGde.png);
	background-size:290px;
	background-repeat:no-repeat;
	background-position:left top;
	margin-top:105px;
	margin-left:-8px;
	width:93%;
	height:50%;
	position:absolute;
	z-index:200;
}

.imagenNUEVOprodQR{
	background-image: url(img/cartelPROXIMAMENTEGde.png);
	background-size:300px;
	background-repeat:no-repeat;
	background-position:left top;
	margin-top:80px;
	margin-left:-5px;
	width:93%;
	height:50%;
	position:absolute;
	z-index:200;
}


.muestra {
	margin-left:40px;	
	float:left;
	width:25%;
    margin-bottom: 30px !important;
	text-align:center;
	margin-right:30px;
	margin-top:40px;
}

.qr{
	width:90%;
}
	
.fondologo {
	position: relative;
    width:100%;
    height:100px;
    z-index:1;
    top: -40px;
    right: -40px;
	background-image:url(productosQR/fondologo.png);
	background-size:76%;
	background-repeat:no-repeat;
	background-position:right;

}

.logoprod {
	position: relative;
	float:left;
	width:60%;
    margin-bottom: 30px !important;
	text-align:left;
	margin-left:30px;
	margin-top:-150px;
	z-index:30;	
}

.muestra2 .cultivosB {
	float:left;
	height:60px;
	width:100%;
	margin-bottom:10px;
}

.muestra2 .cultivosB img{
	height:50px;
	width:50px;
	}

.muestra button{
    margin-bottom: 5px !important;
}


.muestra2 {
	float:left;
	width:60%;
    margin-bottom: 30px !important;
	text-align:left;
	margin-left:30px;
	margin-top:-50px;
	z-index:1;
}



.muestra3 {
	float:left;
	width:87%;
    margin-bottom: 30px !important;
	text-align:left;
	margin-left:6%;
	margin-top:-30px;
	z-index:1;
}

.fotoproducto img {
    border-right: solid 1px #919191;
    width: 100%;
}

.franja{
	position:relative;
   	top:0px !important;
	z-index:0;
	height:auto;
}


.nombreproducto{
	font-size:60px;
	line-height:60px;
}


.principio{
	font-weight:bold;
	font-size:25px;
	line-height:27px;
	margin:15px;
	margin-left:0px;
}

.caracteristicas{
	text-align:left;
	font-size:24px;
	line-height:28px;
}

.contenidopopup {
	background-image:url(img/triangprod.png);
	background-position:top left;
	background-size:550px;
	background-repeat:no-repeat;
    background-color: rgba(256, 256, 256, 0.4);
	left:0%;
	margin-top:50px;
    height: auto;
    padding-bottom: 50px;
	padding-top:140px;
	border-radius:20px;
	margin-bottom:150px;
	padding-right:40px;
	padding-left:70px;

}

.contenidopopup::-webkit-scrollbar {
    display: none;
}

.come-in {
    transform: translateY(400px);
    opacity: 0;
    animation: come-in 1s ease forwards;
}

.come-in:nth-child(odd) {
    animation-duration: 1s;
}

.already-visible {
    transform: translateY(0);
    animation: none;
}


button.prodcurasemillas {
	border: solid  #999 0.18em;
	border-radius: 5px;
    color: #999;
    padding:5px 10px 5px 10px;
    background-color:transparent;
    margin-right: 5px;
	width:260px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

button.prodcurasemillas:hover {
	border: solid  transparent 0.18em;
    color: white;
    background-color: #C30;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

button.prodinsect {
	border: solid  #999 0.18em;
	border-radius: 5px;
    color: #999;
    padding:5px 10px 5px 10px;
    background-color:transparent;
    margin-right: 5px;
	width:260px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

button.prodinsect:hover {
	border: solid  transparent 0.18em;
    color: white;
    background-color: #F90;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

button.prodherb {
	border: solid  #999 0.18em;
	border-radius: 5px;
    color: #999;
    padding:5px 10px 5px 10px;
    background-color:transparent;
    margin-right: 5px;
	width:260px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

button.prodherb:hover {
	border: solid  transparent 0.18em;
    color: white;
    background-color: #3c8476;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

button.prodamar {
	border: solid  #999 0.18em;
	border-radius: 5px;
    color: #999;
    padding:5px 10px 5px 10px;
    background-color:transparent;
    margin-right: 5px;
	width:260px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

button.prodamar:hover {
	border: solid  transparent 0.18em;
    color: white;
    background-color: #C7BE16;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

button.prodfung {
	border: solid  #999 0.18em;
	border-radius: 5px;
    color: #999;
    padding:5px 10px 5px 10px;
    background-color:transparent;
    margin-right: 5px;
	width:260px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

button.prodfung:hover {
	border: solid  transparent 0.18em;
    color: white;
    background-color: #D90000;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

button.prodeco {
	border: solid  #999 0.18em;
	border-radius: 5px;
    color: #999;
    padding:5px 10px 5px 10px;
    background-color:transparent;
    margin-right: 5px;
	width:260px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

button.prodeco:hover {
	border: solid  transparent 0.18em;
    color: white;
    background-color: #8A6715;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

button.prodceleste {
	border: solid  #999 0.18em;
	border-radius: 5px;
    color: #999;
    padding:5px 10px 5px 10px;
    background-color:transparent;
    margin-right: 5px;
	width:260px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

button.prodceleste:hover {
	border: solid  transparent 0.18em;
    color: white;
    background-color: #4aa0d0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.tablasproductoschica {
	display:none;

}

.tablasproductos {
	letter-spacing: 0.1em;
	width: 92%;
	margin-left: 2%;
	font-size: 16px;
	line-height: 18px;
	font-stretch: wider;
	border: none;
	border-color: white;
	border-collapse: collapse;
	border-radius: 1em;
	overflow: hidden;
	font-weight: bold;
	color: white;
	font-style: normal;

}

.tablasproductosQR {
	letter-spacing: 0.1em;
	width: 80%;
	margin-left: 15%;
	font-size: 16px;
	line-height: 18px;
	font-stretch: wider;
	border: none;
	border-color: white;
	border-collapse: collapse;
	border-radius: 1em;
	overflow: hidden;
	font-weight: bold;
	color: white;
	font-style: normal;

}


.tablachicab {
	letter-spacing: 0.1em;
	width: 100%;
	margin-left: 0%;
	font-size: 16px;
	line-height: 18px;
	font-stretch: wider;
	border: none;
	border-color: white;
	border-collapse: collapse;
	border-radius: 1em;
	overflow: hidden;
	font-weight: bold;
	color: white;
	font-style: normal;

}


.tablasproductos th , td{
	letter-spacing: 0em;
	border-collapse: collapse;
	border-radius: 0em;
	border-color: #f3f3f3;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	border: solid  #f3f3f3 0.12em;
	font-weight: normal;


}

.tablachicab th , td{
	letter-spacing: 0em;
	border-collapse: collapse;
	border-radius: 0em;
	border-color: #f3f3f3;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 5px;
	border: solid  #f3f3f3 0.12em;
	font-weight: normal;


}



.tablasproductos p{
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #666;
	font-weight: normal;
	font-size:16px;

}

.tablasproductos .tablasncomun{
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 5px;
	padding-bottom: -5px;
	text-align: left;
	font-style: normal;

}

.tablasproductos .tablasncientifico{
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 5px;
	padding-bottom: -5px;
	text-align: right;
	font-style: normal;

}


@keyframes come-in {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}


@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}






@media (max-width: 1920px) {
	
	

	
.productos1 {
	margin-top:-50px;
	width:1200px;
	padding-bottom:820px;
	background-color:transparent;
}	
	
.producto {
	text-align:left;
	border:solid 1px rgba(256, 256, 256, 0.2);
	border-radius: 12px;
	background-color:rgba(256, 256, 256, 0.4);
    background-image: url(img/logofondoProdxx.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 150%;
	width:24.5%;
    height:auto;
	min-height:435px;
    position: relative;
    margin-bottom: 4px;
	margin-left:4px;
	padding-bottom:10px;;
	padding-left:2%;
	padding-right:1%;
	-webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}


.producto:hover {
	background-size:150%;
	background-position:top center;

	border:solid 1px rgba(256, 256, 256, 0.4);
	border-radius: 12px;
	background-color:rgba(256, 256, 256, 0.6);
	box-shadow: 1px 2px 10px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}



.producto .cultivos img{
	margin-left:0%;
    margin-top:170px;
	height:32px;
	width:32px;	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.producto:hover .cultivos img{
	margin-left:0%;
    margin-top: 155px;
	height:32px;
	width:32px;	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.producto .info{
	border-radius:5px;
	background-color:rgba(0, 0, 0, 0.0);
	text-align:center;
	width: 70px;
	margin-top: -80px;
    margin-bottom: 0px;	
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	opacity:0;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.producto:hover .info{
	border-radius:5px;
	background-color:rgba(0, 0, 0, 0.2);
	color:white;
	text-align:center;
	width: 70px;
	margin-top: 2px;

	padding-left:0px;
	opacity:1;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.linksfondo{
	margin-top:-830px;
}


.tablasproductosQR {
	letter-spacing: 0.1em;
	width: 60%;
	margin-left: 31%;
	font-size: 16px;
	line-height: 18px;
	font-stretch: wider;
	border: none;
	border-color: white;
	border-collapse: collapse;
	border-radius: 1em;
	overflow: hidden;
	font-weight: bold;
	color: white;
	font-style: normal;

}


}




@media (max-width: 1750px) {
	
.productos1 {
	margin-top:-50px;
	width:1000px;
	padding-bottom:820px;
}	



.producto {
	text-align:left;
	border:solid 1px rgba(256, 256, 256, 0.2);
	border-radius: 12px;
	background-color:rgba(256, 256, 256, 0.3);
    background-image: url(img/logofondoProdxxx.png);
    background-position:top center;
    background-repeat: no-repeat;
    background-size: 160%;
	width:24.5%;
    height:auto;
	min-height:392px;
    position: relative;
    margin-bottom: 4px;
	margin-left:4px;
	padding-bottom:10px;;
	padding-left:2%;
	padding-right:1%;
	-webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.productovacio {
	text-align:left;
	border:solid 1px rgba(256, 256, 256, 0.2);
	border-radius: 12px;
	background-color:rgba(256, 256, 256, 0.3);
    background-image: url(img/logofondoProdxxx.png);
    background-position:top center;
    background-repeat: no-repeat;
    background-size: 160%;
	width:20%;
    height:auto;
	min-height:390px;
    position: relative;
    margin-bottom: 4px;
	margin-left:4px;
	padding-bottom:10px;;
	padding-left:2%;
	padding-right:1%;
	-webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}


.producto:hover {
	background-size:110%;
	border:solid 1px rgba(256, 256, 256, 0.4);
	border-radius: 12px;
	background-color:rgba(256, 256, 256, 0.5);
	box-shadow: 1px 2px 10px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.producto .imagen{
	margin-top:-10px;
	height:220px;
	position:relative;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.producto:hover .imagen{
	margin-top: -35px;
	height:220px;
	position:relative;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.producto .imagenNUEVO{
	background-image: url(img/cartelPROXIMAMENTE.png);
	background-size:120px 102px;
	background-repeat:no-repeat;
	background-position:right top;
	width:93%;
	height:50%;
	position:absolute;
}


.producto:hover img{
    margin-top: 50px;
	margin-bottom:8px;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.producto img {
	margin-left:12%;
    width: 72%;
    margin-top: 42px;
    margin-bottom: 20px;	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.producto .cultivos img{
	margin-left:0%;
    margin-top:132px;
	height:32px;
	width:32px;	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.producto:hover .cultivos img{
	margin-left:0%;
    margin-top: 118px;
	height:32px;
	width:32px;	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.producto .info{
	border-radius:5px;
	background-color:rgba(0, 0, 0, 0.0);
	text-align:center;
	width: 70px;
	margin-top: -100px;
    margin-bottom: 0px;	
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	opacity:0;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.producto:hover .info{
	border-radius:5px;
	background-color:rgba(0, 0, 0, 0.2);
	color:white;
	text-align:center;
	width: 70px;
	margin-top: 0px;

	padding-left:0px;
	opacity:1;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}





.tablasproductosQR {
	letter-spacing: 0.1em;
	width: 60%;
	margin-left: 32%;
	font-size: 16px;
	line-height: 18px;
	font-stretch: wider;
	border: none;
	border-color: white;
	border-collapse: collapse;
	border-radius: 1em;
	overflow: hidden;
	font-weight: bold;
	color: white;
	font-style: normal;

}
}







/* Responsive: Portrait tablets and up */
@media (max-width: 1400px) {
	







.title{
    text-align:left;   
   	font-size: 42px;
    padding: 0px !important;
    margin: 0px !important;
    line-height: 50px;
}

.titlesss{
	position:relative;
	top:0px;
    text-align:left;   
   	font-size: 26px;
    padding: 0px !important;
    margin: 0px !important;
}






.textagrob {
	position:relative;
	z-index:3;
	color:#777;
	text-align:center;
	width:100%;
	float:left;
	margin-top:-80px;

}



.agroquimicos {	
	margin-top:40px;
    left: 0px;
    z-index: 2;
    width: 100%;    
	background-image:url(img/fondotriangulos2.png);
	background-color: #F3F3F3;
	background-size:8px;
}

.agroquimicos-title {
  	display: flex;
 	align-items:center;
  	justify-content: center;
	position:relative;
    text-align: center;
    height: 63px;
	margin-bottom:00px;
	margin-top:100px;
}

.agroquimicos-textos {
	z-index:10;
    text-align: center;
	margin-bottom:100px;
	background-color:transparent;
	padding-bottom:50px;
}



.productos-title {
	display:none;
	position:relative;
	left:20%;
    text-align: left;
    height: 0px !important;
	opacity:1;
	margin-bottom:70px;
	margin-top:50px;
	margin-right:10px;
	width:50%;
}


.productos-title span {
    font-size: 19px;
	line-height:40px;
}


.productos-title {
	position:relative;
	left:17%;
    text-align: left;
    height: 0px !important;
	opacity:1;
	margin-bottom:70px;
	margin-top:50px;
	width:50%;
}

.productos-title h8{
	font-size:25px;
	position:relative;
	top:0px;
}

.productos .principioactivo {
	font-size:15px;
	line-height:17px;
	color: #7F7F7F;
}

.productos {
	background-image:url(img/fondotriangulos2.png);
	background-color: #F3F3F3;
	background-size:8px;
    padding-top: 0px !important;
	margin-top:0px;
	position: relative;
    float: left;
    height: auto;
    text-align: center;
    width: 100%;
	z-index:0;
	
}

.productos1 {
	width:950px;
	padding-bottom:0px;
	-webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;

}


.productos div {
	position: relative;
    height: auto;	
}

.producto {
	text-align:left;
	border:solid 1px rgba(256, 256, 256, 0.2);
	border-radius: 12px;
	background-color:rgba(256, 256, 256, 0.3);
    background-image: url(img/fondoproductoXXX.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%, auto, auto;
	width:24.5%;
    height:auto;
	min-height:375px;
    position: relative;
    margin-bottom: 4px;
	margin-left: 4px;
	padding-bottom:10px;;
	padding-left:2%;
	padding-right:1%;
	-webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.producto .cultivos img{
	margin-left:0%;
    margin-top:116px;
	height:32px;
	width:32px;	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.producto:hover .cultivos img{
	margin-left:0%;
    margin-top:106px;
	height:32px;
	width:32px;	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.producto h2 {
    margin-top: -5px;
    margin-bottom: 5px;
	font-size: 21px;

}








.mapa iframe {
    margin-top: 80px;
    width: 100%;
	opacity:0.8;
    height: 400px;
}

.mapa {
	margin-bottom:0px;
    padding-top: 0px !important;
}

.contacto {
    padding-top: 0px !important;
	text-align:right;
	left:50%;
	width:65%;
}

.contact {
	background-image:url(img/fondotriangulos2.png),url(img/logocontacto2.png);
	background-size:8px,750px;
	background-position:top, -10px left;
	background-repeat: repeat, no-repeat;
    padding-top: 0px !important;
	margin-top:-50px;
	position: relative;
	width:100%;
    float: left;
    min-height:550px;;
    text-align: center;
    width: 100%;
	background-color:rgba(243,243,243);
}

.rectangulodato {
	width:180px;
}

.cuadrodatos {
  	display: flex;
  	justify-content:flex-end;
  	z-index:50;
	width:95%;
	left:0%;
}

.contacto-title {
	padding-top:150px;
	float:left;
	text-align:right;
	height:auto;
    line-height: 22px;
	margin-left:-140px;
	width:100%;
}

.footer .dato {
	padding-top:20px;
	text-align:left;
	height:auto;
    line-height: 26px;
	margin-left:20px;
	width:140px;
	margin-top:50px;
	z-index:100;
}



.footer .dato2 {
	padding-top:20px;
	text-align:left;
	height:auto;
    line-height: 26px;
	margin-left:50px;
	width:140px;
	margin-top:50px;
	z-index:100;
}

.dato a{
	padding:8px;
	height:60px;
    background-color: rgba(256, 256, 256, 0.5);
	border-radius:4px;
	margin-bottom:8px;
	margin-left:-10px;
	color: #636363;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.dato a:hover{
	padding:8px;
	height:60px;
    background-color: rgba(0, 0, 0, 0.2);
	border-radius:4px;
	margin-bottom:8px;
	margin-left:-10px;
	color: white;
	 -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.dato img, .dato2 img {
	opacity:.45;	
}
	
.envienos {
	margin-top:-120px;
	padding-right:7%;
	height:0px;
	float:left;
	position:relative;
	text-align:right;
	width:100%;
}


.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0px;
    left: 0px;
    padding-top: 0px;
	background-image:url(img/fondotriangulos2.png);
	background-color:#f3f3f3;
	background-size:8px;
    overflow-x: hidden;
    font-size: 14px;
}


.popup-cont {
    width: 100%;
    height: auto;
    z-index: 99999;
    top: 0px;
    left: 0px;
    padding-top: 50px;
}

.popup h9 {
    font-family: 'goudy';
    color: #919191;
}

.popup h5 {
    height: auto !important;
}

.popup p {
    height: auto !important;
    margin-top: 0px;
}

.tabla1 {
	height:auto;
	position: absolute;
	left:120px;
	width:550px;
}

.close {
	opacity: .3;
    width: auto;
    height: auto;
    position: relative;
    z-index: 99999;
    top: 140px;
    right: 0%;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.close:hover {
    opacity: .5;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.hidden {
    display: none;
}

.fotoproducto img {
    border-right: solid 1px #919191;
    width: 100%;
}

.contenidopopup {
	background-image:url(img/triangprod.png);
	background-position:top left;
	background-size:550px;
	background-repeat:no-repeat;
    background-color: rgba(256, 256, 256, 0.4);
	left:2%;
	margin-top:50px;
    height: auto;
    padding-bottom: 50px;
	padding-top:140px;
	border-radius:20px;
	margin-bottom:150px;
	padding-right:40px;
	padding-left:70px;
}

.imagenNUEVOprod{
	background-image: url(img/cartelPROXIMAMENTEGde.png);
	background-size:270px;
	background-repeat:no-repeat;
	background-position:left top;
	margin-top:105px;
	margin-left:15px;
	width:93%;
	height:50%;
	position:absolute;
	z-index:200;
}


.tablasproductosQR {
	letter-spacing: 0.1em;
	width: 80%;
	margin-left: 10%;
	font-size: 16px;
	line-height: 18px;
	font-stretch: wider;
	border: none;
	border-color: white;
	border-collapse: collapse;
	border-radius: 1em;
	overflow: hidden;
	font-weight: bold;
	color: white;
	font-style: normal;

}



@keyframes come-in {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

}





@media (max-width: 1200px) {
.loader {
	margin-left:46.5%;
	margin-top:-10%;
	margin-bottom:5%;
  border: 6px solid #04598c;
  border-radius: 50%;
  border-top: 6px solid #548daf;
  border-bottom: 6px solid #548daf;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}


.preltexto {
	text-align:center;
	top:55%;
    position: fixed;
    color: white;
    z-index: 9999;
    height: 100%;
    width: 100%;
}


.preltexto p{
	font-size:19px;
}


#menud {
	position:relative;
    height:0px;
	margin-left:0px;
    width: 100%;
	left:-1%;
    color: #B3B3B3;
    font-size: 20px;
    text-align:center;
    z-index: 998;
	margin-bottom: 150px;
	margin-top:50px;
}


.productos-title {
	position:relative;
	left:15%;
    text-align: left;
    height: 0px !important;
	opacity:1;
	margin-bottom:70px;
	margin-top:-50px;
	width:50%;
}


.productos-title h8{
	font-size:25px;
	position:relative;
	top:0px;
}

.productos .principioactivo {
	font-size:15px;
	line-height:17px;
	color: #7F7F7F;
}


.productos-title span {
    font-size: 19px;
	line-height:40px;
}


.agroquimicos-title h8 {
    background-color:;!important;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 30px;
}


.productos {
	background-image:url(img/fondotriangulos2.png);
	background-color: #F3F3F3;
	background-size:8px;
    padding-top: 0px !important;
	margin-top:0px;
	position: relative;
    float: left;
    height: auto;
    text-align: center;
    width: 100%;
	z-index:0;
}



.productos1 {
	width:900px;
	padding-bottom:780px;
	background-color:transparent;
	-webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}


.producto h2 {
	font-size:21px;
}


.productos .principioactivo {
	font-size:14px;
	line-height:17px;
	color: #7F7F7F;
}


.productos div {
	position: relative;
    height: auto;	
}
 
 
.producto {
	text-align:left;
	border:solid 1px rgba(256, 256, 256, 0.2);
	border-radius: 12px;
	background-color:rgba(256, 256, 256, 0.3);
    background-image: url(img/fondoproductoXXX.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%, auto, auto;
	width:24%;
    height:auto;
	min-height:360px;
    position: relative;
    margin-bottom: 4px;
	margin-left: 4px;
	padding-bottom:10px;;
	padding-left:2%;
	padding-right:1%;
	-webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;	
}

.producto .cultivos img{
	margin-left:0%;
    margin-top:100px;
	height:32px;
	width:32px;	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.producto:hover .cultivos img{
	margin-left:0%;
    margin-top: 90px;
	height:32px;
	width:32px;	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.textagro {
	color:#777;
	text-align:center;
	width:60%;
	float:left;
	left:20%;
	margin-top:100px;
}


.rectangulo0 {
    background-image:url(img/fondotriangulos.png);
	background-repeat:repeat;
	background-size:8px;
	background-color:#002e5a;
	border-radius:20px;
	min-height:80px;
	position:absolute;
	width:12%;
	left:44%;
	margin-top:-25px;
}


.contact {
	background-image:url(img/fondotriangulos2.png),url(img/logocontacto2.png);
	background-size:8px,750px;
	background-position:top, -10px left;
	background-repeat: repeat, no-repeat;
    padding-top: 0px !important;
	margin-top:-300px;
	position: relative;
	width:100%;
    float: left;
    min-height:550px;;
    text-align: center;
    width: 100%;
	background-color:rgba(243,243,243);
}

.rectangulodato {
	width:170px;
}

.cuadrodatos {
  	display: flex;
  	justify-content:flex-end;
  	z-index:50;
	width:95%;
	left:0%;
}

.contacto-title {
	padding-top:150px;
	float:left;
	text-align:right;
	height:auto;
    line-height: 22px;
	margin-left:-140px;
	width:100%;
}

.footer .dato {
	padding-top:20px;
	text-align:left;
	height:auto;
    line-height: 26px;
	margin-left:0px;
	width:140px;
	margin-top:50px;
	z-index:100;
}



.footer .dato2 {
	padding-top:20px;
	text-align:left;
	height:auto;
    line-height: 26px;
	margin-left:10px;
	width:140px;
	margin-top:50px;
	z-index:100;
}


.dato a{
	padding:8px;
	height:60px;
    background-color: rgba(256, 256, 256, 0.5);
	border-radius:4px;
	margin-bottom:8px;
	margin-left:-10px;
	color: #636363;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.dato a:hover{
	padding:8px;
	height:60px;
    background-color: rgba(0, 0, 0, 0.2);
	border-radius:4px;
	margin-bottom:8px;
	margin-left:-10px;
	color: white;
	 -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.dato img, .dato2 img {
	opacity:.45;	
}
	
.envienos {
	margin-top:-120px;
	padding-right:7%;
	height:0px;
	float:left;
	position:relative;
	text-align:right;
	width:100%;
}


.calcular{
	border-radius: 5px;
	width:30%;
	left:35%;
    font-family: swiss-bold;
    text-align: center;
    padding: 10px;
    background-color: #04598c;
    cursor: pointer;
    margin-top: 60px;
}



.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0px;
    left: 0px;
    padding-top: -50px;
	background-image:url(img/fondotriangulos2.png);
	background-color:#f3f3f3;
	background-size:8px;
    overflow-x: hidden;
    font-size: 14px;
}

.popup-cont {
    width: 100%;
    height: auto;
    z-index: 99999;
    top: 0px;
    left: 0px;
    padding-top: 50px;
}

.popup h9 {
    font-family: 'goudy';
    color: #919191;
}

.popup h5 {
    height: auto !important;
}

.popup p {
    height: auto !important;
    margin-top: 0px;
}

.tabla1 {
	height:auto;
	position: absolute;
	left:120px;
	width:550px;
}

.close {
	opacity: .3;
    width: auto;
    height: auto;
    position: relative;
    z-index: 99999;
    top: 90px;
    right: 2%;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.close:hover {
    opacity: .5;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.hidden {
    display: none;
}


.muestra {
	margin-left:0px;	
	float:left;
	width:25%;
    margin-bottom: 30px !important;
	text-align:center;
	margin-right:70px;
	margin-top:40px;
}


.muestra img{
    margin-bottom:20px !important;
	width:250px;
} 

.muestra button{
    margin-bottom: 5px !important;
}


.muestra2 {
	float:left;
	width:60%;
    margin-bottom: 30px !important;
	text-align:left;
	margin-left:30px;
	margin-top:-30px;
	z-index:1;
}

.muestra3 {
	float:left;
	width:87%;
    margin-bottom: 30px !important;
	text-align:left;
	margin-left:4%;
	margin-top:-30px;
	z-index:1;
}

.fotoproducto img {
    border-right: solid 1px #919191;
    width: 100%;
}

.franja{
	position:relative;
   	top:0px !important;
	z-index:0;
	padding:2px;
	height:auto;
}


.principio{
	position:relative;
	margin-right:5px;
}



.caracteristicas{
	font-size:24px;
	line-height:28px;
}

.contenidopopup {
	background-image:url(img/triangprod.png);
	background-position:top left;
	background-size:550px;
	background-repeat:no-repeat;
    background-color: rgba(256, 256, 256, 0.4);
	left:0%;
	margin-top:0px;
    height: auto;
    padding-bottom: 50px;
	padding-top:140px;
	border-radius:20px;
	margin-bottom:150px;
	padding-right:40px;
	padding-left:70px;

}


.imagenNUEVOprod{
	background-image: url(img/cartelPROXIMAMENTEGde.png);
	background-size:250px;
	background-repeat:no-repeat;
	background-position:left top;
	margin-top:56px;
	margin-left:-8px;
	width:93%;
	height:50%;
	position:absolute;
	z-index:200;
}


.imagenNUEVOprodQR{
	background-image: url(img/cartelPROXIMAMENTEGde.png);
	background-size:250px;
	background-repeat:no-repeat;
	background-position:left top;
	margin-top:26px;
	margin-left:-5px;
	width:93%;
	height:50%;
	position:absolute;
	z-index:200;
}



.contenidopopup::-webkit-scrollbar {
    display: none;
}

.come-in {
    transform: translateY(400px);
    opacity: 0;
    animation: come-in 1s ease forwards;
}

.come-in:nth-child(odd) {
    animation-duration: 1s;
}

.already-visible {
    transform: translateY(0);
    animation: none;
}

button.prod {
	border: solid  #999 0.18em;
	border-radius: 5px;
    color: #999;
    padding:5px 10px 5px 10px;
    background-color:transparent;
    margin-right: 5px;
	width:260px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

button.prod:hover {
    color: white;
    background-color: #999;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.tablasproductos  {
	letter-spacing: 0.1em;
	width: 96%;
	margin-left: 0%;
	font-size: 16px;
	line-height: 18px;
	font-stretch: wider;
	border: none;
	border-color: white;
	border-collapse: collapse;
	border-radius: 1em;
	overflow: hidden;
	font-weight: bold;
	color: white;
	font-style: normal;

}	

.tablasproductos th , td{
	letter-spacing: 0em;
	border-collapse: collapse;
	border-radius: 0em;
	border-color: #f3f3f3;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: solid  #f3f3f3 0.12em;
	font-weight: normal;


}
		
}
















@media (max-width: 1050px) {
	
	

  
	
.loader {
	position:relative;
	margin-left:46%;
	margin-top:-11%;
	margin-bottom:8%;
 	border: 6px solid #04598c;
  	border-radius: 50%;
 	 border-top: 6px solid #548daf;
	  border-bottom: 6px solid #548daf;
	  width: 60px;
	  height: 60px;
	  -webkit-animation: spin 2s linear infinite;
	  animation: spin 2s linear infinite;
}

.preltexto {
	text-align:center;
	top:57%;
    position: fixed;
    color: white;
    z-index: 9999;
    height: 100%;
    width: 100%;
}

.preltexto p{
	font-size:19px;

}
	





.layer-0 {
    z-index: -1;
    background-image: url(img/fondoinicio22.jpg);
	width:100%;
	background-repeat: no-repeat;
	background-position: -400px 0px;
	background-size:cover;
	min-height:0px;
	position:relative;
	margin-bottom:-1400px;
  }



.home {
	height:0px;
    background-image: url(img/degradesuperior.png);
    background-position: top;
    background-repeat: no-repeat;
	background-repeat: repeat-x;
    text-align: center;
    color: white;
	width:100%;
	min-height:00px;
}



.agroquimicos-title {
	z-index:3000;
	position:relative;
    text-align: center;
    height: 59px;
	top:80px;
	margin-bottom:60px;
	margin-top:20px;
}

.agroquimicos-title h8 {
	font-size:50px;
}



.productos-title {
	position:relative;
	left:15%;
    text-align: right;
    height: 0px !important;
	opacity:1;
	margin-bottom:170px;
	margin-top:350px;
	width:80%;
}


.productos .principioactivo {
	font-size:14px;
	line-height:17px;
	color: #7F7F7F;
}


.productos {
	background-image:url(img/fondotriangulos2.png);
	background-size:8px;
    padding-top: 40px !important;
	margin-top:0px;
	position: relative;
    float: left;
    height: auto;
    text-align: left;
    width: 100%;
	z-index:0;
}

.productos1 {
	
	width:100%;
	padding-bottom:780px;
	-webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
	
}


.productos div {
	position: relative;
    height: auto;	
}

 .producto {
	text-align:left;
	border:solid 1px rgba(256, 256, 256, 0.2);
	border-radius: 12px;
	background-color:rgba(256, 256, 256, 0.3);
    background-image: url(img/fondoproductoXXX.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%, auto, auto;
	width:24%;
    height:auto;
	min-height:368px;
    position: relative;
    margin-bottom: 4px;
	margin-left: 4px;
	padding-bottom:10px;;
	padding-left:2%;
	padding-right:8px;
	-webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;	
}

.producto h2 {
	font-size:21px;
}

.producto .imagenNUEVO{
	background-image: url(img/cartelPROXIMAMENTE.png);
	background-size:130px 111px;
	background-repeat:no-repeat;
	background-position:right top;
	margin-top:-5px;
	margin-left:2px;
	width:93%;
	height:50%;
	position:absolute;
		z-index:200;

}

.producto .cultivos img{
	margin-left:0%;
    margin-top:110px;
	height:29px;
	width:29px;	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.producto:hover .cultivos img{
	margin-left:0%;
    margin-top: 100px;
	height:29px;
	width:29px;	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.producto .info{
	border-radius:5px;
	background-color:rgba(0, 0, 0, 0.0);
	text-align:center;
	width: 70px;
	margin-top: -100px;
    margin-bottom: 0px;	
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	opacity:0;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}



.producto:hover .info{
	border-radius:5px;
	background-color:rgba(0, 0, 0, 0.2);
	color:white;
	text-align:center;
	width: 70px;
	margin-top: 0px;
	padding-left:0px;
	opacity:1;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.textagrob {
	margin-top:-70px;
	}


.textagro {
	color:#777;
	text-align:center;
	width:60%;
	float:left;
	left:20%;
	margin-top:100px;
}


.rectangulo0 {
    background-image:url(img/fondotriangulos.png);
	background-repeat:repeat;
	background-size:8px;
	background-color:#002e5a;
	border-radius:20px;
	min-height:80px;
	position:absolute;
	width:12%;
	left:44%;
	margin-top:-25px;
}



.mapa iframe {
    margin-top: 0px;
    width: 100%;
	opacity:0.8;
    height: 400px;
}

.mapa {
	margin-bottom:0px;
    padding-top: 0px !important;
}

.contacto {
    padding-top: 0px !important;
	text-align:right;
	left:50%;
	width:65%;	
}

.contact {
	background-image:url(img/fondotriangulos2.png),url(img/logocontacto2.png);
	background-size:8px,750px;
	background-position:top, -10px left;
	background-repeat: repeat, no-repeat;
    padding-top: 0px !important;
	margin-top:-30px;
	position: relative;
	width:100%;
    float: left;
    min-height:550px;;
    text-align: center;
    width: 100%;
	background-color:rgba(243,243,243);
}

.rectangulodato {
	width:170px;
}

.cuadrodatos {
	top:0px;
  	display: flex;
  	justify-content:flex-end;
  	z-index:50;
	width:97%;
	left:2%;
}

.contacto-title {
	padding-top:150px;
	float:left;
	text-align:right;
	height:auto;
    line-height: 22px;
	margin-left:-140px;
	width:100%;
}


.footer .dato {
	padding-top:20px;
	text-align:left;
	height:auto;
    line-height: 26px;
	margin-left:0px;
	width:140px;
	margin-top:50px;
	z-index:100;
}



.footer .dato2 {
	padding-top:20px;
	text-align:left;
	height:auto;
    line-height: 26px;
	margin-left:10px;
	width:140px;
	margin-top:50px;
	z-index:100;
}

.dato a{
	padding:8px;
	height:60px;
    background-color: rgba(256, 256, 256, 0.5);
	border-radius:4px;
	margin-bottom:8px;
	margin-left:-10px;
	color: #636363;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.dato a:hover{
	padding:8px;
	height:60px;
    background-color: rgba(0, 0, 0, 0.2);
	border-radius:4px;
	margin-bottom:8px;
	margin-left:-10px;
	color: white;
	 -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.dato img, .dato2 img {
	opacity:.45;	
}
	
.envienos {
	margin-top:-110px;
	padding-right:6%;
	height:0px;
	float:left;
	position:relative;
	text-align:right;
	width:100%;
}

h7b {
    font-size: 31px;
	line-height:31px;
}
}















@media (max-width: 990px) {
	

	

   

#menud {
	position:relative;
    height:0px;
	margin-left:0px;
    width: 100%;
	left:-1%;
    color: #B3B3B3;
    font-size: 20px;
    text-align:center;
    z-index: 998;
	margin-bottom: 130px;
	margin-top:30px;
}
 








.layer-agro {
	display:none;

  }



.productos1 {
	width:798px;
	padding-bottom:780px;
	-webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
	

}




.producto {
	text-align:left;
	border:solid 1px rgba(256, 256, 256, 0.2);
	border-radius: 12px;
	background-color:rgba(256, 256, 256, 0.3);
    background-image: url(img/fondoproductoXXX.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%, auto, auto;
	width:24%;
    height:auto;
	min-height:365px;
	-webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
	
}

.producto .imagen{
	margin-top:-10px;
	height:220px;
	position:relative;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.producto:hover .imagen{
	margin-top: -35px;
	height:220px;
	position:relative;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.producto:hover img{
    margin-top: 50px;
	margin-bottom:8px;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.producto img {
	margin-left:14%;
    width: 68%;
    margin-top: 45px;
    margin-bottom: 20px;	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.producto .cultivos img{
	margin-left:0%;
    margin-top:110px;
	height:26px;
	width:26px;	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.producto:hover .cultivos img{
	margin-left:0%;
    margin-top: 101px;
	height:27px;
	width:27px;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.producto .info{
	border-radius:5px;
	background-color:rgba(0, 0, 0, 0.0);
	text-align:center;
	width: 70px;
	margin-top: -100px;
    margin-bottom: 0px;	
	padding-top:4px;
	padding-bottom:4px;
	padding-left:0px;
	opacity:0;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.producto:hover .info{
	border-radius:5px;
	background-color:rgba(0, 0, 0, 0.2);
	color:white;
	text-align:center;
	width: 70px;
	margin-top: 3px;
	margin-bottom:-5px;
	padding-left:0px;
	opacity:1;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.producto h2 {

	font-size: 20px;

}



.titlesss{
	position:relative;
	top:0px;
    text-align:left;   
   	font-size: 22px;
    padding: 0px !important;
    margin: 0px !important;
	
}

.productos-title {
	position:relative;
	left:5%;
    text-align: left;
    height: 0px !important;
	opacity:1;
	margin-bottom:70px;
	margin-top:50px;
	width:80%;
}


 


.containertable {
    width:93%;
	border-radius: 20px;
	background-color: transparent;
	margin-bottom:260px;
	margin-top:150px;
}


.mapa iframe {
    margin-top: 0px;
    width: 100%;
	opacity:0.8;
    height:400px;
}

.mapa {
	margin-top:-700px;
	position:relative;
	margin-bottom:0px;
    padding-top: 0px !important;
}






.contacto {
    padding-top: 0px !important;
	text-align:right;
	left:50%;
	width:65%;
}

.contact {
	background-image:url(img/fondotriangulos2.png),url(img/logocontacto2.png);
	background-size:8px,800px;
	background-position:top, -10px left;
	background-repeat: repeat, no-repeat;
    padding-top: 0px !important;
	margin-top:-310px;
	position: relative;
	width:100%;
    float: left;
    min-height:600px;;
    text-align: center;
    width: 100%;
	background-color:rgba(243,243,243);
	height:auto;
}


.contacto-title {
	display: flex;
  	justify-content:center;
	float:none;
	padding-top:80px;
	padding-bottom:20px;
	text-align:center;
	height:auto;
    line-height: 22px;
	margin-right:0px;
	margin-left:0px;

}



.cuadrodatos {
	top:0px;
  	display: flex;
	flex-wrap: wrap;
	align-items:flex-start;
  	z-index:50;
	width:100%;
	left:0%;
}




.footer .dato {
	padding-top:20px;
	text-align:center;
	height:auto;
    line-height: 26px;
	margin-left:0px;
	width:140px;
	margin-top:20px;
	z-index:100;
}



.footer .dato2 {
	padding-top:20px;
	text-align:center;
	height:auto;
    line-height: 26px;
	margin-left:0px;
	width:140px;
	margin-top:20px;
	z-index:100;
}


.rectangulodato {
	display: flex;
  	justify-content:center;
	height:auto;
    width:25%;
    position: relative;
    padding:10px;
	top:-165px;
}



.rectangulodato1 {
	display: flex;
  	justify-content:center;
    border:solid 1px rgba(256, 256, 256, 0.2);
    height:300px;
    width:90%;
	left:-5%;
    color: white;
    padding:10px;
}
	

.dato a{
	padding:8px;
	height:60px;
    background-color: rgba(256, 256, 256, 0.5);
	border-radius:4px;
	margin-bottom:8px;
	margin-left:-15px;
	color: #636363;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.dato a:hover{
	padding:8px;
	height:60px;
    background-color: rgba(0, 0, 0, 0.2);
	border-radius:4px;
	margin-bottom:8px;
	margin-left:-15px;
	color: white;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.dato img, .dato2 img {
	opacity:.45;
}

	
.envienos {
	margin-top:-160px;
	padding:5%;
	height:100px;
	float:left;
	position:relative;
	text-align:center;
	width:100%;
}


.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0px;
    left: 0px;
    padding-top: 0px;
	background-image:url(img/fondotriangulos2.png);
	background-color:#f3f3f3;
	background-size:8px;
    overflow-x: hidden;
    font-size: 14px;
}

.popup-cont {
    width: 100%;
    height: auto;
    z-index: 99999;
    top: 0px;
    left: 0px;
    padding-top: 30px;
}

.popup h9 {
    font-family: 'goudy';
    color: #919191;
}

.popup h5 {
    height: auto !important;
}

.popup p {
    height: auto !important;
    margin-top: 0px;
}

.tabla1 {
	height:auto;
	position: absolute;
	left:120px;
	width:550px;
}

.close {
	opacity: .3;
    width: auto;
    height: auto;
    position: relative;
    z-index: 99999;
    top: 75px;
    right: 2%;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.close:hover {
    opacity: .5;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.hidden {
    display: none;
}


.muestra {
	margin-left:0px;	
	float:left;
	width:100%;
	left:-10%;
    margin-bottom: 70px !important;
	text-align:center;
	margin-right:00px;
	margin-top:-30px;
}


.muestra img{
    margin-bottom:20px !important;
	width:250px;
} 

.muestra button{
    margin-bottom: 5px !important;
}


.muestra2 {
	float:left;
	width:96%;
    margin-bottom: 30px !important;
	text-align:left;
	margin-left:0px;
	margin-top:-30px;
	z-index:1;
}

.fotoproducto img {
    border-right: solid 1px #919191;
    width: 100%;
}

.franja{
	padding:0px;
	margin-bottom:10px;
	margin-top:10px;
}

.fondologo {
	position: relative;
    width:100%;
    height:0px;
    z-index:1;
    top: 640px;
    right: -4%;
	background-image:url(productosQR/fondologo.png);
	background-size:78%;
	background-repeat:no-repeat;
	background-position:right;

}

.logoprod {
	position: relative;
	float:left;
	width:100%;
    margin-bottom: 60px !important;
	text-align:left;
	margin-left:10px;
	margin-top:-20px;
	z-index:30;	
}

.nombreproducto{
	font-size:55px;
	line-height:55px;
}



.principio{
	position:relative;
	margin-left:0%;
	margin-top:0px;
	font-size:23px;
	line-height:25px;
	padding-right:5%;
}



.caracteristicas{
	font-size:22px;
	line-height:28px;
}

.contenidopopup {
	background-image:url(img/triangprod.png);
	background-position:top left;
	background-size:600px;
	background-repeat:no-repeat;
    background-color: rgba(256, 256, 256, 0.4);
	left:-9%;
	width:100%;
	margin-top:0px;
    height: auto;
    padding-bottom: 50px;
	padding-top:140px;
	border-radius:20px;
	margin-bottom:150px;
	padding-right:60px;
	padding-left:60px;
}



.contenidopopup::-webkit-scrollbar {
    display: none;
}


.imagenNUEVOprod{
	background-image: url(img/cartelPROXIMAMENTEGde.png);
	background-size:270px;
	background-repeat:no-repeat;
	background-position:left top;
	margin-top:56px;
	margin-left:-12px;
	width:100%;
	height:50%;
	position:absolute;
	z-index:200;
}

.come-in {
    transform: translateY(400px);
    opacity: 0;
    animation: come-in 1s ease forwards;
}

.come-in:nth-child(odd) {
    animation-duration: 1s;
}

.already-visible {
    transform: translateY(0);
    animation: none;
}


button.prodinsect {
	border: solid  #999 0.18em;
	border-radius: 5px;
    color: #999;
    padding:5px 10px 5px 10px;
    background-color:transparent;
    margin-right: 5px;
	width:200px;
	height:50px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

button.prod {
	border: solid  #999 0.18em;
	border-radius: 5px;
    color: #999;
    padding:3px 6px 3px 6px;
    background-color:transparent;
    margin-right: 5px;
	width:31%;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

button.prod:hover {
    color: white;
    background-color: #999;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.tablasproductos {
	letter-spacing: 0.1em;
	width:100%;
	margin-left: 0%;
	font-size: 16px;
	line-height: 18px;
	font-stretch: wider;
	border: none;
	border-color: white;
	border-collapse: collapse;
	border-radius: 1em;
	overflow: hidden;
	font-weight: bold;
	color: white;
	font-style: normal;

}




button.prodinsect {
	border: solid  #999 0.18em;
	border-radius: 5px;
    color: #999;
    padding:5px 10px 5px 10px;
    background-color:transparent;
    margin-right: 5px;
	width:460px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}



button.prodherb {
	border: solid  #999 0.18em;
	border-radius: 5px;
    color: #999;
    padding:5px 10px 5px 10px;
    background-color:transparent;
    margin-right: 5px;
	width:460px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


button.prodamar {
	border: solid  #999 0.18em;
	border-radius: 5px;
    color: #999;
    padding:5px 10px 5px 10px;
    background-color:transparent;
    margin-right: 5px;
	width:460px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}



button.prodfung {
	border: solid  #999 0.18em;
	border-radius: 5px;
    color: #999;
    padding:5px 10px 5px 10px;
    background-color:transparent;
    margin-right: 5px;
	width:460px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}



button.prodeco {
	border: solid  #999 0.18em;
	border-radius: 5px;
    color: #999;
    padding:5px 10px 5px 10px;
    background-color:transparent;
    margin-right: 5px;
	width:460px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}



button.prodceleste {
	border: solid  #999 0.18em;
	border-radius: 5px;
    color: #999;
    padding:5px 10px 5px 10px;
    background-color:transparent;
    margin-right: 5px;
	width:460px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


}














@media (max-width: 767px) {  
.loader {
	position:relative;
	margin-left:45%;
	margin-top:-14%;
	margin-bottom:8%;
	border: 6px solid #04598c;
	border-radius: 50%;
	border-top: 6px solid #548daf;
	border-bottom: 6px solid #548daf;
	width: 60px;
	height: 60px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	}
.preltexto {
	text-align:center;
	top:57%;
    position: fixed;
    color: white;
    z-index: 9999;
    height: 100%;
    width: 100%;
}

.preltexto p{
	font-size:17px;

}




	






h4.datos-home {
    font-size: 15px !important;   
}

.navbar-header {
	
    margin-top: 2px;   
}

li.logomenu {
    background-image: url(img/logomercados.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px !important;
    height: 35px !important;
    margin-top: 20px;
    position: absolute;
    left: 15px;
    list-style: none;
    cursor: pointer;
}


.navbar .navbar-nav {
    display: inline-block;
    float: none;
    height: auto;
}


.navbar .navbar-collapse {
    text-align: center;
}

.navbar-header li.logomenu {
	
    margin-top: 7px;   
}




.menuc {
    position: fixed;
    z-index: 8999;
    width: 100%;
	text-align:center;
	background-color:rgba(256, 256, 256, 1);
}



.logomenumobil{
	margin-top:0px;
	margin-bottom:30px;
}


.menuc li {
	color: #333;
	font-size:19px;
	height:40px;
   	line-height:30px;
   	width:100%;
   	cursor: pointer;
   	z-index: 8999;
   	background-color:transparent;
   	-webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;	
}

.menuc .sub{
	color: #888;
	font-size:19px;
	height:40px;
   	line-height:30px;
   	width:100%;
   	cursor: pointer;
   	z-index: 8999;
   	background-color:transparent;
   	-webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;	
}
     
.menuc .fondomenuc{
	margin-top:10px;
	height:800px;
  	width:100%;
   	background-color:transparent;
	background-image: url(img/triangagro.png);
	background-repeat:no-repeat;
	background-size:370px;
	background-position: center 100px;
   

} 

.menuc .divmenumobil:hover {
	background-color: #CCC;
	color:white;
	-webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;	
}



   
.menuc .divmenumobil1:hover {
	background-color: #CCC;
	color:white;
	-webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;	
}



    
    #menu, #menub, #menuk, #menud {
    	display: none !important;
	}
	

    .menuc {
		display: block;
	}
	
	


	


.textagrob {
	display:none;
		}



.productos1 {
	top:-20px;
	width:100%;
	padding-bottom:780px;
	background-color:transparent;
	-webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
	

}



.agroquimicos {	
	margin-top:40px;
    left: 0px;
    z-index: 2;
    width: 100%;    
	background-image:url(img/fondotriangulos2.png);
	background-color: #F3F3F3;
	background-size:8px;
}



.agroquimicos-title {
	z-index:1;
	position:relative;
    text-align:right;
    height: 59px;
	top:0px;
	margin-bottom:00px;
	margin-top:60px;
}




.productos-title {
	display: block;
	position:relative;
	left:15%;
    text-align: left;
    height: 0px !important;
	opacity:1;
	margin-bottom:70px;
	margin-top:80px;
	width:60%;
}

.centro {
	left:50%;
	}

.centro2 {
	left: 0%;
	}
	
.producto {
	text-align:left;
	border:solid 1px rgba(256, 256, 256, 0.2);
	border-radius: 12px;
	background-color:rgba(256, 256, 256, 0.3);
    background-image: url(img/fondoproductoXXX.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%, auto, auto;
	width:40%;
	left:10%;
    height:auto;
	min-height:400px;
    position: relative;
    margin-bottom: 4px;
	margin-left: 4px;
	padding-bottom:20px;;
	padding-left:4%;
	padding-right:0px;
	-webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;	
}



.productovacio {
	display:none;
}


.producto .imagen{
	margin-top:-10px;
	height:220px;
	position:relative;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.producto:hover .imagen{
	margin-top: -35px;
	height:220px;
	position:relative;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}



.producto .imagenNUEVO{
	background-image: url(img/cartelPROXIMAMENTE.png);
	background-size:60%;
	background-repeat:no-repeat;
	background-position:right top;
	margin-top:-6px;
	width:91%;
	height:50%;
	position:absolute;
}



.producto:hover img{
    margin-top: 50px;
	margin-bottom:8px;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.producto img {
	margin-left:10%;
    width: 68%;
    margin-top: 45px;
    margin-bottom: 20px;	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.producto .cultivos img{
	margin-left:0%;
    margin-top:130px;
	height:33px;
	width:33px;	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.producto:hover .cultivos img{
	margin-left:0%;
    margin-top:118px;
	height:33px;
	width:33px;	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.producto .info{
	border-radius:5px;
	background-color:rgba(0, 0, 0, 0.0);
	text-align:center;
	width: 70px;
	margin-top: -100px;
    margin-bottom: 0px;	
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	opacity:0;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.producto:hover .info{
	border-radius:5px;
	background-color:rgba(0, 0, 0, 0.2);
	color:white;
	text-align:center;
	width: 70px;
	margin-top: 0px;

	padding-left:0px;
	opacity:1;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

 


.mapa iframe {
    margin-top: 0px;
    width: 100%;
	opacity:0.8;
    height:400px;
}

.mapa {
	margin-top:-670px;
	position:relative;
	margin-bottom:0px;
    padding-top: 0px !important;
}

.contact {
	background-image:url(img/fondotriangulos2.png),url(img/logocontacto2.png);
	background-size:8px,850px;
	background-position:bottom, -10px left;
	background-repeat: repeat, no-repeat;
    padding-top: 0px !important;
	margin-top:-270px;
	position: relative;
	width:100%;
    float: left;
    min-height:500px;;
    text-align: center;
    width: 100%;
	background-color:rgba(243,243,243);
}


.close {
	position:fixed;
	opacity: .3;
    width:auto;
    height: auto;
    z-index: 99999;
    top: 40px;
    right: 40px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}




.muestra {
	margin-left:0px;	
	float:left;
	width:100%;
	left:-10%;
    margin-bottom: 70px !important;
	text-align:center;
	margin-right:00px;
	margin-top:-30px;
}


.muestra img{
    margin-bottom:20px !important;
	width:250px;
} 

.muestra button{
    margin-bottom: 5px !important;
}


.muestra2 {
	float:left;
	width:96%;
    margin-bottom: 30px !important;
	text-align:left;
	margin-left:0px;
	margin-top:-30px;
	z-index:1;
}

.muestra3 {
	float:left;
	width:90%;
    margin-bottom: 30px !important;
	text-align:left;
	margin-left:3%;
	margin-top:-30px;
	z-index:1;
}

.fotoproducto img {
    border-right: solid 1px #919191;
    width: 100%;
}



.nombreproducto{
	font-size:55px;
	line-height:55px;
}



.principio{
	font-size:22px;
	line-height:25px;
	padding-right:5%;
}

.caracteristicas{
	text-align:left;
	font-size:22px;
	line-height:28px;
}

.contenidopopup {
	background-image:url(img/triangprod.png);
	background-position:top left;
	background-size:550px;
	background-repeat:no-repeat;
    background-color: rgba(256, 256, 256, 0.4);
	left:2%;
	width:96%;
	margin-top:0px;
    height: auto;
    padding-bottom: 50px;
	padding-top:140px;
	border-radius:20px;
	margin-bottom:150px;
	padding-right:60px;
	padding-left:60px;

}

.contenidopopup::-webkit-scrollbar {
    display: none;
}

.come-in {
    transform: translateY(400px);
    opacity: 0;
    animation: come-in 1s ease forwards;
}

.come-in:nth-child(odd) {
    animation-duration: 1s;
}

.already-visible {
    transform: translateY(0);
    animation: none;
}


.imagenNUEVOprod{
	background-image: url(img/cartelPROXIMAMENTEGde.png);
	background-size:240px;
	background-repeat:no-repeat;
	background-position:left top;
	margin-top:7px;
	margin-left:8px;

}



button.prod {
	border: solid  #999 0.18em;
	border-radius: 5px;
    color: #999;
    padding:3px 6px 3px 6px;
    background-color:transparent;
    margin-right: 5px;
	width:51%;
	height:50px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


button.prodinsect {
	border: solid  #999 0.18em;
	border-radius: 5px;
    color: #999;
    padding:3px 6px 3px 6px;
    background-color:transparent;
    margin-right: 5px;
	width:90%;
	height:50px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


button.prod:hover {
    color: white;
    background-color: #999;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.tablasproductos {
	letter-spacing: 0.1em;
	width: 100%;
	margin-left: 0%;
	font-size: 14px;
	line-height: 16px;
	font-stretch: ultra-expanded;
	border: none;
	border-color: white;
	border-collapse: collapse;
	border-radius: 1em;
	overflow: hidden;
	font-weight: bold;
	color: white;
	font-style: normal;

}

.tablasproductos th , td{
	letter-spacing: 0em;
	border-collapse: collapse;
	border-radius: 0em;
	border-color: #f3f3f3;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 1px;
	padding-bottom: 5px;
	border: solid  #f3f3f3 0.12em;
	font-weight: normal;


}



.tablasproductos p{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #666;
	font-size: 14px;

}

.tablasproductos .tablasncomun{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: -5px;
	text-align: left;
	font-style: normal;

}

.tablasproductos .tablasncientifico{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: -5px;
	text-align: right;
	font-style: normal;

}



   
   
}
	
	
	
	
	
	
	
	
	
@media (max-width: 676px) {
	 
.loader {
	position:relative;
	margin-left:46%;
	margin-top:-15%;
	margin-bottom:8%;
  border: 6px solid #04598c;
  border-radius: 50%;
  border-top: 6px solid #548daf;
  border-bottom: 6px solid #548daf;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.preltexto {
	text-align:center;
	top:57%;
    position: fixed;
    color: white;
    z-index: 9999;
    height: 100%;
    width: 100%;
}

.preltexto p{
	font-size:19px;

}
	



	
.productos-title{
	position:relative;
	left:7%;
    text-align: left;
    height: 0px !important;
	opacity:1;
	margin-bottom:70px;
	margin-top:50px;
	width:100%;

}



.productos .principioactivo {
	font-size:15px;
	line-height:17px;
	color: #7F7F7F;
}



.producto {
	text-align:center;
	border:solid 1px rgba(256, 256, 256, 0.2);
	border-radius: 12px;
	background-color:rgba(256, 256, 256, 0.3);
    background-image: url(img/fondoproductoXXX.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%, auto, auto;
	width:49%;
	left:0%;
    height:auto;
	min-height:360px;
    position: relative;
    margin-bottom: 4px;
	margin-left: 4px;
	padding-bottom:20px;;
	padding-left:2%;
	padding-right:2%;
	-webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;	
}


.producto img {
	margin-left:0%;
    width: 55%;
    margin-top: 20px;
    margin-bottom: 5px;	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.producto:hover img {
	margin-left:0%;
    width: 55%;
    margin-top: 20px;
    margin-bottom: 5px;	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.producto .imagen{
	margin-top:10px;
	height:220px;
	position:relative;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.producto:hover .imagen{
	margin-top:10px;
	height:220px;
	position:relative;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.producto .imagenNUEVO{ 
	background-image: url(img/cartelPROXIMAMENTE.png);
	background-size:55%;
	background-repeat:no-repeat;
	background-position:right top;
	margin-top:-6px;
	margin-left:2px;
	width:97%;
	height:50%;
	position:absolute;
}




.producto .cultivos img{
	margin-left:0%;
    margin-top:70px;
	height:32px;
	width:32px;	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.producto:hover .cultivos img{
	margin-left:0%;
    margin-top:70px;
	height:32px;
	width:32px;	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}



.producto .info{
	display:none;
}


.producto h5 {
    margin-top: 2px;
    margin-bottom: 10px;
	line-height:20px;
}


.producto h2 {
    margin-top: 5px;
    margin-bottom: 5px;
	font-size: 22px;

}


.bktablas {
	display:none;
}




.productoscont {
	margin-top:-5px;
}

 
.contact {
	background-image:url(img/fondotriangulos2.png);
	background-size:8px;
	background-position:top;
	background-repeat: repeat;
    padding-top: 0px !important;
	margin-top:-150px;
	position: relative;
	width:100%;
    float: left;
    min-height:500px;;
    text-align: center;
    width: 100%;
	background-color:rgba(243,243,243);
	height:auto;
}


.contacto-title {
	display: flex;
  	justify-content:center;
	float:none;
	padding-top:20px;
	text-align:center;
	height:220px;
    line-height: 22px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;

}



.cuadrodatos {
  	display: flex;
	flex-wrap: wrap;
	align-items:flex-start;
	justify-content:center;
  	z-index:50;
	margin-top:0px;
	width:100%;
	left:0%;
}


.footer .dato {
	padding-top:20px;
	text-align:center;
	height:auto;
    line-height: 26px;
	margin-left:0px;
	width:140px;
	margin-top:40px;
	z-index:100;

}



.footer .dato2 {
	padding-top:0px;
	text-align:center;
	height:auto;
    line-height: 26px;
	margin-left:0px;
	width:140px;
	margin-top:60px;
	z-index:100;
	
}


.rectangulodato {
	display: flex;
  	justify-content:center;
	height:auto;
    width:200px;
    position: relative;
    padding:0px;
	left:0%;
	margin-top:0px;
}


.rectangulodato1 {
	display: flex;
  	justify-content:center;
    border:solid 1px rgba(256, 256, 256, 0.2);
	height:auto;
    width:100%;
	left:0%;
    color: white;
    padding:10px;
	
}

.envienos {
	margin-top:-180px;
	padding:14%;
	height:100px;
	float:left;
	position:relative;
	text-align:center;
	width:100%;
	margin-bottom:50px;
}

.muestra {
	margin-left:0px;	
	float:left;
	width:100%;
	left:-10%;
    margin-bottom: 20px !important;
	text-align:center;
	margin-right:00px;
	margin-top:-30px;
}


.muestra img{
    margin-bottom:20px !important;
	width:220px;
} 

.muestra button{
    margin-bottom: 5px !important;
}


.muestra2 {
	float:left;
	width:96%;
    margin-bottom: 30px !important;
	text-align:left;
	margin-left:0px;
	margin-top:30px;
	z-index:1;
}

.qr {
	width:100%;
}

.qr .muestra2 {
	float:left;
	width:110%;
    margin-bottom: 30px !important;
	text-align:left;
	margin-left:-20px;
	margin-top:30px;
	z-index:1;
}


.logoprod {
	position: relative;
	float:left;
	width:60%;
    margin-bottom: -0px !important;
	text-align:left;
	margin-left:-10px;
	margin-top:-10px;
	z-index:30;	
}


.fotoproducto img {
    border-right: solid 8px #919191;
    width: 50%;
}



.nombreproducto{
	font-size:55px;
	line-height:55px;
}


.contenidopopup {
	background-image:url(img/triangprod.png);
	background-position:top left;
	background-size:550px;
	background-repeat:no-repeat;
    background-color: rgba(256, 256, 256, 0.4);
	left:2%;
	width:96%;
	margin-top:0px;
    height: auto;
    padding-bottom: 50px;
	padding-top:100px;
	border-radius:20px;
	margin-bottom:30px;
	padding-right:60px;
	padding-left:60px;

}


.principio{
	position:relative;
	margin-left:0%;
	margin-top:0px;
	font-size:22px;
	line-height:22px;
	padding-right:0%;
}

.caracteristicas{
	text-align:left;
	font-size:22px;
	line-height:28px;
}





button.prod {
	border: solid  #999 0.18em;
	border-radius: 5px;
    color: #999;
    padding:3px 6px 3px 6px;
    background-color:transparent;
    margin-right: 5px;
	width:51%;
	height:50px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

button.prod:hover {
    color: white;
    background-color: #999;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.tablasproductos {
	letter-spacing: 0.1em;
	width: 100%;
	margin-left: 0%;
	font-size: 14px;
	line-height: 16px;
	font-stretch: ultra-expanded;
	border: none;
	border-color: white;
	border-collapse: collapse;
	border-radius: 1em;
	overflow: hidden;
	font-weight: bold;
	color: white;
	font-style: normal;

}

.tablasproductos th , td{
	letter-spacing: 0em;
	border-collapse: collapse;
	border-radius: 0em;
	border-color: #f3f3f3;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 5px;
	border: solid  #f3f3f3 0.12em;
	font-weight: bold;


}



.tablasproductos p{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #666;
	font-weight: normal;
	font-size:14px;

}

.tablasproductos .tablasncomun{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: -5px;
	text-align: left;
	font-style: normal;

}

.tablasproductos .tablasncientifico{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: -5px;
	text-align: right;
	font-style: normal;

}

button.prodinsect {
	border: solid  #999 0.18em;
	border-radius: 5px;
    color: #999;
    padding:8px 10px 8px 10px;
    background-color:transparent;
    margin-right: 5px;
	width:260px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}



button.prodherb {
	border: solid  #999 0.18em;
	border-radius: 5px;
    color: #999;
    padding:8px 10px 8px 10px;
    background-color:transparent;
    margin-right: 5px;
	width:290px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}



button.prodamar {
	border: solid  #999 0.18em;
	border-radius: 5px;
    color: #999;
    padding:8px 10px 8px 10px;
    background-color:transparent;
    margin-right: 5px;
	width:260px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}



button.prodfung {
	border: solid  #999 0.18em;
	border-radius: 5px;
    color: #999;
    padding:8px 10px 8px 10px;
    background-color:transparent;
    margin-right: 5px;
	width:260px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}



button.prodeco {
	border: solid  #999 0.18em;
	border-radius: 5px;
    color: #999;
    padding:5px 10px 5px 10px;
    background-color:transparent;
    margin-right: 5px;
	width:260px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}



button.prodceleste {
	border: solid  #999 0.18em;
	border-radius: 5px;
    color: #999;
    padding:5px 10px 5px 10px;
    background-color:transparent;
    margin-right: 5px;
	width:260px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

   
}


@media (max-width: 540px) {
.loader {
	position:relative;
	margin-left:43%;
	margin-top:-22%;
	margin-bottom:8%;
	  border: 6px solid #04598c;
	  border-radius: 50%;
	  border-top: 6px solid #548daf;
	  border-bottom: 6px solid #548daf;
	  width: 60px;
	  height: 60px;
	  -webkit-animation: spin 2s linear infinite;
	  animation: spin 2s linear infinite;
}
.preltexto {
	text-align:center;
	top:57%;
    position: fixed;
    color: white;
    z-index: 9999;
    height: 100%;
    width: 100%;
}

.preltexto p{
	font-size:19px;

}

  








.nuestraempresa h7 {
    width: 100% !important;
}


.productos1 {
	width:100%;
	padding-bottom:780px;
	margin-top:-60px;
	background-color:transparent;
	-webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}


.productos {
	width:100%;
	position: relative;
    height: auto;	
}

.productos-title {
	position:relative;
	left:0%;
    text-align:center;
    height: 0px !important;
	opacity:1;
	margin-bottom:70px;
	margin-top:70px;
	width:100%;
}


.productos-title h8{
	font-size:23px;
	position:relative;
	top:0px;
}


.producto {
	text-align:center;
	border:solid 1px rgba(256, 256, 256, 0.2);
	border-radius: 12px;
	background-color:rgba(256, 256, 256, 0.3);
    background-image: url(img/fondoproductoXXX.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%, auto, auto;
	width:48%;
	left:0%;
    height:auto;
	min-height:290px;
    position: relative;
    margin-bottom: 4px;
	margin-left: 4px;
	padding-bottom:20px;;
	padding-left:2%;
	padding-right:2%;
	-webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;	
}

.producto img {
	margin-left:0%;
    width: 55%;
    margin-top: 20px;
    margin-bottom: 5px;	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.producto:hover img {
	margin-left:0%;
    width: 55%;
    margin-top: 20px;
    margin-bottom: 5px;	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.producto .imagen{
	margin-top:10px;
	height:220px;
	position:relative;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.producto:hover .imagen{
	margin-top:10px;
	height:220px;
	position:relative;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.producto .cultivos img{
	margin-left:0%;
    margin-top:55px;
	height:28px;
	width:28px;	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.producto:hover .cultivos img{
	margin-left:0%;
    margin-top:55px;
	height:28px;
	width:28px;	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}



.producto .info{
	display:none;
}


.producto h5 {
    margin-top: 2px;
    margin-bottom: 10px;
	line-height:20px;
}


.producto h2 {
    margin-top: 5px;
    margin-bottom: 5px;
	font-size: 21px;

}







.rectangulodato {
	display: flex;
  	justify-content:center;
	height:auto;
    width:240px;
    position: relative;
    padding:0px;
	left:0%;
}


.footer .dato {
	padding-top:0px;
	text-align:center;
	height:auto;
    line-height: 26px;
	margin-left:0px;
	width:140px;
	margin-top:40px;
	z-index:100;

}



.footer .dato2 {
	padding-top:00px;
	text-align:center;
	height:auto;
    line-height: 26px;
	margin-left:0px;
	width:140px;
	margin-top:40px;
	z-index:100;
	
}

.envienos {
	margin-top:-150px;
	padding:14%;
	height:100px;
	float:left;
	position:relative;
	text-align:center;
	width:100%;
	margin-bottom:100px;
}



.close {
	position:fixed;
	opacity: .3;
    width:auto;
    height: auto;
    z-index: 99999;
    top: 30px;
    right: 25px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.muestra {
	margin-left:0px;	
	float:left;
	width:100%;
	left:-10%;
    margin-bottom: 20px !important;
	text-align:center;
	margin-right:00px;
	margin-top:-30px;
}


.muestra img{
    margin-bottom:20px !important;
	width:220px;
} 

.muestra button{
    margin-bottom: 5px !important;
}


.muestra2 {
	float:left;
	width:96%;
    margin-bottom: 30px !important;
	text-align:left;
	margin-left:0px;
	margin-top:30px;
	z-index:1;
}

.fotoproducto img {
    border-right: solid 8px #919191;
    width: 50%;
}



.nombreproducto{
	font-size:55px;
	line-height:55px;
}


.contenidopopup {
	background-image:url(img/triangprod.png);
	background-position:top left;
	background-size:550px;
	background-repeat:no-repeat;
    background-color: rgba(256, 256, 256, 0.4);
	left:2%;
	width:96%;
	margin-top:-20px;
    height: auto;
    padding-bottom: 50px;
	padding-top:100px;
	border-radius:20px;
	margin-bottom:30px;
	padding-right:60px;
	padding-left:60px;

}

.qr .contenidopopup {

	padding-right:50px;
	padding-left:50px;

}

.imagenNUEVOprod{
	background-image: url(img/cartelPROXIMAMENTEGde.png);
	background-size:240px;
	background-repeat:no-repeat;
	background-position:left top;
	margin-top:5px;
	margin-left:2px;

}

.imagenNUEVOprodQR{
	background-image: url(img/cartelPROXIMAMENTEGde.png);
	background-size:240px;
	background-repeat:no-repeat;
	background-position:left top;
	margin-top:7px;
	margin-left:-6px;

}


.principio{
	position:relative;
	margin-left:0%;
	margin-top:0px;
	font-size:22px;
	line-height:22px;
	padding-right:0%;
}

.caracteristicas{
	text-align:left;
	font-size:22px;
	line-height:28px;
}





button.prod {
	border: solid  #999 0.18em;
	border-radius: 5px;
    color: #999;
    padding:3px 6px 3px 6px;
    background-color:transparent;
    margin-right: 5px;
	width:51%;
	height:50px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

button.prod:hover {
    color: white;
    background-color: #999;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.tablasproductos {
	display:none;

}


.tablasproductoschica {
	display: table;
	letter-spacing: 0.1em;
	width: 100%;
	margin-left: 0%;
	font-size: 14px;
	line-height: 16px;
	font-stretch: ultra-expanded;
	border: none;
	border-color: white;
	border-collapse: collapse;
	border-radius: 1em;
	overflow: hidden;
	font-weight: bold;
	color: white;
	font-style: normal;

}






.tablasproductoschica th , td{
	letter-spacing: 0em;
	border-collapse: collapse;
	border-radius: 0em;
	border-color: #f3f3f3;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 5px;
	border: solid  #f3f3f3 0.12em;
	font-weight: normal;
	color: #666;


}



.tablasproductoschica p{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #666;
	font-weight: normal;
	font-size: 14px;
	text-align: center;

}

.tablasproductoschica .tablasncomun{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: -5px;
	text-align: left;
	font-style: normal;

}

.tablasproductoschica .tablasncientifico{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: -5px;
	text-align: right;
	font-style: normal;

}



   
}





@media (max-width: 440px) {
	

	
.loader {
	position:relative;
	margin-left:43%;
	margin-top:-30%;
	margin-bottom:8%;
  border: 6px solid #04598c;
  border-radius: 50%;
  border-top: 6px solid #548daf;
  border-bottom: 6px solid #548daf;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.preltexto {
	text-align:center;
	top:57%;
    position: fixed;
    color: white;
    z-index: 9999;
    height: 100%;
    width: 100%;
}

.preltexto p{
	font-size:18px;

}




.agroquimicos-title {
	position:relative;
    text-align: center;
    height: 59px;
	margin-bottom:140px;
	margin-top:60px;
}

.agroquimicos-title h8{
	text-align:center;
	line-height:40px;
}	

.productos-title h8{
	font-size:22px;
	line-height:18px;
	position:relative;
	text-align:center;
	top:0px;
}

.productos .principioactivo {
	font-size:15px;
	line-height:17px;
	color: #7F7F7F;
}

.productos {
	background-image:url(img/fondotriangulos2.png);
	background-color: #F3F3F3;
	background-size:8px;
    padding-top: 60px !important;
	margin-top:-30px;
	position: relative;
    float: left;
    height: auto;
    text-align: center;
    width: 100%;
	z-index:0;
}

.productos1 {
	width:100%;
	margin-top:-150px;
	padding-bottom:780px;
	background-color:transparent;
	-webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
	

}



.producto {
	text-align:center;
	border:solid 1px rgba(256, 256, 256, 0.2);
	border-radius: 12px;
	background-color:rgba(256, 256, 256, 0.3);
    background-image: url(img/fondoproductoXXX.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%, auto, auto;
	width:100%;
	left:0%;
    height:auto;
	min-height:190px;
    position: relative;
    margin-bottom: 4px;
	margin-left: 4px;
	padding-bottom:20px;;
	padding-left:4%;
	padding-right:4%;
	-webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;	
}

.producto img {
	margin-left:0%;
    width:100px;
    margin-top: 20px;
    margin-bottom: 5px;	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.producto .imagen{
	margin-top:10px;
	height:220px;
	position:relative;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.producto .imagenNUEVO{
	background-image: url(img/cartelPROXIMAMENTE.png);
	background-size:110px;
	background-repeat:no-repeat;
	background-position:right top;
	margin-left:5px;
	margin-top:-4px; 
	width:96%;
	height:50%;
	position:absolute;
}



.producto .cultivos img{
	margin-left:0%;
    margin-top:5px;
	height:33px;
	width:33px;	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.producto:hover .cultivos img{
	margin-left:0%;
    margin-top:5px;
	height:33px;
	width:33px;	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

 

.producto .info{
	display:none;
}


.producto h5 {
    margin-top: 2px;
    margin-bottom: 10px;
	line-height:20px;
}


.producto h2 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.producto:hover {
	background-size:50%;
	border:solid 1px rgba(256, 256, 256, 0.4);
	border-radius: 12px;
	background-color:rgba(256, 256, 256, 0.5);
	box-shadow: 1px 2px 10px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.producto .imagen{
	margin-top:0px;
	height:auto;
	position:relative;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.producto:hover .imagen{
	margin-top:0px;
	height:auto;
	position:relative;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.producto:hover img{
	margin-left:0%;
    width:100px;
    margin-top: 20px;
    margin-bottom: 5px;	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.mapa iframe {
    margin-top: 0px;
    width: 100%;
	opacity:0.8;
    height:400px;
}

.mapa {
	margin-top:-650px;
	position:relative;
	margin-bottom:0px;
    padding-top: 0px !important;
}

.contact {

    padding-top: 0px !important;
	margin-top:-160px;
	position: relative;
	width:100%;
    float: left;
    min-height:550px;;
    text-align: center;
    width: 100%;
	background-color:rgba(243,243,243);
} 

.contacto-title {
	display: flex;
  	justify-content:center;
	float:none;
	padding-top:20px;
	text-align:center;
	height:220px;
    line-height: 22px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;

}

.envienos {
	margin-top:-150px;
	padding:14%;
	height:100px;
	float:left;
	position:relative;
	text-align:center;
	width:100%;
	margin-bottom:100px;
}




.tablasproductoschica {
	display: table;
	letter-spacing: 0.1em;
	width: 110%;
	margin-left: -2%;
	font-size: 14px;
	line-height: 16px;
	font-stretch: ultra-expanded;
	border: none;
	border-color: white;
	border-collapse: collapse;
	border-radius: 1em;
	overflow: hidden;
	font-weight: bold;
	color: white;
	font-style: normal;
	top:200px;

}

.imagenNUEVOprod{
	background-image: url(img/cartelPROXIMAMENTEGde.png);
	background-size:240px;
	background-repeat:no-repeat;
	background-position:left top;
	margin-top:0px;
	margin-left:-15px;

}
.muestra2 img{
	width:300px;
}

.logoprod {
	position: relative;
	float:left;
	width:100%;
    margin-bottom: 0px !important;
	text-align:left;
	margin-left:0px;
	margin-top:0px;
	z-index:30;	
}



.qr .muestra2 {
	float:left;
	width:100%;
    margin-bottom: 30px !important;
	text-align:left;
	margin-left:0px;
	margin-top:30px;
	z-index:1;
}

.qr .contenidopopup {

	padding-right:20px;
	padding-left:20px;

}


.qr .tablasproductoschica {
	display: table;
	letter-spacing: 0.1em;
	width: 100%;
	margin-left: 0%;
	font-size: 14px;
	line-height: 16px;
	font-stretch: ultra-expanded;
	border: none;
	border-color: white;
	border-collapse: collapse;
	border-radius: 1em;
	overflow: hidden;
	font-weight: bold;
	color: white;
	font-style: normal;

}

}



@media (max-width: 370px) {
	
.producto .imagenNUEVO{
	background-image: url(img/cartelPROXIMAMENTE.png);
	background-size:49%;
	background-repeat:no-repeat;
	background-position:right top;
	top:-1px;
	width:96%;
	height:50%;
	position:absolute;
}
	
.puntos{
	margin-top:50px;
}

.envienos {

	margin-bottom:150px;
}



.close {
	position:fixed;
	opacity: .3;
    width:auto;
    height: auto;
    z-index: 99999;
    top: 20px;
    right: 20px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.cruz {
    width:30px;
    height:30px;
}

.muestra {
	margin-left:0px;	
	float:left;
	width:110%;
	left:-10%;
    margin-bottom: 20px !important;
	text-align:center;
	margin-right:00px;
	margin-top:-30px;
}


.muestra img{
    margin-bottom:20px !important;
	width:220px;
} 

.muestra button{
    margin-bottom: 5px !important;
}


.muestra2 {
	float:left;
	width:100%;
    margin-bottom: 30px !important;
	text-align:left;
	margin-left:0px;
	margin-top:30px;
	z-index:1;
	left:0%;
}

.muestra3 {
	float:left;
	width:95%;
    margin-bottom: 30px !important;
	text-align:left;
	margin-left:3%;
	margin-top:-30px;
	z-index:1;
}

.fotoproducto img {
    border-right: solid 8px #919191;
    width: 50%;
}



.nombreproducto{
	font-size:55px;
	line-height:55px;
}


.contenidopopup {
	background-image:url(img/triangprod.png);
	background-position:top left;
	background-size:550px;
	background-repeat:no-repeat;
    background-color: rgba(256, 256, 256, 0.4);
	left:0%;
	width:100%;
	margin-top:-20px;
    height: auto;
    padding-bottom: 50px;
	padding-top:100px;
	border-radius:20px;
	margin-bottom:30px;
	padding-right:60px;
	padding-left:30px;

}


.principio{
	position:relative;
	margin-left:0%;
	margin-top:0px;
	font-size:22px;
	line-height:22px;
	padding-right:0%;
}

.caracteristicas{
	text-align:left;
	font-size:22px;
	line-height:28px;
}



button.prodinsect {
	border: solid  #999 0.18em;
	border-radius: 5px;
    color: #999;
    padding:3px 6px 3px 6px;
    background-color:transparent;
    margin-right: 5px;
	width:100%;
	height:50px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

button.prod {
	border: solid  #999 0.18em;
	border-radius: 5px;
    color: #999;
    padding:3px 6px 3px 6px;
    background-color:transparent;
    margin-right: 5px;
	width:51%;
	height:50px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

button.prod:hover {
    color: white;
    background-color: #999;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.tablasproductos {
	letter-spacing: 0.1em;
	width:100%;
	margin-left: 0%;
	font-size: 16px;
	line-height: 18px;
	font-stretch: wider;
	border: none;
	border-color: white;
	border-collapse: collapse;
	border-radius: 1em;
	overflow: hidden;
	font-weight: bold;
	color: white;
	font-style: normal;
}



   
}
