body {
    /*box-sizing: border-box;
    padding: 53px;*/
    background: url(../img/bg_bilts.svg);
    font-family: 'Montserrat';
    color: #792293;
}

header {
    display: block;
    padding: 53px;
}

.wpp_flag {
    width: 262px;
    height: 80px;
    background: red;
    top: 0;
    right: 10%;
    position: absolute;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    font-size: 1.4em;
    /* text-align: center; */
    font-weight: bold;
    line-height: 80px;
    background-color: #53ce60;
}

.wpp_flag a {
    width: 100%;
    height: 100%;
    display: block;
    color: white;
    text-decoration: none;
}

.wpp_flag span {
    width: 49px;
    height: 100%;
    display: block;
    background: url(../img/wpp.png) no-repeat center center;
    background-size: contain;
    margin-left: 20px;
    float: left;
    margin-right: 10px;
}

header nav .active {
    font-weight: bold;
}

.header-content {
    width: 100%;
    float: left;
    background: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-sizing: border-box;
    padding-left: 53px;
}

header .left {
    width: 159px;
    float: left;
    display: block;
    margin-left: 20px;
    padding-top: 32px;
}

header .right {
    width: 100%;
    text-align: center;
    padding-top: 148px;
}

.outline {
    /*background: white;
    border-radius: 10px;*/
    display: block;
    height: 100%;
    width: 100%;
    float: left;
    margin-bottom: 53px;
}

.logo {
    /*width: 195px;
    margin-left: 70px;*/
}

nav {
    margin: auto;
    display: table;
}

ul li {
    display: inline-block;
    text-transform: uppercase;
}

ul li a {
    font-family: 'Montserrat';
    text-decoration: none;
    font-size: 21px;
    margin: 0 36px 0px 36px;
    color: #792293;
    line-height: 40px;
}

section.banner {
    width: 100%;
    height: 544px;
    display: block;
    float: left;
    /*background: red;*/
}

section.banner article {
    /*background: url(../img/banner_2.jpg) no-repeat;*/
    background-size: contain;
    background-position: top center;
    width: 100%;
    height: 100%;
}

section.columns {
    /*width: 100%;
    float: left;*/
    /*display: table;
    table-layout: fixed;*/
    background: white;
    margin-left: 53px;
    margin-right: 53px;
    -webkit-box-shadow: 20px 40px 20px -9px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 20px 40px 20px -9px rgba(0, 0, 0, 0.42);
    box-shadow: 20px 40px 20px -9px rgba(0, 0, 0, 0.42);
}

.columns-content {
    /*width: 100%;
    float: left;
    background: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
    padding-left: 53px;*/
    overflow: auto;
    width: 100%;
}

section.columns article {
    display: block;
    text-align: center;
    box-sizing: border-box;
    padding: 50px;
    width: 33.33%;
    height: 427px;
    position: relative;
    float: left;
}

.box {
    /*width: 90%;*/
    min-height: 20em;
    /*overflow: auto;*/
    padding-top: 40px;
    margin: auto;
    -webkit-box-shadow: 5px 5px 14px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 14px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 14px 1px rgba(0, 0, 0, 0.2);
}

section.columns article h2 {
    font-family: 'Montserrat';
    font-weight: bold;
    text-transform: uppercase;
    color: #792293;
    word-spacing: 9999px;
    font-size: 20px;
    margin-bottom: 30px;
}

section.columns article p {
    font-family: 'Montserrat';
    color: #792293;
    top: 290px;
    margin: auto;
    left: 0;
    right: 0;
    /*position: absolute;*/
    max-width: 270px;
    line-height: 30px;
}

section.clients {
    width: 33%;
    float: left;
}

section.clients article {
    box-sizing: border-box;
    padding: 70px;
}

section.clients article h3 {
    font-family: 'Montserrat';
    font-weight: bold;
    text-transform: capitalize;
    color: #792293;
    font-size: 21px;
    margin-bottom: 30px;
}

