body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

a {
    text-decoration: none;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: auto;
    }
}

.whatsapp {
    width: 65px;
    right: 30px;
    height: auto;
    bottom: 30px;
    z-index: 999;
    position: fixed;
    filter: drop-shadow(0 0 2px #333);
    transition: all .7s;
}

.whatsapp:hover {
    transform: rotate(15deg);
    filter: drop-shadow(0 0 5px #333);
    /* transform: scale(1.1); */
}

/*--------------------------------------------------------------
# Desabilita o delay do AOS em mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# menu
--------------------------------------------------------------*/

.header-top {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(120deg, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 1) 50%);
    background: -webkit-linear-gradient(120deg, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 1) 50%);
    background: linear-gradient(120deg, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
}

.header-top img {
    width: 33px;
    position: relative;
    right: 6px;
    bottom: 2px;
}

.header-top h1 {
    color: #fff;
    font-size: 1.9em;
    font-weight: 600;
    font-style: italic;
    margin: 0;
}

.header-top span {
    color: #FB0401;
}

.header-top p {
    margin: 0;
    color: #FB0401;
    font-style: normal;
    font-size: .7em;
    font-weight: 400;
}

.header-top .ajuste {
    position: relative;
    top: 4px;
}

.dropdown-menu--animate.collapsing {
    display: block;
}

.dropdown-menu--animate {
    opacity: 0.8;
    height: 0;
    display: block;
    transition: all 0.3s;
    overflow: hidden;
    transform-origin: top;
    transform: scale(1, 0);
}

.dropdown-menu--animate.show {
    opacity: 1;
    height: auto;
    transition: all 0.3s;
    transform: scale(1);
}

.navbar {
    padding-top: .3rem;
    padding-bottom: .3rem;
    background-color: #FF0008;
    color: #fff;
    transition: all 0.8s;
}

@media (max-width: 767.98px) {
    .navbar {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
}

.navbar-brand {
    display: contents;
}

.navbar-brand img {
    width: 250px;
    transition: all .7s;
}

.navbar-brand img:hover {
    transform: scale(1.1);
}

.nav-link {
    color: #fff;
    transition: all .5s;
}

.nav-link:hover {
    color: #fff;
}

/* Underline From Left */
.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #004580;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
    right: 0;
}


.hline {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hline:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    background: #fff;
    height: 4px;
    width: 30px;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(4px);
    transition-property: transform;
    -webkit-transform: translateY(4px);
    -webkit-transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hline:hover:before,
.hline:focus:before,
.hline:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    color: #c11424;
}

@media screen and (max-width: 1091px) {
    .nav-link {
        font-size: .8em;
    }
}

.nav-link i {
    font-size: 2.8em;
    position: relative;
    /* top: 3px; */
}

.dropdown-toggle::after {
    display: none;
}

.fix-header {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    z-index: 900;
    /* background-color: transparent; */
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    transition: All 1s ease;
    position: static;
}

.fix-header .fix-men {
    position: fixed;
    z-index: 1029;
    width: 100%;
    top: -313px;
    transition: all .7s;
}

.fix-header .fixed-menu {
    padding: 10px 0;
    position: fixed;
    top: 0;
    margin-top: 0px;
    width: 100%;
}

.fix-header .active {
    font-weight: 900;
    color: #fff;
}

.fixed-menu {
    background-color: #26231d;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(85, 85, 85, 1);
    -moz-box-shadow: 0px 0px 20px 1px rgba(85, 85, 85, 1);
    box-shadow: 0px 0px 20px 1px rgba(85, 85, 85, 1);
    /*background-color:rgba(255,255,255,0.9);*/
    position: fixed;
    border: none;
    opacity: .85;
}

.fixed-menu .navbar {
    padding: 0;
}

.fixed-menu h1 {
    top: 0;
}

.fixed-menu img {
    width: 200px;
}

.bg-white {
    background-color: #fff;
}

.bg-white .nav-link {
    color: #333;
    transition: all .7s;
}

.bg-invi {
    background-color: #BD1517;
}

.bg-invi .nav-link {
    color: #fff;
}

.fixed-menu .bg-invi {
    background-color: #26231d !important;
}

.fixed-menu .bg-invi .nav-link {
    color: #fff;
}

.bx-menu {
    color: #fff;
}

@media screen and (max-width: 991px) {
    .navbar-brand img {
        width: 190px;
    }

    .fixed-menu img {
        width: 70px;
    }
}


@media screen and (max-width: 767px) {
    .fixed-menu {
        padding: 5px 0 0 0;
    }

    .navbar-brand h1 {
        top: 0px;
    }

    .dropdown-menu {
        padding: 0;
        margin: 0;
    }
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/

#hero {
    width: 100%;
    /* height: 100vh; */
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 0 !important;
}

#hero button {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1000;
}

