* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.logo{
    width: 5rem;
    height: 3rem;
}
.card-left.bg-body-tertiary {
    background-color: #d3dfe76b!important;
}
h1{
    color: #024069;
}
h1.display-5 {
    color: #005792; 
}
.carousel-item.active {
    background-color: #005792;
    height: 30rem;
}
.carousel-item{
    background-color: #005792;
    height: 30rem;
}
.quadrado{
    background-color: #F78B1F;
    width: 60rem; 
    height: 25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.625rem;
}
.comecar{
    background-color: #F78B1F;
    width: auto;
    height: 20rem;
    margin-bottom: 5rem;
}
.btn-primary {
    background-color: #005792; 
    width: 10rem;
    margin-top: 2rem;
    border: none;
}
.btn-primary:hover {
    background-color: #024069; 
    border: none;
}
footer{
    width: 100;
    background-color: #20427e;
    height: 23rem;
    margin-top: 10rem;
}
footer .card-left3{
    width: 49%;
    margin-left: 2rem;
}
footer .card-right3{
    width: 49%;
    margin-top: 3rem
}
footer .card-center{
    width: 2%;
    border-left: 2px solid #fff;
}
@media only screen and (max-width: 990px) {
    h1{
        font-size: 2rem;
        line-height: 2.625rem;
    }
    .card-left.bg-body-tertiary {
        background-color: #d3dfe76b!important;
    }
    #about .card-left {
        flex-direction: row;
        text-align: left;
    }
    #about .card-left p{
        text-align: center;
    }
    #about .card-left h1 {
        font-size: 2.5rem; 
    }
    #about .card-right img {
        display: none;
    }
    footer{
        height: auto;
    }
    .card-left3{
        display: inline;
        flex-direction: row;
    }
    .card-right3{
        margin-bottom: 0;
        margin-block-start: 0;
    }
    .imgfooter{
        margin-top: 0;
        margin-inline-start: -4rem;
    }
    footer{
        background-color: #20427e;
        position: absolute;
        margin-bottom: 1rem;
        width: 100%;
    }
}