body{
    background-color:black;
}

.card-estilo{
    max-width: 15rem;
}

.logo{
    width: 150px;
    margin-left: 50px;
}

.imagem-carrocel{
    height: 600px;
    object-fit: cover;
}

.fonte-sobre-nos{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: grey;
}

.sessao-sobre{
    position: relative;
    width: 900px;
    margin: 30px auto;
}

.estilo-botao{
    background-color:red;
    padding: 10px;
    border: 10px;
    border-radius: 10px;
    color: white;
    transition: 1s all;
}

.cor-cards{
    background-color:lightgray;
}

.imagens-cards{
    height: 200px;
    object-fit: cover;
}

.imagem-card-correcao{
    height: 200px;
    object-fit: cover;
    object-position: 0 80%;
}

.sessao-cards{
    margin: 0 0 50px 0;
}

.mapa{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}

.mapa-conteudo{
    width: 940px;
    margin: 0 auto;
}

.titulo{
    font-family: 'Cormorant Garamond', serif;
    color:grey;
    margin: 0 0 20px 0;
}

.video{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px 0;
}

.video-conteudo{
    width: 560px;
}

.rodape{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.caixa-footer{
    width: 350px;
}

footer{
    background: linear-gradient(black, white );
}

footer p{
    display: flex;
    justify-content: center;
    color:black;
}

.logo-redes{
    display: flex;
    flex-direction: row;
    margin-right: 10px;
    width: 24px;
}

.logo-git{
    margin-left: 10px;
    width: 24px;
    font-family: 'Roboto', sans-serif;
}

.texto-footer{
    border-radius: 10px;
    margin-right: 5px;
}

.input-texto{
    border-radius: 10px;
    margin-right: 5px;
}

.botao{
    background-color: sienna;
    border-radius:10px ;
    padding: 5px 10px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    transition: 1s all;
}

.botao:hover{
    transform: scale(1.2);
}

.quem-somos{
    width: 940px;
    margin: 100px auto;
    
}

.texto-quem-somos{
    display: inline-block;
}

.quem-somos p{
    color: white;
    font-size: 20px;
}

.imagem-quem-somos{
    width: 200px;
    float:left;
	margin: 0 20px 20px 0;     
}

.assinatura{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

/* RESPONSIVIDADE*/

@media screen and (max-width:480px){
    .container, .navbar, .texto-assinatura, .rodape
    .carousel slide{
        
        width: 100%;
        text-align: justify;
    }

    .sessao-sobre, .mapa-conteudo, .video-conteudo{
        width: 85%;
        text-align: justify;
    }

    .card-estilo{
        max-width: 8rem;
        max-height: 26rem;
    }

    .estilo-botao{
        background-color:red;
        padding: 5px;
        border-radius: 10px;
        color: white;
        font-size: 10px;
    }

    .card-title{ 
        font-size: 15px;
        font-weight: bold;
    }

    .rodape{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items:center ;
        margin: 50px 0;
    }

    .caixa-footer{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .texto-footer{
       font-size: 14px;
       width: 70%;
    }

    .logo-redes, .logo-git{
        display: flex;
        flex-direction: row;
        width: 24px;
    }

    .logo{
        width: 150px;
        margin-left: 0px;
    }

    .botao{
        margin-top: 20px;
    }


}    
