.home-top {
    height: 100vh;
    background-image: url(/assets/img/bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-top .top-home-header {
    height: 15%;
}
.top-home-header .menu-icon a {
    color: black;
    font-size: 30px;
}
.top-home-header .logo-header {
    width: 160px;
}
.top-home-header .redes-sociais img {
    width: 40px;
}
.top-home-content {
    height: 60%;
}
.top-home-content .text-center{
    color: #ffffff;
}
.top-home-content .text-center h1 {
    font-family: RalewayBold;
    font-size: 50px;
}
.top-home-content .text-center span {
    font-family: MontserratRegular;
    font-size: 20px;
    background-color: #414042;
    padding-left: 20px;
    padding-right: 20px;
}
.top-home-footer {
    height: 25%;
}
.top-home-footer .footer {
    position: relative;
}
.top-home-footer .mask {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
}
.top-home-footer .footer h3 {
    font-family: RalewaySemiBold;
    font-size: 19px;
    color: #BCBEC0;
}
.top-home-footer .footer h3 b {
    font-family: RalewayExtraBold;
    font-size: 23px;
    color: #ED1C24;
}
.top-home-footer .footer span {
    font-family: RalewayRegular;
    font-size: 12px;
    color: #939598;
}
.top-home-footer .pesquisa {
    height: 120px;
    border-right: 1px solid #6d6e71;
}
.top-home-footer .pesquisa ul {
    list-style: none;
    /* float: right; */
    padding: 0;
    margin: 0;
}
.top-home-footer .pesquisa ul li {
    display: inline-block;
}
.top-home-footer .pesquisa ul li a {
    display: block;
    font-size: 13px;
    margin: 0 18px;

    font-family: RalewayMedium;
    font-size: 13px;
    color: #a7a9ac;
}
.top-home-footer .pesquisa ul li a i {
    vertical-align: text-top;
    margin-left: 5px;
}
.top-home-footer .text-pesquisa-right span a {
    font-family: RalewayExtraBold;
    font-size: 20px;
    color: #ED1C24;
}
/* QUEM SOMOS */
.quem-somos {
    background-color: #262626;
}
.quem-somos .first-title {
    font-family: MontserratMedium;
    font-size: 12px;
    color: #BCBEC0;
}
.quem-somos .title {
    font-family: RalewayBold;
    font-size: 30px;
    color: #ffffff;
}
.quem-somos .description {
    padding: 0 100px;
}
.quem-somos .description span {
    font-family: MontserratRegular;
    font-size: 12px;
    color: #939598;
}
.quem-somos .selo img {
    width: 250px;
}
.quem-somos .img-quem-somos {
    width: 650px;
}
.quem-somos .text-desc p {
    font-family: MontserratRegular;
    font-size: 11px;
    color: #939598;
    line-height: 2;
}
.quem-somos .text-desc a {
    background-color: #ED1C24;
    font-family: MontserratBold;
    font-size: 10px;
    border-radius: 12px;
    border: 1px solid #ED1C24;
}
.mapa iframe {
    display: block;
    border: 0;
}
.mapa .box-message {
    border-radius: 15px;
    z-index: 2;

    position: absolute;
    background-color: #262626;
    color: #939598;
    top: 18%;
    right: 15%;
    width: 350px;
}
.mapa .box-message textarea,
.mapa .box-message input {
    border-radius: 25px;
    border: 1px solid #808285;
    font-family: MontserratMedium;
    font-size: 10px;
    color: #939598;
}

/* .mapa .box-message .enviar-mensagem { */
#form_contacto_captcha {
    background-color: #ed1c24 !important;
    font-family: MontserratBold !important;
    font-size: 10px !important;
    color: #ffffff !important;
}

@media (max-width: 543px) {
    .top-home-header .redes-sociais {
        display: none;
    }
}

@media (max-width: 767px) {
    .top-home-footer .text-pesquisa-right {
        margin-top: 40px;
    }
    .quem-somos .imagem {
        display: none;
    }
    .quem-somos .text-desc {
        padding-left: 0 !important;
    }
}

@media (max-width: 991px) {
    .top-home-footer .footer {
        text-align: center;
    }
    .top-home-footer .footer h3,
    .top-home-footer .pesquisa {
        margin-top: 10px;
        padding-right:0 !important;
    }
    .top-home-footer .text-pesquisa-right {
        margin-bottom: 20px;
    }
    .nossos-veiculos .description,
    .quem-somos .description,
    .ultimas-noticias .description {
        padding: 0;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mapa .box-message {
        display: none;
        /* border-radius: 0px;
        position: initial;
        top: 0;
        width: 100%; */
    }
}

@media (min-width: 544px) {
    
}

@media (min-width: 768px) {
    
}

@media (min-width: 1200px) {
    
}