#hero .swiper-slideactive {
    display: block;
    width: 100%;
    margin: 0 auto;
}

#hero .navbar-toggler-icon {
    background-color: transparent;
}

#hero .container-fluid {
    padding: 0 !important;
}

#hero .carousel-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    height: 100vh;
    padding-bottom: 300px;
    width: 85vw;
    margin: 0 auto;
}

#hero .carousel-item img {
    display: block;
    margin: 0 auto;
}

#hero {
    width: 100%;
    /* height: 100vh; */
    overflow: hidden;
    position: relative;
    background: fff;
    padding: 0 !important;
}

/* #hero p {
    margin: 0;
    position: absolute;
    top: 30%;
    left: 60px;
    width: 30vw;
    color: #fff;
    font-size: 2em;
    line-height: 1.4em;
} */

#hero button {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1000;
}

#hero .navbar-toggler-icon {
    background-color: transparent;
}

#hero .container-fluid {
    padding: 0 !important;
}

#hero .carousel-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    /* height: 100vh;
    padding-bottom: 300px; */
    width: 85vw;
    margin: 0 auto;
}


#hero .carousel-control-prev,
#hero .carousel-control-next {
    width: 10%;
    text-decoration: none;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
    text-decoration: none;
}

@media (min-width: 1024px) {

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

#home-slide {
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 9px 1px rgb(0 0 0 / 66%);
    -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.66);
    box-shadow: 0px 0px 9px 1px rgb(0 0 0 / 66%);
    position: relative;
    top: -55px;
    margin-bottom: -40px;
    z-index: 1001;
}

#home-top {
    padding: 5rem 0 2.5rem;
}

#home-top span {
    color: #FF0008;
    font-weight: 700;
    font-style: italic;
}

#home-top h1 {
    font-weight: 800;
    font-size: 4em;
    line-height: 1em;
}

#home-top p {
    font-weight: 600;
}

#rastreie {
    background-color: #FF0008;
    padding: 3.5rem 0;
}

#rastreie h2 {
    color: #fff;
    font-weight: 800;
}

#rastreie p {
    color: #fff;
    margin: 0;
}

#rastreie img {
    width: 100px;
}

#areas {
    background: url('../img/bg1.jpg') center no-repeat;
    background-size: cover;
    border-bottom: 20px solid #ff0008;
}

#areas .title h3 {
    color: #fff;
    font-weight: 800;
}

#areas .title p {
    color: #fff;
}

#areas .card {
    border: none;
    border-radius: .25rem;
}

#areas .card a {
    color: #FF0008;
    font-weight: 800;
    letter-spacing: .1em;
}

#areas .card i {
    font-weight: 800;
    font-size: 1.5em;
    position: relative;
    top: 5px;
    margin-top: -5px;
}

#areas hr {
    margin: 3rem 0;
    background-color: #fff;
    opacity: .7;
}

#areas h4 {
    color: #fff;
    font-size: 3em;
    font-weight: 700;
    margin: 0;
}

