@charset "utf-8";
body {
    color: #747474;
    font-family: 'Roboto', sans-serif;
    font-size: 15.5px;
    line-height: 1.7;
    margin: 0px;
}

html {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
a {
    color: #646464;
    text-decoration: none;
    transition: ease .3s;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s;
    -ms-transition: ease .3s;
}
a:hover {
    text-decoration: none;
    color: #5a5a5a;
}
a:focus {
    outline: none;
    color: #999999;
    text-decoration: none;
}
.box_g {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    float: none
}
.status-preos{
    color: #1174c6;
    font-weight: 600;
}

#cpfResponse{
    display: inline-flex;
}

#cnpjResponse{
    display: inline-flex;
}
@media (max-width: 1300px) {
    .box_g {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        float: left;
    }
}
.box_g_m {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 45px;
    padding-top: 55px;
}
@media (max-width: 1250px) {
    .box_g_m {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        padding-left: 0px;
        padding-top: 55px;
    }
}
.head_top {
    width: 100%;
    float: left;
    height: 35px;
    background-image: url(imgs/back_top.png);
    background-repeat: no-repeat;
    background-position: 103%;
    position: fixed;
    background-color: #08266f;
}
@media (max-width: 1200px) {
    .head_top {
        width: 100%;
        float: left;
        height: 54px;
        background-image: none;
        background-repeat: no-repeat;
        background-position: right;
        position: fixed;
        background-color: #08266f;
    }
}
.fone {
    background-image: url(imgs/icon_phone.webp);
    float: right;
    margin-right: 26px;
    padding-left: 22px;
    width: 200px;
    color: #ffffff;
    font-size: 21px;
    background-repeat: no-repeat;
    background-position: left;
    margin-top: 0px;
    background-size: 8%;
}
@media (max-width:1200px) {
    .fone {
        background-image: url(imgs/icon_phone.webp);
        float: right;
        margin-right: 5px;
        padding-left: 20px;
        width: 105px;
        color: #ffffff;
        font-size: 20px;
        background-repeat: no-repeat;
        background-position: left;
        margin-top: 12px;
        background-size: 12%;
        margin-left: 0px;
    }
}
.lat_right {
    float: right;
    width: 28px;
    background-color: #FF850B;
    height: 54px;
    position: absolute;
    right: 0px;
}
@media (max-width:1200px) {
    .lat_right {
        display: none
    }
}
.icons_box {
    width: 240px;
    float: right;
    margin-right: 45px;
    margin-top: 7px;
    font-size: 15px;
    color: #ffffff !important;
}
@media (max-width:1200px) {
    .icons_box {
        display: none
    }
}
.icons {
    width: 36px;
    height: 35px;
    float: left;
    margin-left: 4px;
    margin-right: 4px;
}
.icon_home {
    width: 36px;
    height: 35px;
    float: left;
    margin-left: 4px;
    margin-right: 4px;
}
@media (max-width:1200px) {
    .icon_home {
        width: 36px;
        height: 35px;
        float: left;
        margin-left: 4px;
        margin-right: 4px;
        display: none
    }
}
.line_top {
    width: 5px;
    float: left;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #818181;
    height: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 1px;
    display:block
}
@media (max-width: 1200px) {
    .line_top {
        width: 5px;
        float: left;
        border-right-style: dotted;
        border-right-width: 1px;
        border-right-color: #fed1a5;
        height: 25px;
        margin-left: 10px;
        margin-right: 17px;
        margin-top: 5px;
        display: none
    }
}
.logo a {
    width: 315px;
    height: 70px;
    background-image: url(imgs/logo.webp);
    position: absolute;
    top: 10px;
    left: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
}
@media only screen and (max-width: 1200px) {
    .logo_mb a {
        width: 317px;
        height: 53px;
        background-image: url(imgs/logo_m.webp);
        position: absolute;
        top: 7px;
        left: 70px;
        background-repeat: no-repeat;
        background-size: 80%;
    }
}
@media only screen and (max-width: 500px) {
    .logo_mb a {
        width: 150px;
        height: 53px;
        background-image: url(imgs/logo_m.webp);
        position: absolute;
        top: 18px;
        left: 60px;
        background-repeat: no-repeat;
        background-size: 100%;
    }
}
.menu_box {
    width: 100%;
    float: left;
    height: 30px;
    margin-top: 20px;
}
.menu {
    width: 500px;
    float: right;
}
/* --- menu --- */

header .navigation {
    float: right;
    margin-right: 20px;
    margin-top: 12px;
}
@media (max-width: 1200px) {
    header .navigation {
        display: none
    }
}
header ul.nav li {
    border: none;
    margin: 0;
}
header ul.nav li a {
    border: none;
}
header ul.nav li ul {
    z-index: 1000;
    margin-top: 20px;
}
header ul.nav li ul li ul {
    margin: 1px 0 0 1px;
}
header ul.nav li a i {
    color: #000000;
}
.container, .navbar-static-top .container {
    width: 100%;
}
.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
}
.container:before, .container:after {
    display: table;
    line-height: 0;
    content: "";
}
.container:after {
    clear: both;
}
.dropdown {
    position: relative;
}
.nav {
    margin-bottom: 20px;
    margin-left: 0;
    list-style: none;
}
.nav > li > a {
    display: block;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}
