body {
    margin: 0;
    padding: 0;
}

.containerRodaPe {
    display: flex;
    justify-content: space-around;
    height: auto;
    margin: 0;
    background-color: #DA002B;
}

.rodaPe1 {
    margin-top: 10px;
    margin: 0;
    padding: 0;

    display: flex;
    height: 300px;
}

#LOGORODAPE {
    width: auto;
    display: block;
}

#LOGORODAPE img {
    margin-top: 20px;
    width: 150px;
    height: 200PX;
}


#link {

    padding: block;
    width: auto;
    margin-top: 30px;
}

#link ul li {
    text-decoration: none;
    list-style: none;
    margin-top: 20px;
}

#link ul li a {
    font-family: "Montserrat";
    font-weight: 500;
    text-decoration: none;
    font-size: 20px;
    color: white;
    margin-top: 10px;
}


#TEXTORODAPE {

    font-family: "Montserrat";
    font-weight: 500;
    font-size: 17px;
    text-decoration: none;
    color: white;

    width: auto;
    margin-top: 30px;

}

.rodaPe2 {
    display: block;
    height: auto;
    margin: 0;
}

@media screen and (max-width: 900px) {
    .containerRodaPe {
        background-color: #DA002B;
        display: block;
        height: auto;
    }

    .rodaPe1 {
        display: block;
        height: auto;
        margin: 0;

    }

    #LOGORODAPE {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #LOGORODAPE img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #link {
        width: 42%;
        display: block;
    }

    #link ul li {
        text-decoration: none;
        list-style: none;
    }

    #link ul li a {
        font-family: "Montserrat";
        font-weight: 300;
        text-decoration: none;
        font-size: 1rem;
        color: white;

    }


    #TEXTORODAPE {
        font-family: "Montserrat";
        font-weight: 500;
        font-size: 1rem;
        text-decoration: none;
        color: white;
        width: auto;
        margin-top: 0;
        margin-left: 20px;
        border: 2px solid #DA002B;

    }

    #selo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .rodaPe2 {
        display: block;
        height: auto;
        margin: 0;

    }

    .CIESP {
        width: 20%;
        height: 90px;
    }

    .ANAPP {
        width: 30%;
        height: 120px;
    }
}