section.clients article p {
    font-family: 'Montserrat';
    color: #792293;
    line-height: 30px;
}

section.banner-clients {
    width: 100%;
    padding-top: 50px;
}

footer {
    /*width: 100%;
    float: left;*/
    margin-left: 53px;
    margin-right: 53px;
    display: block;
}

.footer-content {
    width: 100%;
    min-height: 20px;
    float: left;
    background: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /*box-sizing: border-box;
    padding-left: 53px;*/
}


/*
MISC
*/

.bg_fleet.charateristcs {
    -webkit-box-shadow: 20px 40px 20px -9px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 20px 40px 20px -9px rgba(0, 0, 0, 0.42);
    box-shadow: 20px 40px 20px -9px rgba(0, 0, 0, 0.42);
}

.bg_fleet.resources {
    -webkit-box-shadow: 20px 22px 20px -9px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 20px 22px 20px -9px rgba(0, 0, 0, 0.42);
    box-shadow: 20px 22px 20px -9px rgba(0, 0, 0, 0.42);
}

.columns-content {
    /*-webkit-box-shadow: 20px 40px 20px -9px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 20px 40px 20px -9px rgba(0, 0, 0, 0.42);
    box-shadow: 20px 40px 20px -9px rgba(0, 0, 0, 0.42);*/
}

.footer-content {
    -webkit-box-shadow: 20px 22px 20px -9px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 20px 22px 20px -9px rgba(0, 0, 0, 0.42);
    box-shadow: 20px 22px 20px -9px rgba(0, 0, 0, 0.42);
}

.bg_notfound {
    text-align: center;
}


/*
Home
*/

.owl-banner {
    /*display: block;
    height: 100%;
    width: auto;
    min-width: 100%;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;*/
}

.home .banner {
    height: auto;
}

.testimonial {
    background: white;
    overflow: hidden;
    margin-top: 60px;
}

.testimonial h3 {
    width: 100%;
    font-size: 2em;
    margin-left: 5%;
    margin-bottom: 20px;
}

.testimonial p {
    font-size: 1em;
    font-weight: bold;
    text-transform: initial;
    margin-bottom: 20px;
}

.testimonial .name {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
}

.testimonial ul {
    width: 100%;
    float: right;
}

