/*Contact form*/
div.wpcf7 {
    margin: 0;
    padding: 0;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
    border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em;
}

span.wpcf7-list-item {
    margin-left: 0.5em;
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px;
}

div.wpcf7 div.ajax-error {
    display: none;
}

div.wpcf7 .placeheld {
    color: #888;
}

/*WPR Menu*/
/*
Icons from icon font  - setup
 */
@font-face {
    font-family: 'wprmenu';
    src: url('../fonts/wprmenu.eot');
    src: url('../fonts/wprmenu.eot?#iefix') format('embedded-opentype'),
    url('../fonts/wprmenu.woff') format('woff'),
    url('../fonts/wprmenu.ttf') format('truetype'),
    url('../fonts/wprmenu.svg#wprmenu') format('svg');
    font-weight: normal;
    font-style: normal;
}

#wprmenu_menu .wprmenu_icon:before, #wprmenu_bar [data-icon]:before {
    font-family: 'wprmenu', sans-serif;
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

#wprmenu_bar,
#wprmenu_bar *,
#wprmenu_menu,
#wprmenu_menu * {
    /* reset */
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-family: 'Open Sans', sans-serif;
    list-style: none;
    text-align: left;
    font-size: 100%;
    font-weight: normal;
}

#wprmenu_menu img, #wprmenu_bar img {
    border: 0;
    border: none;
}

.wprmenu_clear {
    clear: both !important;
    display: block !important;
    height: 1px !important;
    margin: -1px 0 0 !important;
    width: 1px !important;
}

/*
The top Bar that shows/hides the menu
 */
#wprmenu_bar {
    position: fixed;
    top: 0px;
    left: 0px;
    background: #0D0D0D;
    padding: 10px 16px;
    width: 100%;
    display: none;
    cursor: pointer;
    z-index: 98;
    overflow: hidden;
    height: 42px;
    display: none;
}

#wprmenu_bar .menu_title {
    color: #f2f2f2;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
}

#wprmenu_bar .bar_logo {
    border: 0px;
    border: none;
    margin: 0 xp;
    padding: 0px;
    margin-top: -2px;
    padding-right: 8px;
    width: auto;
    height: 25px;
}

/* Search Box */
.wpr_search {
    padding: 10px !important;
}

.wpr_search .wpr-search-field {
    padding: 5px !important;
    border: 1px solid #ccc;
    max-width: 100%;
    width: 100%;
}

/* font icon */
#wprmenu_bar .wprmenu_icon_menu {
    color: #f2f2f2;
    margin-right: 5px;
}

/* html icon */
#wprmenu_bar .wprmenu_icon {
    width: 20px;
    height: 22px;
    overflow: hidden;
    float: left;
    margin-right: 16px;
    padding-top: 2px;
    position: relative;
}

#wprmenu_bar .wprmenu_icon span {
    -webkit-transition: all .01s ease-in-out;
    -moz-transition: all .01s ease-in-out;
    -o-transition: all .01s ease-in-out;
    -ms-transition: all .01s ease-in-out;
    transition: all .01s ease-in-out;
    display: block;
    position: absolute;
    width: 20px;
    height: 4px;
    left: 0px;
    background: #f2f2f2;
}

#wprmenu_bar .wprmenu_ic_1 {
    top: 0px;
}

#wprmenu_bar .wprmenu_ic_2 {
    top: 7px;
}

#wprmenu_bar .wprmenu_ic_3 {
    top: 14px;
}

#wprmenu_bar.menu_is_opened .wprmenu_ic_1 {
    top: -10px;
}

#wprmenu_bar.menu_is_opened .wprmenu_ic_2 {
    top: 9px !important;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    zoom: 1;
}

#wprmenu_bar.menu_is_opened .wprmenu_ic_3 {
    top: 9px !important;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    zoom: 1;
}


body {
    position: relative !important;
}


#wprmenu_menu.top {
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
    position: relative;
    z-index: 9999;
}

#wprmenu_menu.left, #wprmenu_menu.right {
    display: none;
    position: absolute;
    position: fixed;
    top: 0px;
    height: 100%;
    z-index: 97;
    overflow-x: none;
    overflow-y: auto;
    background: #2E2E2E;
    top: 42px;
    padding-bottom: 43px;
}

body.admin-bar #wprmenu_bar {
    top: 32px;
    padding-bottom: 33px;
}

body.admin-bar #wprmenu_menu.left,
body.admin-bar #wprmenu_menu.right {
    top: 74px;
    padding-bottom: 75px;
}

@media only screen and (max-width: 782px) {
    body.admin-bar #wprmenu_menu.left,
    body.admin-bar #wprmenu_menu.right {
        top: 86px;
        padding-bottom: 87px;
    }

    body.admin-bar #wprmenu_bar {
        top: 46px;
    }
}

/*1st level*/
#wprmenu_menu ul {
    margin: 0px;
    padding: 0px;
    display: block;
    width: 100%;
    position: relative;
    list-style: none;
}

#wprmenu_menu ul li {
    display: block;
    list-style: none;
}