.nav > .dropdown.active > a:hover, .nav > .dropdown.active > a:focus {
    cursor: pointer;
}
.navbar .nav a:hover {
    background: #013A88;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover {
}
.navbar .nav > .active > a:active, .navbar .nav > .active > a:focus {
    background: none;
    outline: 0;
    font-weight: 600;
}
.navbar .nav li .dropdown-menu {
    z-index: 1000;
}
.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}
.navbar .nav > li {
    float: left;
}
.navbar .nav > li > a {
    float: none;
    padding: 4px 6px 4px 6px;
    color: #000000;
    text-decoration: none;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #013A88;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
}
.navbar .nav > li > .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    content: '';
}
.navbar .nav > li > .dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    content: '';
}
.dropdown-menu {
    *border-right-width: 0;
    *border-bottom-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.dropdown-menu .dropdown i {
    position: absolute;
    right: 0;
    margin-top: 3px;
    padding-left: 20px;
}
.dropdown-submenu > .dropdown-menu {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
.navbar .nav {
    border-right: none;
    border-left: none;
    margin-top: 11px;
}
.navbar .nav > li > a {
    float: none;
    font-size: 15px;
    margin-left: 8px;
    margin-right: 0;
    text-decoration: none;
    text-shadow: none;
    border-right: none;
    border-left: none;
    color: #545454;
    padding: 4px 6px 4px 6px;
    background-image: none;
    background: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
    color: #ffffff;
    background-color: none;
    filter: none;
    text-decoration: none;
    padding: 4px 6px 4px 6px;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    color: #000;
    padding: 4px 10px 4px 10px;
    filter: none;
    text-decoration: none;
    border-radius: 0px;
}
.navbar .nav > a i[class^="icon-"] {
    color: #000000;
}
ul.nav li.dropdown a {
    z-index: 1000;
    display: block;
    color: #002261;
}
ul.nav li.dropdown a:hover {
    z-index: 1000;
    display: block;
    color: #ffffff;
}
ul.nav li.dropdown ul li ul.dropdown-menu {
    margin-left: 0px;
}
ul.nav li.dropdown ul li i {
    margin-right: 20px;
}
select.selectmenu {
    display: none;
}
.dropdown-menu {
    position: absolute;
    top: 15px;
    right: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: 10px;
    margin: 5px 0 0;
    list-style: none;
    background: #ffffff;
    color: #000000;
    box-shadow: 0 0px 7px 0 rgba(0,0,0,0), 0 1px 13px 0 rgba(0,0,0,0.20) !important;
}
.dropdown-menu li {
    margin: 0;
    padding: 0;
}
.dropdown-menu li a {
    color: #000000;
    font-size: 15px;
    padding: 8px 10px 8px 10px;
    margin: 0;
    text-shadow: none;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    color: #ffffff;
    background-color: #013A88;
    display: block;
}
.dropdown-menu .sub-menu-level1, .dropdown-menu .sub-menu-level2 {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: 0;
}
.dropdown-menu li:hover .sub-menu-level1 {
    visibility: visible;
}
.dropdown-menu li li:hover .sub-menu-level2 {
    visibility: visible;
}
@media (min-width: 1200px) {
    .container, .navbar-static-top .container {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .container, .navbar-static-top .container {
        width: 100%;
    }
    nav ul li {
        display: none;
    }
    select.selectmenu {
        display: block;
        width: 100%;
        margin-top: 0;
        color: #111;
        margin-right: 20px;
        line-height: 30px;
        font-size: 13px;
    }
    select.selectmenu .bold {
        font-weight: bold;
    }
}

.video-container{
    width:60%;
    margin: auto;
}

.cf-container{
    width:70%;
    margin: auto;
}

.cf-content{
    margin-left: 20px;
}

@media (max-width: 768px) {

    .cf-content{
        margin-left: unset;
    }

    .cf-container{
        width: 96% !important;
    }

    .video-container{
        width: 100% !important;
    }

    .btn_whatsapp{
        display: none;
    }

    .tit_int_inc {
        text-align: center !important;
    }
    .fone {
        font-size: 14px !important;
    }
    .navbar-static-top {
        margin-right: -20px;
        margin-left: -20px;
    }
    .container {
        width: auto;
    }
    nav ul li {
        display: none;
    }
    header .navigation {
        margin: 0 auto;
        text-align: center;
        width: 90%;
        float: none;
    }
    select.selectmenu {
        display: block;
        width: 100%;
        float: left;
        margin-bottom: 20px;
        color: #111;
        margin-right: 20px;
        line-height: 30px;
        font-size: 13px;
    }
    select.selectmenu .bold {
        font-weight: bold;
    }
}
@media (max-width: 480px) {
    .headnav {
        text-align: center;
        float: none;
        margin: 10px 0 0 0;
    }
}

@media (max-width: 1920px) {
    .h_back {
        background-image: url(imgs/back_sl_top.webp);
        background-position: 960px 030px;
        background-repeat: no-repeat;

    }
}
@media (max-width: 1680px) {
    .h_back {
        background-image: url(imgs/back_sl_top.webp);
        background-position: 850px 30px;
        background-repeat: no-repeat;
    }
}
@media (max-width: 1540px) {
    .h_back {
        background-image: url(imgs/back_sl_top.webp);
        background-position: 730px 0px;
        background-repeat: no-repeat;

    }
}
@media (max-width: 1440px) {
    .h_back {
        background-image: url(imgs/back_sl_top.webp);
        background-position: 620px 50px;
        background-repeat: no-repeat;

    }
}

@media (max-width: 1280px) {
    .h_back {
        background-image: url(imgs/back_sl_top.webp);
        background-position: 680px 0px;
        background-repeat: no-repeat;

    }
}
@media (max-width: 1024px) {
    .h_back {
        background-image: url(imgs/back_sl_top.webp);
        background-position: 610px 0px;
        background-repeat: no-repeat;
    }
}
@media (max-width: 950px) {
    .h_back {
        background-image: url(imgs/back_sl_top.webp);
        background-position: 530px -90px;
        background-repeat: no-repeat;

    }
}
@media (max-width: 850px) {
    .h_back {
        background-image: url(imgs/back_sl_top.webp);
        background-position: 480px 50px;
        background-repeat: no-repeat;
        background-size: 171%;
    }
}
@media (max-width: 600px) {
    .h_back {
        background-image: url(imgs/back_sl_topmb.webp);
        background-position: 118% 50px;
        background-repeat: no-repeat;
        background-size: 50%;
    }
}

.img_top_int {
    position: absolute;
    width: 267px;
    height: 217px;
    right: 0px;
    top: -2px;
    background-image: url(imgs/harddisk_int.webp);
    display:block
}

@media (max-width: 850px) {
    .img_top_int {
        display:none
    }

}
.img_top {
    position: absolute;
    width: 615px;
    height: 509px;
    right: 0px;
    top: 120px;
    background-image: url(imgs/harddisk.webp);
    display: block;
}
@media (max-width: 1300px) {
    .img_top {
        position: absolute;
        width: 615px;
        height: 509px;
        right: 30px;
        top: 30px;
        background-image: url(imgs/harddisk.webp);
        display:block
    }
}
@media (max-width: 1150px) {
    .img_top {
        position: absolute;
        width: 500px;
        height: 509px;
        right: 0px;
        top: 30px;
        background-image: url(imgs/harddisk.webp);
        background-size: 100%;
        background-repeat: no-repeat;
        display:block
    }
}
@media (max-width: 1000px) {
    .img_top {
        position: absolute;
        width: 400px;
        height: 509px;
        right: 0px;
        top: 30px;
        background-image: url(imgs/harddisk.webp);
        background-size: 100%;
        background-repeat: no-repeat;
        display:block
    }
}
@media (max-width: 900px) {
    .img_top {
        position: absolute;
        width: 340px;
        height: 509px;
        right: 0px;
        top: 30px;
        background-image: url(imgs/harddisk.webp);
        background-size: 100%;
        background-repeat: no-repeat;
        display:block
    }
}
@media (max-width: 850px) {
    .img_top {
        position: absolute;
        width: 340px;
        height: 509px;
        right: 0px;
        top: 30px;
        background-image: url(imgs/harddisk.webp);
        background-size: 100%;
        background-repeat: no-repeat;
        display:none
    }
}

.tit_top_box_cur {
    width: 500px;
    float: left;
    color: #000000;
    margin-top: 50px;
    margin-top: 110px;
    margin-left: 90px;
}
@media (max-width: 530px) {
    .tit_top_box_cur {
        width: 80%;
        float: none;
        margin-top: 35px;
        color: #000000;
        margin-left: auto;
        margin-right: auto;
    }
}


.tit_top_box {
    width: 500px;
    float: left;
    color: #000000;
    margin-top: 30px;
    margin-left: 28px;
}
@media (max-width: 530px) {
    .tit_top_box {
        width: 80%;
        float: none;
        margin-top: 35px;
        color: #000000;
        margin-left: auto;
        margin-right: auto;
    }
}
.box_header {
    width: 100%;
    height: 35px;
    position: absolute;
    top: 35px;
    left: 0px;
    z-index: 99999;
    display:block
}
@media (max-width: 1200px) {
    .box_header {
        display:none
    }
}
.box_header_fix {
    width: 100%;
    height: 80px;
    position: fixed;
    background-color: #ffffff;
}

@media (max-width: 1200px) {
    .box_header_fix {
        display: none
    }
}

.tit_top_h1_cur {
    width: 100%;
    float: left;
    font-size: 60px;
    font-family: 'Roboto', sans-serif;
    line-height: 70px;
    font-weight: 300;
    margin-bottom: 10px;
}
@media (max-width: 1200px) {
    .tit_top_h1_cur {
        width: 100%;
        float: left;
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        line-height: 40px;
        font-weight: 300;
        margin-bottom: 10px;
    }
}
.tit_top_h1 {
    width: 100%;
    float: left;
    font-size: 38px;
    font-family: 'Roboto', sans-serif;
    line-height: 44px;
    font-weight: 300;
    margin-bottom: 10px;
}
@media (max-width: 1400px) {
    .tit_top_h1 {
        width: 100%;
        float: left;
        font-size: 34px;
        font-family: 'Roboto', sans-serif;
        line-height: 40px;
        font-weight: 300;
        margin-bottom: 10px;
    }
}


.tit_top_h2 {
    width: 100%;
    float: left;
    font-size: 50px;
    font-weight: 600;
    line-height: 80px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0px;

}
.tit_top_h3 {
    width: 100%;
    float: left;
    font-size: 66px;
    font-weight: 600;
    color: #FF8F1F;
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
}




@media (max-width: 828px) {

    .tit_top_h2 {
        width: 100%;
        float: left;
        font-size: 26px;
        font-weight: 600;
        line-height: 45px;
        font-family: 'Roboto', sans-serif;
        text-align: left;
    }
    .tit_top_h3 {
        width: 100%;
        float: left;
        font-size: 66px;
        font-weight: 600;
        color: #FF8F1F;
        font-family: 'Roboto', sans-serif;
        line-height: 28px;
    }
}

form input[type=submit] a {
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 60px;
    padding-left: 28px;
    font-size: 22px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 5px 5px 0 #9c9a9a;
    -webkit-box-shadow: 1px 1px 17px #9c9a9a;
    -moz-box-shadow: 5px 5px 0 #9c9a9a;
    border-radius: 10px;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    border: 2px solid #FFFFFF;
    position: relative;
    background-position: 235px center;
    float: right;
    background-repeat: no-repeat;
    background-image: url(imgs/back_btn.webp);
    background-color: #FF9326;
    margin-top: 35px;
    margin-bottom: 80px;

}
form input[type=submit] a:hover {
    border: 2px solid #ffffff;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    box-shadow: 5px 5px 0 #9c9a9a;
    -webkit-box-shadow: 0px 0px 0px #9c9a9a;
    -moz-box-shadow: 0px 0px 0 #9c9a9a;
    background-image: url(imgs/back_btn.webp);
    background-color: #E17D18;
    background-position: 240px center;

}

.btn_lar a {
    display:none
}

@media only screen and (max-width: 600px) {
    .btn_lar a {
        color: #ffffff;
        padding-top: 18px;
        padding-bottom: 18px;
        padding-right: 20px;
        padding-left: 15px;
        font-size: 22px;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 0px 0px 0 #9c9a9a;
        -webkit-box-shadow: 0px 0px 0px #9c9a9a;
        -moz-box-shadow: 0px 0px 0 #9c9a9a;
        border-radius: 10px;
        -webkit-transition: 0.2s ease-in;
        -moz-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
        border: 2px solid #FFFFFF;
        position: relative;
        background-position: 225px center;
        float: left;
        background-repeat: no-repeat;
        background-image: url(imgs/back_btn.webp);
        background-color: #FF9326;
        margin-top: 20px;
        text-align: left;
        line-height: 24px;
        margin-bottom: 0px;
        width: 245px;
        display:block
    }
    .btn_lar a:hover {
        color: #ffffff;
        padding-top: 18px;
        padding-bottom: 18px;
        padding-right: 20px;
        padding-left: 15px;
        font-size: 22px;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 0px 0px 0 #9c9a9a;
        -webkit-box-shadow: 0px 0px 0px #9c9a9a;
        -moz-box-shadow: 0px 0px 0 #9c9a9a;
        border-radius: 50px;
        -webkit-transition: 0.2s ease-in;
        -moz-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
        border: 2px solid #FFFFFF;
        position: relative;
        background-position: 225px center;
        float: left;
        background-repeat: no-repeat;
        background-image: url(imgs/back_btn.webp);
        background-color: #FF9326;
        margin-top: 20px;
        text-align: left;
        line-height: 24px;
        margin-bottom: 35px;
        width: 245px;
    }
}
.btn_grl a {
    color: #707070;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 22px;
    padding-left: 22px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    border: 2px solid #FFFFFF;
    float: right;
    background-color: #cccccc;
    margin-top: 10px;
}
.btn_grl a:hover {
    border: 2px solid #ffffff;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    background-color: #E17D18;
    background-position: right center;
    background-color: #FF850B;
    color: #ffffff;
}
@media (max-width:600px) {
    .btn_grl a {
        color: #707070;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-right: 22px;
        padding-left: 22px;
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
        -webkit-transition: 0.2s ease-in;
        -moz-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
        border: 2px solid #FFFFFF;
        float: none;
        background-color: #cccccc;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 130px;
        text-align: center;
    }
    .btn_grl a:hover {
        color: #ffffff;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-right: 22px;
        padding-left: 22px;
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
        -webkit-transition: 0.2s ease-in;
        -moz-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
        border: 2px solid #FFFFFF;
        float: none;
        background-color: #cccccc;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 130px;
        text-align: center;
    }
}
.box_v_esq {
    width: 570px;
    float: left;
    margin-top: 35px;
    position:relative;
    display:block
}
@media (max-width:1200px) {
    .box_v_esq {
        width: 80%;
        float: none;
        margin-top: 35px;
        margin-left: auto;
        margin-right: auto;
        position:relative;
        display:block


    }
}
.box_v_esq_hidd {
    width: 570px;
    float: left;
    margin-top: 35px;
    display:none
}
@media only screen and (max-width: 1200px) {
    .box_v_esq_hidd {
        width: 80%;
        float: none;
        margin-top: 35px;
        margin-left: auto;
        margin-right: auto;
        display:block
    }
}
.box_v_esq_blo {
    width: 570px;
    float: left;
    margin-top: 35px;
    display:block
}
@media (max-width: 1200px) {
    .box_v_esq_blo {
        display:none
    }
}
.box_dir {
    width: 520px;
    float: left;
    margin-left: 100px;
}
@media (max-width:1200px) {
    .box_dir {
        width: 80%;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}
.btn_lar_g a {
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 22px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 5px 5px 0 #9c9a9a;
    -webkit-box-shadow: 1px 1px 17px #9c9a9a;
    -moz-box-shadow: 5px 5px 0 #9c9a9a;
    border-radius: 10px;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    border: 2px solid #FFFFFF;
    position: relative;
    background-position: 97% center;
    float: none;
    background-repeat: no-repeat;
    background-image: url(imgs/back_btn.webp);
    background-color: #ff850c;
    margin-top: 10px;
    display: block;
    width: 100%;
    text-align: left;
    text-indent: 30px;
    cursor: pointer
}
.btn_lar_g a:hover {
    border: 2px solid #ffffff;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    box-shadow: 5px 5px 0 #9c9a9a;
    -webkit-box-shadow: 0px 0px 0px #9c9a9a;
    -moz-box-shadow: 0px 0px 0 #9c9a9a;
    background-image: url(imgs/back_btn.webp);
    background-color: #ff8000;
    background-position: 99% center;
}

@media (max-width:600px) {
    .btn_lar_g a {
        color: #ffffff;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 50px;
        padding-left: 20px;
        font-size: 17px;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 0px 0px 0 #9c9a9a;
        -webkit-box-shadow: 0px 0px 0px 0px #aaaaaa;
        -moz-box-shadow: 0px 0px 0 #9c9a9a;
        border-radius: 10px;
        -webkit-transition: 0.2s ease-in;
        -moz-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
        border: 2px solid #FFFFFF;
        position: relative;
        background-position: 97% center;
        float: none;
        background-repeat: no-repeat;
        background-image: url(imgs/back_btn.webp);
        background-color: #ff850c;
        margin-top: 10px;
        display: block;
        width: 72%;
        text-align: left;
        text-indent: 0px;
        /* width: 95%; */
        line-height: 20px;
        margin-bottom: 25px;
        /* width: 95%; */

        /* width: 95%; */
    }
    .btn_lar_g a:hover {
        border: 2px solid #ffffff;
        -webkit-transition: 0.2s ease-in;
        -moz-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
        box-shadow: 5px 5px 0 #9c9a9a;
        -webkit-box-shadow: 0px 0px 0px #9c9a9a;
        -moz-box-shadow: 0px 0px 0 #9c9a9a;
        background-image: url(imgs/back_btn.webp);
        background-color: #ff8000;
        background-position: 99% center;
    }
}
.hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    background: #fff;
    color: black;
}
.hljs-comment, .hljs-quote {
    color: #006a00;
}
.hljs-keyword, .hljs-selector-tag, .hljs-literal {
    color: #aa0d91;
}
.hljs-name {
    color: #008;
}
.hljs-variable, .hljs-template-variable {
    color: #660;
}
.hljs-string {
    color: #c41a16;
}
.hljs-regexp, .hljs-link {
    color: #080;
}
.hljs-title, .hljs-tag, .hljs-symbol, .hljs-bullet, .hljs-number, .hljs-meta {
    color: #1c00cf;
}
.hljs-section, .hljs-class .hljs-title, .hljs-type, .hljs-attr, .hljs-built_in, .hljs-builtin-name, .hljs-params {
    color: #5c2699;
}
.hljs-attribute, .hljs-subst {
    color: #000;
}
.hljs-formula {
    background-color: #eee;
    font-style: italic;
}
.hljs-addition {
    background-color: #baeeba;
}
.hljs-deletion {
    background-color: #ffc8bd;
}
.hljs-selector-id, .hljs-selector-class {
    color: #9b703f;
}
.hljs-doctag, .hljs-strong {
    font-weight: bold;
}
.hljs-emphasis {
    font-style: italic;
}
/* @author Tim himself */

.acordeon h3 {
    background: #ffffff;
    color: #000;
    text-align: left;
    border-radius: 4px;
    padding: 14px 12px;
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0px;
    padding-left: 34px;
    transition: 0.25s all;
    position: relative;
    float: left;
    width: 90%;

}
.acordeon h3.active {
    margin-bottom: 21px;
    background: #d7d7d7;
}
.acordeon h3::before {

}
.acordeon h3.alignLeft {
    padding-left: 35px;
}
.acordeon > div {
    display: none;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #cdcdcd;
    text-align: left;
    padding: 18px 20px;
    margin-bottom: 9px;
    float: left;
    width:90%
}
.acordeon .arrowDown {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13.0px 7.5px 0 7.5px;
    border-color: #272e35 transparent transparent transparent;
    position: absolute;
    bottom: 0;
    left: 40px;
    transition: 0.25s all;
    opacity: 0;
}
.acordeon .active .arrowDown {
    bottom: -13px;
    border-color: #cacaca transparent transparent transparent;
    opacity: 1;
}
.acordeon .collapseIcon {
    position: absolute;
    left: 10px;
    top: 48%;
    font-size: 25px;
    font-weight: 300;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #ff9326;
    font-weight: 600;

}
.acordeon .collapseIcon.alignLeft {
    right: initial;
    left: 20px;
}
@media (max-width:600px) {
    .acordeon h3 {
        background: #ffffff;
        color: #4d4d4d;
        text-align: left;
        border-radius: 4px;
        padding: 14px 12px;
        cursor: pointer;
        margin-top: 0;
        margin-bottom: 0px;
        padding-left: 32px;
        transition: 0.25s all;
        position: relative;
        float: left;
        width: 90%;
    }
    .acordeon h3.active {
        margin-bottom: 21px;
        background: #d7d7d7;
    }
    .acordeon h3::before {

    }
    .acordeon h3.alignLeft {
        padding-left: 35px;
    }
    .acordeon > div {
        display: none;
        background: #fff;
        border-radius: 4px;
        border: 1px solid #cdcdcd;
        text-align: left;
        padding: 18px 20px;
        margin-bottom: 9px;
        float: left
    }
    .acordeon .arrowDown {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 13.0px 7.5px 0 7.5px;
        border-color: #272e35 transparent transparent transparent;
        position: absolute;
        bottom: 0;
        left: 40px;
        transition: 0.25s all;
        opacity: 0;
    }
    .acordeon .active .arrowDown {
        bottom: -13px;
        border-color: #cacaca transparent transparent transparent;
        opacity: 1;
    }
    .acordeon .collapseIcon {
        position: absolute;
        right: 20px;
        top: 45%;
        font-size: 25px;
        font-weight: 300;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .acordeon .collapseIcon.alignLeft {
        right: initial;
        left: 20px;
    }
}
.tit_sec {
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 24px;
    color: #747474;
    width: 100%;
    font-weight: 300;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
}
@media (max-width:1200px) {
    .tit_sec {
        font-size: 36px;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 20px;
        color: #747474;
        width: 90%;
        font-weight: 300;
        float: none;
        line-height: 34px;
        margin-left: auto;
        margin-right: auto;
        text-align:center
    }
}
@media (max-width:800px) {
    .tit_sec {
        font-size: 28px;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 20px;
        color: #747474;
        width: 90%;
        font-weight: 300;
        float: none;
        line-height: 34px;
        margin-left: auto;
        margin-right: auto;
    }
}
.esp_sep {
    float: left;
    width: 100%;
}
.esp_espsec {
    float: left;
    width: 100%;
    margin-top: 65px;
    margin-bottom: 30px;
}
@media (max-width: 800px) {
    .esp_espsec {
        float: left;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 60px;
    }
}
.esp_espcol {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    background-color: #f4f4f4;
    padding-top: 40px;
}
.esp_espmap {
    float: left;
    width: 100%;
    margin-top: 0px;
    background-color: #595959;
    position: relative;
    padding-bottom: 50px;
    padding-top: 50px;
    z-index: 2
}
.esp_esp_b {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.box_serv a {
    width: 230px;
    float: left;
    display: block;
    box-shadow: 5px 5px 0 #b1b1b1;
    -webkit-box-shadow: 0px 0px 10px 0.1px #b1b1b1;
    -moz-box-shadow: 0px 0px 0 #b1b1b1;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #FFF;
    padding: 24px;
    border-radius: 10px;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #ffffff;
    margin-top: 20px;
}
.box_serv a:hover {
    width: 230px;
    float: left;
    display: block;
    box-shadow: 5px 5px 0 #9c9a9a;
    -webkit-box-shadow: 0px 0px 0px 0px #d0d0d0;
    -moz-box-shadow: 0px 0px 0 #9c9a9a;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #E2E2E2;
    padding: 24px;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #023a83;
}
@media (max-width: 800px) {
    .box_serv a {
        width: 90%;
        float: none;
        display: block;
        box-shadow: 0px 0px 0 #b1b1b1;
        -webkit-box-shadow: 0px 0px 0px 0px #b1b1b1;
        -moz-box-shadow: 0px 0px 0 #b1b1b1;
        margin-left: auto;
        margin-right: auto;
        background-color: #FFF;
        padding: 0px;
        border-radius: 0px;
        border-style: solid;
        border-width: 1px;
        border-color: #ffffff;
        margin-bottom: 5px;
        margin-top: 0px;
    }
    .box_serv a:hover {
        width: 90%;
        float: none;
        display: block;
        box-shadow: 0px 0px 0 #b1b1b1;
        -webkit-box-shadow: 0px 0px 0px 0px #b1b1b1;
        -moz-box-shadow: 0px 0px 0 #b1b1b1;
        margin-left: auto;
        margin-right: auto;
        background-color: #FFF;
        padding: 0px;
        border-radius: 0px;
        border-style: solid;
        border-width: 1px;
        border-color: #ffffff;
        margin-bottom: 5px;
    }
}



.box_serv_raid {
    width: 230px;
    float: left;
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #FFF;
    padding: 24px;
    border-radius: 10px;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #ffffff;
    margin-top: 20px;
    -webkit-box-shadow: 5px 5px 21px 5px rgb(0 0 0 / 9%);
    box-shadow: 5px 5px 21px 5px rgb(0 0 0 / 9%);
}

@media (max-width: 800px) {
    .box_serv_raid {
        width: 90%;
        float: none;
        display: block;
        -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
        box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
        margin-left: auto;
        margin-right: auto;
        background-color: #FFF;
        padding: 0px;
        border-radius: 0px;
        border-style: solid;
        border-width: 1px;
        border-color: #ffffff;
        margin-bottom: 5px;
        margin-top: 0px;
    }

}



.fa-chevron-down:before {
    content: "\f078";
    margin-right: 7px;
    color: #023a83;
}
.fa-sort-down:before, .fa-sort-desc:before a {
    content: "\f0dd";
    float: left;
    margin-left: 5px;
    color: #003a79;
}
.fa-sort-down:before, .fa-sort-desc:before a:hover {
    content: "\f0dd";
    float: left;
    margin-left: 5px;
    color: #ffffff;
}
.icon_img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
@media (max-width:600px) {
    .icon_img {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
        float: left;
        margin-top: 40px;
        text-align: center
    }
}
.line_txt_m {
    width: 100%;
    float: left;
    margin-bottom: 8px;
    line-height: 20px;
    font-size: 15px;
}
.line_txt_t {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 23px;
}
.img_banner {
    background-image: url(imgs/back_img_b.webp);
    width: 768px;
    height: 545px;
    position: absolute;
    top: -75px;
    left: -48px;
}
.banner_box {
    width: 580px;
    float: right;
    margin-right: 30px;
    margin-top: 80px;
}
.txt_banner {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300
}

.txt_top_cur {
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    line-height: 29px;
    font-weight: 300;
    text-align: left;
    margin-bottom: 0px;
    color: #ffffff;
    width: 600px;
    float: left;
    margin-top: 120px;

}
@media (max-width:600px) {
    .txt_top_cur {
        font-size: 24px;
        font-family: 'Roboto', sans-serif;
        line-height: 29px;
        font-weight: 300;
        text-align: left;
        margin-bottom: 0px;
        color: #ffffff;
        width: 100%;
        float: left;
        margin-top: 20px;
        text-align: center;

    }
}
.txt_top {
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0px;
    color: #023170;
    width: 600px;
    float: none;
    margin-top: 100px;
    margin-left: 28px;
    text-align: left;

}
@media (max-width: 1400px) {
    .txt_top {
        font-size: 28px;
        font-family: 'Roboto', sans-serif;
        line-height: 24px;
        font-weight: 600;
        text-align: left;
        margin-bottom: 0px;
        color: #023170;
        width: 600px;
        float: none;
        margin-top: 65px;
        margin-left: 28px;
        text-align: left;
    }
}



@media (max-width: 600px) {
    .txt_top {
        float: none;
        font-size: 22px;
        line-height: 26px;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 20px;
        text-align: center;
    }
}
.tit_sec_sub {
    font-size: 24px;
    margin-bottom: -10px;
    margin-top: -20px;
}
@media (max-width: 1200px) {
    .tit_sec_sub {
        font-size: 24px;
        margin-bottom: 10px;
        margin-top: 3px;
    }
}


form label {
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100%;
    margin-bottom: 5px;
    text-indent: 0px;
    margin-left: auto;
    margin-right: auto
}
form label span {
    display: block;
    color: #7CC9C7;
    float: left;
    width: 100%;
    font-weight: normal;
}
form label input {
    font-weight: normal;
    color: #313131;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 15px;
    background-color: #ffffff;
    border: 1px solid #a7a7a7;
    width: 100%;
    border-radius: 5px;
    text-indent: 15px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1070px) {
    form label input {
        font-weight: normal;
        color: #313131;
        padding-top: 13px;
        padding-bottom: 13px;
        font-size: 15px;
        background-color: #ffffff;
        border: 1px solid #a7a7a7;
        width: 100%;
        border-radius: 5px;
        text-indent: 15px;
        margin-left: auto;
        margin-right: auto
    }
}
.textarea {
    font-weight: normal;
    color: #636363;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    background-color: #ffffff;
    border: 1px solid #a7a7a7;
    width: 100%;
    border-radius: 10px;
    text-indent: 15px;
    font-family: 'Roboto', sans-serif;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1070px) {
    .textarea {
        font-weight: normal;
        color: #636363;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 16px;
        background-color: #ffffff;
        border: 1px solid #a7a7a7;
        width: 100%;
        border-radius: 10px;
        text-indent: 15px;
        font-family: 'Roboto', sans-serif;
        margin-left: auto;
        margin-right: auto
    }
}
form input.btn {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 18px;
    width: 100%;
    display: block;
    border-radius: 10px;
    padding-bottom: 13px;
    padding-top: 13px;
    margin-top: 10px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1070px) {
    form input.btn {
        font-family: 'Roboto', sans-serif;
        color: #ffffff;
        font-size: 18px;
        width: 100%;
        display: block;
        border-radius: 10px;
        padding-bottom: 15px;
        padding-top: 15px;
        cursor: pointer;
        margin-left: auto;
        margin-right: auto;
    }
}
form fieldset legend {
    color: #333;
    padding-bottom: 8px;
    padding-left: 0px
}
form {
    width: 100%;
    float: left
}
form fieldset {
    border: 0;
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-right: 0px;
}
fieldset {
    display: block;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-block-start: 0em;
    padding-inline-start: 0em;
    padding-inline-end: 0em;
    padding-block-end: 0em;
    min-inline-size: unset;
}
.form_data {
    display: block;
    float: left;
    margin-right: 2px;
}
.box0 {
    width: 450px;
    float: left;
    margin-right: 0px;
    margin-bottom: 10px;
}
@media (max-width: 1070px) {
    .box0 {
        width: 90%;
        float: none;
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto;
    }
}
.txt_oest {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #d6d6d6;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
    font-weight: 300
}
@media (max-width: 1070px) {
    .txt_oest {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        color: #d6d6d6;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        line-height: 26px;
        font-weight: 300
    }
}
.img_map {
    position: absolute;
    left: 0px;
    top: 30px;
    width: 364px;
    height: 375px;
    background-image: url(imgs/back_map.webp);
    background-repeat:  no-repeat;
}
@media (max-width: 1070px) {
    .img_map {
        position: absolute;
        left: 0px;
        top: 30px;
        width: 364px;
        height: 375px;
        background-image: none;
        display: none
    }
}

.img_map_poa {
    position: absolute;
    left: 0px;
    top: 30px;
    width: 364px;
    height: 375px;
    background-image: url(imgs/map_porto_alegre.webp);
    background-repeat:  no-repeat;
}
@media (max-width: 1070px) {
    .img_map_poa {
        position: absolute;
        left: 0px;
        top: 30px;
        width: 364px;
        height: 375px;
        background-image: none;
        display: none
    }
}
.box_end {
    width: 740px;
    float: right;
}
@media (max-width: 1070px) {
    .box_end {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}
.box_end_g {
    width: 200px;
    float: left;
    margin-right: 30px;
    margin-bottom: 40px;
    color: #d6d6d6;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 24px;
    position: relative;
    font-weight: 300;
}
@media (max-width: 600px) {
    .box_end_g {
        width: 200px;
        float: none;
        margin-right: 20px;
        margin-bottom: 40px;
        color: #d6d6d6;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        line-height: 24px;
        position: relative;
        font-weight: 300;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
}

.box_end_poa {
    width: 340px;
    float: left;
    padding-right: 30px;
    margin-bottom: 20px;
    color: #d6d6d6;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    font-weight: 300;
    border-bottom-color: #959595;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    padding-bottom: 20px;
}
@media (max-width: 600px) {
    .box_end_poa {
        width: 200px;
        float: none;
        margin-right: 20px;
        margin-bottom: 40px;
        color: #d6d6d6;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        line-height: 24px;
        position: relative;
        font-weight: 300;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
}



.fa-circle {
    content: "\f078";
    margin-right: 8px;
    position: absolute;
    left: -23px;
    top: 3px;
    color: #EBA52D;
}
#carousel {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
#slides {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}
#slides ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
#slides li {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    font-family: 'Roboto', sans-serif;
}
/* Styling for prev and next buttons */
.btn-bar {
    margin: 0 auto;
    display: block;
    position: relative;
    top: 40px;
    width: 100%;
}
#buttons {
    width: 100%;
}
#buttons a {
    text-align: center;
    display: block;
    font-size: 50px;
    outline: 0;
    color: #ff8409;
    text-decoration: none;
    width: 35px;
    position: absolute;
    z-index: 99;
}

a#prev:hover, a#next:hover {
    color: #FFBE7D;
}
.quote-phrase, .quote-author {
    font-weight: 300;
    vertical-align: middle;
    padding: 5px 5px;
    font-family: 'Roboto', sans-serif;
    padding-bottom:30px
}
.quote-phrase {
    height: auto;
    font-size: 24px;
    color: #828282;
    font-style: italic;
}
.quote-marks {
    font-size: 30px;
    padding: 0 3px 3px;
    position: inherit;
}
.quote-author {
    font-style: normal;
    font-size: 20px;
    color: #b14943;
    font-weight: 400;
    height: 30px;
    display: none
}
.quoteContainer, .authorContainer {
    width: 80%;
    float: none;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}
.esp_serv {
    width: 100%;
    float: left;
    margin-bottom: 40px;

}
@media (max-width: 1200px) {
    .esp_serv {
        width: 100%;
        float:left;
        margin-top: 130px;
    }
}
@media (max-width: 800px) {
    .esp_serv {
        width: 100%;
        float:left;
        margin-top: 28px;
    }
}

.btn_esq_d {
    position: absolute;
    left: 10px;
    top: -40px;
}
.btn_dir_d {
    position: absolute;
    right: 10px;
    top: -40px;
}
@media (max-width: 600px) {
    .btn_esq_d {
        position: absolute;
        left: 0px;
        top: 50px;
    }
    .btn_dir_d {
        position: absolute;
        right: 0px;
        top: 50px;
    }
}
.set_menu {
    font-size: 9px;
    display: inline-table;
    margin-top: 5px;
    margin-left: 4px;
    text-indent: 0px;
}
@media (max-width: 1200px) {
    .set_menu {
        font-size: 10px;
        display: block;
        float: right;
        margin-top: 0px;
        margin-right: 5px;
    }
}
.set_menu_right {
    font-size: 9px;
    display: block;
    float: right;
    position: absolute;
    right: 3px;
    top: 9px;
}
.box_menuint {
    float: left;
    width: 270px;
    margin-right: 50px;
    margin-top: 27px;
    display:block
}
@media (max-width:635px) {
    .box_menuint {
        float: left;
        width: 100%;
        margin-right: 0px;
        margin-top: 27px;
        margin-bottom: 20px;
        display:none
    }
}
.box_conteudo {
    float: left;
    width: 635px;
    min-height: 450px;
}
@media (max-width:1200px) {
    .box_conteudo {
        float: left;
        width: 500px;
    }
}
@media (max-width:635px) {
    .box_conteudo {
        float: none;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}
.box_conteudo_int {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.box_banners {
    float: left;
    width: 270px;
    position: fixed;
    right: 40px;
    top: 275px;
    z-index:1
}

.box_pericias {
    float: left;
    width: 270px;
    right: 40px;
}

@media (max-width:600px) {
    .box_pericias {
        width: unset;
        padding: 10%;
    }
    .box_banners {
        display:none
    }
}
a.menu_int {
    width: 260px;
    padding: 10px;
    background-color: #E6E6E6;
    margin-bottom: 1px;
    color: #003A84;
    font-size: 16px;
    float: left;
    position: relative;
}
a.menu_int:hover {
    width: 250px;
    padding: 10px;
    background-color: #023F82;
    margin-bottom: 1px;
    color: #ffffff;
}
a.menu_int:active {
    width: 250px;
    padding: 10px;
    background-color: #023F82;
    margin-bottom: 1px;
    color: #ffffff;
}
a.menu_int:visited {
    width: 250px;
    padding: 10px;
    background-color: #023F82;
    margin-bottom: 1px;
    color: #ffffff;
}
.set_menu_int {
    margin-left: 7px;
    font-size: 10px;
    position: absolute;
    right: 3px;
    top: 12px;
}
@media (max-width:1100px) {
    .set_menu_int {
        margin-left: 7px;
        font-size: 12px;
        position: absolute;
        right: 6px;
        top: 16px;
        transform: rotate(90deg);
    }
}
#botaocss {
    font-size: 16px;
    width: 100%;
}
#botaocss a {
    display: block;
    background: #E6E6E6;
    color: #003882;
    border-radius: 3px;
    padding: 12px 20px 10px 15px;
    text-decoration: none;
    margin-bottom: 1px;
    line-height: 22px;
    position: relative;
    font-weight: 300;
}
#botaocss a:visited {

}
#botaocss a:hover {
    background: #023F82;
    color: #ffffff;
}
#botaocss a:focus {
    background: #023F82;
    color: #ffffff
}
.tit_int {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    line-height: 37px;
    font-weight: 600;
    padding-bottom: 30px;
    background-color: #dfdfdf;
    padding-top: 30px;
    text-indent: 0px;
    position: relative;
    background-image: url(imgs/back_img_int.webp);
    background-repeat: no-repeat;
    background-position-x: right;
    background-color: #0C1249;
    text-align:left
}
@media (max-width:1100px){
    .tit_int {
        font-size: 26px;
        color: #ffffff;
        margin-bottom: 10px;
        width: 100%;
        float: left;
        line-height: 37px;
        font-weight: 600;
        padding-bottom: 30px;
        background-color: #dfdfdf;
        padding-top: 30px;
        text-indent: 0px;
        position: relative;
        background-image: url(imgs/back_img_int.webp);
        background-repeat: no-repeat;
        background-position-x: 130%;
        background-color: #0C1249;
        text-align:left
    }
}
@media (max-width:800px){
    .tit_int {
        font-size: 26px;
        color: #ffffff;
        margin-bottom: 10px;
        width: 100%;
        float: left;
        line-height: 37px;
        font-weight: 600;
        padding-bottom: 30px;
        background-color: #dfdfdf;
        padding-top: 30px;
        text-indent: 0px;
        position: relative;
        background-image: url(imgs/back_img_int.webp);
        background-repeat: no-repeat;
        background-color: #0C1249;
        background-position: -30% bottom;
        text-align:center
    }
}
.tit_int_inc {
    font-size: 25px;
    color: #909090;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    line-height: 32px;
    margin-top: 10px;
}
.tit_int_incsub {
    font-size: 19px;
    color: #727272;
    margin-bottom: 15px;
    width: 100%;
    float: left;
    line-height: 28px;
    margin-top: 25px;
}
.tit_int_txt {
    font-size: 16px;
    color: #909090;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    line-height: 25px;
    margin-top: 8px;

}
.box_conteudo_form {
    width: 960px;
    margin-left:auto;
    margin-right:auto;
}
@media (max-width:	960px) {
    .box_conteudo_form {
        width: 95%;
        margin-left:auto;
        margin-right:auto;
    }
}

.box_conteudo_g {
    float: left;
    width: 960px;
    margin-right: 50px;
    margin-top: 12px;
}
@media (max-width:	1280px) {
    .box_conteudo_g {
        float: left;
        width: 800px;
        margin-right: 50px;
    }
}
@media (max-width:	1120px) {
    .box_conteudo_g {
        float: left;
        width: 600px;
        margin-right: 50px;
    }
}
@media (max-width:922px) {
    .box_conteudo_g {
        float: none;
        width: 90%;
        margin-right: 0px;
        margin-left: auto;
        margin-right: auto
    }
}
#btns_int_set a {
    background-image: url(imgs/set_menuinta.webp);
    background-repeat: no-repeat;
    position: absolute;
    right: -10px;
    width: 10px;
    height: 22px;
    top: -11px;
    margin-top: 50%;
}
#btns_int_set a:hover {
    background-image: url(imgs/set_menuint.webp);
    background-repeat: no-repeat;
    position: absolute;
    right: -10px;
    width: 10px;
    height: 22px;
    top: -11px;
    margin-top: 50%;
}
#btns_int_set a:visited {
    background-image: url(imgs/set_menuint.webp);
    background-repeat: no-repeat;
    position: absolute;
    right: -10px;
    width: 10px;
    height: 22px;
    top: -11px;
    margin-top: 50%;
}
#btns_int_set a:focus {
    background-image: url(imgs/set_menuint.webp);
    background-repeat: no-repeat;
    position: absolute;
    right: -10px;
    width: 10px;
    height: 22px;
    top: -11px;
    margin-top: 50%;
}
.banner_rec a {
    color: #ffffff;
    box-shadow: 5px 5px 0 #9c9a9a;
    -webkit-box-shadow: 1px 1px 10px #9c9a9a;
    -moz-box-shadow: 5px 5px 0 #9c9a9a;
    border-radius: 10px;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    border: 2px solid #FFFFFF;
    background-position: 96% center;
    float: left;
    background-repeat: no-repeat;
    background-image: url(imgs/back_btn.webp);
    margin-bottom: 30px;
    width: 254px;
    height: 69px;
    padding-top: 18px;
    background-color: #ff8812;
}
.banner_rec a:hover {
    color: #ffffff;
    box-shadow: 0px 0px 0 #9c9a9a;
    -webkit-box-shadow: 0px 0px 0px #9c9a9a;
    -moz-box-shadow: 0px 0px 0 #9c9a9a;
    border-radius: 10px;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    border: 2px solid #FFFFFF;
    background-position: 99% center;
    float: left;
    background-repeat: no-repeat;
    background-image: url(imgs/back_btn.webp);
    margin-bottom: 30px;
    width: 254px;
    height: 69px;
    padding-top: 18px;
    background-color: #ff8812;
}
.banner_emer a {
    color: #ffffff;
    box-shadow: 5px 5px 0 #9c9a9a;
    -webkit-box-shadow: 1px 1px 10px #9c9a9a;
    -moz-box-shadow: 5px 5px 0 #9c9a9a;
    border-radius: 10px;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    border: 2px solid #FFFFFF;
    background-position: right center;
    float: left;
    background-repeat: no-repeat;
    background-image: url(imgs/back_emer.webp);
    margin-bottom: 30px;
    width: 254px;
    height: 69px;
    padding-top: 18px;
}
.banner_emer a:hover {
    color: #ffffff;
    box-shadow: 0px 0px 0 #9c9a9a;
    -webkit-box-shadow: 0px 0px 0px #9c9a9a;
    -moz-box-shadow: 0px 0px 0 #9c9a9a;
    border-radius: 10px;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    border: 2px solid #FFFFFF;
    float: left;
    background-repeat: no-repeat;
    background-image: url(imgs/back_emerh.webp);
    margin-bottom: 30px;
    width: 254px;
    height: 69px;
    padding-top: 18px;
}
.banner_chat a {
    color: #ffffff;
    box-shadow: 5px 5px 0 #9c9a9a;
    -webkit-box-shadow: 1px 1px 12px #9c9a9a;
    -moz-box-shadow: 5px 5px 0 #9c9a9a;
    border-radius: 10px;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    border: 2px solid #FFFFFF;
    background-position: right center;
    float: left;
    background-repeat: no-repeat;
    background-image: url(imgs/back_chat.webp);
    width: 254px;
    height: 69px;
    padding-top: 18px;
}
.banner_chat a:hover {
    color: #ffffff;
    box-shadow: 0px 0px 0 #9c9a9a;
    -webkit-box-shadow: 0px 0px 0px #9c9a9a;
    -moz-box-shadow: 0px 0px 0 #9c9a9a;
    border-radius: 10px;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    border: 2px solid #FFFFFF;
    background-position: right center;
    float: left;
    background-repeat: no-repeat;
    background-image: url(imgs/back_chath.webp);
    width: 254px;
    height: 69px;
    padding-top: 18px;
}
.txt_tit_light {
    font-size: 16px;
    width: 100%;
    font-weight: 300;
    line-height: 25px;
}
.txt_ban_light {
    font-size: 24px;
    width: 100%;
    float: left;
    font-weight: 300;
    text-indent: 12px;
    line-height: 25px;
}
.txt_ban_bold {
    font-size: 26px;
    width: 100%;
    float: left;
    font-weight: 600;
    text-indent: 12px;
    line-height: 25px;
}
.esp_esp_phone {
    float: left;
    width: 100%;
    position: relative;
    background-color: #c4c4c4;
    height: 135px;
    z-index: 3;
}
@media (max-width:465px) {
    .esp_esp_phone {
        float: left;
        width: 100%;
        position: relative;
        background-color: #c4c4c4;
        height: 130px;
        z-index: 3
    }
}

