﻿html {
    scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

.mother {
    margin: 0 auto;
    padding-bottom: 0px;
    width: 100%;
}

.linksFooter {
    text-decoration: none;
    font-family: 'roboto',arial,sans-serif;
    font-size: 14px;
    color: black;
}

    .linksFooter:hover {
        text-decoration: underline;
        font-family: 'roboto',arial,sans-serif;
        font-size: 14px;
        color: black;
    }
/*-- Privacy tools formatação de texto interno da modal --*/
.dp-content p {
    color: black !important;
    line-height: 1.2;
    font-size: 11px !important;
}

.dp-content h2 {
    color: black;
    line-height: 1.8;
    font-weight: bold;
    font-size: 16px !important;
}

.dp-content {
    color: black !important;
}

    .dp-content ul li {
        color: black;
        font-size: 11px !important;
    }

    .dp-content a {
        color: black !important;
        font-size: 11px !important;
    }

.dp-cookie-list .cookie-description {
    font-size: 11px !important;
    color: black;
}
/*-- Privacy tools formatação de texto interno da modal - FIM --*/
.iframe-footer {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 0rem;
    border: none;
}

body {
    margin: 0 auto;
    padding: 0;
}

.top-bar {
    overflow: visible;
    position: relative;
    top: 0;
    width: 100%;
    background-color: #00D96D;
}

.top-area {
    display: block;
    position: relative;
    width: 1024px;
    margin: 0 auto;
    height: 70px;
}

.logo {
    width: 200px;
    height: 80px;
    background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2FImages%2Flogo-excel.png") center top no-repeat;
    background-size: contain;
    float: none;
    display: table;
}

.logo-min {
    width: 40px;
    height: 40px;
    background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2FImages%2Flandingpage%2Flogo_compacto_white.png") center top no-repeat;
    background-size: contain;
    float: left;
}

    .logo-min.line-green {
        background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2FImages%2Flandingpage%2Flogo_vazado_green.png") center top no-repeat;
        background-size: contain;
    }

.topnav {
    overflow: hidden;
    float: left;
    margin: 0 190px;
    width: auto;
    z-index: 19;
    height: auto;
}

    .topnav a {
        float: left;
        font-weight: bold;
        display: block;
        color: #FFFFFF;
        text-align: center;
        padding: 3px 64px;
        text-decoration: none;
        font-size: 17px;
        font-family: montserrat,arial,sans-serif;
        margin: 10px auto;
    }

        .topnav a:hover {
            color: #ccc;
        }

        .topnav a.active {
            background-color: #4CAF50;
            color: white;
        }

    .topnav .icon {
        display: none;
    }

.no-border {
    border: none !important;
}

.box-inputs-top {
    position: relative;
    float: left;
    width: 540px;
    top: 5px;
    margin-left: 20px;
    margin-left: 380px;
}

.input-excel {
    display: block;
    width: 200px;
    height: 20px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    float: left;
    margin: 0 5px;
}

.goTop {
    display: table;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    outline: none;
    color: white;
    background-color: rgba(0, 0, 0, .3) !important;
    border: none;
    cursor: pointer;
    padding: 0px;
    border-radius: 4px;
}

.bt-cta {
    cursor: pointer !important;
    outline: 0;
    padding: 10px 15px;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
    border-radius: 8px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    background-image: none;
    margin: 0 10px;
    display: table;
    float: left;
    font-family: montserrat, arial, sans-serif;
}

    .bt-cta.solid {
        color: black !important;
        background-image: linear-gradient(to bottom, rgba(149,193,34,1), rgba(85,111,16,1));
        border: none;
    }

    .bt-cta.solid2 {
        color: white;
        background-color: black;
        border: 1.5px solid #222;
    }

    .bt-cta.ghost {
        color: #0D186A !important;
        background-color: transparent !important;
        border: 1.5px solid #0D186A;
    }

    .bt-cta.ghost2 {
        color: #00ffff !important;
        background-color: transparent !important;
        border: 1.5px solid #00ffff;
    }

    .bt-cta.slim {
        padding: 7px 25px;
    }

.a-form {
    text-decoration: none;
    color: white;
}

.bt-send {
    cursor: pointer !important;
    padding: 10px 20px;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 8px;
    color: white;
    background-color: rgba(111, 204, 221, 1);
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: normal;
    border: none;
    margin: 0 auto;
    display: table;
    float: right;
}

.link-top {
    width: auto;
    height: 30px;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
}

.full-w-page {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
    display: block;
}

    .full-w-page.back {
        background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2F..%2Fimg%2Fxxx.jpg") center top no-repeat;
        background-size: cover;
        background-position: 0 -80px;
        height: 630px;
    }

.bg {
    width: 100%;
}

    .bg:after {
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        opacity: 1;
        z-index: -1;
        background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2FImages%2Flandingpage%2Fimg-top.jpg") center top no-repeat;
        background-size: cover;
        background-position: 0px -20px;
        height: 680px;
    }

.fixa-altura {
    height: 679px;
}

.parallax {
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.plx1 {
    background-image: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2F..%2Fimg%2Ftruck-road.jpg");
}

.plx2 {
    background-image: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2F..%2Fimg%2Fasphalt1.jpg");
}

.plx3 {
    background-image: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2F..%2Fimg%2Ftruck-speed.jpg")
}

.plx4 {
    background-image: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2F..%2Fimg%2Fasphalt-highway.jpg");
}

.full-w-page.back2 {
    background: #b8d504;
}

.full-w-page.back3 {
    background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2FImages%2Flandingpage%2Fdesert-way.jpg") center top no-repeat;
    background-size: cover;
    background-position: 0px 0px;
    height: 630px;
}

.full-w-page.back4 {
    background: black;
}

.full-w-page.back-freeway-trees {
    background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2FImages%2Flandingpage%2Ffreeway-trees.jpg") center top no-repeat;
    background-size: cover;
    background-position: 0px 0px;
    height: 1300px;
}

.full-w-page.back-truck-and-car {
    background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2FImages%2Flandingpage%2Ftruck-and-car.jpg") center top no-repeat;
    background-size: cover;
    background-position: 0px 0px;
    height: 780px;
}

.full-w-page.supercall {
    background: rgba(111, 204, 221, 1);
}

.full-w-page.back-footer {
    background: #6FCCDD;
}

.back-call {
    height: auto;
    width: 100%;
    display: block;
    float: left;
}

.content-page {
    display: table;
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
    border: 1px solid reXd;
}

    .content-page.wide {
        width: 1300px;
    }

.supercta {
    display: table;
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}

.barra-loca {
    margin: 40px 10px;
    width: calc(100% - 20px);
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
}

.up-main {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    margin-top: 0px;
    text-align: left;
    padding: 20px 0px;
    display: table;
}

.side-menu-wrapper {
    background: rgba(34, 34, 34, .98);
    padding: 10px 20px 0 10px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 30;
    transition: 0.5s;
    width: 250px;
    font: 20px 'montserrat', arial, sans serif;
    box-sizing: border-box;
    border-right: 1px solid black;
}

    .side-menu-wrapper > ul {
        list-style: none;
        padding: 0;
        margin: 0;
        overflow-y: auto;
        height: 95%;
    }

        .side-menu-wrapper > ul > li > a {
            display: block;
            border-bottom: 1px solid #444;
            padding: 16px 4px;
            color: white;
            transition: 0.3s;
            text-decoration: none;
        }

    .side-menu-wrapper > a.menu-close {
        padding: 8px 0 4px 23px;
        color: #6B6B6B;
        display: block;
        margin: -30px 0 -10px -20px;
        font-size: 35px;
        text-decoration: none;
    }

.menu-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
}

#section2, #section3, #section4 {
    padding-top: 80px;
}

