/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/

/*------------------------------------------------------------------- Melhorias de Responsividade -------------------------------------------------------------------*/

img {
    max-width: 100%;
    height: auto;
}

.banner_main, .about, .text-bg, .service_box, .testimonial_box, .vehicles_truck, .choose_box {
    box-sizing: border-box;
}

/*------------------------------------------------------------------- Ajustes para diferentes tamanhos de tela -------------------------------------------------------------------*/

@media (min-width: 1200px) and (max-width: 1342px) {
    #myCarousel a.carousel-control-next {
        right: -3%;
    }
    #myCarousel a.carousel-control-prev {
        right: -3%;
    }
    .map {
        margin-right: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .banner_slide {
        padding: 0 80px 0 0px;
    }
    .transfot span {
        font-size: 15px;
    }
    .transfot h3 {
        font-size: 16px;
    }
    .banner_main {
        background-size: auto 64%;
        padding: 220px 0px 0px 0px;
    }
    .text-bg h1 {
        font-size: 43px;
        line-height: 52px;
    }
    .about {
        margin-top: -340px;
    }
    .yelldark_colo {
        margin: 0 30px;
    }
    .titlepage h2 {
        font-size: 48px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-bg h1 {
        font-size: 43px;
        padding-bottom: 20px;
        line-height: 44px;
    }
    .banner_main {
        padding: 152px 0px 0px 0px;
        background-color: #cacaca !important;
        background: inherit;
        min-height: 919px;
    }
    .about {
        margin-top: 90px;
    }
    .transfot h3 {
        font-size: 19px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .banner_main {
        padding: 152px 0px 90px 0px;
        background-color: #cacaca !important;
        background: inherit;
    }
    .text-bg {
        max-width: 100%;
        margin-top: 0px;
    }
    .transfot {
        padding-top: 30px;
    }
    .about {
        margin-top: 90px;
    }
    .service_box {
        width: 50%;
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .header {
        padding: 30px 0px 15px 0px;
    }
    .logo {
        border: inherit;
        float: left;
        margin-top: 0px !important;
    }
    .banner_main {
        padding: 152px 0px 90px 0px;
        background-color: #cacaca !important;
        background: inherit;
    }
    .banner_slide {
        padding: 0 50px 0 0px;
    }
    .text-bg {
        max-width: 100%;
        margin-top: 0px;
    }
    .text-bg h1 {
        font-size: 36px;
        line-height: 51px;
    }
    .service_box {
        width: 100%;
        margin: 0 auto;
    }
    .service_box i {
        margin: 0 auto;
    }
    .vehicles_truck {
        margin-bottom: 30px;
    }
    .blac_co {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .map {
        margin-right: 0px;
        margin-top: 30px;
    }
    .choose_box {
        margin-bottom: 30px;
    }
    .bottom_form .enter {
        width: 100%;
        margin-bottom: 20px;
    }
}