.box_inf {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
    font-size: 50px;
    margin-top: 36px;
    color: #ffffff;
    position: relative;
}
@media (max-width: 660px) {
    .box_inf {
        width: 100%;
        margin-right: auto;
        font-size: 30px;
        color: #ffffff;
        text-align: center;
        margin-top: 45px;
        position: relative
    }
}
.tit_rod {
    font-size: 32px;
    margin-top: 40px;
    line-height: 12px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    font-weight: 300;
    padding-left: 0px;
}
@media (max-width: 850px) {
    .tit_rod {
        font-size: 26px;
        line-height: 20px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        width: 70%;
        padding-left: 20px;
        text-align:left
    }
}
.tit_rod_fone a {
    padding-left: 0px;
    width: 100%;
    font-size: 45px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    color: #ffffff;
    float: left;
    font-weight: 600;
}
@media (max-width: 850px) {
    .tit_rod_fone a {
        padding-left: 20px;
        width: 80%;
        font-size: 26px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 0px;
        color: #ffffff;
        position: relative;
        text-align: left;
    }
}


.fa-whatsapp-square:before {
    font-size: 13px;
    color: white;
    padding-right: 5px;
    margin-top: 5px;
    vertical-align: text-top;
    transform: rotate(90deg);
}
.img_align {
    float: left;
    padding-right: 40px;
    padding-bottom: 20px;
}
@media (max-width: 1078px) {
    .img_align {
        padding-top: 0px;
        float: left;
        padding-bottom: 20px;
        padding-left: 0px;
        height: auto;
        width: 100%;
        margin-left: 0px;
        padding-right: 0px;
    }
}
.box_clientes {
    width: 228px;
    height: 200px;
    float: left;
    margin-right: 10px;
    margin-bottom: 12px;
    border-width: 1px;
    border-color: #b9b9b9;
    border-style: dotted;
}
@media (max-width:800px){
    .box_clientes {
        width: 150px;
        height: auto;
        float: left;
        margin-right: 10px;
        margin-bottom: 12px;
        border-width: 1px;
        border-color: #b9b9b9;
        border-style: dotted;
    }
}