.box-main-nav-mob {
    display: flex;
    flex-flow: row;
    position: relative;
    height: 70px;
    width: 100%;
    margin: 0 10px;
}

    .box-main-nav-mob.center {
        justify-content: center;
    }

.nav-mob {
    display: none;
}

.wrap-logo-min {
    display: flex;
    flex-flow: row;
    position: relative;
    height: auto;
    width: 100%;
}

    .wrap-logo-min.center {
        justify-content: center;
    }

.box-bt-nav {
    float: right;
    position: relative;
    text-align: left;
    margin: 5px 0px;
    padding: 0 0px;
    display: table;
}

.box-txt-call {
    float: right;
    width: 500px;
    position: relative;
    right: 25px;
    top: 5px;
    text-align: left;
    padding: 50px 0px;
}

.box-txt-contact {
    float: none;
    width: 340px;
    top: 5px;
    text-align: center;
    color: white;
    font-size: 24px;
    display: inline-table;
    border-right: 1px solid white;
    padding: 0 30px;
}

.box-main-tl {
    display: flex;
    flex-flow: row;
    position: relative;
    height: 70px;
    width: 210px;
}

    .box-main-tl.center {
        justify-content: center;
    }

    .box-main-tl.flex-start {
        justify-content: flex-start;
    }

    .box-main-tl.flex-end {
        justify-content: flex-end;
    }