#areas span {
    color: #FB0401;
}

#areas .truck {
    margin-top: -40px;
    margin-bottom: -111px;
}

#cta {
    background: url('../img/bg2.jpg') center no-repeat;
    background-size: cover;
    padding: 100px 0;
}

#cta .cta-box {
    background-color: #fff;
    padding: 50px 20px;
    filter: drop-shadow(0px 0px 11px rgba(47, 47, 47, 0.664));
}

#cta h5 {
    font-size: 3em;
    margin-bottom: 1rem;
}

#cta p {
    font-weight: 600;
    margin: 1rem 0 2rem;
}

#cta2 {
    background: url('../img/bg-cta.jpg') center no-repeat;
    background-size: cover;
}

#cta2 h5 {
    font-size: 3.5em;
    font-weight: 700;
    line-height: 1em;
}

#cta2 .img {
    margin-top: -40px;
}

/*--------------------------------------------------------------
  # Sobre
  --------------------------------------------------------------*/

#sobre {
    background: url(../img/bg-sobre.jpg) center no-repeat;
    background-size: cover;
}

#sobre .pad1 {
    padding: 70px 0;
}

#sobre .pad2 {
    padding: 20px 0;
    background: rgb(255, 0, 8);
    background: -moz-linear-gradient(120deg, rgba(255, 0, 8, 1) 50%, rgba(255, 255, 255, 0) 50%);
    background: -webkit-linear-gradient(120deg, rgba(255, 0, 8, 1) 50%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(120deg, rgba(255, 0, 8, 1) 50%, rgba(255, 255, 255, 0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0008", endColorstr="#ffffff", GradientType=1);
}

#sobre h1 {
    color: #fff;
    font-weight: 900;
    font-size: 4em;
    margin: 0;
}

#sobre-main h2 {
    font-weight: 700;
    font-size: 4em;
}

#values {
    background-color: #EAEAEA;
}

#values .title {
    font-size: 1.5em;
    font-weight: 900;
}

#slogan {
    background: url('../img/bg-sobre2.jpg') center no-repeat;
    background-size: cover;
    padding: 60px 0;
    border-bottom: 20px solid #ff0008;
}

#slogan p {
    margin: 0;
    color: #fff;
    font-size: 2.5em;
    font-weight: 800;
}

#slogan span {
    color: #FB0401;
    font-weight: 700;
}

/*--------------------------------------------------------------
  # Soluções
  --------------------------------------------------------------*/

#solucoes {
    background: url(../img/bg-sobre.jpg) center no-repeat;
    background-size: cover;
}

#solucoes .pad1 {
    padding: 70px 0;
}

#solucoes .pad2 {
    padding: 20px 0;
    background: rgb(255, 0, 8);
    background: -moz-linear-gradient(120deg, rgba(255, 0, 8, 1) 50%, rgba(255, 255, 255, 0) 50%);
    background: -webkit-linear-gradient(120deg, rgba(255, 0, 8, 1) 50%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(120deg, rgba(255, 0, 8, 1) 50%, rgba(255, 255, 255, 0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0008", endColorstr="#ffffff", GradientType=1);
}

#solucoes h1 {
    color: #fff;
    font-weight: 900;
    font-size: 4em;
    margin: 0;
}

#solu-main .card {
    background-color: #F3F3F3;
}

/*--------------------------------------------------------------
  # Contato
  --------------------------------------------------------------*/

#formulario {
    border-top: 20px solid #FF0008;
    background-color: #fff;
    padding: 30px;
    position: relative;
    top: -100px;
    margin-bottom: -100px;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(36, 36, 36, 0.61);
    -moz-box-shadow: 0px 0px 14px 0px rgba(36, 36, 36, 0.61);
    box-shadow: 0px 0px 14px 0px rgba(36, 36, 36, 0.61);
}

#formulario .info-icons {
    font-size: 3em;
    padding: 7px;
    color: #FF0008;
    position: relative;
    right: 12px;
    top: 2px;
}