/*menu mobile*/
@media only screen and (max-width: 1200px) {
    #toggle {
        position: fixed;
        z-index: 999999999;
        width: 32px;
        height: 25px;
        top: 13px;
        left: 11px;
        cursor: pointer;
        font-weight: 600;
        font-size: 10px;
        display: block;
    }
}
@media only screen and (max-width: 1200px) {
    #toggle span {
        display: block;
        position: absolute;
        width: 100%;
        height: 0.3em;
        margin: 1.25em 0 0 0;
        background: #eee;
        -webkit-transition: 350ms ease all;
        -moz-transition: 350ms ease all;
        transition: 350ms ease all;
    }
}
@media only screen and (max-width: 1200px) {
    #toggle span:before, #toggle span:after {
        content: " ";
        position: absolute;
        width: 100%;
        height: 0.3em;
        background: #ffffff;
        -webkit-transition: 350ms ease all;
        -moz-transition: 350ms ease all;
        transition: 350ms ease all;
    }
    #toggle span:before {
        margin: -1em 0 0 0;
    }
    #toggle span:after {
        margin: 1em 0 0 0;
    }
    #toggle.open span {
        background-color: transparent;
    }
    #toggle.open span:before, #toggle.open span:after {
        margin: 0;
    }
    #toggle.open span:before {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    #toggle.open span:after {
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}
#menu {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: left;
    background: rgba(0, 0, 0, 0.44);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: 350ms ease all;
    -moz-transition: 350ms ease all;
    transition: 350ms ease all;
}
@media (min-width:1200px) {
    #menu {
        visibility: hidden;
        opacity: 0;
        position: fixed;
        z-index: 9999;
        width: 150px;
        height: 100%;
        top: 0;
        left: 0;
        text-align: left;
        background: rgba(0, 0, 0, 0.44);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        transform: scale(1.5);
        -webkit-transition: 350ms ease all;
        -moz-transition: 350ms ease all;
        transition: 350ms ease all;
        display: none
    }
}
#menu.opened {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 350ms ease all;
    -moz-transition: 350ms ease all;
    transition: 350ms ease all;
}
#menu span#title {
    display: block;
    line-height: 1em;
    margin: 0 0 0.5em 0;
    font-size: 5em;
    color: #ffffff;
}
#menu ul {
    list-style: none;
    margin: 0 auto;
    padding-top: 44px;
    padding-left: 0px
}
@media (max-width:1200px) {
    #menu ul {
        list-style: none;
        margin: 0 auto;
        padding-top: 14px;
        padding-left: 0px;
        overflow-y: scroll;
        overflow-x: hidden;
        max-height: 85%;
    }
}
#menu ul li {
    display: block;
    width: 100%;
}
#menu ul li:after {
    content: " ";
    position: absolute;
    width: 0%;
    height: 50px;
    margin: -50px 0 0 5%;
    left: 0;
    border-radius: 0.25em;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
}
#menu ul li:hover:after {
    width: 90%;
}
#menu ul li a {
    position: relative;
    z-index: 99999999;
    display: block;
    width: 100%;
    line-height: 20px;
    margin: 0 auto;
    color: #ffffff;
    text-decoration: none;
    text-align: left;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-color: #023da7;
    border-bottom-width: 1px;
}
#menu ul li a:hover {
    z-index: 9999;
    background-color: #00369B;
    color: #ffffff;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
}
#menu ul li a span {
    color: #ffffff;
    font-weight: 300;
    text-align: left;
    /* font-family: 'Roboto'; */
    font-weight: 300;
}
#menu ul li a i {
    position: absolute;
    padding: 0 1.25em 0 0;
    font-size: 2em;
}
#wrapper {
    width: 85%;
    margin: 0 auto;
}
#wrapper #logo {
    display: block;
    width: 100%;
    margin: 0px auto;
    text-align: center;
}
#wrapper #logo span {
    font-size: 3.33333em;
}
ul, menu, dir {
    padding: 0px 0px 0px 0px;
}
@media only screen and (max-width: 1200px) {
    .navigation {
        display: block;
        background-color: #003882;
        width: 45px;
        height: 44px;
        position: fixed;
        z-index: 999999;
        top: 5px;
        left: 5px;
        border-radius: 5px;
        margin-right: 0px;
    }
}
/*menu mobile fim*/
.box1 {
    width: 100%;
    float: left
}
.box_g_top {
    width: 100%;
    float: left;
    height: 97px;
}
@media (max-width:1200px) {
    .box_g_top {
        width: 100%;
        float: none;
        height: 53px;
    }
}
.box_g_top_h {
    width: 100%;
    float: left;
    height: 110px;
}
@media (max-width:1200px) {
    .box_g_top_h {
        width: 100%;
        float: left;
        height: 70px;
    }
}

