#divProarroz{
	width: 100%;
    height: 230px;
    background-image: url("../images/arrozal.jpeg");
    background-size: cover;
    background-repeat:no-repeat;
    background-position: center center;

}

.LogoProarroz {
    display: flex;
    padding: 50px 0 0 20px;
    margin-right: 20px;

}

.paralelogramo_verde {
    border: 3px solid #565f57;
    background: #81b57a;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(-20deg);
    padding: 5px 19px;
    color: white;
    box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px, rgb(10 37 64 / 35%) 0px -2px 6px 0px inset;
}

.paralelogramo_Amarillo {
    border: 3px solid #565f57;
    background: goldenrod;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(-20deg);
    padding: 5px 15px;
    color: white;
    box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px, rgb(10 37 64 / 35%) 0px -2px 6px 0px inset;
}

#divProarrozCentro{
	display: flex;
	background: transparent\9;
    background:rgba(0,0,0,0.4);
}

#h3avisos_pro{
	margin: 0;
	color: white;
	font-size: 35px;
	font-family: cursive;
}
#didvdescri_Proa{
	text-align: justify;
	color: white;
	padding: 20px;

}

#didvdescri_Proa h3{
	margin: 0;
	color: gold;
	font-size: 24px;
	text-align: left;
	
}

#didvdescri_Proa p{
margin: 0;
}


#divNoticias_sli{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}

/* responsive rules */
@media all and (max-width : 980px) {

    #divProarroz{
        height: auto;
    }

    #divProarrozCentro {
        flex-direction: column;  
    }

    #divNoticias_sli{
        flex-direction: column;
    }

     
}