.testimonial ul li {
    height: 100px;
    float: left;
    margin-left: 8%;
    width: 40%;
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.testimonial ul li:first-child::before {
    width: 100px;
    height: 40px;
    content: "";
    display: block;
    float: left;
    background: url(../img/aspas.png) no-repeat;
}

.testimonial .nota {
    position: absolute;
    bottom: 0;
    left: 0;
}

.testimonial .nota .star {
    display: block;
    width: 39px;
    height: 37px;
    background: url(../img/star.png) no-repeat;
    float: left;
}


/*
icons
*/

icon {
    display: block;
}

.icon-entrega {
    width: 112px;
    height: 90px;
    background: url(../img/icon-entrega.png) no-repeat;
    margin: auto auto 30px auto;
}

.icon-qualidade {
    width: 85px;
    height: 92px;
    background: url(../img/icon-qualidade.png) no-repeat;
    margin: auto auto 30px auto;
}

.icon-compromisso {
    width: 114px;
    height: 113px;
    background: url(../img/icon-compromisso.png) no-repeat;
    margin: auto auto 30px auto;
}

.icon-truck {
    width: 100px;
    height: 71px;
    background: url(../img/icon-entrega.png) no-repeat;
    margin: auto auto 30px auto;
}

.icon-ice {
    width: 66px;
    height: 72px;
    background: url(../img/icon-ice.png) no-repeat;
    margin: auto auto 30px auto;
}


/*
Sobre
*/

.bg_about {
    margin-top: 8%;
}

.bg_about h1 {
    padding-bottom: 1em;
}

.bg_about article {
    background: url(../img/bg_about.png) no-repeat !important;
    background-size: contain !important;
    background-position: top right !important;
    width: 100%;
    height: 100%;
}

.bg_about .text {
    width: 50%;
    margin: auto;
}


/*
Contato
*/

.bg_contact {
    margin-top: 8%;
}

.bg_contact h1 {
    padding-bottom: 1em;
}

.bg_contact article {
    background: url(../img/bg_about.png) no-repeat !important;
    background-size: contain !important;
    background-position: top right !important;
    width: 100%;
    height: 100%;
}

.bg_contact .text {
    width: 50%;
    margin: auto;
}

.bg_contact .text a {
    color: #792293;
    font-weight: bold;
}


/*
Atendimento
*/

.bg_service {
    margin-top: 5%;
}

.bg_service h1 {
    padding-bottom: 1em;
    margin-top: 150px;
}

.bg_service article {
    background: url(../img/bg_service.png) no-repeat !important;
    background-size: contain !important;
    background-position: top right !important;
    width: 100%;
    height: 100%;
}

.bg_service .text {
    width: 55%;
    margin: auto;
}

.bg_service .text .left {
    width: 50%;
    float: left;
}

.bg_service .text .right {
    width: 50%;
    float: right;
}

.bg_service .text .right .map {
    width: 460px;
    height: 465px;
    margin: auto;
    background: url(../img/map.png) no-repeat;
}


/*
Frota
*/


/*.fleet_footer {
    display: none;
}*/

.fleet .banner {
    height: auto;
}

.fleet_footer .footer-content {
    background: transparent;
    min-height: auto;
}

section.fleet_intro {
    background: white;
    /*margin: 0 53px 0 53px;*/
    margin: auto;
    max-width: 80%;
}

section.fleet_intro article {
    /*background: red;*/
    width: 50%;
    float: left;
    padding-bottom: 50px;
}

section.fleet_intro .specs div {
    width: 50%;
    float: left;
    text-align: center;
}

section.fleet_intro .specs .content {
    width: 60%;
    box-sizing: content-box;
    padding-left: 80px;
}

section.fleet_intro .specs div p {
    /*max-width: 180px;*/
}

.bg_fleet {
    margin-top: 8%;
}

.bg_fleet h1 {
    padding-bottom: 1em;
}

.bg_fleet h2 {
    position: absolute;
    top: 0;
    left: 50px;
}

.bg_fleet_intro {
    background: url('../img/bg-fleet-intro.jpg') no-repeat;
}


/*.bg_fleet article {
    background: url(../img/bg_about.png) no-repeat !important;
    background-size: contain !important;
    background-position: top right !important;
    width: 100%;
    height: 100%;
}*/

.bg_fleet {
    /*width: 100%;
    float: left;*/
    background: white;
    margin: 0 53px -2px 53px;
}

.bg_fleet article {
    text-align: center;
}

.bg_fleet .text {
    width: 50%;
    margin: auto;
}

.bg_fleet ul {
    /*margin-left: 53px;
    margin-right: 53px;*/
    width: 100%;
    max-width: 80%;
    margin: auto;
    display: table;
}

.bg_fleet ul li {
    display: table-cell;
    text-align: center;
    box-sizing: border-box;
    padding: 50px;
    width: 33.33%;
    height: 250px;
    position: relative;
    text-align: left;
}

.bg_fleet ul li p {
    line-height: 30px;
    text-transform: none;
    margin: auto;
}

.bg_fleet.charateristcs ul li:nth-child(2):before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    height: 192px;
    background: #792293;
    margin: auto;
}

.bg_fleet.charateristcs ul li:nth-child(2):after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    height: 192px;
    background: #792293;
    margin: auto;
}

.bg_fleet.resources ul li:nth-child(2):before {
    /*content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    height: 192px;
    background: #792293;
    margin: auto;*/
}

.bg_fleet.resources ul li:nth-child(2):after {
    /*content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    height: 192px;
    background: #792293;
    margin: auto;*/
}