#wprmenu_menu ul li a, #wprmenu_menu ul li a:hover {
    border-bottom: 1px solid #131212;
    border-top: 1px solid #474747;
    display: block;
    color: #D3D3D3;
    padding: 13px 14px;
    font-size: 14px;
    margin: 0px;
    text-decoration: none;
}


/*********/
#wprmenu_menu.wprmenu_levels ul li {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #131212;
    border-top: 1px solid #474747;
    width: 100%;
    position: relative;
}

#wprmenu_menu.wprmenu_levels ul li a {
    float: left;
    border: none;
    width: 100%;
}

#wprmenu_menu.wprmenu_levels a.wprmenu_parent_item {
    border-left: 1px solid #474747;
    margin-left: 44px;
}

#wprmenu_menu .wprmenu_icon_par {
    position: relative;
    display: block;
    color: #CFCFCF;
    width: 46px;
    padding: 13px 14px 10px 14px;
    cursor: pointer;
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
}


#wprmenu_menu .wprmenu_no_border_bottom {
    border-bottom: none !important;
}

#wprmenu_menu.wprmenu_levels ul li ul {
    border-top: 1px solid #131212;
}

#wprmenu_menu.wprmenu_levels ul li ul li {
    padding-left: 44px;
}

#wprmenu_menu.wprmenu_levels ul li ul li ul li {
    padding-left: 88px;
}

#wprmenu_menu.wprmenu_levels ul li ul li ul li ul li {
    padding-left: 132px;
}

#wprmenu_menu.wprmenu_levels ul li ul li ul li ul li ul li {
    padding-left: 176px;
}


#wprmenu_menu.wprmenu_levels ul li ul li.wprmenu_parent_item_li {
    padding-left: 0px;
}

#wprmenu_menu.wprmenu_levels ul li ul li.wprmenu_parent_item_li .wprmenu_icon_par {
    margin-left: 44px;
}

#wprmenu_menu.wprmenu_levels ul li ul li.wprmenu_parent_item_li a.wprmenu_parent_item {
    margin-left: 88px;
}

#wprmenu_menu.wprmenu_levels ul li ul li ul li.wprmenu_parent_item_li {
    padding-left: 0px;
}

#wprmenu_menu.wprmenu_levels ul li ul li ul li.wprmenu_parent_item_li .wprmenu_icon_par {
    margin-left: 88px;
}

#wprmenu_menu.wprmenu_levels ul li ul li ul li.wprmenu_parent_item_li a.wprmenu_parent_item {
    margin-left: 132px;
}

#wprmenu_menu.wprmenu_levels ul li ul li ul li ul li.wprmenu_parent_item_li {
    padding-left: 0px;
}

#wprmenu_menu.wprmenu_levels ul li ul li ul li ul li.wprmenu_parent_item_li .wprmenu_icon_par {
    margin-left: 132px;
}

#wprmenu_menu.wprmenu_levels ul li ul li ul li ul li.wprmenu_parent_item_li a.wprmenu_parent_item {
    margin-left: 176px;
}

#wprmenu_menu.wprmenu_levels ul li ul li ul li ul li ul li.wprmenu_parent_item_li {
    padding-left: 0px;
}

#wprmenu_menu.wprmenu_levels ul li ul li ul li ul li ul li.wprmenu_parent_item_li .wprmenu_icon_par {
    margin-left: 176px;
}

#wprmenu_menu.wprmenu_levels ul li ul li ul li ul li ul li.wprmenu_parent_item_li a.wprmenu_parent_item {
    margin-left: 220px;
}

/********/

.icon_default.wprmenu_icon_par:before {
    content: "t";
}


.icon_default.wprmenu_par_opened:before {
    content: "o";
}

/* WPR Settings */
#wprmenu_bar {
    background: #00558f;
}

#wprmenu_bar .menu_title, #wprmenu_bar .wprmenu_icon_menu {
    color: #F2F2F2;
}

#wprmenu_menu {
    background: #00558f !important;
}

#wprmenu_menu.wprmenu_levels ul li {
    border-bottom: 1px solid #ffefef;
    border-top: 1px solid #ffffff;
}

#wprmenu_menu ul li a {
    color: #CFCFCF;
}

#wprmenu_menu ul li a:hover {
    color: #606060;
}

#wprmenu_menu.wprmenu_levels a.wprmenu_parent_item {
    border-left: 1px solid #ffffff;
}

#wprmenu_menu .wprmenu_icon_par {
    color: #CFCFCF;
}

#wprmenu_menu .wprmenu_icon_par:hover {
    color: #606060;
}

#wprmenu_menu.wprmenu_levels ul li ul {
    border-top: 1px solid #ffefef;
}

#wprmenu_bar .wprmenu_icon span {
    background: #FFFFFF;
}

#wprmenu_menu.left {
    width: 50%;
    left: -50%;
    right: auto;
}

#wprmenu_menu.right {
    width: 50%;
    right: -50%;
    left: auto;
}

@media only screen and (max-width: 810px) {
    html {
        padding-top: 42px !important;
    }

    #wprmenu_bar {
        display: block !important;
    }

    div#wpadminbar {
        position: fixed;
    }
}


/*Site styles*/

/* Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0px;
    padding: 0px;
    border: 0;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    outline: none;
    list-style: none
}

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif
}

* {
    outline: none
}

a, a:active, a:visited, a:hover {
    cursor: pointer;
    text-decoration: none
}

header, nav, section, article, main, aside, footer {
    display: block
}

*, *:after, *:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%
}

/* html element 62.5% font-size for REM use */
article {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.clear:before, .clear:after {
    content: " ";
    display: table
}

.clear:after {
    clear: both
}

.clear {
    *zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    display: block;
    height: 1%
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}

input, textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px
}

/* ---------- Classes WordPress --- */
/* default wordpress align classes */
.alignnone {
    margin: 5px 20px 20px 5px;
}

.aligncenter {
    margin: 5px auto 5px auto;
}

.alignright {
    margin: 5px 0px 20px 20px;
    float: right;
}

.alignleft {
    margin: 5px 20px 5px 0px;
    float: left;
}

/* default wordpress img captions */
.wp-caption.alignnone {
    margin: 5px 0px;
}

.wp-caption.alignleft {
    margin: 5px 20px 5px 0px;
}

.wp-caption.alignright {
    margin: 5px 0px 5px 20px;
}

.wp-caption .size-full {
    width: 100%;
    height: auto;
}

/* gallery */
.gallery-caption, .wp-caption p.wp-caption-text {
    font-size: 1.3em;
    margin: 0;
    color: #67b4b9;
    font-weight: bold;
    font-style: italic;
}

/* comments */
.sticky {
}

.bypostauthor {
}

/* ---------- Textos --- */
/* paragraph */
p {
    font-size: 1.4em;
    margin: 20px 0;
}

/* bold */
b, strong {
    font-weight: bold;
}

/* Italic */
i, em {
    font-style: italic;
}

/* print */
@media print {
    .do-not-print {
        display: none
    }

    #comments {
        page-break-before: always
    }

    body {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1.4;
        word-spacing: 1.1pt;
        letter-spacing: 0.2pt;
        font-family: Garamond, "Times New Roman", serif;
        color: #000;
        background: none;
        font-size: 12pt
    }

    h1, h2, h3, h4, h5, h6 {
        font-family: Helvetica, Arial, sans-serif
    }

    h1 {
        font-size: 19pt
    }

    h2 {
        font-size: 17pt
    }

    h3 {
        font-size: 15pt
    }

    h4, h5, h6 {
        font-size: 12pt
    }

    code {
        font: 10pt Courier, monospace
    }

    blockquote {
        margin: 1.3em;
        padding: 1em
    }

    img {
        display: block;
        margin: 1em 0
    }

    a img {
        border: none
    }

    table {
        margin: 1px;
        text-align: left
    }

    th {
        border-bottom: 1px solid #333;
        font-weight: bold
    }

    td {
        border-bottom: 1px solid #333
    }

    th, td {
        padding: 4px 10px 4px 0
    }

    caption {
        background: #fff;
        margin-bottom: 2em;
        text-align: left
    }

    thead {
        display: table-header-group
    }

    tr {
        page-break-inside: avoid
    }

    a {
        text-decoration: none;
        color: black
    }
}


/* --- Let's go!  ---------------------------------------------- */

.wrapper {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden
}


h1 {
    color: #00854a;
    font-size: 48px
}

h2 {
    color: #666666;
    font-size: 32px;
    line-height: 38px;
}

h2 a {
    color: #666666;
}

.bot_verde {
    min-width: 165px;
    height: 40px;
    float: right;
    margin-top: 15px;
    color: #ffffff;
    font-size: 16px;
    padding: 8px 15px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #00854a
}

.bot_verde:hover {
    background-color: #015f36
}

.gototop {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 40px;
    right: 50px;
    display: none;
    z-index: 9999;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: url("https://teste.retificadebarramento.com/Share/gototop.png") center center no-repeat
}

.banner_topo {
    min-height: 550px;
    max-height: 800px;
    padding-top: 270px;
    background: url('https://teste.retificadebarramento.com/Share/banner_home.jpg') no-repeat center top / cover
}

.banner_pages {
    width: 100%;
    height: 250px;
    padding-top: 60px
}

.banner_title {
    color: #ffffff;
    font-size: 55px;
    line-height: 72px;
    text-transform: uppercase;
    display: block;
    padding-left: 100px;
}

.banner_subtitle {
    color: #ffffff;
    font-size: 26px;
    line-height: 30px;
    display: block;
    padding-left: 100px;
}

.orc_box {
    display: none;
    width: 420px;
    height: 540px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 900;
    text-align: center;
    padding: 65px 25px 0;
    background: rgba(29, 29, 29, 0.9);
}

.orc_box_title {
    color: #ffffff;
    font-size: 22px;
    text-align: center;
}

.orc_form input {
    width: 100%;
    height: 30px;
    padding: 0 5px;
    margin-bottom: 20px;
    background: none;
    border: none;
    border-bottom: 2px solid #a9a5a4;
    color: #a9a5a4
}

.orc_form textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 25px;
    min-height: 25px;
    max-height: 80px;
    padding: 0 5px;
    background: none;
    border: none;
    border-bottom: 2px solid #a9a5a4;
    color: #a9a5a4
}

.urgencia {
    display: block;
    margin-top: 40px
}