.cells-block {
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: inherit;
    text-align: center;
    align-items: center;
}

    .cells-block.down {
        height: 150px;
    }

.counter-number {
    width: 580px;
    margin: 0 0 0 -30px;
}

    .counter-number p {
        border-top: 2px dashed;
        border-color: white !important;
        margin: 0;
        padding: 10px 30px;
        counter-increment: section;
        position: relative;
        color: white;
        font-size: 20px;
    }

        .counter-number p:nth-child(even):before {
            content: counter(section);
            right: 100%;
            margin-right: -20px;
            position: absolute;
            border-radius: 50%;
            padding: 10px;
            height: 20px;
            width: 20px;
            background-color: #0D186A;
            text-align: center;
            color: white;
            font-size: 120%;
            line-height: 0.8;
        }

        .counter-number p:nth-child(odd):before {
            content: counter(section);
            left: 100%;
            margin-left: -20px;
            position: absolute;
            border-radius: 50%;
            padding: 10px;
            height: 20px;
            width: 20px;
            background-color: #0D186A;
            text-align: center;
            color: white;
            font-size: 120%;
            line-height: 0.8;
        }

        .counter-number p:nth-child(even) {
            border-left: 2px dashed;
            border-top-left-radius: 30px;
            border-bottom-left-radius: 30px;
            margin-right: 30px;
            padding-right: 0;
        }

        .counter-number p:nth-child(odd) {
            border-right: 2px dashed;
            border-top-right-radius: 30px;
            border-bottom-right-radius: 30px;
            margin-left: 30px;
            padding-left: 0;
        }

        .counter-number p:first-child {
            border-top: 0;
            border-top-right-radius: 0;
            border-top-left-radius: 0;
        }

        .counter-number p:last-child {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

.bar-timeline {
    width: 100%;
    height: 30px;
    float: left;
}

    .bar-timeline.nib {
        width: calc(100% - 15px);
    }

    .bar-timeline.cor-azul-escuro {
        background: #027DB4;
    }

    .bar-timeline.cor-azul-claro {
        background: #02A7F0;
    }

.triangle-right {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid;
    border-bottom: 15px solid transparent;
    float: left;
}

    .triangle-right.cor-azul-escuro {
        border-left-color: #027DB4;
    }

    .triangle-right.cor-azul-claro {
        border-left-color: #02A7F0;
    }

.box-triangle {
    float: left;
}

.triangle-topright {
    width: 0;
    height: 0;
    border-top: 15px solid;
    border-left: 15px solid transparent;
}

.triangle-bottomright {
    width: 0;
    height: 0;
    border-bottom: 15px solid;
    border-left: 15px solid transparent;
}

.triangle-topright.cor-azul-escuro {
    border-top-color: #027DB4;
}

.triangle-bottom.cor-azul-escuro {
    border-top-color: #027DB4;
}

h1 {
    font-family: 'montserrat', Arial;
    font-size: 50px;
    float: none;
    position: relative;
    font-weight: bold;
    margin: 0 auto;
    width: auto;
}

h2 {
    font-family: 'montserrat', Arial;
    font-size: 16px;
    float: none;
    position: relative;
    color: white;
    font-weight: bold;
    margin: 0 auto;
    width: auto;
}

h3 {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: black;
    display: inline-table;
    margin: 0;
}

h4 {
    font-family: 'montserrat', Arial,sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: white;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: left;
    float: left;
    width: 100%;
}

h5 {
    font-family: 'Inter', Arial;
    font-size: 30px;
    color: blue;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}

p {
    font-family: 'roboto',arial, sans-serif;
    font-size: 14px;
    float: left;
    line-height: 2;
    width: 100%;
}

ul {
    font-family: 'roboto',arial, sans-serif;
    font-size: 14px;
    padding: 0 20px;
    list-style: none;
}

p.intro {
    font-size: 17px;
    line-height: 1.3;
}

p.sub-icon {
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    display: contents;
    color: inherit;
}

p.top1 {
    font-size: 60px;
    font-weight: bold;
    font-family: 'montserrat', arial;
    line-height: 1.3;
    margin: 0;
    display: contents;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
}

h6 {
    font-size: 20px;
    font-family: roboto;
    color: #00CFFF;
    float: left;
    font-weight: normal;
    margin: 0;
}

.marc-excel ul {
    list-style: disc;
    padding: 0;
}

.marc-excel li {
    padding-left: 1.3em;
    padding-bottom: 20px;
}

    .marc-excel li:before {
        content: "»";
        /*content:"\f002";*/
        /*font-family: 'apis';*/
        display: inline-block;
        margin-left: -1.3em;
        width: 1.3em;
    }


.txt-footer {
    font-family: 'roboto',arial,sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, .4);
    font-weight: normal;
    margin-bottom: 25px;
    margin-top: 0;
    text-align: center;
    padding: 20px;
}

