.poder{
    /* border: 2px solid black; */
    height: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.poder .uno{
    /* border: 2px solid black; */
    height: auto;
    margin-bottom: 2rem;
}

.poder .uno img{
    /* border: 2px solid black; */
    width: 70%;
    margin-bottom: 2rem;
}

.centrado{
    justify-items: center;
}

.poder .uno-1{
    /* border: 1px solid black; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(11.9rem, 1fr));
    grid-auto-rows: auto;
    gap: 1rem;
    margin-bottom: 2rem;
}

.uno-1 .articulo{
    /* border: 1px solid black; */
    margin: auto;
}

.uno-1 img{
    /* border: 2px solid black; */
    width: 75%;
    object-fit: contain;
    text-align: center;
    margin: auto;
}


.poder .tres{
    /* border: 2px solid black; */
    /* width: 70%; */
    height: auto;
    margin-bottom: 2rem;
}

.poder .tres #imagent1{
    /* border: 2px solid black; */
    width: 3.5rem;
    margin: auto;
}

.poder .tres #imagent2{
    /* border: 2px solid black; */
    width: 5.5rem;
    margin: auto;
}

.poder .tres #tit3-1{
    /* border: 2px solid black; */
    color: rgb(152, 47, 75);
    font-size: 1.5rem;
    max-width: 100%;
}




@media screen and (max-width:991px){
    .uno-1 img{
        /* border: 2px solid black; */
        width: 65%;
    }

    .poder .tres #imagent1{
        /* border: 2px solid black; */
        margin-top: 2rem;
        width: 55%;
        /* transform: rotate(90deg); */
        margin-bottom: 2rem;
    }
    
    .poder .tres #imagent2{
        /* border: 2px solid black; */
        width: 25%;
        margin: auto;
    }


}

@media screen and  (max-width:767px){
    
    .poder .tres #imagent1{
        /* border: 2px solid black; */
        width: 2.5rem;
        transform: rotate(90deg);
        /* margin: auto; */
    }
    
    .poder .tres #imagent2{
        /* border: 2px solid black; */
        width: 3rem;
        /* margin: auto; */
    }
}

@media screen and (max-width:621px){
    .uno-1 img{
        /* border: 2px solid black; */
        width: 48%;
    }
}

@media screen and  (max-width:478px){
    
    .poder .tres #imagent1{
        /* border: 2px solid black; */
        width: 2rem;
        transform: rotate(90deg);
        /* margin: auto; */
    }

    .poder .tres #imagent2{
        /* border: 2px solid black; */
        width: 2rem;
        /* margin: auto; */
    }
}