@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 {}

.header {
    height: 70px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    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;
}

@media (max-width: 576px) {
    .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-info {
    padding: 15px 0 0 235px;
    height: 172px;
    min-height: calc(100vh - (70px + 30px + 156px + 220px + 30px + 30px));
    background-color: white;
    font-weight: 700;
    color: #525252;
}

@media (max-width: 576px) or (max-width: 1024px) {
    .section-info {
        height: auto;
        padding-left: 55px;
    }
}

.site {
    color: #4AB27A;
    font-weight: 700;
    text-decoration: underline;
}

a:visited {
    color: #4AB27A;
}

.section {
    background-image: url("/assets/img/svg/contato.svg");
    background-repeat: no-repeat;
    background-size: cover;
    /* width: calc(100vw - 17px); */
    height: 149px;
}

@media (min-width: 1361px) {
    .section {
        min-height: 250px;
    }
}

.section-img {
    /* width: 100%; */
    width: calc(100vw - 17px);
    height: 149px;
}

.teste {
    width: auto;
    height: 516px;
}

.mrm-consorcio-tracking {
    display: flex;
    justify-content: center;
}

.img-mrm-consorcio-tracking {
    width: 500px;
}

.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;
    /* padding-right: 37%; */
}

.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 0;
        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;
}