.urgencia span {
    font-size: 15px
}

.urgencia input[type="checkbox"] {
    width: 15px;
    height: 15px;
    cursor: pointer;
    float: left;
    margin: 3px 15px 0;
    background: #ffffff
}

@media (min-width: 768px)
{
    .orc_box.open{
        display: block;
    }
}

.orc_form input[type="submit"] {
    min-width: 140px;
    height: 40px;
    margin: 0 auto !important;
    color: #ffffff;
    font-size: 16px;
    padding: 8px 15px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #00854a
}

.orc_form span.wpcf7-not-valid-tip {
    color: #f00;
    display: block;
    float: left;
    font-size: 10px;
    margin: -38px 0 0 180px;
}

.orc_form div.wpcf7-validation-errors {
    color: #ffffff;
    margin-top: -32px;
}

.orc_form div.wpcf7-mail-sent-ok {
    margin-top: -19px;
    padding: 0.2em 1em;
    color: #ffffff;
}


/* ---------- Includes --- */
.box_orcamento {
    width: 100%;
    height: 150px;
    color: #666666;
    font-size: 32px;
    text-align: left;
    background-color: #ffde00
}

.box_orcamento .wrapper {
    padding: 45px 180px 0;
}

.box_orcamento span {
    line-height: 65px;
}


/* ---------- Header --- */
header {
    width: 100%;
    height: 125px;
}

header .wrapper {
    position: relative;
    overflow: visible
}

.header_infos {
    width: 100%;
    height: 35px;
    padding-top: 3px;
}

.header_infos_fone {
    color: #00854a;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    position: absolute;
    right: 300px
}

.header_infos_fone:before {
    width: 30px;
    height: 30px;
    content: " ";
    display: block;
    float: left;
    margin-right: 2px;
    background: url('https://teste.retificadebarramento.com/Share/icons_header.png') no-repeat -3px 0
}

.header_infos_email {
    position: absolute;
    right: 0
}

.header_infos_email a {
    color: #b2b3b6;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    float: left;
}

.header_infos_email:before {
    width: 30px;
    height: 30px;
    content: " ";
    display: block;
    float: left;
    margin-right: 2px;
    background: url('https://teste.retificadebarramento.com/Share/icons_header.png') no-repeat -37px 0
}

.header_infos_facebook {
    color: #b2b3b6;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    float: right;
}

.header_infos_facebook:after {
    width: 30px;
    height: 30px;
    content: " ";
    display: block;
    float: right;
    margin-left: 8px;
    background: url('https://teste.retificadebarramento.com/Share/icons_header.png') no-repeat -70px 0
}


.header_menu {
    height: 90px;
}

.header_menu .logo {
    width: 140px;
    height: auto;
    float: left;
    margin-top: -15px;
}

.nav_header {
    width: 850px;
    float: right;
    padding-top: 10px;
}

.nav_header ul {
    height: 70px;
    float: left;
    padding: 23px 0
}

.nav_header li {
    margin-left: 75px;
    display: inline-block
}

.nav_header a {
    color: #787878;
    font-size: 16px
}

.nav_header .current_page_item a {
    color: #00558f;
    border-bottom: 1px solid #00558f
}


/* ---------- Home --- */
.home_diferenciais {
    padding: 70px 90px;
    text-align: center
}

.home_diferenciais ul {
    margin: 70px auto 0;
    flex-wrap: wrap;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.home_diferenciais li {
    width: 200px;
    min-height: 400px;
}

.home_diferenciais li:before {
    width: 100px;
    height: 100px;
    content: " ";
    display: block;
    margin: 0 auto 20px;
    background: url('https://teste.retificadebarramento.com/Share/icons_diferenciais.gif') no-repeat 0 0
}

.home_diferenciais li:nth-child(2):before {
    background-position: -102px 0
}

.home_diferenciais li:nth-child(3):before {
    background-position: -200px 0
}

.home_diferenciais li:nth-child(4):before {
    background-position: -299px 0
}


.home_diferenciais li span {
    color: #00854a;
    font-size: 22px;
    line-height: 25px;
}

.home_diferenciais li p {
    color: #787878;
    font-size: 16px;
}

.home_diferenciais .bot_verde {
    float: none
}

.home_video {
    width: 100%;
    height: 810px;
    padding: 70px 90px;
    text-align: center;
    background: url('https://teste.retificadebarramento.com/Share/bg_home_video.jpg') no-repeat center center / cover
}

.home_video h1,
.home_video h2 {
    color: #ffffff
}

.box_embed_video {
    max-width: 890px;
    margin: 40px auto
}

.embed_video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    /*overflow: hidden;*/
    max-width: 890px;
    width: 100%;
    height: auto;
}

.embed_video iframe,
.embed_video object,
.embed_video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home_video iframe {
    margin: 0 auto
}


/* ---------- A Empresa --- */
.empresa_video {
    padding: 70px 90px
}

.empresa_video p {
    margin: 0;
    color: #787878;
    font-size: 16px;
    text-align: justify;
    line-height: 26px;
}

.empresa_video iframe {
    margin-top: 50px
}

.empresa_equipamento {
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #00558f
}

.empresa_equipamento .wrapper {
    padding: 70px 90px;
}