.box_g_top_ab {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:35px;
    z-index:99999
}
@media only screen and (max-width: 1200px) {
    .box_g_top_ab {
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:54px;
        z-index:99999
    }
}
.d-mobile {
    display: none
}
.space_tel {
    display: none
}
@media only screen and (max-width: 600px) {
    .t-mobile a, .d-mobile a {
        color: #FFF !important;
        text-decoration: none;
        nounderline: link;
    }
    .d-mobile, .t-mobile {
        display: block;
    }
    .d-mobile {
        position: fixed;
        width: 100%;
        opacity: 0.9;
        bottom: 0;
        font-size: 16px;
        z-index: 99999999;
        text-align: center;
        display: block
    }
    .d-mobile .d-phone {
        width: 50%;
        float: left;
        background-color: #858ea1;
        padding-bottom: 16px;
        padding-top: 16px
    }
    .d-mobile .d-whats {
        width: 50%;
        float: right;
        background-color: #33af23;
        padding-bottom: 16px;
        padding-top: 16px
    }
    .close {
        background-color: #003086;
        padding: 15px;
        border-radius: 20px;
        float: right;
        color: #ffffff
    }
    .space_tel {
        background-color: #003086;
        font-size: 18px;
        border-radius: 5px;
        padding-bottom: 7px;
        padding-top: 7px;
        text-indent: 10px;
        margin-bottom: 5px;
        font-weight: 300;
        display: block
    }
}
.footer_cred {
    width: 100%;
    text-align: center;
    background-color: #454545;
    float: left;
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #c4c4c4;
    position: relative;
    z-index: 3

}
@media (max-width:800px) {
    .footer_cred {
        width: 100%;
        text-align: center;
        background-color: #454545;
        float: left;
        font-size: 13px;
        padding-top: 15px;
        padding-bottom: 65px;
        color: #c4c4c4;
        z-index: 3

    }
}
.back_phone_b {
    background-image: url(imgs/back_phone_b.webp);
    width: 635px;
    height: 284px;
    position: absolute;
    right: 0px;
    bottom: 0px;

}
@media (max-width:1086px) {
    .back_phone_b {
        background-image: url(imgs/back_phone_b.webp);
        width: 500px;
        height: 284px;
        position: absolute;
        right: 0px;
        bottom: 0px;
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: bottom right;

    }
}
@media (max-width:804px) {
    .back_phone_b {
        background-image: url(imgs/back_phone_b.webp);
        width: 635px;
        height: 284px;
        position: absolute;
        right: 0px;
        bottom: 0px;
        background-size: 70%;
        background-repeat: no-repeat;
        background-position: bottom right;

    }
}
@media (max-width:465px) {
    .back_phone_b {
        background-image: url(imgs/back_phone_b.webp);
        width: 500px;
        height: 284px;
        position: absolute;
        right: 0px;
        bottom: 0px;
        background-size: 50%;
        background-repeat: no-repeat;
        background-position: bottom right;

    }
}
.box_maps_int {
    width: 99%;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 400px;
    border-style: solid;
    border-width: 1px;
    border-color: #fc932c;
}
@media (max-width:800px) {
    .box_maps_int {
        width: 100%;
        float: left;
        margin-top: 30px;
        margin-bottom: 30px;
        height: 280px;
        border-style: solid;
        border-width: 1px;
        border-color: #fc932c;
    }
}
#btn_form {
    cursor: pointer;
    color: #ffffff;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 80px;
    padding-left: 20px;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    transition: 0.2s ease-in;
    border: 2px solid #FFFFFF;
    position: relative;
    background-position: 97% center;
    float: right;
    background-repeat: no-repeat;
    background-image: url(imgs/back_btn.webp);
    background-color: #ff850c;
    margin-top: 10px;
    margin-bottom: 0px;
    text-indent: 0px;
    box-shadow: 5px 5px 0 #9c9a9a;
    -webkit-box-shadow: 1px 1px 17px #9c9a9a;
    -moz-box-shadow: 5px 5px 0 #9c9a9a;
    border-radius: 10px;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
}
#btn_form:hover {
    background-position: 99% center;
    float: right;
    background-repeat: no-repeat;
    background-image: url(imgs/back_btn.webp);
    background-color: #ff8000;
    margin-top: 10px;
    margin-bottom: 0px;
    text-indent: 0px;
    box-shadow: 0px 0px 0 #9c9a9a;
    -webkit-box-shadow: 0px 0px 0px #9c9a9a;
    -moz-box-shadow: 0px 0px 0 #9c9a9a;

}
#btn_form_top {
    cursor: pointer;
    color: #ffffff;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 80px;
    padding-left: 20px;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
    transition: 0.2s ease-in;
    border: 1px solid #FFFFFF;
    position: relative;
    background-position: 92% center;
    float: right;
    background-repeat: no-repeat;
    background-image: url(imgs/back_btn.png);
    background-color: #ff850c;
    margin-top: 10px;
    margin-bottom: 0px;
    text-indent: 0px;
    box-shadow: 5px 5px 0 #9c9a9a;
    -webkit-box-shadow: 1px 1px 17px #9c9a9a;
    -moz-box-shadow: 5px 5px 0 #9c9a9a;
    border-radius: 6px;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
}
#btn_form_top:hover {
    background-position: 97% center;
    float: right;
    background-repeat: no-repeat;
    background-image: url(imgs/back_btn.png);
    background-color: #ff8000;
    margin-top: 10px;
    margin-bottom: 0px;
    text-indent: 0px;
    box-shadow: 0px 0px 0 #9c9a9a;
    -webkit-box-shadow: 0px 0px 0px #9c9a9a;
    -moz-box-shadow: 0px 0px 0 #9c9a9a;

}
@media (max-width:600px) {
    #btn_form_top {
        cursor: pointer;
        color: #ffffff;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-right: 80px;
        padding-left: 20px;
        font-size: 17px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
        transition: 0.2s ease-in;
        border: 1px solid #FFFFFF;
        position: relative;
        background-position: 97% center;
        float: right;
        background-repeat: no-repeat;
        background-image: url(imgs/back_btn.webp);
        background-color: #ff850c;
        margin-top: 10px;
        margin-bottom: 0px;
        text-indent: 0px;
        box-shadow: 5px 5px 0 #9c9a9a;
        -webkit-box-shadow: 1px 1px 17px #9c9a9a;
        -moz-box-shadow: 5px 5px 0 #9c9a9a;
        border-radius: 10px;
        -webkit-transition: 0.2s ease-in;
        -moz-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        width:100%
    }
    #btn_form_top:hover {
        background-position: 99% center;
        float: right;
        background-repeat: no-repeat;
        background-image: url(imgs/back_btn.webp);
        background-color: #ff8000;
        margin-top: 10px;
        margin-bottom: 0px;
        text-indent: 0px;
        box-shadow: 0px 0px 0 #9c9a9a;
        -webkit-box-shadow: 0px 0px 0px #9c9a9a;
        -moz-box-shadow: 0px 0px 0 #9c9a9a;

    }
}
#btn_form_pag_interna {
    cursor: pointer;
    color: #ffffff;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 80px;
    padding-left: 20px;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    transition: 0.2s ease-in;
    border: 2px solid #FFFFFF;
    position: relative;
    background-position: 97% center;
    float: right;
    background-repeat: no-repeat;
    background-image: url(imgs/back_btn.webp);
    background-color: #ff850c;
    margin-top: 10px;
    margin-bottom: 0px;
    text-indent: 0px;
    box-shadow: 5px 5px 0 #9c9a9a;
    -webkit-box-shadow: 1px 1px 17px #9c9a9a;
    -moz-box-shadow: 5px 5px 0 #9c9a9a;
    border-radius: 10px;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
}
#btn_form_pag_interna:hover {
    background-position: 99% center;
    float: right;
    background-repeat: no-repeat;
    background-image: url(imgs/back_btn.webp);
    background-color: #ff8000;
    margin-top: 10px;
    margin-bottom: 0px;
    text-indent: 0px;
    box-shadow: 0px 0px 0 #9c9a9a;
    -webkit-box-shadow: 0px 0px 0px #9c9a9a;
    -moz-box-shadow: 0px 0px 0 #9c9a9a;

}