section.bg_fleet.resources {
    color: white;
    background: url(../img/bg_fleet_bottom.png) no-repeat;
    background-size: cover;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 1)
}

.bg_fleet article {
    text-align: center;
    padding-top: 250px;
}


/*
cadastro
*/

.bg_register {
    width: 100%;
    height: 100% !important;
    display: block;
    float: left;
}

.bg_register h2 {
    max-width: 90%;
}

.bg_register article {
    background: url(../img/bg_register.png) no-repeat !important;
    background-position: top right !important;
    width: 100%;
    height: 100%;
    min-height: 802px;
}

.bg_register .text {
    /*max-width: 1100px;*/
    max-width: 80%;
    margin: auto;
}

.bg_register a {
    background-color: #792293;
    color: white;
    font-weight: bold;
    font-family: 'Montserrat';
    width: 100px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    margin: auto;
    display: block;
}

.bg_register form label {
    display: inline-block;
    font-family: 'Montserrat';
    font-weight: bold;
}

.bg_register form label[for=nome],
.bg_register form label[for=email],
.bg_register form label[for=vigilancia] {
    width: 100%;
}

.bg_register form input[name=nome],
.bg_register form input[name=email],
.bg_register form select[name=vigilancia] {
    clear: both;
    display: block !important;
}

.bg_register form input,
.bg_register form select[name=vigilancia] {
    background-color: #eaeaea;
    border-radius: 5px;
    height: 40px;
    display: inline-block;
    margin-bottom: 20px;
    font-family: 'Montserrat';
    font-weight: bold;
}

.bg_register form input[type="submit"] {
    background-color: #792293;
    color: white;
    font-weight: bold;
    font-family: 'Montserrat';
    width: 100px;
    height: 40px;
    float: right;
    cursor: pointer;
}


/*.bg_fleet ul li:nth-child(2) {
    border-left: solid 4px #792293;
    border-right: solid 4px #792293;
}*/

@media only screen and (max-width: 1200px) {
    section.banner {
        width: 100%;
        height: 460px;
    }
    .bg_fleet {
        margin-top: -1px;
    }
    footer {
        margin-top: -2px;
    }
}

@media only screen and (max-width: 1000px) {
    .home .bg_fleet h2 {
        font-size: 2em;
        position: relative;
        left: 0;
        margin-bottom: 40px;
    }
    .home .bg_fleet ul li {
        width: 100%;
        height: auto;
        display: inline-block;
        padding: 0;
    }
    .home .bg_fleet.resources ul li {
        height: 150px;
    }
    .home .bg_fleet ul li p {
        line-height: normal;
    }
    .testimonial h3 {
        font-size: 2.5em;
    }
    .testimonial ul li {
        width: 80%;
        margin: auto auto 50px auto;
        float: none;
        height: 150px;
    }
    .testimonial p {
        font-size: 2em;
    }
    section.banner {
        width: 100%;
        /*height: 382px;*/
    }
    section.clients {
        width: 100%;
    }
    .banner-clients {
        float: left;
    }
    .bg_register form {
        width: 100%;
        max-width: 80%;
        margin: auto;
    }
    .bg_fleet ul li {
        width: 100%;
        display: inline-block;
        height: auto;
    }
    .bg_fleet ul li p {
        font-size: 2em;
        line-height: unset;
    }
    .bg_fleet.charateristcs ul li:nth-child(2):before {
        bottom: auto;
        top: -35px;
        width: 100%;
        height: 4px;
    }
    .bg_fleet.charateristcs ul li:nth-child(2):after {
        top: auto;
        bottom: 35px;
        width: 100%;
        height: 4px;
    }
    .bg_fleet.resources article {
        padding-bottom: 40px;
    }
    .bg_fleet.resources ul li {
        height: 150px;
    }
    section.fleet_intro .specs div {
        width: 100%;
        float: none;
        margin-bottom: 50px;
        font-size: 1.3em;
        text-align: center;
    }
    .bg_register .text {
        font-size: 2em;
    }
    .bg_register p {
        max-width: 80%;
    }
    .bg_contact .text {
        font-size: 2em;
    }
    .bg_register form input[type="submit"] {
        width: 200px;
        height: 60px;
        font-size: 1em;
    }
    .bg_service {
        height: auto !important;
    }
    .bg_service .text {
        width: 75%;
        margin: auto;
        font-size: 2em;
    }
    .bg_about .text {
        width: 50%;
        margin: auto;
        font-size: 2em;
    }
    .bg_about {
        height: auto !important;
    }
    .bg_fleet {
        margin-top: -1px;
    }
    .bg_fleet article {
        text-align: center;
        padding-top: 120px;
    }
    footer {
        margin-top: -2px;
    }
    .creditos {
        font-size: 1.5em !important;
    }
}