#formulario .ajuste {
    top: 6px;
}

#formulario a {
    color: #000;
}

.g-recaptcha div:first-child {
    margin: 0 auto;
    display: block;
}

/*--------------------------------------------------------------
  # Trabalhe Conosco
  --------------------------------------------------------------*/

#trabalhe {
    background: url(../img/bg-trabalhe.jpg) center no-repeat;
    background-size: cover;
}

#trabalhe .pad1 {
    padding: 70px 0;
}

#trabalhe .pad2 {
    padding: 20px 0;
    background: rgb(255, 0, 8);
    background: -moz-linear-gradient(120deg, rgba(255, 0, 8, 1) 50%, rgba(255, 255, 255, 0) 50%);
    background: -webkit-linear-gradient(120deg, rgba(255, 0, 8, 1) 50%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(120deg, rgba(255, 0, 8, 1) 50%, rgba(255, 255, 255, 0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0008", endColorstr="#ffffff", GradientType=1);
}

#trabalhe h1 {
    color: #fff;
    font-weight: 900;
    font-size: 4em;
    margin: 0;
}

#trab {
    background: url(../img/bg-cta.jpg) center no-repeat;
    background-size: cover;
    padding: 120px 0;
    border-bottom: 20px solid #FF0008;
}

/*--------------------------------------------------------------
  # Trabalhe Conosco
  --------------------------------------------------------------*/

#rastreamento {
    background: url(../img/bg-rastreie.jpg) center no-repeat;
    background-size: cover;
}

#rastreamento .pad1 {
    padding: 70px 0;
}

#rastreamento .pad2 {
    padding: 20px 0;
    background: rgb(255, 0, 8);
    background: -moz-linear-gradient(120deg, rgba(255, 0, 8, 1) 50%, rgba(255, 255, 255, 0) 50%);
    background: -webkit-linear-gradient(120deg, rgba(255, 0, 8, 1) 50%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(120deg, rgba(255, 0, 8, 1) 50%, rgba(255, 255, 255, 0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0008", endColorstr="#ffffff", GradientType=1);
}

#rastreamento h1 {
    color: #fff;
    font-weight: 900;
    font-size: 4em;
    margin: 0;
}

#rast-main {
    padding: 100px 0;
}

/*--------------------------------------------------------------
  # Buttons
  --------------------------------------------------------------*/


.btn-top {
    background-color: #FF0008;
    color: #fff;
    font-weight: 700;
    font-size: 1.3em;
    padding: 6px 20px;
    transition: all .5s;
}

.btn-top:hover {
    background-color: #db0007;
    color: #fff;
}

.btn-footer {
    background-color: #FF0008;
    color: #fff;
    font-weight: 700;
    font-size: 1em;
    padding: 3px 20px;
    border-radius: 0;
    width: auto;
    transition: all .5s;
}

.btn-footer:hover {
    background-color: #db0007;
    color: #fff;
}

.btn-red {
    background-color: #FF0008;
    color: #fff;
    font-weight: 600;
    letter-spacing: .1em;
    transition: all .5s;
}

.btn-red:hover {
    background-color: #b40006ce;
    color: #fff;
}

.btn-red i {
    font-size: 1.3em;
    position: relative;
    top: 3px;
}

.btn-branco {
    background-color: #fff;
    color: #FF0008;
    font-weight: 800;
    font-size: 1.2em;
    padding: 8px 20px;
    transition: all .5s;
}

.btn-branco:hover {
    background-color: rgb(221, 221, 221);
    color: #FF0008;
}

.btn-branco i {
    font-weight: 900;
    font-size: 1.3em;
    position: relative;
    top: 4px;
    margin-top: -4px;
}

.btn-contato {
    background-color: #FF0008;
    color: #fff;
    font-weight: 700;
    font-size: 1.4em;
    border-radius: 0;
    transition: all .5s;
}