.box_slide_midia {
    position: absolute;
    right: 25px;
    top: 65px;
    width: 660px;
    height: 520px;
    display: block;
}
@media (max-width:1300px){
    .box_slide_midia {
        position: absolute;
        right: 25px;
        top: 65px;
        width: 660px;
        height: 520px;
        display: block;
    }
}
@media (max-width:1024px){
    .box_slide_midia {
        display:none
    }
}
.box_g_top_l {
    width:100%;
    float:left;
    margin-top: 50px;
}
@media (max-width:600px){
    .box_g_top_l {
        width:100%;
        float:left;
        margin-top: 30px;
    }
}


.botaocssint {
    font-size: 14px;
    width: 100%;
}
.botaocssint a {
    display: block;
    background: #b8b8b8;
    color: #ffffff;
    border-radius: 0px;
    padding: 9px 10px 7px 15px;
    text-decoration: none;
    margin-bottom: 1px;
    line-height: 20px;
    position: relative;
}
.botaocssint a:visited {

}
.botaocssint a:hover {
    background: #023F82;
    color: #ffffff;
}
.botaocssint a:focus {
    background: #023F82;
    color: #ffffff
}

.abas{
    width: 100%;
    margin: 0;
    height: auto;
    padding: 0;

}
.item_aba{
    display: inline;
    border: 1px solid #cccccc;
    margin: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #d1d1d1;
    padding: 10px 30px 5px 30px;
    cursor: pointer;
    transition: ease .3s;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s;
    -ms-transition: ease .3s;
}
.ativo{
    border-bottom: none;
    background: #ffffff;
    color: #6a6a6a;
    padding-top: 15px;
    transition: ease .3s;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s;
    -ms-transition: ease .3s;
}
.conteudo{
    width: 88%;
    height: auto;
    display: block;
    background: #ffffff;
    /* margin: 0 auto; */
    border-style: solid;
    border-width: 1;
    border-color: #cccccc;
    padding: 30px;
    float: left;
}

