.carousel img{
width: 100%;
height: 600px;
padding-bottom: 15px;
margin-top: 32px;
}

.site{
    background-color: rgb(51, 51, 162);

}

.row h2{
    text-align: center;
    padding: 16px;
}

.btn{

    justify-items: center;
    width: 100%;
}

header{
    background-color: rgb(36, 36, 121);
    color: white;
    text-align: center;
    padding: 12px;
    position: fixed;
    top:0;
    left:auto;
    width: 100%;
    z-index: 100;
}

.card-header img{
    height: 150px;
    
}

.espaço-vazio img{
    width: 800px;
    height: 600px;
    padding: 32px;
}

.card {
    margin: 16px 0;

}

.card-header{
    justify-items: center;
}

.card-footer {
text-align: center;
}

.card-text{
    text-align: center;
}

.fundo-card{
    background-color:rgb(24, 183, 211) ;
}

@media screen and (max-width: 767px) {
    
    #carousel-id img{
        width: 1080px;
        height: 400px;
    }

    .card-header img{
        width: 100%;
        height: 100%;
    }
}