.empresa_equipamento h1,
.empresa_equipamento h2 {
    color: #ffffff
}

.empresa_retifica {
    width: 470px;
    height: auto;
    float: left;
    padding: 50px 0 0;
    text-align: left;
    color: #ffffff
}

.empresa_retifica.retifica_right {
    float: right
}

.empresa_retifica img {
    width: 470px;
    height: 490px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 15px
}

.empresa_retifica span {
    font-size: 22px;
    padding-left: 45px;
    margin-bottom: 10px
}

.empresa_retifica ul {
    margin: 10px 0 0 45px
}

.empresa_retifica li {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
}

.empresa_retifica li:before {
    width: 35px;
    height: 35px;
    content: " ";
    display: block;
    float: left;
    margin-right: 10px;
    background: url('https://teste.retificadebarramento.com/Share/icons_retifica.png') no-repeat 4px 4px
}

.empresa_retifica li:nth-child(2):before {
    background-position: 4px -46px
}

.empresa_retifica li:nth-child(3):before {
    background-position: 4px -88px
}

.empresa_diferenciais {
    padding: 70px 100px 0;
    text-align: center
}

.empresa_diferenciais ul {
    margin-top: 70px
}

.empresa_diferenciais li {
    width: 45%;
    float: left;
    text-align: left;
    padding-left: 110px;
    margin-bottom: 100px;
}

.empresa_diferenciais li:nth-child(even) {
    float: right
}

.empresa_diferenciais span {
    color: #00854a;
    font-size: 22px
}

.empresa_diferenciais p {
    color: #787878;
    font-size: 16px;
    margin: 5px 0
}

.empresa_diferenciais a {
    color: #008549;
    font-size: 16px;
    font-weight: 600
}

.empresa_diferenciais li:before {
    width: 100px;
    height: 100px;
    content: " ";
    display: block;
    float: left;
    margin: -40px 0 150px -110px;
    background: url('https://teste.retificadebarramento.com/Share/icons_diferenciais.png') no-repeat 0 0
}

.empresa_diferenciais li:nth-child(2):before {
    background-position: -112px 0
}

.empresa_diferenciais li:nth-child(3):before {
    background-position: 0 -100px
}

.empresa_diferenciais li:nth-child(4):before {
    background-position: -112px -100px
}

.empresa_diferenciais li:nth-child(5):before {
    background-position: 0 -200px
}

.empresa_diferenciais li:nth-child(6):before {
    background-position: -112px -200px
}

.empresa_diferenciais li:nth-child(7):before {
    background-position: 0 -297px
}

.empresa_diferenciais li:nth-child(8):before {
    background-position: -112px -297px
}

.empresa_diferenciais li:nth-child(9):before {
    background-position: 0 -397px
}

.empresa_diferenciais li:nth-child(10):before {
    background-position: -112px -397px
}

/* ---------- RetificaÃ§Ã£o Plana --- */
.retificaplana_servico {
    padding: 70px 90px
}

.retificaplana_servico p {
    color: #787878;
    font-size: 16px;
    line-height: 26px;
}

.retificaplana_gama {
    text-align: center;
    margin-top: 50px
}