.conteudo p{
    margin: 20px;
}

.chat_mb {
    display:block
}
@media (max-width:600px){
    .chat_mb {
        display:none
    }
}
.box_form {
    width: 300px;
    float: left;
    margin-right: 32px;
    margin-bottom: 20px;
    margin-top: 20px;
}
@media (max-width:600px){
    .box_form {
        width: 100%;
        float: left;
        margin-right: 0px;
        margin-bottom:20px;
        margin-top:20px
    }
}
.box_form_dir {
    width: 260px;
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;

}
@media (max-width:600px){
    .box_form_dir {
        width: 100%;
        float: left;
        margin-bottom:20px;
        margin-top:20px

    }
}
.box_form_g {
    width: 305px;
    float: left;
    margin-right: 10px;
}
.box_form_d {
    width: 312px;
    float: left;
}
@media (max-width:600px){
    .box_form_g {
        width: 100%;
        float: left;
        margin-right: 10px;
    }
    .box_form_d {
        width: 100%;
        float: left;
    }
}
.msg_form {
    color: #fa8d20;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    float: left;
}

#blanket,#aguarde {
    position: fixed;
    display: none;
}

#blanket {
    left: 0;
    top: 0;
    background-color: #f0f0f0;
    filter: alpha(opacity =         65);
    height: 100%;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    opacity: 0.65;
    z-index: 9998;
}

#aguarde {
    width: auto;
    height: 30px;
    top: 40%;
    left: 45%;
    background: url('http://i.imgur.com/SpJvla7.gif') no-repeat 0 50%;
    line-height: 30px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 9999;
    padding-left: 27px;
}
#inputArquivo {
    display: none;
}
.input-wrapper label {
    background-color: #3498db;
    border-radius: 5px;
    color: #fff;
    margin: 10px;
    padding: 6px 20px
}

.input-wrapper label:hover {
    background-color: #2980b9
}



.wrapper {

}

