/* Resetando alguns estilos padrões */
body, h1, h2, h3, p, h5 {
    margin: 0;
    padding: 0;
}

.carousel-item {
    transition: transform .6s ease-in-out;
}

/* Estilo do corpo */
body {
    font-family: Quicksand, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    text-align: center;
}

.titulo-terracota{
    color: #E2725B!important;
}

.textos{
    color: #775852!important;
}
.logo {
    top: 10px; /* Distância do topo */
    left: 10px; /* Distância da esquerda */
    z-index: 1000; /* Garante que fique acima dos outros elementos */
}

.logo img {
    width: 120px; /* Ajuste o tamanho conforme necessário */
    height: auto; /* Mantém a proporção */
}

.navbar{
    background-color:	#E2725B!important;
}

.navbar-brand{
    outline: none;
}

.nav-link{
    color: #F5EBDD!important;
}
.nav-link:hover{
    color: #C99C70!important;
}

.navbar h1{
    color: #F5EBDD!important;
}

.carousel-inner {
    height: 90vh;
}

.carousel-item{
    top : -50%;
}

.card-img-top{
    height: 350px;
    object-fit: cover;
    overflow: hidden;
}

.card-img-top img{
    width: 100%;
    margin-top: -25%;
}
/* Estilo do rodapé */
    .footer-col {
        border-left: 1px solid #F5EBDD; /* Linha com cor terracota clarinha */
    }


@media (max-width: 767px) {
    .footer-col {
        border-left: none; /* Remove linha no celular */
    }
}
.footer {
    background-color:	#E2725B!important;
    color: #F5EBDD!important;
    padding: 10px;
    margin-top: 20px;
}