.retificaplana_gama ul {
    flex-wrap: wrap;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.retificaplana_gama li {
    width: 307px;
    height: 50px;
    margin-top: 20px;
    text-align: center;
    padding: 14px;
    color: #666666;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #f5f5f5
}

.retificaplana_gama li:hover {
    background-color: #ffde00
}

.retificaplana_tipo {
    text-align: center
}

.retificaplana_tipo ul {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.retificaplana_tipo li {
    width: 250px;
    height: 50px;
    color: #00558f;
    font-size: 22px
}

.retificaplana_diferencial {
    padding: 70px 90px
}

.retificaplana_diferencial section {
    width: 48%;
    height: auto;
    float: left;
    padding: 50px 20px 60px 130px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    background-color: #00558f
}

.retificaplana_diferencial section:nth-child(2) {
    float: right;
    background-color: #00854a
}

.retificaplana_diferencial span {
    font-size: 22px;
}

.retificaplana_diferencial span:before {
    width: 100px;
    height: 100px;
    content: " ";
    display: block;
    float: left;
    margin: -30px 0 0 -115px;
    background: url('https://teste.retificadebarramento.com/Share/icons_retificaplana_diferentcial.png') no-repeat 0 0
}

.retificaplana_diferencial section:nth-child(2) span:before {
    background-position: -113px 0
}

.retificaplana_diferencial p {
    font-size: 16px;
    margin: 10px 0;
}

.retificaplana_diferencial a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600
}

.retificaplana_metodologia {
    width: 100%;
    height: auto;
    padding: 70px 0 0;
    overflow: hidden;
    background: url('https://teste.retificadebarramento.com/Share/bg_metodologia.jpg') no-repeat center top / cover
}

.retificaplana_metodologia .wrapper {
    height: auto;
    color: #ffffff;
    padding: 0 90px 50px;
    overflow: hidden
}

.retificaplana_metodologia h1 {
    color: #ffffff;
    text-align: center;
}

.retificaplana_metodologia p {
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
}

.retificaplana_barramento {
    width: 469px;
    height: 1330px;
    display: block;
    margin: 0 auto;
    z-index: 10;
    position: relative;
    background: url('https://teste.retificadebarramento.com/Share/metodologia_barramento.png') no-repeat center top
}

.retificaplana_barramento div {
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.retificaplana_eqp01 {
    width: 191px;
    height: 167px;
    display: block;
    position: absolute;
    top: 61px;
    left: -1000px;
    z-index: 20;
    background: url('https://teste.retificadebarramento.com/Share/eqp01.png') no-repeat 0 0
}

.retificaplana_eqp02 {
    width: 224px;
    height: 352px;
    display: block;
    position: absolute;
    top: -22px;
    right: -1000px;
    z-index: 20;
    background: url('https://teste.retificadebarramento.com/Share/eqp02.png') no-repeat 0 0
}

.retificaplana_eqp03 {
    width: 258px;
    height: 277px;
    display: block;
    position: absolute;
    top: 283px;
    left: -1000px;
    z-index: 20;
    background: url('https://teste.retificadebarramento.com/Share/eqp03.png') no-repeat 0 0
}

.retificaplana_eqp04 {
    width: 203px;
    height: 231px;
    display: block;
    position: absolute;
    top: 423px;
    right: -1000px;
    z-index: 20;
    background: url('https://teste.retificadebarramento.com/Share/eqp04.png') no-repeat 0 0
}

.retificaplana_eqp05 {
    width: 260px;
    height: 257px;
    display: block;
    position: absolute;
    top: 783px;
    left: -1000px;
    z-index: 20;
    background: url('https://teste.retificadebarramento.com/Share/eqp05.png') no-repeat 0 0
}

.retificaplana_eqp06 {
    width: 141px;
    height: 114px;
    display: block;
    position: absolute;
    top: 715px;
    right: -1000px;
    z-index: 20;
    background: url('https://teste.retificadebarramento.com/Share/eqp06.png') no-repeat 0 0
}

.retificaplana_infos {
    width: 280px;
    height: auto;

    position: absolute;
}

.retificaplana_infos span {
    color: #ffde00;
    font-size: 18px;
    font-weight: 600;
    display: none;
}

.retificaplana_infos p {
    color: #ffffff;
    font-size: 16px;
    margin: 0;
    display: none;
}

.info01 {
    top: 90px;
    left: -260px;
}

.info02 {
    top: 190px;
    left: 460px
}

.info03 {
    top: 350px;
    left: -260px
}

.info04 {
    top: 430px;
    left: 460px
}

.info05 {
    top: 640px;
    left: -260px
}

.info06 {
    top: 700px;
    left: 460px
}

.info07 {
    top: 920px;
    left: -260px
}

.info08 {
    top: 1060px;
    left: 460px
}

.retificaplana_cases {
    padding: 70px 90px 50px;
    text-align: center
}

.retificaplana_cases ul {
    margin-top: 60px;
    flex-wrap: wrap;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.retificaplana_cases li {
    width: 307px;
    height: auto;
    text-align: left;
    line-height: 26px;
}

.retificaplana_cases li .wp-post-image {
    margin: 10px auto 20px
}

.retificaplana_cases li b,
.retificaplana_cases li p {
    color: #666666;
    font-size: 16px;
    text-align: left;
    line-height: 28px;
    padding: 0 13px;
    display: block;
}


/* ---------- Contato --- */
.contato_form {
    padding: 40px 295px
}

.contato_form input {
    width: 100%;
    height: 30px;
    margin-top: 30px;
    padding: 0 5px;
    border: none;
    border-bottom: 2px solid #a9a5a4;
    font-size: 15px;
    color: #666666
}

.contato_form textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 30px;
    min-height: 30px;
    margin-top: 10px;
    padding: 0 5px;
    border: none;
    border-bottom: 2px solid #a9a5a4;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #666666
}

.contato_form input[type=checkbox] {
    width: 15px;
    height: 15px;
    margin: 3px 15px 0;
    cursor: pointer;
    float: left;
    border: 2px solid #a9a5a4;
}

.wpcf7-list-item-label {
    font-size: 15px;
    color: #666666;
    float: left;
    margin-top: -1px;
}

.wpcf7-submit {
    width: 140px !important;
    height: 40px !important;
    margin: 50px auto 0 !important;
    display: block;
    color: #ffffff !important;
    font-size: 16px;
    padding: 8px 15px;
    text-align: center;
    border: none !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #00854a
}

.contato_form .displynone {
    display: none
}

.contato_form span.wpcf7-not-valid-tip {
    color: #f00;
    display: block;
    float: left;
    font-size: 1em;
    margin: -23px 0 0 280px;
    position: relative;
    z-index: 9990;
}

.contato_box {
    padding: 40px 160px
}

.contato_box section {
    width: 390px;
}

.contato_box span {
    color: #00854a;
    font-size: 22px;
    display: block
}

.contato_box b {
    color: #787878;
    font-size: 16px;
    display: block
}

.contato_box p {
    color: #787878;
    font-size: 16px;
    margin: 0;
    display: block
}

.contato_box a {
    color: #787878;
    font-size: 16px;
    display: block
}

.contato_box section:before {
    width: 100px;
    height: 100px;
    content: " ";
    display: block;
    float: left;
    margin: -30px 20px 50px 0;
    background: url('https://teste.retificadebarramento.com/Share/icons_contato.png') no-repeat 0 0
}

.contato_box section:nth-child(2):before {
    background-position: -110px 0
}

.contato_infos {
    float: left
}

.contato_local {
    float: right
}


/* ---------- Footer --- */
.footer_clientes {
    text-align: center;
    padding: 70px 90px;
}

.footer_clientes ul {
    padding: 45px 40px 20px;
    flex-wrap: wrap;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.footer_clientes li {
    display: block;
    margin: 60px 10px 0
}

.footer_destaques {
    padding: 50px 145px;
}

.footer_destaques_blocos {
    width: 49%;
    height: auto;
    float: left;
    margin-bottom: 20px;
    background: #f5f5f5
}

.footer_destaques section:nth-child(even) {
    float: right
}

footer {
    width: 100%;
    height: 260px;
    position: relative;
    padding-top: 60px;
    background-color: #f5f5f5
}

.footer_left {
    width: 630px;
    height: auto;
    float: left;
}

.footer_left img {
    width: 131px;
    height: 72px;
    float: left;
    margin: 15px 75px 60px 0
}

.footer_left span {
    display: block;
    margin: 2px 0;
    color: #666666;
    font-size: 16px;
}

.footer_right {
    width: 480px;
    height: auto;
    float: right
}

.footer_social {
    float: left;
    margin-left: 30px;
    padding-top: 30px;
}

.footer_social a {
    width: 35px;
    height: 35px;
    display: block;
    float: left;
    margin: 0 10px;
    background: url('https://teste.retificadebarramento.com/Share/icons_social_footer_azul.png') no-repeat;
}

.footer_facebook {
    background-position: -2px -2px !important
}

.footer_youtube {
    background-position: -52px -2px !important
}

.footer_right_cnc {
    width: 310px;
    height: 100px;
    float: right;
    padding: 27px 25px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #00558F
}

.footer_right_cnc span {
    float: left;
    color: #00558F;
    font-size: 12px;
    padding-top: 7px;
}

.footer_right_cnc img {
    width: 102px;
    height: 46px;
    float: right
}

.footer-assinatura {
    width: 90%;
    height: 35px;
    position: absolute;
    bottom: 0
}

.footer-assinatura .wrapper {
    width: 90%;
    overflow: unset;
}

.footer-assinatura span a {
    color: #666666;
}

.footer-assinatura span {
    color: #666666;
    font-size: 12px;
    text-align: left;
    line-height: 35px
}

.footer-assinatura span:last-child {
    float: right;
    text-align: right
}

/**
* Tooltips!
*/

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
    position: relative;
    cursor: pointer;
    z-index: 9999;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition: opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
    z-index: 1001;
    border: 12px solid transparent;
    background: transparent;
    content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
    z-index: 1000;

    border: 2px solid #000000;
    border-radius: 5px;
    color: #ffffff;
    content: attr(data-tooltip);
    line-height: 3px;
    padding: 15px;
    text-align: center;
    visibility: hidden;
    width: 230px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);

    content: attr(data-tooltip);
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
    bottom: 100%;
    left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
    margin-left: -16px;
    margin-bottom: -22px;
    border-top-color: rgba(0, 0, 0, 0.8);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
    margin-left: -160px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}

/* ---------------------------------------- responsivo ------------- responsivo ------------- responsivo ------------- responsivo ------------- responsivo ------------- responsivo ------------- */
@media only screen and (max-width: 1150px) {
    .wrapper {
        width: 98%
    }


    .box_orcamento {
        text-align: center
    }

    .box_orcamento .wrapper {
        padding-top: 15px;
        overflow: visible
    }

    .box_orcamento span {
        line-height: 50px;
    }

    .box_orcamento a {
        float: none;
        margin: 0 auto
    }

    .empresa_retifica {
        width: 49%
    }

    .empresa_retifica img {
        width: 100%;
        height: auto
    }

    .retificaplana_cases li {
        width: 32%
    }

    .contato_form {
        padding: 40px 100px
    }

    .contato_box section {
        width: 100%;
        margin: 25px 0
    }

    .footer_destaques {
        padding: 50px 35px;
    }

    .footer_destaques_blocos {
        width: 49%;
        height: auto
    }

    .footer_left {
        width: 58%
    }

    .footer_right {
        width: 40%
    }

    .footer_social {
        width: 110px;
        float: none;
        overflow: hidden;
        margin: 0 auto 15px;
        padding: 0
    }
}

@media only screen and (max-width: 1030px) {
    #bot_orc {
        display: none
    }

    .home .orc_box {
        display: none
    }

    .nav_header {
        width: auto;
        margin-right: 20px
    }

    .banner_topo {
        padding-top: 20%;

    }

    .banner_title,
    .banner_subtitle {
        text-align: center;
        padding-left: 0
    }

    .empresa_retifica span {
        padding-left: 10px;
        font-size: 20px
    }

    .empresa_retifica ul {
        margin: 10px 0 0 10px
    }

    .empresa_equipamento .wrapper {
        padding: 70px 40px;
    }

    .empresa_video {
        padding: 70px 20px;
    }

    .empresa_diferenciais,
    .retificaplana_servico,
    .retificaplana_diferencial,
    .retificaplana_cases {
        padding: 70px 20px;
    }


    .retificaplana_barramento {
        background-position: 136px 0
    }

    .retificaplana_eqp01 {
        left: 151px !important
    }

    .retificaplana_eqp02 {
        right: -95px !important
    }

    .retificaplana_eqp03 {
        left: 140px !important
    }

    .retificaplana_eqp04 {
        right: -136px !important
    }

    .retificaplana_eqp05 {
        left: 160px !important
    }

    .retificaplana_eqp06 {
        right: -92px !important
    }

    .retificaplana_infos {
        left: -120px
    }

    .info01 {
        top: 10px;
    }

    .info02 {
        top: 140px;
    }

    .info03 {
        top: 270px;
    }

    .info04 {
        top: 450px;
    }

    .info05 {
        top: 630px;
    }

    .info06 {
        top: 790px;
    }

    .info07 {
        top: 990px;
    }

    .info08 {
        top: 1170px;
    }

    .retificaplana_metodologia p {
        line-height: 22px
    }


    .footer_destaques {
        padding: 50px 10px;
    }

    .footer_left img {
        display: none
    }
}