@media only screen and (max-width: 700px) {
    section.banner {
        width: 100%;
        height: 265px;
    }
}

@media only screen and (max-width: 840px) {
    /*header .left {
        margin-left: 0;
        padding-top: 0;
        float: left;
    }
    header .right {
        width: auto;
        padding-top: 0;
        float: right;
    }
    nav {
        float: none;
        display: table-caption;
    }
    .header-content {
        padding-left: 0;
    }
    section.columns article {
        text-align: center;
        box-sizing: border-box;
        padding: 50px;
        display: flow-root;
        width: 100%;
        margin: auto;
        height: 427px;
        position: relative;
    }*/
    .bg_fleet.charateristcs ul li:nth-child(2):before {
        bottom: auto;
        top: -12px;
        width: 100%;
        height: 4px;
    }
    .bg_fleet.charateristcs ul li:nth-child(2):after {
        top: auto;
        bottom: 12px;
        width: 100%;
        height: 4px;
    }
}

@media only screen and (max-width: 1000px) {
    .logo {
        width: 60%;
    }
    header .left {
        padding-top: 0;
        width: 50%;
        margin: auto;
        float: left;
    }
    header .right {
        width: auto;
        padding-top: 0;
        /* width: 100%; */
        float: none;
        text-align: center;
        display: table;
        margin: auto;
        padding-bottom: 25px;
    }
    header .right ul li a {
        font-size: 41px;
        line-height: 61px;
    }
    nav {
        float: none;
        text-align: center;
        width: 100%;
        margin: auto;
        padding-top: 50px;
        display: table-caption;
    }
    .header-content {
        padding-left: 0;
        display: table;
        text-align: center;
    }
    .box {
        min-height: 20em;
        padding-top: 40px;
        padding-bottom: 40px;
        display: block;
        margin: auto;
        -webkit-box-shadow: 5px 5px 14px 1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 5px 5px 14px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 5px 5px 14px 1px rgba(0, 0, 0, 0.2);
    }
    section.columns article {
        /*text-align: center;
        box-sizing: border-box;
        padding: 50px;
        display: flow-root;
        width: 100%;
        margin: auto;
        height: 527px;
        position: relative;*/
        text-align: center;
        box-sizing: border-box;
        display: inline-table;
        width: 100%;
        margin: auto;
        float: left;
        overflow: auto;
        position: relative;
    }
    section.columns article h2 {
        font-size: 2em;
    }
    section.columns article p {
        font-size: 2em;
        max-width: 80%;
    }
    section.clients article h3 {
        font-size: 2em;
    }
    section.clients article p {
        font-size: 2em;
    }
    .bg_register a {
        width: 200px;
        padding: 20px;
    }
}


/*
creditos
*/

.creditos {
    width: 100%;
    text-align: center;
    margin: 10px;
    display: block;
    float: left;
    color: white;
    font-size: 0.9em;
}

.creditos p {
    display: inline-block;
}

.creditos a {
    text-decoration: none;
    color: white;
}