*{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    margin: 0px;
    border: 0;
    color: #000;
}

.navbar{
    background-color: #fff;
}

.navbar li a{
    color: #b92920;
}

.navbar li a:hover{
    font-weight: bold;
    color: #b92920;
}

#banner{
    margin: 0;
    padding: 0;
}

#banner h1 {
    font-size: 50px;
}

destaque-banner{
    background-color: #b92920;
    color: #fff;
    font-weight: bold;
    font-size: 2.5rem;
    padding-bottom: 8px;
}

#quem-somos{
    background-color: #b92920;
    min-height: 800px;
    padding-top: 150px;
}

#quem-somos p{
    color: #fff;
    font-size: 20px;
}

#quem-somos h1{
    font-weight: bold;
    font-size: 50px;
    color: #fff;
}

#btn-quem-somos{
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #fff;
    border-color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: fit-content;
    color: #b92920;
    font-weight: bold;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#nossa-frota{
    background-color: #fff;
    min-height: 800px;
    padding-top: 100px;
    padding-bottom: 150px;
}

#nossa-frota p{
    color: #000;
    font-size: 20px;
}

#nossa-frota h1{
    font-weight: bold;
    color:#b92920;
    font-size: 50px;
}

#missao {
    min-height: 600px;
    padding-top: 50px;
    background-image: url('/img/bg-missao.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
}

#missao h1{
    font-weight: bold;
    color:#fff;
    font-size: 55px;
}

#rastreamento{
    margin-top: 160px;
}

#rastreamento p{
    color: #000;
    font-size: 20px;
}

#rastreamento h1{
    font-weight: bold;
    color:#b92920;
}

#projeto{
    min-height: 600px;
    padding-top: 160px;
}

#projeto p{
    color: #000;
    font-size: 20px;
}

#projeto h1{
    font-weight: bold;
    color:#b92920;
    font-size: 50px;
}

#btn-projeto{
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #b92920;
    border-color: #b92920;
    text-transform: uppercase;
    text-align: center;
    width: fit-content;
    color: #fff;
    font-weight: bold;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.footer{
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    background-color: #fff;
    min-height: 150px;
}

.footer-menu {
    display: flex;
    text-decoration: none;
    list-style: none;
    justify-content: center;
    padding-top: 50px;
    
}

.footer-menu li{
    margin-right: 20px;
    align-items: center;
    list-style: none;
    
}

.footer-menu li a{
    text-decoration: none;
    color: #b92920;
}

.footer-menu li a:hover{
    font-weight: bold;
}

.footer-line{
    background-image: url('/img/linha_footer.png');
    background-repeat: repeat-x;
    min-width: max-content;
    min-height: 100px;
    margin-bottom: 100px;
}

#empresa h1{
    color: #b92920;
    font-size: 40px;
    font-weight: bold;
}

#empresa p{
    color: #000;
}
/* #mvv, #sustentavel, #empresa {
    margin-bottom: 160px;
} */

#mvv h1{
    color: #b92920;
    font-size: 40px;
    font-weight: bold;
}

destaque-mvv{
    color: #b92920;
    font-size: 30px;
    font-weight: bold;
}

#mvv p{
    color: #000;
}

#sustentavel h1{
    color: #b92920;
    font-size: 40px;
    font-weight: bold;
}

#sustentavel p{
    color: #000;
    font-size: 20px;
}

#sustentavel ul {
    list-style-type: none; /* Remove o marcador padrão */
}
  
#sustentavel ul li {
    position: relative; /* Torna a posição relativa para alinhar o marcador personalizado */
    padding-left: 20px; /* Adiciona espaço à esquerda para o marcador personalizado */
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 20px;
}
  
#sustentavel ul li::before {
    content: ''; /* Remove o conteúdo padrão do marcador */
    width: 15px; /* Largura do círculo */
    height: 15px; /* Altura do círculo */
    background-color: red; /* Cor de preenchimento do círculo */
    border-radius: 50%; /* Faz o círculo */
    display: inline-block;
    position: absolute;
    left: 0; /* Alinha o círculo à esquerda do conteúdo */
    top: 60%; /* Centraliza verticalmente o círculo */
    transform: translateY(-50%); /* Ajusta para centralizar verticalmente */
}

#contato h1{
    color: #b92920;
    font-size: 40px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 50px;
}

#quadros {
    background-color: #b92920;
    min-height: 280px;
    width: auto;

}

#mail, #telefone, #endereco{
    background-color: #1d2224;
    margin: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    min-width: 250px;
    min-height: 180px;
    color: #fff;
}

#mail h4{
    color: #fff;
    font-size: 20px;
}

#endereco h4{
    color: #fff;
    font-size: 20px;
}

#telefone h4{
    color: #fff;
    font-size: 20px;
}

#mail p{
    color: #fff;
    font-size: 16px;
}

#endereco p{
    color: #fff;
    font-size: 16px;
}

#telefone p{
    color: #fff;
    font-size: 16px;
}

#quadros i{
    color: #fff;
    font-size: 40px;
}


/* #sustentavel ul li::before {
    content: '•';
    color: red;
    font-size: 3.5em;
    position: absolute;
    left: 0;
} */

/* SLIDER FROTA */
.slideshow-container {
    position: relative;
    max-width: 800px;
    margin: auto;
}

.mySlides {
    display: none;
}

#legenda p{
    color: #b92920 !important;
    margin-bottom: 0;
    text-align: start;
    font-size: 14px;
}

#title{
    color: #b92920 !important;
    padding-bottom: 5px;
    text-align: start;
    font-size: 16px;
    font-weight: bold;
}
/* 
img {
    width: auto;
    height: auto;
} */

@media only screen and (max-width: 600px) {
    #quem-somos img {
        width: 100%;
    }

    #missao img {
        width: 100%;
    }

    #rastreamento img {
        width: 100%;
    }
    
}

.legend {
    text-align: center;
    padding: 10px;
    color: #fff;
    width: 240px;
    margin: 0;
    /* background-color: darkgrey; */
}

/* Navigation buttons styles */
.prev, .next {
    position: relative;
    top: 50%;
    padding: 16px;
    margin-top: -22px;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
}

.prev i, .next i{
    color:#b92920;
    font-size: 25px;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}