.cont-portada{
    height: 300px;
    background: url(/img/imagen3.jpg) ;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: end;
}
.cont-portada h1{
    width: fit-content;
    height: fit-content;
    color: white;
    background-color:#54B435;;
    padding: 10px 60px;
    border-radius: 2px;
    position: absolute;
   top: 360px;
}

.cuerpo {
    display: flex;
    flex-direction: row;
    position: relative;
    margin-top: 50px;
    background:url(/img/backgraundIconR.png);
    background-attachment: fixed;
    justify-content: center;
    overflow: hidden;
}
.cuerpo .cont-cuerpo{
    position: relative;
    width: 1200px;
    background:url(/img/backgraundIconR.png);
    background-attachment: fixed;
   
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cont-cuerpo h2{
    font-size: 3em;
    color: #54B435;
}
.cuerpo .cont-cuerpo .text{
    max-width: 60%;
    margin: 20px;
}
.cuerpo .cont-cuerpo .text p{
    text-indent: 50px;
    padding-top: 20px;
    letter-spacing: 1px;
    line-height: 1.4;
    text-align: justify;
    color: #a1a1a1;
}

.cuerpo .cont-cuerpo .imagen{
    width: 400px;
    height: 250px;
    background: url(/img/hiace.jpg);
    background-position: center;
    background-attachment: contain;
    background-size: cover;
    margin: 5px;
    
}
/*Detalle de  compromiso*/
.cont-ext-detCompromiso{
    width:100%;
    display: flex;
    align-content: center;
    justify-content: center;
    
}
.cont-int-detCompromiso {
 padding: 50px; 
 max-width: 1200px;  
 height: fit-content;
 display: flex;
 flex-direction:column;
 align-items: center;
 /*background-color: #54B435;*/
}
.cont-int-detCompromiso .list-detalle{
    display: flex;
    padding: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cont-int-detCompromiso .list-detalle .inf{
    padding: 20px 20px;
    margin: 10px;
    /*background-color: blue;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    border-radius: 5px;
}
.cont-int-detCompromiso  .txtTitulo{
    font-size: 3em;
    padding: 10px;
    color: #f2f2f2f2;
    background-color: #54B435;
    margin: 10px;
    border-radius: 5px;

}
.cont-int-detCompromiso .list-detalle .inf .icon{
    font-size: 10em;
    margin: 5px;
    color: #54B435;
}
.cont-int-detCompromiso .list-detalle .inf .txtSubTitulo{
    font-size: 2.5em;
    margin: 5px;
    color: #54B435;
}

@media all and (max-width: 640px ) {
    .cont-int-detCompromiso .list-detalle{
        justify-content: center;
    }
}
