@import "https://cdn.jsdelivr.net/npm/bulma@1.0.2/css/bulma.min.css";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    height: 100%;
}

header {
    /* position: fixed; */
    /* width: 100vw; */
}

.header {
    height: 70px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    width: 100%;
    padding-right: 10px;
}

.contato {
    text-decoration: none;
}

.logo-mrm {
    width: 150px;
    height: 50px;
}

.info {
    height: 30px;
    background-color: #192A63;
    display: flex;
    align-items: center;
    color: white;
    justify-content: space-evenly;
    margin-top: 70px;
    position: fixed;
    width: 100%;
}

@media (max-width: 576px) {
    .info {
        flex-direction: column;
        height: auto;
        padding: 5px;
        font-size: 15px;
    }
}

@media (max-width: 425px) {
    .info {
        flex-direction: column;
        height: auto;
        padding: 5px;
        font-size: 12px;
    }
}

.consorcio {
    color: #FFF000;
}

.fone-contato {
    display: flex;
    gap: 5px;
}
@media (max-width: 320px) {
    .fone-contato {
        flex-direction: column;
        padding-top: 5px !important;
    }
}
@media (max-width: 576px) {
    .fone-contato {
        padding-top: 8px !important;
    }
}

.fone-contato-email {
    display: flex;
    align-items: center;
    gap: 5px;
}

@media (max-width: 345px) {
    .fone-contato-email {
        height: auto !important;
        padding: 5px !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        flex-direction: row;
    }
}

ul {
    display: flex;
    list-style: none;
}


li {
    padding-left: 20px;
    color: #4AB27A;
    cursor: pointer;
}

li:hover {
    color: #FFF000;
    transition: .2s;
    text-decoration: underline solid #FFF000 4px;
}

.nav-tracking {
    position: relative;
}

.img-arround {
    position: absolute;
    right: 0;
    left: 10px;
    top: -8px;
    bottom: 8px;
}

.section {
    width: 100%;
    min-height: 516px;
    background-image: url(/assets/img/jpg/mrm-background.jpg);
    background-size: 1366px 516px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

@media (min-width: 1361px) {
    .section {
        background-size: cover;
        height: 100vh;
    }
}

@media (max-width: 576px) {
    .section {
        background-image: url(/assets/img/jpg/mrm-background-mobile.jpg);
        height: 100vh;
        height: calc(100vh - (330px + 95px));
    }
}

.teste {
    width: auto;
    height: 516px;
}

.mrm-consorcio-tracking {
    display: flex;
    justify-content: center;
}

@media (max-width: 576px) {
    .mrm-consorcio-tracking {
        margin-top: 140px;
    }
}

.img-mrm-consorcio-tracking {
    width: 500px;
}

@media (max-width: 576px) {
    .img-mrm-consorcio-tracking {
        width: 280px;
    }
}

.consulte {
    display: flex;
    justify-content: center;
}

.btn-consulte {
    background-color: #616161;
    color: white;
    padding: 5px 30px;
    border-radius: 30px;
    border: 1px solid #616161;
    width: 260px;
    margin-top: 18px;
    cursor: pointer;
}

.btn-consulte:hover {
    color: #FFF000;
    background-color: #3d3d3d;
}

.section-footer {
    width: 100%;
    height: 230px;
    min-height: 220px;
    background-color: white;
    background-image: url("/assets/img/svg/footer-background.svg");
    background-repeat: none;
    background-size: cover;
    padding-top: 50px;
}

@media (max-width: 576px) {
    .section-footer {
        display: flex;
        justify-content: center;
        height: 330px;
    }
}

@media (max-width: 576px) {
    .mrm-consorcio-white-img {
        width: 60%;
    }
}

.sobre-nos {
    padding-right: 37%;
    padding-top: 35px;
}

@media (max-width: 576px) {
    .sobre-nos {
        padding-right: 0;
        display: flex;
        justify-content: center;
        padding-left: 36px;
    }
}

.ul-sobre-nos {
    display: flex;
    list-style: none;
    flex-direction: column;
    justify-content: center;
    column-gap: 9px;
    gap: 10px;
    color: white;
}

.ul-sobre-nos>li,
.ul-sobre-nos>a>li {
    color: white;
}

.mrm-consorcio-white {
    padding-top: 25px;
}

@media (min-width: 1361px) {
    .mrm-consorcio-white {
        padding-top: 50px;
    }
}

@media (max-width: 576px) {
    .mrm-consorcio-white {
        padding-top: 35px;
        display: flex;
        justify-content: center;
    }
}

.info-footer {
    height: 30px;
    background-color: #3E423F;
    display: flex;
    align-items: center;
    color: white;
    justify-content: space-evenly;
}

@media (max-width: 576px) {
    .info-footer {
        height: auto;
        flex-direction: column;
        padding: 10px;
        font-size: 12px;
    }
}

.info-contatos-footer {
    background-color: #3E423F;
    min-height: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-desenvolvedor {
    background-color: #525252;
    height: 30px;
    min-height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

@media (max-width: 576px) {
    .info-desenvolvedor {
        font-size: 14px;
    }
}

@media (max-width: 475px) {
    .info-desenvolvedor {
        font-size: 12px;
        height: 40px;
    }
}

.ml-15 {
    margin-left: 15px;
}

.d-flex {
    display: flex;
}

@media (max-width: 576px) {
    .d-flex {
        display: block;
    }
}

.j-content {
    justify-content: space-around;
}