.btn-contato:hover {
    background-color: #b8070d;
    color: #fff;
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/

footer {
    background-color: #000;
}

#footer-info h6 {
    color: #fff;
    font-size: 1.9em;
    font-weight: 600;
    font-style: italic;
    margin: 0;
}

#footer-info .barra {
    color: #FB0401;
}

#footer-info .title {
    margin: 0;
    color: #FB0401;
    font-style: normal;
    font-size: .7em;
    font-weight: 400;
}

#footer-info {
    background-color: #000;
}

#footer-info p {
    color: #fff;
    margin: 0 0 5px;
    font-size: .9em;
}

/* #footer-info img {
    width: 300px;
} */

#footer-info a {
    color: #fff;
}

#footer-info .info-icons {
    font-size: 2.3em;
    padding: 7px;
    color: #FF0008;
    position: relative;
    right: 12px;
    top: 2px;
}

/* #footer-info a:hover {
    text-decoration: underline;
} */

#footer-info .nav-bot a {
    color: #fff;
    font-size: 1.2em;
    transition: all .7s;
}

#footer-info .nav-bot a:hover {
    letter-spacing: .1em;
}

#footer-info .social-icons {
    font-size: 2.5em;
    color: #fff;
}

#footer-info .soci i {
    font-size: 2em;
}

@media screen and (max-width: 767px) {
    #footer-info .nav-bot a:hover {
        letter-spacing: 0;
    }

}

.footerhr {
    background-color: #fff;
    width: 80%;
    margin: 0 auto;
    opacity: .5;
}

/*--------------------------------------------------------------
  # Copyright bottom
  --------------------------------------------------------------*/

#copyright {
    background: #000;
}

#copyright p {
    font-size: 1em;
    color: #fff;
    font-weight: 400;
}

#copyright a {
    display: contents;
    color: #fff;
}

#copyright img {
    width: 64px;
}

#copyright .poli {
    transition: all .5s;
}

#copyright .poli:hover {
    text-decoration: underline;
}



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #formulario .ajuste2 {
        padding-left: 35px;
    }

    #formulario .bord {
        border-left: 1px solid #ccc;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}


/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    #home-top h1 {
        font-size: 2.5em;
    }

    #solu-main .img-top {
        width: 219px;
    }

    #cta2 h5 {
        font-size: 2.5em;
    }

    #footer-info .info-icons {
        right: 20px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .header-top {
        background: #000;
    }

    .btn-top {
        font-size: 1em;
        margin-top: 15px;
    }

    #footer-info .info-icons {
        right: 0px;
    }

    #footer-info ul {
        padding-left: 0;
    }

    #areas .truck {
        margin-top: 0;
        margin-bottom: -100px;
    }

    #cta {
        background: url(../img/bg2.jpg) right center no-repeat;
    }

    #sobre .pad2 {
        background: transparent;
    }

    #sobre h1 {
        font-size: 3em;
    }

    #solucoes h1 {
        font-size: 2em;
    }

    #cta2 .img {
        margin-top: 40px;
    }

    #formulario .info-icons {
        right: 0;
        top: 10px;
    }

    #formulario .ajuste {
        top: 15px;
    }

    #trabalhe h1 {
        font-size: 2em;
    }

    #rastreamento h1 {
        font-size: 2em;
    }

    #home-slide {
        padding: 20px 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        top: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #areas h4 {
        font-size: 1.7em;
    }

    #cta h5 {
        font-size: 2em;
        margin-bottom: 1rem;
    }

    #cta .cta-box {
        padding: 40px 10px;
    }

    #sobre-main h2 {
        font-size: 2em;
    }

    #slogan p {
        font-size: 1.5em;
    }

    #formulario {
        padding: 20px 0;
        top: 0;
        margin-bottom: 0px;
    }

    #rastreamento h1 {
        font-size: 1.5em;
    }

    .g-recaptcha {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}