@media only screen and (max-width: 810px) {
    header {
        height: 135px
    }

    .nav_header {
        display: none
    }

    .header_menu .logo {
        width: 120px;
        float: none;
        margin: 15px auto
    }

    .header_infos_email a,
    .header_infos_fone {
        font-size: 10px;
        right: auto
    }

    .empresa_retifica span {
        font-size: 16px
    }

    .empresa_diferenciais li {
        width: 100%;
        margin-bottom: 20px;
    }

    .retificaplana_diferencial section {
        width: 100%;
        margin-bottom: 20px
    }

    .retificaplana_metodologia .wrapper {
        padding: 0 20px;
    }


    .contato_box {
        padding: 40px 100px;
    }

    .home_diferenciais,
    .home_video,
    .footer_clientes {
        padding: 50px 30px;
        height: auto;
    }

    footer {
        height: auto;
        padding: 30px 0 50px;
    }

    .footer_left {
        width: 100%;
    }

    .footer_right {
        width: 100%;
        margin-top: 30px;
    }

    .footer_right_cnc {
        float: none;
        margin: 0 auto
    }

}


@media only screen and (max-width: 660px) {
    .retificaplana_barramento {
        margin-left: 150px
    }

    .wpcf7-list-item-label {
        font-size: 12px;
        margin-top: 1px
    }

    .empresa_diferenciais li {
        padding-left: 90px;
        margin-bottom: 40px
    }

    .empresa_diferenciais li::before {
        margin: 0 0 0 -110px
    }
}