.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.arquivo {
    display: none;
}
.box_footer {
    width: 1110px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 130px;
    background-image: url(imgs/datarecover_logo_footer.webp);
    background-position: center 97%;
    background-repeat: no-repeat;
    display: inline-block;
}
@media (max-width:1110px){
    .box_footer {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 30px;
        padding-bottom: 110px;
        background-image: url(imgs/datarecover_logo_footer.webp);
        background-position: center bottom;
        background-repeat: no-repeat;
        display: inline-block;
    }
}
@media (max-width:600px){
    .box_footer {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 30px;
        padding-bottom: 110px;
        background-image: url(imgs/datarecover_logo_footer.webp);
        background-position: center bottom;
        background-repeat: no-repeat;
        display: none;
    }
}
.box_footer_menu {
    width: 330px;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
}
.link_footer_princ a{
    width: 100%;
    float: left;
    font-size: 15px;
    background-color: #2E2E2E;
    padding-top: 3px;
    padding-bottom: 3px;
    text-indent: 10px;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 5px;
    border-radius: 5px;
}
.link_footer_princ a:hover{
    background-color:#3A3A3A;
}
.link_footer_sec a{
    font-size:14px;
    color:#ffffff;
    float:left;
    width:100%;
    text-indent:20px;
    font-weight: 300;
}
.link_footer_sec a:hover{
    background-color:#3A3A3A

}
.link_footer_ter a {
    font-size:14px;
    color:#BFBFBF;
    font-weight: 300;
    float:left;
    width:100%;
    text-indent:40px;
    line-height: 19px;
}
.link_footer_ter a:hover{
    color:#ffffff

}
.link_footer_qua a {
    font-size: 14px;
    color: #BFBFBF;
    font-weight: 300;
    float: left;
    width: 100%;
    text-indent: 60px;
    line-height: 18px;
}
.link_footer_qua a:hover{
    color:#ffffff

}

.line_txt_raid a{
    width: 100%;
    float: left;
    line-height: 20px;
    font-size: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.line_txt_raid a:hover{
    width: 100%;
    float: left;
    margin-bottom: 8px;
    line-height: 20px;
    font-size: 15px;
    background-color: #CECECE
}
.line_txt_t_raid a{
    width: 100%;
    float: left;
    font-size: 23px;
    line-height: 28px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.line_txt_t_raid a:hover{
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 28px;
    background-color: #CECECE
}

@media (max-width: 1920px) {
    .h_back_raid {
        background-image: url(imgs_raid/back_sl_top.jpg);
        background-position: 960px 030px;
        background-repeat: no-repeat;

    }
}
@media (max-width: 1680px) {
    .h_back_raid {
        background-image: url(imgs_raid/back_sl_top.jpg);
        background-position: 850px 30px;
        background-repeat: no-repeat;
    }
}
@media (max-width: 1540px) {
    .h_back_raid {
        background-image: url(imgs_raid/back_sl_top.jpg);
        background-position: 730px 55px;
        background-repeat: no-repeat;

    }
}
@media (max-width: 1440px) {
    .h_back_raid {
        background-image: url(imgs_raid/back_sl_top.jpg);
        background-position: 620px 50px;
        background-repeat: no-repeat;

    }
}

@media (max-width: 1280px) {
    .h_back_raid {
        background-image: url(imgs_raid/back_sl_top.jpg);
        background-position: 680px 0px;
        background-repeat: no-repeat;

    }
}
@media (max-width: 1024px) {
    .h_back_raid {
        background-image: url(imgs_raid/back_sl_top.jpg);
        background-position: 610px 0px;
        background-repeat: no-repeat;
    }
}
@media (max-width: 950px) {
    .h_back_raid {
        background-image: url(imgs_raid/back_sl_top.jpg);
        background-position: 530px -90px;
        background-repeat: no-repeat;

    }
}
@media (max-width: 850px) {
    .h_back_raid {
        background-image: url(imgs_raid/back_sl_top.jpg);
        background-position: 480px 50px;
        background-repeat: no-repeat;
        background-size: 171%;
    }
}
@media (max-width: 600px) {
    .h_back_raid {
        background-image: url(imgs_raid/back_sl_topmb.jpg);
        background-position: 118% 40px;
        background-repeat: no-repeat;
        background-size: 50%;
    }
}
.box_cur_d {
    padding-left: 12px;
    padding-right: 12px;
    float: left;
    padding-bottom: 8px;
    padding-top: 8px;
    background-color: #00275E;
    font-size: 26px;
    margin-top: 20px;
    border-radius: 5px;
}

@media (max-width: 600px) {
    .box_cur_d {
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 8px;
        padding-top: 8px;
        background-color: #00275E;
        font-size: 18px;
        margin-top: 20px;
        border-radius: 5px;
        float: none;
        width: 70%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 17px;
    }
}
.txt_form_cur {
    width: 100%;
    float: left;
    margin-bottom:10px;
    font-size: 26px;
    color: #ffffff;
    font-weight: 300;
    line-height: 32px;
    display: block
}
@media (max-width: 650px) {
    .txt_form_cur {
        display: none
    }
}
.msg_telefonia {
    font-size: 18px;
    color: #ffffff;
    float: right;
    display: block;
    margin-top: 5px;
    position: absolute;
    right: 0px;
    top: 83px;
    background-color: #ff850c;
    line-height: 26px;
    width: 310px;
    padding: 24px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 0px;
    z-index: -1;
}
@media (max-width: 1200px) {
    .msg_telefonia {
        font-size: 18px;
        color: #ffffff;
        float: right;
        display: block;
        margin-top: 5px;
        position: absolute;
        right: 0px;
        top: 48px;
        background-color: #ff850c;
        line-height: 26px;
        width: 92%;
        padding-left: 4%;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 8px;
        border-top-left-radius: 0px;
        z-index: -1;
        padding-right: 4%;
    }
}

.btn_whatsapp a{
    background-image: url(imgs/btn_whatsapp.png);
    background-repeat: no-repeat;
    width: 273px;
    height: 102px;
    position: fixed;
    right: 2px;
    bottom: 2px;
    cursor: pointer;
    z-index: 10;
    background-size: cover;
    display: block;
}

#input_empresa {
    position: absolute;
    top: -9999px;
}
#mydiv {
    position: absolute;
    width: 400px;
    border-radius: 15px;
    top: 50%;
    margin-top: -120px;
    left: 50%;
    margin-left: -260px;
    color: #ffffff;
    background-color: #FF8000;
    z-index: 9999999;
    -webkit-box-shadow: 13px 12px 24px -3px rgba(0,0,0,0.33);
    box-shadow: 13px 12px 24px -3px rgba(0,0,0,0.33);
    text-align: center;
    padding: 60px;
    font-size: 22px

}
#mydiv2 {
    width: 100%;
    height: 100%;
    background-color: #00000069;
    position: absolute;
    z-index: 999999;

}
@media (max-width: 400px) {
    #mydiv {
        position: absolute;
        width: 90%;
        border-radius: 15px;
        top: 0px;
        margin-top: 0px;
        left: 0px;
        margin-left: 0px;
        color: #ffffff;
        background-color: #FF8000;
        z-index: 9999999;
        -webkit-box-shadow: 13px 12px 24px -3px rgba(0,0,0,0.33);
        box-shadow: 13px 12px 24px -3px rgba(0,0,0,0.33);
        text-align: center;
        padding: 5%;
        font-size: 20px

    }
    #mydiv2 {
        width: 100%;
        height: 100%;
        background-color: #00000069;
        position: absolute;
        z-index: 999999;

    }
}
.form_checkbox {
    float: left;
    width: 100%;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #a2a2a2;
    margin-bottom: 16px;
    padding-bottom: 5px;
    font-size: 15px;
    color: #676767;

}
.check_h {
    float: left;
    width: 20px;
    margin-top: 12px;
    margin-right: 7px;
}

#empresa {
    position: absolute;
    top: -9999px;
    width: 10px
}

.esp_noticias {
    float: left;
    width: 100%;
    margin-top: 60px;
    background-color: #f5f5f5;
    position: relative;
    padding-bottom: 50px;
    padding-top: 50px;
    z-index: 2;
    margin-bottom: -40px;
}
.tit_prod {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    width: 100%;
    float: left;
    line-height: 27px;
    color: #03348b;
}


.link_not a {
    width: 250px;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    padding: 20px;
    background-color: #f0f0f0;
    min-height: 330px;
    margin-bottom: 20px;
    border-radius: 16px;
    text-align: left;

}
.link_not a:hover {
    width: 250px;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    padding: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 5px 1px 20px rgba(185, 185, 185, 0.77);
    -moz-box-shadow: 5px 1px 20px rgba(185, 185, 185, 0.77);
    box-shadow: 5px 1px 20px rgba(185, 185, 185, 0.77);
    border-radius: 16px;
    color: #000000
}
@media (max-width:900px) {
    .link_not a {
        width: 90%;
        float: none;
        margin-right: auto;
        margin-left: auto;
        padding: 20px;
        background-color: #ebebeb;
        min-height: auto;
        margin-bottom: 10px;
        display: block;
        text-align: center;
    }
    .link_not a:hover {
        width: 90%;
        float: none;
        margin-right: auto;
        margin-left: auto;
        padding: 20px;
        background-color: #ffffff;
    }
}


.box_top {
    width: 100%;
    float: left;
    height: 730px;
    background-image: url(imgs/back_banner_f.png);
    background-position: center center;
}
@media (max-width: 1600px) {
    .box_top {
        width: 100%;
        float: left;
        height: 600px;
        background-image: url(imgs/back_banner_f.png);
        background-position: center center;
        background-size: cover;
    }
}
@media (max-width: 900px) {
    .box_top {
        width: 100%;
        float: left;
        height: 730px;
        background-image: none;
        background-position: center center;
        background-color: #F1F1F1;
    }
}

.box_top_raid {
    width: 100%;
    float: left;
    height: 730px;
    background-image: url(imgs/back_banner_raid_f.png);
    background-position: center center;
}
@media (max-width: 1600px) {
    .box_top_raid {
        width: 100%;
        float: left;
        height: 600px;
        background-image: url(imgs/back_banner_raid_f.png);
        background-position: center center;
        background-size: cover;
    }
}
@media (max-width: 900px) {
    .box_top_raid {
        width: 100%;
        float: left;
        height: 730px;
        background-image: none;
        background-position: center center;
        background-color: #F1F1F1;
    }
}

.text-center{
    text-align: center;
}