#spec{
	background-image: url('../../images/bg_unid_pecuaria.svg');
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 100%;
	height: 900px;
	padding-top: 80px;
}

#spec p{
	color: #fff;
	font-size: 21px;
}

#spec2{
	display: block;
}

#spec2 .lista{
	display: flex;
	justify-content: initial;
	align-items: center;
	list-style: none;
	flex-wrap: wrap;
	margin-bottom: 0;
}

#spec2 .lista li{
	background-repeat: no-repeat;
	background-position: center center;
	width: 50%;
	height: 650px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#spec2 .lista li.w100{
	width: 100%;
	height: 520px;
}

#spec2 .item{
	background-color: rgba(0,44,15,0.8);
	height: 100%;
	padding: 30px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#spec2 .item .title{
	font-family: 'Kaushan Script', cursive;
	font-size: 28px;
	color: var(--main-empresa);
}

#spec2 .item .text{
	color: #fff;
	font-size: 21px;
}

@media(max-width: 600px){
	#spec2 .lista li{
		width: 100%;
		height: 400px;
	}
	#spec{
		height: 1273px;
	}
}


/************************************/

#spec3{
	background-image: url('../../images/bg-pecuaria2.svg');
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 450px;
}

#spec3  .title{
	font-size: 42px;
	font-family: 'Kaushan Script', cursive;
	color: var(--main-empresa);
}

#spec3 .box{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#spec3 .title{
	font-weight: bold;
	font-size: 42px;
	color: #fff;
	margin-bottom: 20px;
}

#spec3 .text{
	color: #fff;
	font-size: 21px;
    text-align: center;
}