.label-form {
    font-size: 16px;
    color: black;
    text-align: left;
    float: left;
    font-weight: normal;
    margin: 0;
}

.field-form {
    front-size: 16px;
    color: black;
    text-align: left;
    float: left;
    font-weight: normal;
    margin: 0;
    width: 100%;
    height: 30px;
    outline: none;
}

.icon-call {
    margin: 20px auto;
    display: table;
    width: 40px;
    height: 40px;
}

    .icon-call.check {
        background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2F..%2Fimg%2Ficon-confiabilidade-mobile.png") center top no-repeat;
        background-size: cover;
        background-position: 0 0px;
    }

    .icon-call.chart {
        background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2F..%2Fimg%2Ficon-resultado-mobile.png") center top no-repeat;
        background-size: cover;
        background-position: 0 0px;
    }

    .icon-call.tool-gear {
        background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2F..%2Fimg%2Ficon-suporte-mobile.png") center top no-repeat;
        background-size: cover;
        background-position: 0 0px;
    }

.logo-apisul {
    margin: 20px auto;
    display: table;
    width: 82px;
    height: 88px;
    background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2F..%2Fimg%2Flogo-apisul.png") center top no-repeat;
    background-size: contain;
}

.block_1-1 {
    float: left;
    width: 100%;
    position: relative;
    left: 0;
    top: 0px;
}

.block_1-2 {
    float: left;
    width: 50%;
    position: relative;
    left: 0;
    top: 0px;
}

.block_1-3 {
    float: left;
    width: 33%;
    min-height: 300px;
    position: relative;
    left: 0;
    top: 0px;
}

.box-img {
    float: none;
    width: calc(100% - 80px);
    margin: 40px;
    display: table;
    /*margin: 0px auto;
    padding: 60px 60px;    
    right: 0px;*/
}

.img-screen-excel {
    background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2FImages%2Flandingpage%2Fscreen-excel.png") center top no-repeat;
    background-size: contain !important;
    background-position: 0 0px !important;
    min-height: 213px;
}

.img-phone-call {
    background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2FImages%2Flandingpage%2Fphone-call.png") center top no-repeat;
    background-size: contain !important;
    background-position: 0 0px !important;
    min-height: 180px;
}

.img-mobile-and-truck {
    background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2FImages%2Flandingpage%2Fmobile-and-truck.png") center top no-repeat;
    background-size: contain !important;
    background-position: 0 0px !important;
    min-height: 600px;
}

.img-map-br {
    background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2FImages%2Flandingpage%2Fmapa-br.png") center top no-repeat;
    background-size: contain !important;
    background-position: 0 0px !important;
    min-height: 450px;
}

