@charset "utf-8";
/* CSS Document */


.bloqueback{
	background: var(--brandcolor);
}

.logodemetra{
	background-image: url("../img/logo-demetra.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.logoscroll{
	background-image: url("../img/logo-demetra-green.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.supertextintrodemetra{
margin: auto; padding: 5em; text-align: center;	
}

@media screen and (max-width:1024px){	
.supertextintrodemetra{
 padding: 1.5em; 
}

}

.sectionparalax {
				position: relative;
				display: block;
				height: 500px;
				height: 95vh;
				overflow: hidden;
				color: #fff;
			}
			.sectionparalax h1 {
				color: #FFF;
			}
			.sectionparalax .cover {
				position: absolute;
				display: block;
				width: 100%;
				height: 100%;
				z-index: 1;
			}
			.sectionparalax .cover img {
				position: absolute;
				display: block;
				min-width: 100%;
				min-height: 100%;
				top: 50%;
				left: 50%;
				-webkit-transform: translate(-50%, -50%);
						transform: translate(-50%, -50%);
			}
			.sectionparalax .content {
				position: absolute;
				display: block;
				width: 100%;
				height: 100%;
				z-index: 2;
				top: 0px;
			}
			.sectionparalax .text {
				width: 50%;
				
			}
			.centralize {
				position: absolute;
				left: 30%;
				top: 60%;

				-webkit-transform: translateZ(0px) translateX(-50%) translateY(-50%);
				transform: translateX(-50%) translateY(-50%);
			}

			@media screen and (max-width: 1000px) {
				section .text {
					width: 90%;
				}
			}

.font2{
	font-family: 'Gideon Roman', cursive;
	font-style: italic;
	font-weight: normal;
	margin-top: 10px;
}








.categoriasshow{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#faf7f0+0,faf7f0+80,faf7f0+80,faf7f0+82,006e33+82,006e33+100 */
background: #faf7f0; /* Old browsers */
background: -moz-linear-gradient(70deg,  #faf7f0 0%, #faf7f0 65%, #faf7f0 80%, #faf7f0 65%, #006e33 65%, #006e33 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(70deg,  #faf7f0 0%,#faf7f0 65%,#faf7f0 80%,#faf7f0 65%,#006e33 65%,#006e33 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(70deg,  #faf7f0 0%,#faf7f0 65%,#faf7f0 65%,#faf7f0 65%,#006e33 65%,#006e33 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf7f0', endColorstr='#006e33',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

/*	animation: color-loop 18s infinite;*/
	padding: 8em 0;
}

@media screen and (max-width: 1024px) {
	.categoriasshow{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#faf7f0+0,faf7f0+80,faf7f0+80,faf7f0+82,006e33+82,006e33+100 */
		background:none;
		background-color: #faf7f0;
	}
}



@keyframes color-loop {
  0% {
    background: #FAF7F0;
  }
  25% {
    background: #E1FFE5;
  }
  50% {
    background: #FFE3F8;
  }
  75% {
    background: #E1FFE5;
  }
  100% {
    background: #EBFFE9;
  }
}

.categoriasshow ul li{
	vertical-align: top;
	display: inline-block;
	width: auto;
	text-align: center;
}
.categoriasshow ul li h4{
	font-family:Times, "Times New Roman";
	font-style: italic;
	font-weight: normal;
}			

.categoriasshow ul  img:first-child {
 	margin-left: 0px;
}

.imgicon-1{
	background-size: 90%;
	background-position: center;
	background-repeat: no-repeat;
	transition: all ease-out 0.2s;
}

.categoriasshow li:hover .imgicon-1{
 	background-size: 100%;
}


.choosecultivos{
	padding: 12em 0;
}


.choosecultivos ul li{
	vertical-align: top;
	display: inline-block;
	margin-right: 2em;
	width: 40%;
	max-width: 90px;
}

.choosecultivos article:first-child {
	padding-right: 2em;
	text-align: justify;
}
.choosecultivos ul li img{
	cursor: pointer;
}
.icon-cultivos{
	width: 76px;
	height: 76px;
	position: absolute;
	top: -38px;
	left: 50%;
	margin-left: -38px;
	border-radius: 70px;
	transition: all ease-out 0.3s;
	
}

.swiper-slide{
	cursor: pointer;
}
.swiper-slide:hover .icon-cultivos{
	width: 90px;
	height: 90px;
	top: -45px;
	margin-left: -45px;
	
}

.ongobgcategories{
	width:50%;
	border-radius:100%;
	animation:size  3s ease infinite;
}

@keyframes size {
  0% {
    width: 50%;
  }
  
  50% {
    width: 60%;
  }
  
  100% {
    width: 50%;
  }
}



.tittle-cultivos{
	background: #F0F0F0;
	text-align: center;
	padding: 5em 2em;
	position: relative;
	transition: all ease-out 0.3s;
}

.swiper-slide:hover  .tittle-cultivos{
	background: var(--brandcolor);
}
.swiper-slide:hover h3{
	color: var(--subcolor);
}



.cls-1{
	stroke:var(--brandcolor);transition: all ease 0.3s;
}
.cls-2{
	fill:var(--brandcolor);transition: all ease 0.3s;
}

.demetra-button svg{
	cursor: pointer;	
}

.demetra-button:hover .cls-1{
	stroke:var(--subcolor);
}
.demetra-button:hover .cls-2{
	fill:var(--subcolor);
}

footer{
	padding-top: 10em;
	  display: flex;
  justify-content: space-between;
}


footer ul{
width: 15%;
vertical-align: top;
display: inline-block;

}


footer ul:first-child {
width: 40%;

}


footer ul li{

margin-bottom: 2em;
padding-right: 2em;


}

footer ul li .fa-brands{
	font-size: 1.5em;
	margin-right: 1em;
}

footer ul li:hover{
	color: var(--subcolor);
	cursor: pointer;
}


.categoriasshow #square{
background-position: center;
background-size: auto 120%;

}




@media screen and (max-width: 1024px) {
	
footer ul{
width: 50%;
vertical-align: top;
display: inline-block;

}


footer ul:first-child {
width: 50%;

}


	
	
}




























.header-cat{
	background-color: var(--brandcolor);
	height: 70vh;
	overflow: hidden;
	background-image: url("../img/aplphabgstyle.png");
	background-position: bottom;
	background-size: cover;
	
}


.header-cat h1,.header-cat h4{
	color: white;
	margin-bottom: 2px;
}
.header-cat section{
	height: 100%;
	position: relative;
	padding: 0px;
}

.header-cat section article{
	position: relative;
	height: 100%;
}

.header-cat section article .cls-3{
	fill:white;
}




.header-cat img{
	position: absolute;
	width: 100%;
	bottom: -25%;
}

.allcats ul li{
	vertical-align: top;
	display: inline-block;
	padding: 1em 2em;
}

.allcats{
	border-bottom: solid 1px black;
	text-align: center;
}




.product{
	position: relative;
	text-align: center;
	margin: 5em auto;
}



.imgproduct{
	position: absolute;
	width:95%;
	left: 0px;
	top: 0px;
	transition:  all ease-out 0.3s;
}


.letterproduct{
	color:#EBEBEB;
	font-weight: 900;
	font-size: 30rem;
	line-height:25rem;
	position: absolute;
	transition: all ease-out 0.3s;
}
.product:hover .letterproduct{
	color: var(--subcolor);
}
.introproduct{
	padding:2em 1em;
}


.introproduct h2{
	color: var(--brandcolor);
	font-weight: 900;
}

.product-principal-info {
	height: 100%;
	position: relative;
}


.product-principal-info article:nth-child(2n)  {
	text-align: center;
	position: relative;
}

.product-principal-info article:last-child {
	text-align: right;
	height: 100%;
}


.productprincipal img{
	width: 80%;
	max-width: 400px;
}
.rightinfo{
	text-align: right;
}

.rightinfo ul li{
	color: white;
	border: solid 1px white;
	padding: 1em;
	margin: 0px;
}

.rightinfo ul {
	margin-top: 1em;
	width: 70%;
}



.header-producto .w20{
	height: 10em;
}




.nuestrossocios{
	
}

.logosocios{
	background: #F0F0F0;
	border: solid white 1em;
	
}

.logosocios img{
	width: 100%;
	opacity: 0.8;
	}



.logosocios img:hover{
	width: 100%;
	opacity: 1;
	}

.sectionparalax{
			top: -20px;
		left: 0px;
		position: relative;
}
