@charset "utf-8";

@font-face {
  font-family: 'Jaldi', sans-serif;
  src: url('https://fonts.googleapis.com/css2?family=Jaldi&display=swap');}
@font-face {
font-family: 'Nunito Sans', sans-serif;
src: url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,700;1,400&display=swap" rel="stylesheet')};

@font-face {
font-family: 'Nunito Sans', sans-serif;
scr: url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@700&display=swap');}

#select2{
	text-decoration-line: underline;}

#primeraLinea img{
	width: 70%;
	cursor: pointer;}

#segundaLinea img{
	width: 50%;
	cursor: pointer;}

#segundaLinea {text-align: center;
				padding-top: 30px;}

#primeraLinea{
	width: 100%;
}

#fotos img{
	width: 90%;
}

#fotos2 img{
	width: 61%;
}

#cultivos img{
	width: 90%;
}

#fotos3{padding-top: 80px;}

#borrar{text-align: center;}
#borrar2{text-align: center;}
#borrar3{text-align: center;}
#borrar4{text-align: center;}
#borrar5{text-align: center;}
#borrar6{text-align: center;}
#borrar7{text-align: center;}

.submenu a{
	font-family: 'Nunito Sans', sans-serif;
	font-size: 0.90em;
	font-weight: lighter;
	font-style: normal;
	color: #007b5f;
	text-decoration: none;}

.submenu {}


#productos{
	height: 425px;}

.somos{
	text-align: center;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 1.2em;
	font-style: italic;
	color: #007b5f;
	font-weight: lighter;
	margin-top: 0;}

#primeraLinea{
	margin-top: -20px;
	text-align: center;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 1.2em;
	font-style: italic;
	color: #007b5f;
	font-weight: bold;} 

.referencias{
	margin-top: 20px;
	text-align: center;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 1.2em;
	font-style: normal;
	color: #007b5f;
	font-weight: lighter;} 

.titulos{
	padding-top: 10px;
	padding-bottom: 15px;
	margin-top: 30px;
	text-align: center;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 1.2em;
	font-style: normal;
	color: #007b5f;
	font-weight: bold;} 

.titulos2{
	margin-top: 30px;
	text-align: center;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 1.2em;
	font-style: normal;
	color: #007b5f;
	font-weight: bold;
	border: solid 1.5px #007b5f;
	margin-right: 100px;} 

.titulos2:hover{
	color: #fff;
	font-style: italic;
	font-weight: lighter;
	border: solid 1.5px #007b5f;
	border-radius: 10px;} 

.titulos3{/*Atributos para el boton*/
	margin-top: 115px;
	text-align: center;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 1.2em;
	font-style: normal;
	color: #007b5f;
	font-weight: bold;
	border: solid 1.5px #007b5f;
	margin-right: 10px;} 

.titulos3:hover{/*Atributos para el boton*/
	color: #fff;
	font-style: italic;
	font-weight: lighter;
	border: solid 1.5px #007b5f;
	border-radius: 10px;} 

button{background-color: transparent;
		width: 160px;
		height: 53px;}

button:hover{background-color: #007b5f;
		width: 160px;
		height: 53px;}

.siguenos{
	float: right;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: bold;
	margin: 45px 70px 0;
	color: #154734;}

.ldelgada{
	font-weight: lighter;
	font-family: 'Nunito Sans', sans-serif;
	color: #154734;}

/*#primeraLinea p{
	text-align: center;
	font-family: 'Jaldi', sans-serif;
	font-size: 1.1em;}

#productos p{
	text-align: center;
	font-family: 'Jaldi', sans-serif;
	font-size: 1.1em;}*/	
	
.wrapper{ 
	width: 85%;
	margin: auto;
	}

.back{
	background-image: url('../img/backgrounds/BackTalleres.png');
	background-size: cover;
	background-attachment: fixed;
	background-color: #f9d0a0;}


/*--efectos--*/

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffb12a;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.1);}

		
		
/*Elementos responsivos*/

@media screen and (max-width: 1200px){

	.titulos0,
	.titulos1{margin-right: 45px;}
}

@media screen and (max-width: 1000px){

	.wrapper{ 
		width: 95%;}
}

@media screen and (max-width: 950px){

	.titulos0,
	.titulos1{margin-right: 35px;}
}

@media screen and (max-width: 890px){

}

@media screen and (max-width: 788px){

#foto1,
#foto3{
	text-align: center;}

.titulos0,
.titulos1,
.titulos2,
.titulos3,
.titulos4{
	margin-right: 0;
	margin-left: 0;
	text-align: center;}
}

@media screen and (max-width: 786px){

	#primeraLinea{padding-top: 10px;}


	#primeraLinea img{
	width: 95%;}

	#segundaLinea img{
	width: 65%;}
}

@media screen and (max-width: 781px){
	
	.menuPie2 ul{text-align: center;}
}  	
  
@media screen and (max-width: 768px){

	.wrapper{ 
		width: 96%;}

	.titulos0,
	.titulos1,
	.titulos2,
	.titulos3,
	.titulos4{
		font-size: .80em;
		line-height: 15px;}

}	

@media screen and (max-width: 570px){

	.wrapper{ width: 100%;}

	#foto1,#foto2,
	#foto3, #foto4,
	#foto5{
		width: 100%;}

	#primeraLinea img{
	width: 72%;}

	#segundaLinea img{
	width: 72%;}
}



	




	
	