.box-border-esp {
    float: none;
    margin: 15px !important;
    border: 3px solid #b8d504;
    border-radis: 20px;
    position: relative;
    padding: 30px !important;
    border-radius: 10px;
}

    .box-border-esp img {
        width: 80%;
        height: auto;
        position: absolute;
        top: -100px;
        right: -70px;
    }

.box-img.icon1 {
    background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2F..%2Fimg%2FXX.png") center top no-repeat;
    background-size: cover;
    background-position: 0 0px;
}

.box-img.img1 {
    background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2F..%2Fimg%2Fcaminhao.jpg") center top no-repeat;
    background-size: contain;
    background-position: 0 0px;
    min-height: 360px;
    display: none;
}

.box-img.img2 {
    background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2F..%2Fimg%2Fimg2.png") center top no-repeat;
    background-size: contain;
    background-position: 0 0px;
    min-height: 320px;
}

.box-img.img3 {
    background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2F..%2Fimg%2Fimg3.png") center top no-repeat;
    background-size: contain;
    background-position: 0 0px;
    min-height: 330px;
}

.box-img.img4 {
    background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2F..%2Fimg%2Fimg-arrow-down.png") center top no-repeat;
    background-size: auto;
    background-position: 0 0px;
    height: 18px;
    float: none;
    display: table;
    margin: 0 auto;
    width: 36px;
}

.box-icon {
    float: left;
    width: 210px;
    margin: 20px 0;
    background-size: contain;
    background-position: 0 0px;
    text-align: center;
    display: inline-table;
}

    .box-icon.cor-azul-escuro {
        color: #027DB4;
    }

    .box-icon.cor-azul-claro {
        color: #02A7F0;
    }

.box-plantao {
    float: none;
    margin: 0 auto;
    width: 300px;
    height: 30px;
}

.box-plantao-main {
    float: none;
    font-weight: bold;
    margin: 0px auto 0;
    width: calc(100% - 60px);
    height: 30px;
    background: white;
    text-align: center;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #ccc;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    line-height: 2;
    font-family: montserrat,arial,sans-serif;
}

.box-20perc {
    float: left;
    width: 20%;
    min-height: 50px;
    left: 0;
    top: 0px;
}

.box-33perc {
    float: left;
    width: 33%;
    min-height: 50px;
    left: 0;
    top: 0px;
    padding: 30px 0;
}

.box-50perc {
    float: left;
    width: 50%;
    min-height: 50px;
    left: 0;
    top: 0px;
}

.box-66perc {
    float: left;
    width: 66%;
    min-height: 50px;
    left: 0;
    top: 0px;
    text-align: center;
}

.box-80perc {
    float: left;
    width: 80%;
    min-height: 50px;
    left: 0;
    top: 0px;
    text-align: center;
}

.box-main-logo {
    display: table;
    position: relative;
    height: 70px;
    width: auto;
    float: left;
}

.h-seguradoras {
    height: auto !important;
}

.box-logo-co {
    background-size: contain !important;
    min-height: 60px;
    float: left;
    width: 150px;
    opacity: .7;
}


.box-33perc-logo {
    background-size: contain !important;
    background-position: 0 0px !important;
    min-height: 80px;
    float: left;
    width: 200px;
    opacity: .7;
}

.box-33perc-img {
    background-size: cover !important;
    background-position: 0 0px !important;
    min-height: 150px;
    float: left;
    width: 100%;
}

.box-legend {
    font-size: 20px;
    line-height: 1.3;
    text-align: left;
    color: #223f97;
    float: left;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #223f97;
    width: 100%;
}

.img-notebook-work {
    background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2F..%2Fimg%2Fnotebook-work.jpg") center top no-repeat;
}

.img-call-phone {
    background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2F..%2Fimg%2Fcall-phone.jpg") center top no-repeat;
}

.img-meeting {
    background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2F..%2Fimg%2Fmeeting.jpg") center top no-repeat;
}

.img-planning-desk {
    background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2F..%2Fimg%2Fplanning-desk.jpg") center top no-repeat;
}

.img-writing-schedule {
    background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2F..%2Fimg%2Fwriting-schedule.jpg") center top no-repeat;
}