@media only screen and (max-width: 500px) {
    h1 {
        font-size: 28px
    }

    h2 {
        font-size: 20px;
        line-height: unset;
    }

    .banner_topo {
        min-height: 300px
    }

    .banner_title {
        font-size: 34px;
        line-height: 38px;
    }

    .banner_subtitle {
        font-size: 20px;
        line-height: unset
    }


    .retificaplana_tipo {
        display: none
    }

    .retificaplana_diferencial section {
        padding: 30px 20px
    }

    .retificaplana_diferencial span::before {
        float: none;
        margin: 0 auto;
    }


    .empresa_retifica {
        width: 100%
    }

    .retificaplana_cases li {
        width: 100%
    }

    .contato_form {
        padding: 40px 20px;
    }

    .contato_box {
        padding: 40px 10px;
    }

    .contato_box section::before {
        margin: 0 auto 10px;
        float: none
    }

    .box_orcamento .wrapper {
        padding: 10px 0 0
    }

    .box_orcamento span {
        font-size: 18px;
    }

    footer {
        padding: 30px 0 100px;
    }

    .footer_destaques_blocos {
        width: 100%
    }


    .footer_destaques {
        padding: 50px 0
    }

    .footer_left span {
        font-size: 14px
    }

    .footer-assinatura {
        width: 100%;
        height: 70px
    }

    .footer-assinatura .wrapper {
        text-align: center
    }

    .footer-assinatura span:last-child {
        float: none;
        text-align: center
    }
}

.wpcf7-form .btn-submit-lg {
     display: none;
}

.wpcf7-form .btn-whatsapp {
    display: inline-block;
    width: auto !important;
}

.wpcf7-form .wpcf7-submit {
    margin: 0 !important;
}

@media (min-width: 768px)
{
    .wpcf7-form .btn-submit-lg {
        display: inline-block;
    }

    .wpcf7-form .btn-whatsapp {
        display: none;
    }
}



#privacy-policies{
    font-size: 16px;
}

#privacy-policies p{
    font-size: 1em;
    margin-bottom: 1em;
}

#privacy-policies ul{
    list-style: disc;
    padding-left: 2em;
}

#privacy-policies li{
    list-style: initial;
}

#privacy-policies h2,
#privacy-policies h3{
    margin: 1.1em 0 .6em;
}

#notificacao-text{
    font-size: 1.4rem;
}