/*
.box-50perc {
    float: left;
    width: 410px;
    margin: 20px;
    height: 320px;
    text-align: center;
}
.box-50perc-img {   
    background-size: cover!important;
    background-position: 0 0px!important;
    min-height: 200px;
    float: left;
    width: 100%;	
}*/
.img-reguladora {
    background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2F..%2Fimg%2Freguladora.jpg") center top no-repeat;
}

.img-multisat-sistemas {
    background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2F..%2Fimg%2Fmultisat-sistemas.jpg") center top no-repeat;
}

.img-multisat-ltda {
    background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2F..%2Fimg%2Fmultisat-ltda.jpg") center top no-repeat;
}

.img-sighra {
    background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2F..%2Fimg%2Fsighra.jpg") center top no-repeat;
}

.img-newcard {
    background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2F..%2Fimg%2Fnewcard.jpg") center top no-repeat;
}

.logo-axa {
    background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2F..%2Fimg%2Flogo-seguradora-axa.png") center top no-repeat;
}

.logo-chubb {
    background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2F..%2Fimg%2Flogo-seguradora-chubb.png") center top no-repeat;
}

.logo-fair {
    background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2F..%2Fimg%2Flogo-seguradora-fair.png") center top no-repeat;
}

.logo-portoseguro {
    background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2F..%2Fimg%2Flogo-seguradora-portoseguro.png") center top no-repeat;
}

.logo-sompo {
    background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2F..%2Fimg%2Flogo-seguradora-sompo.png") center top no-repeat;
}

.logo-sura {
    background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2F..%2Fimg%2Flogo-seguradora-sura.png") center top no-repeat;
}

.logo-tokio {
    background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2F..%2Fimg%2Flogo-seguradora-tokio.png") center top no-repeat;
}

.box-logo-nav {
    float: left;
    position: relative;
    text-align: left;
    margin: 5px 10px;
    padding: 0 0px;
    display: table;
}


.box-txt {
    float: none;
    position: relative;
    text-align: left;
    margin: 0px auto;
    padding: 60px 60px;
    display: table;
    right: 0px;
}

.full {
    width: 100%;
}

.box-txt.slice {
    background: rgba(0,0,255, .7);
}


.box-txt-main {
    float: none;
    position: relative;
    text-align: left;
    margin: 0px auto;
    padding: 0;
    display: table;
}

.box-item {
    float: left;
    width: calc(20% - 20px);
    margin: 20px 5px;
    display: inline-table;
    height: 160px;
}


.box-bt {
    float: none;
    position: relative;
    text-align: left;
    margin: 0px auto;
    padding: 20px 0;
    display: table;
}

.box-form {
    float: none;
    position: relative;
    text-align: left;
    margin: 0 auto;
    padding: 0 30px;
    display: table;
    width: 500px;
}

.wrap-box {
    float: none;
    position: relative;
    text-align: left;
    margin: 0px auto;
    padding: 60px 60px;
    display: table;
    right: 0px;
    width: 100%;
}

.sublabel-box-form {
    float: none;
    margin: 0px auto 30px;
    display: table;
}

.line-form {
    float: none;
    position: relative;
    text-align: left;
    margin: 10px auto 20px;
    display: table;
    width: 100%;
}


.up-main {
    margin-top: 120px;
}

.navig-bar {
    margin: 0px auto;
    width: 100%;
    height: 80px;
    font-size: 14px;
    position: fixed;
    z-index: 29;
}

    .navig-bar.fit {
        position: relative;
        float: left;
    }

.navigbar-row1 {
    width: 100%;
    display: table;
    background: black;
}

.navigbar-row2 {
    width: 100%;
    height: 30px;
    display: table;
}

.iframe-nav {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 440px;
    border: none;
    z-index: 19;
}

.spacer1 {
    display: table;
    position: relative;
    width: 100%;
    padding: 60px 0;
}

.spacer2 {
    display: table;
    position: relative;
    width: 100%;
    padding: 60px 0;
}

.block_1-5 {
    float: left;
    width: 20%;
    min-height: 300px;
    position: relative;
    left: 0;
    top: 0px;
}

.block_2-3 {
    float: left;
    width: 66%;
    min-height: 300px;
    position: relative;
    left: 0;
    top: 0px;
}

.block_1-4 {
    float: left;
    width: 100%;
    position: relative;
    left: 0;
    top: 70px;
}



/*classes complementares*/
.al-center {
    text-align: center;
}

.al-left {
    text-align: left;
}

.al-right {
    text-align: right;
}

.fl-left {
    float: left;
}

.fl-right {
    float: right;
}

.pd-top-none {
    padding-top: 0;
}

.pd-bottom-none {
    padding-bottom: 0;
}

.pd-side-none {
    padding-left: 0;
    padding-right: 0;
}

.pd-left1 {
    padding-left: 180px;
}

.mg-top-none {
    margin-top: 0;
}

.mg-bottom-none {
    margin-bottom: 0;
}

.mg-side-none {
    margin-left: 0;
    margin-right: 0;
}

.c-both {
    clear: both;
}

.bd-none {
    border: none;
}


.wd-expand {
    width: none;
}

.color1 {
    color: white;
}

.color2 {
    color: #b8d504;
}

.color3 {
    color: #00ffff;
}

.zi1 {
    z-index: 1;
}

.ft-t1 {
    font-style: italic;
    font-family: montserrat;
    font-size: 60px;
    font-weight: bold;
}

.pos1 {
    left: -220px;
}

/*classes complementares FIM*/

.material-icons {
    font-family: 'Material Icons';
    /*font-size: 64px;*/
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
}

.icon-color1 {
    color: white;
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.material-icons.md-64 {
    font-size: 64px;
}

.material-icons.md-88 {
    font-size: 88px;
}


@media only screen and (min-width: 1367px) {
    .full-w-page.back {
        background-position: 0 -230px;
    }
}

@media only screen and (max-width: 1043px) {

    .full-w-page.back {
        background-position: 0 -80px;
    }

    .content-page {
        width: 800px;
    }

    .block_1-2 {
        width: 50%;
    }

    .block_1-3 {
        width: 50%;
    }

    .content-page {
        border: 1px solid bluXe;
    }

    .bt-cta {
        margin: 0 0 20px 0;
        float: right;
        margin-right: 24px;
    }
}

@media only screen and (max-width: 817px) {
    .full-w-page.back {
        background-position: -0px -80px;
        height: 680px;
    }

    .content-page {
        width: 600px;
    }

    .logo {
        float: none;
        margin: 0 auto 40px;
    }

    .block_1-2 {
        width: 100%;
    }

    .block_1-3 {
        width: 100%;
    }

    .content-page {
        border: 1px solid greXen;
    }

    .bt-cta {
        float: none;
        font-size: 20px;
        margin: 0 auto 20px;
    }

    .icon-call {
        width: 98px;
        height: 98px;
    }

    .box-txt-call {
        float: none;
        margin: 0 auto;
    }

    .box-img {
        margin: 0 auto;
    }

    .box-txt {
        margin: 40px auto;
    }
}

@media only screen and (max-width: 618px) {
    h2 {
        font-size: 34px !important;
    }

    h3 {
        font-size: 42px;
    }

    .bg:after {
        background-position: -640px 50px;
        height: 700px;
    }

    .full-w-page.back3 {
        background-position: -260px 0px;
        ;
        height: auto;
    }

    .full-w-page.back-freeway-trees {
        background-position: 0px 0px;
        height: 1560px;
    }

    .full-w-page.back-truck-and-car {
        background-position: 0px 0px;
        height: 1100px;
    }

    .fixa-altura {
        height: auto !important;
    }

    .box-logo-nav {
        position: absolute;
        margin: 5px 10px;
        left: calc(50% - 24px);
    }

    .box-bt-nav {
        margin: 5px 10px;
    }

    .full-w-page.back {
        background: none;
        height: auto;
    }

    .spacer1 {
        padding: 0 0 70px 0;
    }

    .content-page {
        width: 360px;
    }

        .content-page.wide {
            width: auto;
        }

    .logo {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .block_1-2 {
        width: 100%;
    }

    .block_1-3 {
        width: 100%;
    }

    .block_2-3 {
        width: 100%;
        min-height: auto;
    }

    .content-page {
        border: 1px solid cyXan;
    }

    .bt-cta {
        float: none;
        font-size: 20px;
        margin: 0 auto 20px;
        width: calc(100% - 0px);
    }

    h1 {
        text-align: center;
    }

    h2 {
        text-align: center;
    }

    .box-txt-call {
        float: none;
        margin: 0 auto;
    }

    .box-txt-call {
        float: right;
        width: 100%;
        position: relative;
        right: 0;
        top: 0px;
        text-align: left;
        padding: 20px 0px;
    }

    .box-img {
        margin: 40px 40px;
        width: calc(100% - 80px);
    }

        .box-img.img1 {
            background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2F..%2Fimg%2FcaminhaoX1.jpg") center top no-repeat;
            background-size: contain;
            background-position: 0 0px;
            min-height: 203px;
            display: none; /*block recoloca a img*/
        }

    .img-mobile-and-truck {
        background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2FImages%2Flandingpage%2Fmobile-and-truck.png") center top no-repeat;
        background-size: contain !important;
        background-position: 0 0px !important;
        min-height: 290px;
    }

    .img-map-br {
        background: url("http://www.dpmvip.com/proxy.php?url=https%3A%2F%2Fwww.excelreguladora.com.br%2FContent%2FImages%2Flandingpage%2Fmapa-br.png") center top no-repeat;
        background-size: contain !important;
        background-position: 0 0px !important;
        min-height: 290px;
    }

    .box-txt {
        margin: 0 auto;
        padding: 0px 30px;
        float: none;
    }

    .full {
        width: auto;
    }

    .box-txt.slice {
        background: rgba(0,0,255, 1) !important;
    }

    .box-item {
        width: 100%;
    }

    .box-bt {
        margin: 0 auto;
        width: calc(100% - 40px);
    }

    .icon-call {
        width: 98px;
        height: 98px;
    }

    .box-form {
        width: calc(100% - 60px);
        padding: 0;
    }

    .bt-send {
        width: 100%;
        padding: 15px 25px;
    }

    .bt-cta {
        background-color: rgba(0, 0, 0, .3);
    }

    .box-logo {
        float: none;
        width: 200px;
        margin: 10px auto 10px;
    }

    .box-icon {
        width: calc(100% - 40px) !important;
        margin: 20px auto !important;
        display: table;
        float: none;
    }

    .box-20perc {
        width: calc(100% - 0px) !important;
    }

    .box-33perc {
        width: calc(100% - 0px) !important;
    }

    .box-66perc {
        width: calc(100% - 0px) !important;
    }

    .box-80perc {
        width: calc(100% - 0px) !important;
    }

    .box-33perc-img {
        min-height: 180px !important;
    }

    .box-50perc {
        width: calc(100% - 40px);
    }

    .box-txt-contact {
        text-align: center !important;
        color: white;
        font-size: 24px;
        margin: 10px 0;
        border: none;
        width: calc(100% - 60px);
    }

    .wrap-box {
        padding: 0;
    }

    .wd-expand {
        width: 100% !important;
    }

    .pd-left1 {
        padding-left: none;
    }

    .pos1 {
        left: 0;
    }

    .parallax {
        min-height: 200px !important;
    }

    .bar-timeline {
        display: none;
    }

    .box-triangle {
        display: none;
    }

    .triangle-right {
        display: none;
    }

    .box-main-tl {
        height: 110px;
    }

    p.sub-icon {
        font-size: 26px
    }

    p.top1 {
        font-size: 34px;
        font-weight: bold;
    }

    .box-logo-co {
        margin: 30px 0;
    }

    .counter-number {
        width: 240px;
        margin: 0;
    }

    .nav-mob {
        display: inline-flex !important;
        float: left;
    }

    .topnav {
        display: none;
    }

    .box-main-nav-mob {
        height: 52px !important;
    }

    .box-border-esp img {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        right: 0;
    }
}

#cc__modal__container #cc__modal {
    font-family: arial;
    padding: 10px 130px;
    position: fixed;
    z-index: 100;
    background: rgba(10, 10, 10, 0.7);
    color: #fff;
    width: 100%;
    top: 0;
    right: 0;
    box-shadow: 0 0.625em 1.875em #c4cbda;
    box-shadow: 0 0.625em 1.875em rgba(57,62,72,.22);
    opacity: 0;
    visibility: hidden;
    transform: scale(.95);
    border-radius: 0;
    transition: none;
    line-height: initial;
    line-break: normal;
    display: block;
}
