@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

:root {
    --corprincipal: #2672a5;
    --corsecundaria: #f1c40f;
    --degrade: linear-gradient(45deg, #007ccc, #7b7cc5);
    --fonte: 'Poppins';

}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 28px;
    -webkit-font-smoothing: antialiased;
}

.modal {
    margin-top: 3%
}

.img-trocadores {
    display: flex;
    margin: auto;
    width: 500px !important;
    justify-content: center;
    padding-bottom: 40px;
}

.box-produto .grid div img {
    width: 183px;
    height: 183px;
    vertical-align: bottom;
    object-fit: cover;
}

nav ul {
    list-style: none;
    text-align: right;
}

nav ul li a {
    text-decoration: none;
    text-transform: uppercase;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
    /* transition:all .2s; */
}

nav ul li a:hover {
    color: #003e6052;
}

nav.stroke ul li a,
nav.fill ul li a {
    position: relative;
}

nav.stroke ul li a:after,
nav.fill ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #eee;
    transition: .2s ease-in-out;
}

nav.stroke ul li a:after,
nav.fill ul li a:after {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    height: 3px;
    content: '.';
    color: transparent;
    background: #eee;
    transition: .2s ease-in-out;
}

nav.txt ul li a:after {
    position: absolute;
}

nav.stroke ul li a:hover:after {
    width: 100%;
}

nav.fill ul li a {
    transition: all 2s;
}

nav.fill ul li a:after {
    text-align: left;
    content: '.';
    margin: 0;
    opacity: 0;
}

nav.fill ul li a:hover {
    color: #fff;
    z-index: 1;
}

figure:hover {
    transition: .5s;
}

figure {
    overflow: hidden;
    position: relative;
    margin-left: 0 !important;
    display: flex !important;
    justify-content: flex-end;
    width: 400px;
}

.fig-img {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    width: 50%;
    height: auto;
    float: right;
    background: rgb(34, 35, 55);
    padding: 10px;
    text-align: right;
    clear: both;
    position: relative;
}

.fig-img h2 {
    opacity: 1;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-size: 2.5em;
    font-weight: 700;
    clear: both;
}

.fig-img2 {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    /* width:50%; */
    height: auto;
    float: right;
    background: rgb(34, 35, 55);
    padding: 10px;
    text-align: right;
    clear: both;
    position: relative;
}

.fig-img2 h2 {
    opacity: 1;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-size: 3em;
    font-weight: 700;
    clear: both;
}

.img-hover {
    width: 100%;
    height: 100%;
}

.img-hover:after {
    margin: 0 auto;
    position: absolute;
    width: 100px;
}

.conteudo-img {
    width: 100%;
    object-fit: contain;
}

nav.fill ul li a:hover:after {
    z-index: -10;
    animation: fill 1s forwards;
    -webkit-animation: fill 1s forwards;
    -moz-animation: fill 1s forwards;
    opacity: 1;
}

iframe {
    width: 100%;
}

input:focus {
    border: 1px solid red;
}

.clear {
    clear: both;
}

.gsst_a {
    display: none;
}

.sobre {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 44px 10px 10px;
    height: 25px;
    text-align: center;
    transition: all .3s linear;
    font-size: 28px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

button {
    cursor: pointer;
    letter-spacing: 2px;
}

body {
    font-size: 1rem;
    font-family: var(--fonte), sans-serif;
    color: #fff;
    overflow-x: hidden;
}

h1 {
    color: #0079b4;
    font-size: 36px;
    text-decoration: none;
    font-family: var(--fonte), 'Noto Sans', sans-serif;
    /* border-bottom: solid 3px #bababa; */
    text-transform: uppercase;
    padding-bottom: 10px;
    line-height: 32px;
    margin-top: 10px;
}

h2 {
    font-size: 16px;
    color: #333;
    text-decoration: none;
    margin: 20px 0px;
    font-family: var(--fonte), 'Cuprum:700', sans-serif;
}

h3,
h4 {
    text-decoration: none;
    margin: 15px 0;
    color: #fefefe;
}

h3 {
    font-size: 1.15em;
    color: #333333;
    text-decoration: none;
    text-transform: uppercase;
    margin: 15px 0;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a.tel {
    text-decoration: none;
    color: inherit;
}

.li-mpi {
    list-style: disc;
    list-style: inherit;
    color: #333;
}

p {
    padding: 4px;
    margin: 6px;
    color: #333;
    font-size: 1.1em;
    /* text-transform:uppercase; */
}

.back-box {
    width: 480px;
    padding: 40px 28px;
    background: rgba(255, 255, 255, .6);
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    text-align: center;
    margin: 50px auto;
}

.msg {
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 2.2em;
    color: #09426b;
}

.msg-tiny {
    font-size: .7em;
}

.content-msg {
    padding: 50px 0;
}

.main-sucess {
    min-height: 70vh;
}

.topofixo #menu2 a {
    color: #fff;
    text-shadow: none;
}

.topofixo .logo img {
    width: 120px;
    transition: .3s;
}

.topofixo .topo {
    display: none;
}

.blue {
    color: #333;
    font-size: 2em;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    clear: both;
    height: auto;
    margin: 0 auto;
    padding: 20px;
    font-weight: 600;
    line-height: 32px;
}

.google-search {
    background-color: transparent;
    border: none;
    width: 270px;
    height: 25px;
    left: 0;
    margin-bottom: 5px;
    margin-top: -5px;
    vertical-align: middle;
}

.cse .gsc-control-cse,
.gsc-control-cse {
    font-family: var(--fonte), Arial, sans-serif;
    background-color: #ffffff;
    border: none !important;
    margin-right: 20px;
}

.gsc-control-cse {
    font-family: var(--fonte), Arial, sans-serif;
    background-color: transparent !important;
    border: 0;
}

.gsc-clear-button {
    display: none;
}

.google-search input[type="submit"],
input[type="button"] {
    display: block;
    padding: 19px 39px 18px 39px;
    color: #FFF;
    background: #eee;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    margin: 10px auto;
    width: 76px !important;
    height: 55px;
}

#___gcse_1 {
    width: 100%;
    padding: 0 10px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    border-color: #FFFFFF;
    background-color: #CB701F;
    color: #ffffff !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    max-width: 173px !important;
    margin-left: 10px !important;
}

.logo-top {
    float: left;
    height: 66px;
    text-align: center;
    transition: .3s ease-in-out;
    display: flex;
    align-items: center;
}

.logo-mobile {
    display: none;
}

[data-anime] {
    opacity: 0;
    transition: .3s ease-in-out;
}

[data-anime="left"] {
    transform: translate3d(-50px, 0px, 0px);
}

[data-anime="left-1"] {
    transform: translate3d(-250px, 0px, 0px);
}

[data-anime="left-2"] {
    transform: translate3d(-350px, 0px, 0px);
}

[data-anime="left-0"] {
    transform: translate3d(-20px, 0px, 0px);
}

[data-anime="in"] {
    transform: translate3d(0px, 0px, 0px);
}

[data-anime="right"] {
    transform: translate3d(50px, 0px, 0px);
}

[data-anime="up"] {
    transform: translate3d(0px, 70px, 0px);
}

[data-anime="down"] {
    transform: translate3d(0px, -70px, 0px);
}

[data-anime].animate {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

header {
    margin: 0 auto;
    /* background: #003f61; */
    transition: .5s;
    background: #eee;
    /* border-bottom: #000 solid; */
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}

header .logo {
    float: left;
    margin: 20px 0;
}

header .logo img {
    width: 220px;
    transition: .3s;
}

header .right {
    float: right;
    text-align: right;
    color: #666;
    font-size: 12px;
    margin: 17px 0px;
}

header .right strong {
    font-size: 20px;
}

header #menu {
    clear: both;
    background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
    font-size: 19px;
    text-align: center;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 999999;
    -webkit-box-shadow: 0px 7px 12px -2px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 7px 12px -2px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 1px 12px -2px rgba(0, 0, 0, 0.38);
}

header #menu li {
    position: relative;
    display: inline-block;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    border-bottom: 1px solid #e2ebf4;
}

header #menu a {
    display: inline;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    width: 100%;
    padding: 20px 55px;
    transition: all .3s linear;
    display: flex;
    align-self: center;
    letter-spacing: .1em;
    font-weight: 500;
}

header #menu ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

header #menu a:hover,
header #menu li:hover a {
    background-color: #1FA920;
    color: #fff;
}

header #menu table {
    border-collapse: collapse;
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 50px;
}

header #menu .dropdown .sub-menu {
    display: none;
    position: absolute;
    top: 66px;
    left: 0;
    margin: 0;
    height: auto;
    width: auto;
    z-index: 7;
    box-shadow: 0px 1px 12px -2px rgba(0, 0, 0, 0.38);
    background-color: transparent;
}

header #menu .dropdown:hover .sub-menu {
    display: block;
}

header #menu .dropdown:hover .sub-menu li {
    position: relative;
    float: left;
    width: 222px;
    padding: 0;
    color: #333;
}

header #menu .dropdown:hover .sub-menu li a {
    display: block;
    width: 300px;
    font-size: 13px;
    padding: 6px;
    height: auto;
    text-align: left;
    text-decoration: none;
    background: #2980b9;
}

header #menu .dropdown:hover .sub-menu li a:hover {
    background-color: #206796;
}

header #menu .dropdown ul li.dropdown .sub-menu {
    display: none;
    position: absolute;
    top: 0px;
    left: 200px;
    margin: 0;
    height: auto;
    width: 190px;
    z-index: 7;
}

header #menu .dropdown ul li.dropdown:hover .sub-menu {
    display: block;
}

header #menu .dropdown .sub-menu-info {
    display: none;
    position: absolute;
    top: 31px;
    left: -517px;
    margin: 0;
    height: auto;
    width: 900px;
    z-index: 7;
    background: #1C6299;
}

header #menu .dropdown:hover .sub-menu-info {
    display: block;
}

header #menu .dropdown:hover .sub-menu-info li {
    position: relative;
    float: left;
    width: 300px;
    margin: 0;
    padding: 0;
}

header #menu .dropdown:hover .sub-menu-info li a {
    display: block;
    width: 290px;
    font-size: 12px;
    padding: 5px;
    height: auto;
    text-align: left;
    text-decoration: none;
    color: #fff;
}

header #menu .dropdown:hover .sub-menu-info li a:hover {
    background: #1a5b8f;
    color: #FFF;
}

header #menu .dropdown ul li.dropdown .sub-menu-info {
    display: none;
    position: absolute;
    top: 0px;
    left: 200px;
    margin: 0;
    height: auto;
    width: 190px;
    z-index: 7;
}

header #menu .dropdown ul li.dropdown:hover .sub-menu-info {
    display: block;
}

header #menu .dropdown-2 .sub-menu2 {
    display: none;
    position: absolute;
    top: 45px;
    left: 0px;
    margin: 0;
    height: auto;
    width: 690px;
    z-index: 7;
    background: #333333;
}

header #menu .dropdown-2:hover .sub-menu2 {
    display: block;
}

header #menu .dropdown-2:hover .sub-menu2 li {
    position: relative;
    float: left;
    width: 230px;
    padding: 0;
}

header #menu .dropdown-2:hover .sub-menu2 li a {
    display: block;
    font-size: 9px;
    padding: 2px;
    height: auto;
    text-align: left;
    text-decoration: none;
    color: #ffffff;
}

header #menu .dropdown-2:hover .sub-menu2 li a:hover {
    color: #ffffff;
}

header #menu .dropdown-2 ul li.dropdown-2 .sub-menu2 {
    display: none;
    position: absolute;
    top: 0px;
    left: 200px;
    margin: 0;
    height: auto;
    width: 190px;
    z-index: 7;
}

header #menu .dropdown-2 ul li.dropdown-2:hover .sub-menu2 {
    display: block;
}

header #menu .dropdown-2 .sub-menu2-info {
    display: none;
    position: absolute;
    top: 31px;
    left: -517px;
    margin: 0;
    height: auto;
    width: 900px;
    z-index: 7;
    background: #1C6299;
}

header #menu .dropdown-2:hover .sub-menu2-info {
    display: block;
}

header #menu .dropdown-2:hover .sub-menu2-info li {
    position: relative;
    float: left;
    width: 300px;
    margin: 0;
    padding: 0;
}

header #menu .dropdown-2:hover .sub-menu2-info li a {
    display: block;
    width: 290px;
    font-size: 12px;
    padding: 5px;
    height: auto;
    text-align: left;
    text-decoration: none;
    color: #fff;
}

header #menu .dropdown-2:hover .sub-menu2-info li a:hover {
    background: #1a5b8f;
    color: #FFF;
}

header #menu .dropdown-2 ul li.dropdown-2 .sub-menu2-info {
    display: none;
    position: absolute;
    top: 0px;
    left: 200px;
    margin: 0;
    height: auto;
    width: 190px;
    z-index: 7;
}

header #menu .dropdown-2 ul li.dropdown-2:hover .sub-menu2-info {
    display: block;
}

header #menu2 .dropdown-2 .sub-menu2 {
    display: none;
    position: absolute;
    top: 31px;
    left: 0;
    margin: 0;
    height: auto;
    width: 230px;
    z-index: 7;
    background: #1C6299;
}

header #menu2 .dropdown-2:hover .sub-menu2 {
    display: block;
}

header #menu2 .dropdown-2:hover .sub-menu2 li {
    position: relative;
    float: left;
    width: 230px;
    margin: 0;
    padding: 0;
}

header #menu2 .dropdown-2:hover .sub-menu2 li a {
    display: block;
    width: 220px;
    font-size: 13px;
    padding: 5px;
    text-align: left;
    text-decoration: none;
    color: #fff;
    height: auto;
}

header #menu2 .dropdown-2:hover .sub-menu2 li a:hover {
    background: #1a5b8f;
    color: #FFF;
}

header #menu2 .dropdown-2 ul li.dropdown-2 .sub-menu2 {
    display: none;
    position: absolute;
    top: 0px;
    left: 200px;
    margin: 0;
    height: auto;
    width: 190px;
    z-index: 7;
}

header #menu2 .dropdown-2 ul li.dropdown-2:hover .sub-menu2 {
    display: block;
}

header #menu2 .dropdown-2 .sub-menu2-info {
    display: none;
    position: absolute;
    top: 31px;
    left: -577px;
    margin: 0;
    height: auto;
    width: 900px;
    z-index: 7;
    background: #1C6299;
}

header #menu2 .dropdown-2:hover .sub-menu2-info {
    display: block;
}

header #menu2 .dropdown-2:hover .sub-menu2-info li {
    position: relative;
    float: left;
    width: 300px;
    margin: 0;
    padding: 0;
}

header #menu2 .dropdown-2:hover .sub-menu2-info li a {
    display: block;
    width: 290px;
    font-size: 12px;
    height: auto;
    padding: 5px;
    text-align: left;
    text-decoration: none;
    color: #fff;
}

header #menu2 .dropdown-2:hover .sub-menu2-info li a:hover {
    background: #1a5b8f;
    color: #FFF;
}

header #menu2 .dropdown-2 ul li.dropdown-2 .sub-menu2-info {
    display: none;
    position: absolute;
    top: 0px;
    left: 200px;
    margin: 0;
    height: auto;
    width: 190px;
    z-index: 7;
}

header #menu2 .dropdown-2 ul li.dropdown-2:hover .sub-menu2-info {
    display: block;
}

header #menu2 {
    height: 66px;
    font-size: 15px;
    text-align: center;
    float: right;
    transition: .3s;
    display: flex;
    width: 100%;
}

header #menu2 ul {
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: center;
    width: 50%;
    background: var(--degrade);
    border-radius: 5px;
    margin: 6px;
}

header #menu2 li {
    position: relative;
    display: inline-block;
}

header #menu2 a {
    margin: 0px 2px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    color: #fff;
    text-decoration: none;
    /* padding: 10px 30px; */
    height: 46px;
    text-align: center;
    transition: all .3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
}

header #menu2 a:hover,
header #menu2 li:hover a {
    color: var(--corsecundaria);
    /* background: #009ae3; */
}

header #menu2 table {
    border-collapse: collapse;
    position: absolute;
    left: 0;
    top: 0;
}

header #menu2 .dropdown .sub-menu {
    display: none;
    position: absolute;
    top: 66px;
    left: -301px;
    margin: 0;
    width: 937px;
    z-index: 7;
    background-color: #009ae3;
}

header #menu2 .dropdown:hover .sub-menu {
    display: block;
}

header #menu2 .dropdown:hover .sub-menu li {
    position: relative;
    float: left;
    width: 308px;
    margin: 0;
    padding: 0;
}

header #menu2 .dropdown:hover .sub-menu li a {
    display: block;
    font-size: 12px;
    padding: 0px 2px;
    text-align: left;
    text-decoration: none;
    color: #fff;
    height: 25px;
}

header #menu2 .dropdown:hover .sub-menu li a:hover {
    background: #1fa920;
    color: #fff;
}

header #menu2 .dropdown ul li.dropdown .sub-menu {
    display: none;
    position: absolute;
    top: 0px;
    left: 200px;
    margin: 0;
    height: auto;
    width: 190px;
    z-index: 7;
}

header #menu2 .dropdown ul li.dropdown:hover .sub-menu {
    display: block;
}

header #menu2 .dropdown .sub-menu-info {
    display: none;
    position: absolute;
    top: 31px;
    left: -577px;
    margin: 0;
    height: auto;
    width: 900px;
    z-index: 7;
    background: #1C6299;
}

header #menu2 .dropdown:hover .sub-menu-info {
    display: block;
}

header #menu2 .dropdown:hover .sub-menu-info li {
    position: relative;
    float: left;
    width: 300px;
    margin: 0;
    padding: 0;
}

header #menu2 .dropdown:hover .sub-menu-info li a {
    display: block;
    width: 290px;
    font-size: 12px;
    height: auto;
    padding: 5px;
    text-align: left;
    text-decoration: none;
    color: #fff;
}

header #menu2 .dropdown:hover .sub-menu-info li a:hover {
    background: #1a5b8f;
    color: #FFF;
}

header #menu2 .dropdown ul li.dropdown .sub-menu-info {
    display: none;
    position: absolute;
    top: 0px;
    left: 200px;
    margin: 0;
    height: auto;
    width: 190px;
    z-index: 7;
}

header #menu2 .dropdown ul li.dropdown:hover .sub-menu-info {
    display: block;
}

header #menu2 .logo-top a:hover {
    background-color: transparent;
}

div.modal.fade.orcamento.show {
    /* display: flex!important; */
    /* justify-content: center; */
    /* align-items: center; */
}

article strong {
    font-weight: 700;
    font-size: 14px;
    color: #333;
}

article h2 strong {
    font-weight: 600;
    font-size: 20px;
}

article .thumbnails-mod17 strong {
    font-weight: bolder;
    font-size: 16px;
}


.btn-space {
    height: 90px;
    float: left;
    width: 100%;
}

.video-flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    /* width:1140px; */
}

.wrapper-above {
    padding-left: 40px;
    padding-top: 220px;
}

.container {
    height: auto;
    position: relative;
}

.randomClass {
    height: 30px;
    width: 100%;
    background-color: burlywood;
}

.wrapper-footer {
    max-width: 100%;
    width: 1280px;
    margin: 0 auto;
}

.wrapper-copy {
    max-width: 100%;
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

main {
    min-height: 650px;
    width: 100vw;
}

.wrapper-main {
    height: auto;
    margin: 0 auto;
    width: 100%;
    background: url(../imagens/fundo-form.jpg)no-repeat fixed center center;
    background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.main-center {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.wrapper-main h2 {
    color: #333;
    text-align: justify;
    text-transform: uppercase;
}

.wrapper-main-dg {
    background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding-bottom: 0;
}

.icons-area {
    width: 100%;
    background-image: linear-gradient(to top, #2f3640 0%, #333333 100%);
    bottom: 0;
    height: 180px;
}

.incomplete-box {
    width: 100%;
    position: relative;
    font-size: 1.4em;
    margin-top: 50px;
    padding: 0 25px;
    transition: .3s ease;
    height: auto;
    border-radius: 2px;
    background-color: #ffffffa1;
    /* background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#353535), to(#191919)); */
    display: flex;
    flex-direction: column;
    color: #333;
    /* box-shadow:3px 0px 11px -2px rgba(0, 0, 0, 0.3); */
}

.incomplete-box img {
    width: 101%;
}

.incomplete-box p {
    /* color: #1FA920; */
    font-size: 15px;
    font-weight: 500;
    font-size: 16px;
}

.incomplete-box li {
    padding: 5px 5px;
    font-weight: 500;
}

.incomplete-box h2 {
    font-size: 1.1em;
    text-transform: uppercase;
    padding: 0 10px;
    border-left: 3px solid #1FA920;
}

.incomplete-box h3 {
    color: #fff;
    font-size: 28px;
    font-family: var(--fonte), 'Raleway', sans-serif;
    text-transform: uppercase;
}

.incomplete-box h3 {
    width: 150px;
    height: 36px;
    position: relative;
    z-index: 1;
}

.incomplete-box h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 50%;
    border-bottom: 5px solid #fff;
}

.incomplete-box::after,
.incomplete-box::before {
    content: '';
    position: absolute;
    height: 120px;
    width: 9px;
    right: 0;
}

.incomplete-box::after {
    top: 0;
    height: 50px;
}

.incomplete-box::before {
    bottom: 0;
}

.quadro-2 {
    width: 100%;
    /* background: #ffffffa3; */
    font-size: 1.1em;
    border-radius: 2px;
    font-weight: 500;
    text-align: center;
    margin-top: 60px;
    margin-right: 40px;
    padding: 0px 25px;
    /* background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#353535), to(#191919)); */
    right: 0;
    transition: .3s ease;
    /* -webkit-box-shadow:10px 10px 62px 0px rgba(0, 0, 0, 0.1); */
    /* box-shadow:3px 0px 11px -2px rgba(0, 0, 0, 0.3); */
    display: flex;
    flex-direction: column !important;
    flex-flow: wrap;
    justify-content: space-between;
}

.quadro-2:hover {}

.quadro-2 h3,
ul,
li {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    list-style: none;
}

.quadro-2 h3 {
    font-size: 28px;
    font-family: var(--fonte), 'open sans', sans-serif;
    color: #eee;
    text-transform: uppercase;
}

.quadro-2 h4 {
    color: #333333;
    font-size: 16px;
    font-family: var(--fonte), 'open sans', sans-serif;
}

.quadro-2 p {
    color: #333;
    font-size: 16px;
    /* line-height: 36px; */
}

.quadro-2 img {
    /* border-radius:  2px; */
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.main-content {
    width: 1140px;
    max-width: 100%;
    display: inline-block;
    PADDING-TOP: 20px;
}

.main-content p {
    width: 570px;
    text-align: left;
}

.wrapper {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.wrapper-form {
    max-width: 100%;
    width: 1140px;
    margin: 0 auto;
}

.wrapper-intro .wrapper {
    width: 100%;
    margin: 0 auto;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    font-family: var(--fonte), 'Open Sans', sans-serif;
    max-width: 1140px;
    margin: 0 auto;
    max-height: 625px;
    display: flex;
    flex-direction: column;
}

.wrapper-intro {
    width: 100%;
    margin: 0 auto;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    font-family: var(--fonte), 'Open Sans', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
}

.wrapper-intro h1 {
    font-size: 4em;
    color: #fff;
    margin: 0.65em 0;
    text-transform: capitalize;
    border-bottom: none;
    text-shadow: 1px 1px 4px rgb(0, 0, 0);
    font-weight: 900;
}

.wrapper-intro h2 {
    margin: 1.5em auto;
    COLOR: #fff;
    text-shadow: 1px 1px 1px rgb(8, 8, 8);
}

.wrapper-intro p {
    color: #fff;
    letter-spacing: .032em;
    margin: 1.5em 0;
    padding: 0 100px 0 0;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

.wrapper-destaque {
    max-width: 100%;
    margin: 0 auto;
}

.destaque {
    padding: 20px 5px;
    transition: .5s ease-in-out;
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
}

.destaque:hover {
    -moz-box-shadow: 1px 2px 13px -2px rgba(0, 0, 0, 0.75);
}

.destaque h2 {
    color: var(--corprincipal);
    text-align: center;
    font-size: 2em;
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 40px;
}

.arrow {
    color: #eee;
    padding-bottom: 20px;
    height: 45px;
    width: 45px;
    box-sizing: border-box;
    margin: 0 auto;
}

section {
    float: left;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    order: 0;
}

section p {
    font-size: 14px;
    text-align: justify;
    font-family: var(--fonte), sans-serif;
    color: #0d1417;
}

article {
    float: left;
    width: 74%;
}

article p {
    display: inline-block;
}

article.full {
    width: 100%;
}

article .alerta {
    font-size: 12px;
    color: #444;
    font-weight: bold;
}

#breadcrumb {
    display: inline-block;
    clear: both;
    width: 100%;
    color: #0B1933;
    font-size: 12px;
    /* margin: 20px 0 0 0; */
}

#breadcrumb div {
    display: inline;
}

#breadcrumb a {
    color: #4b4949;
    text-decoration: none;
}

#breadcrumb a:hover {
    color: #bbb;
    text-decoration: none;
}

.list {
    margin: 0 0 20px 40px;
}

.list li {
    list-style: disc;
    margin: 6px 0;
    line-height: 1.5em;
    font-size: 14px;
}

.picture-legend {
    display: inline-block;
    padding: 3px;
}

.picture-legend p {
    clear: both;
    display: block;
    text-align: right;
    font-weight: normal;
    padding: 4px;
    font-size: 9px;
    margin: 0;
}

.picture-legend img {
    margin: 0 auto;
    display: block;
}

.picture-left {
    float: left;
    margin: 0 10px 0 0;
    max-width: 50%;
}

.picture-right {
    float: right;
    margin: 0 0 0 10px;
    max-width: 50%;
}

.picture-center {
    margin: 0 auto;
    display: block;
    background: #ddd;
    margin-right: 10px;
    margin-top: 10px;
}

.btn {
    text-decoration: none;
    color: #fff;
    background: #1C6299;
    padding: 10px 15px;
    margin: 2.25em auto;
    font-size: 14px;
    display: inline-block;
    transition: .3s;
    box-shadow: 0 12px 42px 0 rgba(0, 0, 0, 0.2);
}

.btn:hover {
    opacity: 0.9;
}

.topo {
    background: #eee;
    color: white;
    font-size: 13px;
    padding: 8px 10px;
}

.topo a {
    color: white;
    margin: 0 10px;
    text-decoration: none;
}

header .topo .social {
    display: inline-block;
    float: right;
}

.conteudo-index {
    background: #efefef;
    box-sizing: border-box;
    padding: 10px 0px;
}

.conteudo-index h2,
.conteudo-index h1 {
    color: #444;
}

.conteudo-index p {
    color: #444;
}

.fundo-img {
    position: relative;
    display: inline-block;
    margin: 20px 35px;
    background-color: #1FA920;
    border-radius: 5px;
}

.image {
    float: right;
    opacity: 1;
    display: inline-block;
    width: 100%;
    transition: .5s ease;
    backface-visibility: hidden;
    border-radius: 5px;
}

.image:hover {
    transform: scale(1.05);
}

.middle {
    position: absolute;
    text-align: center;
    padding-top: 20px;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    font-family: var(--fonte), 'Raleway', sans-serif;
}

.middle h4 {
    color: #fff;
    font-weight: 700;
    padding: 0 20px;
    font-size: 1.3em;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.fundo-img:hover .image {
    opacity: 0.2;
}

.fundo-img:hover .middle {
    opacity: 1;
}

.text {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}

.btn-4 {
    color: #fff;
    overflow: hidden;
    text-align: center;
    background-color: #1FA920;
    padding: 14px 0;
    transition: .8s ease;
    margin: 0 auto;
    margin-top: 30px;
    display: block;
    width: 256px;
    cursor: pointer;
    /* -webkit-box-shadow:10px 10px 62px 0px rgba(0, 0, 0, 0.3); */
    -moz-box-shadow: 10px 10px 62px 0px rgba(0, 0, 0, 0.3);
    /* box-shadow:2px 0px 19px -2px rgb(52, 73, 94); */
    /* box-shadow:10px 10px 62px 0px rgba(0, 0, 0, 0.3); */
}

.btn-4:hover {
    /* color: var(--corsecundaria); */
    box-shadow: none;
    /* border: 1px solid #333; */
    background-position-x: right;
}

.btn-4:before {
    position: absolute;
    height: 100%;
    font-size: 125%;
    line-height: 3.5;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-4:active:before {
    color: #9E4C03;
}

.btn-4 {
    color: #fff;
    overflow: hidden;
    text-align: center;
    background: linear-gradient(to right, #24a5dc 0%, #4a689d 51%, #24a5dc 100%);
    background-size: 200%;
    background-position-x: left;
    padding: 14px 0;
    border-radius: 5px;
    transition: .8s ease;
    margin: 0 auto;
    margin-top: 49px;
    /* border: 1px solid #333; */
    display: block;
    width: 239px;
    cursor: pointer;
    -moz-box-shadow: 10px 10px 62px 0px rgba(0, 0, 0, 0.3);
}

.btn-5 {
    color: #fff;
    background: none;
    overflow: hidden;
    text-align: center;
    padding: 5px 0;
    transition: .3s ease;
    /* margin-left:485px; */
    margin-top: 15%;
    display: block;
    font-size: 20px;
    font-weight: 600;
    width: 124px;
    max-width: 100%;
    cursor: pointer;
    position: relative;
    -moz-box-shadow: 10px 10px 62px 0px rgba(0, 0, 0, 0.3);
}

.btn-5:hover {
    border-bottom: #fff 3px solid;
}

.btn-5:before {
    position: absolute;
    height: 100%;
    font-size: 125%;
    line-height: 3.5;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-5:active:before {
    color: #9E4C03;
}

.btn-6 {
    color: #fff;
    overflow: hidden;
    text-align: center;
    padding: 5px 0;
    transition: .3s ease;
    margin-left: 20px;
    margin-top: 30%;
    display: block;
    width: 108px;
    cursor: pointer;
}

.btn-6:hover {
    border-bottom: 3px solid #fff;
}

.btn-6:before {
    position: absolute;
    height: 100%;
    font-size: 125%;
    line-height: 3.5;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-6:active:before {
    color: #9E4C03;
}

.btn-produto {
    color: #eee;
    overflow: hidden;
    text-align: center;
    background-color: #fa8100;
    padding: 11px 0;
    transition: .3s ease;
    font-size: 20px;
    margin: 0px auto;
    display: block;
    width: 256px;
    cursor: pointer;
    border: 3px solid #fa8100;
    -webkit-box-shadow: 10px 10px 62px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 62px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 0px 19px -2px rgb(52, 73, 94);
    border-radius: 5px;
    box-shadow: 10px 10px 62px 0px rgba(0, 0, 0, 0.3);
}

.btn-produto:hover {
    background: #f1c40f;
    color: #ffffff;
    border: 3px solid transparent;
    box-shadow: none;
}

.btn-produto:before {
    position: absolute;
    height: 100%;
    font-size: 125%;
    line-height: 3.5;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-produto:active:before {
    color: #9E4C03;
}

.wrapper-btn {
    padding: 55px 0;
    margin: 0 auto;
}

.btn-intro {
    width: 120px;
    height: 24px;
    margin: 0 50px 0 0;
    background-color: #1FA920;
    border-radius: 2px;
    color: #fff;
    transition: background-image 1s;
    box-shadow: 0 12px 42px 0 rgba(0, 0, 0, 0.2);
    transition: .3s ease;
    -webkit-box-shadow: 10px 10px 62px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 62px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 9px -1px rgba(0, 0, 0, 0.5);
}

.btn-intro:hover {
    box-shadow: none;
    box-shadow: 0 12px 42px 0 rgba(0, 0, 0, 0.2);
    transition: .3s ease;
    background-color: #92480b;
    -webkit-box-shadow: inset 0px 2px 23px -8px rgba(0, 0, 0, 0.75);
    border: transparent;
    -moz-box-shadow: inset 0px 6px 34px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 62px 0px rgba(0, 0, 0, 0.3);
}

.btn-intro:active {
    font-weight: 700;
}

.btn-saiba {
    background-color: transparent;
    width: 265px;
    height: 55px;
    border: 3px solid #eee;
    color: #eee;
    border-radius: 2px;
    box-shadow: 0 12px 42px 0 rgba(0, 0, 0, 0.2);
    transition: .3s ease;
    margin-left: 55px;
    margin: 0 5px;
}

.btn-saiba:hover {
    background-color: #fff;
    border: none;
    color: black;
    border-radius: 2px;
}

.btn-quadro {
    background-color: #eee;
    width: 205px;
    height: 55px;
    color: #fff;
    margin: 68px 20px;
    box-shadow: 0 12px 42px 0 rgba(0, 0, 0, 0.2);
    transition: .3s ease;
}

.btn-quadro:hover {
    background-color: #eee;
    color: #fff;
}

.btn-quadro-menu {
    background-color: transparent;
    width: 205px;
    height: 55px;
    border: 3px solid white;
    color: #fff;
    margin: 10px 20px;
    box-shadow: 0 12px 42px 0 rgba(0, 0, 0, 0.2);
    transition: .3s ease;
    font-weight: 600;
    padding: 15px 55px;
    border-radius: 5px;
}

.btn-quadro-menu:hover {
    background-color: #fff;
    color: #eee;
}

.thumbnails-main {
    display: inline-block;
    list-style: none;
    list-style-type: none;
    text-align: center;
}

.thumbnails-main li {
    float: left;
    width: 213px;
    height: auto;
    margin: 10px 16px;
    text-align: center;
    text-transform: uppercase;
    transition: .3s;
}

.thumbnails-main li:hover img {
    opacity: 0.9;
}

.thumbnails-main li:hover h2 {
    opacity: 0.9;
}

.thumbnails-main img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: .3s;
}

.thumbnails-main h2 {
    font-size: 10px;
    background: #1C6299;
    height: 22px;
    padding: 8px 0px;
    margin-top: 0px;
    transition: .3s;
}

.thumbnails-main a {
    text-decoration: none;
    display: flex;
    margin: 0 auto;
}

.thumbnails-main a:hover {
    text-decoration: none;
}

.thumbnails-main {
    list-style: none;
    text-align: center;
    display: flex;
    flex-wrap: wrap !important;
    flex-flow: row;
    position: relative;
    width: 100%;
    justify-content: center;
}

.thumbnails-main li,
.thumbnails-2 li {
    float: left;
    /* width: 52%; */
    padding: 30px;
    margin: 20px auto;
    /* border: 1px solid #003e6061; */
    background: #FFF;
    position: relative;
    font-size: 10px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.thumbnails-main li img {
    width: 200px;
    /* height: 200px; */
    /* border:1px solid #FFF; */
    border-radius: 5px;
}

.thumbnails-main li:hover {
    box-shadow: 0 0 15px #00000024;
    transform: scale(1.03);
}

.thumbnails-main li:hover img {
    /* border: 1px solid #dedede00; */
    border-radius: 5px;
}

.thumbnails-main li p {
    text-align: center;
    text-transform: uppercase;
    color: #666;
    font-weight: 400;
    font-size: 10px;
}

.thumbnails-main h2,
.thumbnails-main h3,
.thumbnails-main h4 {
    text-align: center;
    line-height: 13px;
}

.thumbnails-main h2 {
    font-size: 13px;
}

.thumbnails-main h2 a,
.thumbnails-main h3 a,
.thumbnails-main h4 a {
    font-size: 17px;
    color: var(--corprincipal);
    font-weight: 700;
    line-height: 13px;
    text-align: center;
    justify-content: center;
    margin: 15px auto;
}

.thumbnails-main li .botao,
.thumbnails-main li .botao-cotar {
    padding: 5px 10px;
    color: #FFF;
    margin: auto;
    font-size: 14px;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .1);
    text-align: center;
    margin: 0 0 30px 15px;
    justify-content: center;
}

.thumbnails-main a {}

.thumbnails-main a:hover {
    /* text-decoration:underline; */
}

.thumbnails-main li .botao {
    background: #F98C18;
    text-decoration: none;
}

.thumbnails-main li .botao:hover {
    background-color: #469b42;
}

.thumbnails-main li .botao-cotar {
    background: #F98C18;
    text-decoration: none;
}

.botao {
    display: none;
}

.thumbnails-main li .botao-cotar:hover {
    background-color: #167ac6;
}

.thumbnails {
    display: inline-block;
    list-style: none;
    list-style-type: none;
    text-align: center;
}

.thumbnails li {
    float: left;
    width: 213px;
    height: auto;
    margin: 10px 16px;
    text-align: center;
    text-transform: uppercase;
    transition: .3s;
}

.thumbnails li:hover img {
    opacity: 0.9;
}

.thumbnails li:hover h2 {
    opacity: 0.9;
}

.thumbnails img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: .3s;
}



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

.thumbnails a:hover {
    text-decoration: none;
}

.thumbnails {
    list-style: none;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-evenly;
}

.thumbnails li {
    float: left;
    width: 174px;
    height: auto;
    min-height: 354px;
    padding: 13px;
    margin: 5px 4px 30px;
    /* border:1px solid #DEDEDE; */
    background: #FFF;
    position: relative;
    font-size: 10px;
}

.thumbnails li img {
    height: 174px;
    border: 1px solid #FFF;
    object-fit: cover;
}

.thumbnails li:hover {
    box-shadow: 0 0 15px #999;
}

.thumbnails li:hover img {
    /* border:1px solid #DEDEDE; */
}

.thumbnails li p {
    text-align: center;
    text-transform: uppercase;
    color: #666;
    font-weight: 400;
    font-size: 10px;
    margin-block: auto;
}

.thumbnails h2,
.thumbnails h3,
.thumbnails h4 {
    text-align: center;
    line-height: 13px;
}

.thumbnails h2 {
    padding: 8px 0px;
    transition: .3s;
    height: 22px;
    background: #1C6299;
    font-size: 12px;
    position: absolute;
    bottom: 0px;
    margin: 0 auto 109px auto;
    left: 0;
    right: 0;
}

.thumbnails h2 a,
.thumbnails h3 a,
.thumbnails h4 a {
    font-size: 11px;
    color: #2f4b71;
    font-weight: 700;
    line-height: 13px;
}

.thumbnails li .botao,
.thumbnails li .botao-cotar {
    padding: 10px 10px;
    color: #FFF;
    margin: auto;
    font-size: 14px;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .1);
    text-align: center;
    margin: 50px 0 20px 5px;
    justify-content: center;
}

.thumbnails a,
.thumbnails button {
    text-decoration: none;
    display: flex;
    width: 150px;
    vertical-align: bottom;
    position: absolute;
    bottom: 0;
}


.thumbnails a:hover {
    /* text-decoration:underline; */
}

.thumbnails li .botao {
    background: #F98C18;
    text-decoration: none;
}

.thumbnails li .botao:hover {
    background-color: #469b42;
}

.thumbnails li .botao-cotar {
    background: var(--corprincipal);
    /* text-decoration:none; */
    /* border-radius:5px; */
}

.thumbnails li .botao-cotar:hover {
    /* background-color: #188019; */
}

.thumbnails-2 {
    display: inline-block;
    list-style: none;
    list-style-type: none;
    text-align: center;
}

.thumbnails-2 p {
    margin: 0;
    font-weight: 500;
}

.thumbnails-2 li {
    /* float:left; */
    /* width:213px; */
    /* height:235px; */
    /* margin:10px 16px; */
    text-align: center;
    text-transform: uppercase;
    transition: .3s;
}

.thumbnails-2 li:hover img {
    opacity: 0.9;
}

.thumbnails-2 li:hover h2 {
    opacity: 0.9;
}

.thumbnails-2 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: .3s;
}

.thumbnails-2 h2 {
    font-size: 10px;
    background: #1C6299;
    height: 30px;
    padding: 8px 0px;
    margin-top: 0px;
    transition: .3s;
}

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

.thumbnails-2 a:hover {
    text-decoration: none;
}

.thumbnails-2 {
    list-style: none;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.thumbnails-2 li {
    /* float:left; */
    /* width:325px; */
    /* height:auto; */
    /* padding:13px; */
    /* margin:5px 4px 30px; */
    /* border: 1px solid rgba(0, 62, 96, 0.3803921568627451); */
    /* background:#FFF; */
    /* position:relative; */
    /* font-size:10px; */
}

.thumbnails-2 li img {
    width: 198px;
    height: 174px;
    /* border:1px solid #FFF; */
}

.thumbnails-2 li:hover {
    box-shadow: 0 0 15px #00000024;
    transform: scale(1.03);
}

.thumbnails-2 li:hover img {
    /* border:1px solid #DEDEDE; */
}

.thumbnails-2 li p {
    text-align: center;
    text-transform: uppercase;
    color: #666;
    font-weight: 400;
    font-size: 10px;
}

.thumbnails-2 h2,
.thumbnails-2 h3,
.thumbnails-2 h4 {
    text-align: center;
    line-height: 13px;
}

.thumbnails-2 h2 {
    font-size: 13px;
}

.thumbnails-2 h2 a,
.thumbnails-2 h3 a,
.thumbnails-2 h4 a {
    font-size: 11px;
    color: #2f4b71;
    font-weight: 700;
    line-height: 13px;
}

.thumbnails-2 li .botao,
.thumbnails-2 li .botao-cotar {
    padding: 5px 10px;
    color: #FFF;
    margin: auto;
    font-size: 14px;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .1);
    text-align: center;
}

.thumbnails-2 a {
    text-decoration: none;
}

.thumbnails-2 a:hover {
    text-decoration: underline;
}

.thumbnails-2 li .botao {
    background: #F98C18;
    text-decoration: none;
}

.thumbnails-2 li .botao:hover {
    background-color: #469b42;
}

.thumbnails-2 li .botao-cotar {
    background: #F98C18;
    text-decoration: none;
}

.thumbnails-2 li .botao-cotar:hover {
    background-color: #167ac6;
}

aside h2 a,
aside li a {
    display: inline-block;
    padding: 5px;
    text-decoration: none;
    flex-direction: column;
}

aside {
    float: right;
    width: 23%;
    margin: 0 5px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
}

aside h2 a {
    margin: 0;
    border-bottom: solid 1px #1FA920;
    font-size: 20px;
    background: transparent;
    color: var(--corprincipal);
    border-bottom: 3px solid var(--corsecundaria);
}

aside nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

aside li {
    border-bottom: 1px solid #dedede;
}

aside li a {
    font-size: 12px;
    color: #333;
    line-height: 16px;
}

.more h2 strong,
aside strong {
    font-size: 16px;
}

aside nav li a:hover {
    /* background-color: #0079b4; */
    color: var(--corprincipal);
    /* width:96%; */
    font-weight: bold;
}

aside h3 {
    color: #fff;
    background: #2a60c2;
    padding: 10px 0;
    margin-bottom: 0;
    text-align: center;
}

aside p {
    background: #eee;
    border-bottom: 1px solid #ccc;
    margin: 0;
    text-align: center;
}

aside strong {
    line-height: 34px;
    color: #666;
}

aside a {
    text-decoration: none;
}

.more {
    margin-bottom: 20px;
}

.more h2 strong {
    font-size: 16px;
}

.gallery {
    list-style-type: none;
    list-style: none;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-conteudo {
    width: 48%;
    height: auto;
    float: left;
    margin: 0 auto;
    padding: 0 5px;
}

.form-conteudo-1 {
    width: 50%;
    height: auto;
    float: right;
}

.form-style-5 {
    background-size: cover;
}

.form-style-5 h1 {
    font-size: 1.8em;
    color: #595959;
    text-transform: uppercase;
    padding: 0 109px;
    text-align: center;
    border-bottom: none;
}

.form-style-5 p {
    font-size: 1em;
    color: #595959;
    text-align: left;
    font-weight: 900;
    margin: 0 100px 0 100px;
    text-align: center;
}

.form-style-5 {
    max-width: 100%;
    display: inline-block;
    padding: 10px 10px 0px 10px;
    margin: 10px 0px 30px;
    border: 1px solid #333;
    /* background: url(../imagens/fundo-form.jpg)no-repeat fixed center center; */
    background-image: linear-gradient(to bottom, #0079b4, #004f78);
    /* background-color: #ffffff; */
    background-size: cover;
    -webkit-background-size: cover;
    border-radius: 2px;
}

.form-style-5 fieldset {
    border: none;
    display: inline-block;
}

.form-style-5 legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}

.form-style-5 label {
    margin-bottom: 8px;
    margin: 0 auto;
    color: #fff;
}

.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea[type="mensagem"],
.form-style-5 select {
    background: #fff;
    border: 1px solid #333;
    font-size: 12px;
    outline: 0;
    height: 50px;
    border-radius: 2px;
    padding: 5px 5px;
    width: 98.5%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #333333;
    margin: 10px 0;
}

.form-style-5 textarea {
    background: #fff;
    height: 155px;
    border: 1px solid #333;
    width: 98%;
    margin-bottom: 35px;
}

.form-style-5 textarea:focus {
    background: #c4e2f1;
}

.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 select:focus {
    background: #c4e2f1;
    height: 50px;
}

.form-style-5 select {
    -webkit-appearance: menulist-button;
    height: 35px;
}

.form-style-5 .number {
    background: #1C4183;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

input[type="submit"],
input[type="button"] {
    background: #1FA920;
    width: 98%;
    height: 55px;
    margin: 7px auto;
    border: 1px solid #0d1417;
    border-radius: 2px;
    color: #fff;
    transition: background-image 1s;
    box-shadow: 0 12px 42px 0 rgba(0, 0, 0, 0.2);
    transition: .3s ease;
    -webkit-box-shadow: 10px 10px 62px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 62px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 14px -1px rgba(0, 0, 0, 0.6);
    margin-left: 0px;
}

input[type="submit"]:hover,
input[type="button"]:hover {
    background: #19821a;
    box-shadow: none;
    border: 1px solid #0d1417;
    color: #fff;
}

.centralizar {
    display: table;
    margin: 0 auto;
}

.estilo-formulario {
    font-size: 1.6em;
    color: black;
    background-color: white;
}

.gallery ul {
    margin: 0 auto;
}

.gallery li {
    float: left;
    text-align: center;
    transition: .3s;
    padding: 0 5px;
}

.gallery li:hover {
    opacity: 0.9;
}

.gallery li img {
    width: 200px;
    border-radius: 2px;
    height: 200px;
    object-fit: cover;
    margin: 10px 6px;
    transition: .3s;
    transform: scale3d(1, 1, 1);
    box-shadow: 3px 0px 11px -2px rgba(0, 0, 0, 0.3);
}

.gallery img:hover {
    transform: scale3d(1.05, 1.05, 1.05);
}

p.ampliar {
    color: #F30;
    font-size: 11px;
    margin: 0 0;
}

.container {
    float: left;
}

@media screen and (max-width:640px) {
    .container {
        display: block;
    }
}

@media screen and (min-width:900px) {
    .container {
        padding: 0;
    }
}

.container .title {
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px;
}

.content {
    position: relative;
    margin: 50px auto;
}

.content h2 {
    color: #0079b4;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 25px;
    background: transparent;
    width: 100%;
    /* height: 10px; */
    padding: 0px;
    font-size: 1.5em;
}

.content .content-overlay {
    background: #333333;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: .8;
}

.content-contato {
    padding-top: 55px;
}

.content-image {
    min-width: 100%;
    width: auto;
    height: auto;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-top: 40px;
    top: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.conetent-details p {
    text-align: center;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.quadro-hover {
    margin: 25px;
}

.related-posting-title {
    font-size: 22px;
}

.related-posting {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.row {
    clear: both;
    display: block;
    background: #eee;
    border-left: 3px solid #0079b4;
    padding: 10px 20px;
    transition: all .3s linear;
    min-height: 85px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .02), 0 2px 1px -1px rgba(0, 0, 0, .02);
    margin: 0 0 10px 0;
    overflow: hidden;
    /* border: solid 1px #1fa920; */
}

.row:hover {
    border-left: 3px solid #1fa920;
}

.row img {
    display: block;
    float: left;
    width: 80px;
    height: 80px;
    border: 1px solid #CCC;
    margin: 0 10px 0 0;
}

.row p {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
}

.row a {
    color: #0079b4;
    text-decoration: none;
}

.row p a {
    color: #69747b;
}

.row strong {
    font-size: 12px;
}

.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

#servicosTabs .list-wrap,
#servicosTabsDois .list-wrap {
    background: #eee;
    font-weight: bold;
    padding: 10px;
    margin: 0 0 15px;
    width: 75%;
    font-size: 10px;
    /* border: 1px solid #1fa920; */
}

#servicosTabs ul,
#servicosTabsDois ul {
    list-style: none;
    display: inline-block;
}

#servicosTabs .list-wrap li,
#servicosTabsDois .list-wrap li {
    width: 160px;
    float: left;
    color: #444;
    font-size: 12px;
}

#servicosTabs .nav,
#servicosTabsDois .nav {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#servicosTabs .nav li,
#servicosTabsDois .nav li {
    float: left;
    margin: 0 10px 0 0;
}

#servicosTabs .nav li.last,
#servicosTabsDois .nav li.last {
    margin-right: 0;
}

#servicosTabs .nav li a,
#servicosTabsDois .nav li a {
    display: block;
    text-decoration: none;
    padding: 10px;
    background: rgb(238, 238, 238);
    color: #333;
    font-size: 12px;
    text-align: center;
    border: 0;
    /* border: 1px solid #1fa920; */
}

#servicosTabs .nav li a:focus,
#servicosTabs .nav li a:hover,
#servicosTabsDois .nav li a:focus,
#servicosTabsDois .nav li a:hover {
    background: #ccc;
    color: #0079b4;
}

#servicosTabs ul li.nav-two a.current,
#servicosTabsDois ul li.nav-two a.current {
    background-color: rgb(238, 238, 238);
    color: #333;
    /* border: 1px solid #1fa920; */
}

.copyright,
.copyright {
    font-size: 10px;
    color: #666;
}

.copyright a {
    font-size: 10px;
    color: #666;
}

footer {
    clear: both;
    padding: 15px;
    /* background-color: #efcb37; */
    background-image: var(--degrade);
}

footer a {
    display: inline-block;
}

footer .img-logo {
    max-width: 110px;
    max-height: 75px;
}

.contact-footer {
    float: left;
    color: #fff;
    margin-right: 30px;
}

.contact-footer strong {
    font-size: 18px;
}

.contact-footer a {
    text-decoration: none;
    color: #fff;
}

footer address {
    margin: 0 0 10px 0;
    font-size: 12px;
    font-style: normal;
    line-height: 15px;
}

footer address span {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: bold;
    display: block;
}

footer .menu-footer {
    text-align: right;
}

footer .menu-footer nav {
    margin: 3px 0;
}

footer .menu-footer nav li {
    display: inline;
    padding: 0 10px 0 0;
}

footer .menu-footer nav li a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}

footer .menu-footer nav li a:hover {
    color: var(--corsecundaria);
}

footer .social {
    margin: 15px 0 0 0;
    float: right;
}

footer .social .social-icons:hover {
    opacity: 1;
    background: #eee;
    color: #af601b;
}

footer .social .social-icons {
    width: auto;
    transition-property: all;
    transition-duration: 0.3s;
    padding: 10px;
    display: block;
    margin: 0 0 0 5px;
    float: right;
    font-size: 18px;
    background: #eee;
    color: #FFF;
    min-width: 25px;
    min-height: 20px;
    text-align: center;
}

.copyright-footer {
    text-align: left;
    font-size: 10px;
    color: #fff;
    background: #131212;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 35px;
    flex-direction: column;
}

.copyright-footer .selos {
    float: right;
    margin-right: 82px;
}

.copyright-footer .selos strong {
    background: #fff;
    color: #363b36;
    padding: 0px 5px;
}

.copyright-footer .selos a {
    margin: 0 0 0 5px;
    color: #B7B7B7;
    text-decoration: none;
    opacity: 0.8;
    transition-property: all;
    transition-duration: 0.3s;
}

.copyright-footer .selos a:hover {
    opacity: 1;
}

.contact {
    display: block;
    width: 100%;
}

.form {
    float: left;
    width: 50%;
}

.form label {
    width: 185px;
    font-weight: bold;
    padding-right: 5px;
    font-size: 13px;
    display: table-cell;
    vertical-align: middle;
    color: black;
}

.form label span {
    font-size: 9px;
    color: #C00;
}

.form input,
.form textarea,
.form select {
    background: #3333331c;
    border: 1px solid #000;
    font-size: 12px;
    outline: 0;
    padding: 10px 5px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #000;
    margin: 12.2px auto;
}

input #ddd {
    width: 17%;
}

input #telefone {
    width: 59%;
}

@media screen and (max-width:420px) {

    .form input,
    .form textarea,
    .form select {
        width: 100%;
    }

    input #ddd {
        width: 30%;
    }

    input #telefone {
        width: 67%;
    }

    .form textarea {
        width: 100%;
    }
}

.form textarea {
    width: 100%;
    font-family: var(--fonte), fonte;
    margin-bottom: 18px;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
    background: #e9fbff;
}

.form .ir {
    background: #1FA920;
    padding: 10px 18px;
    color: #fff;
    cursor: pointer;
    width: 100%;
    transition: all 300ms ease-in-out;
    font-size: 26px;
}

.form .ir:hover {
    background: #19821a;
    color: #fff;
}

.bt-submit {
    display: flex;
    justify-content: center;
    font-size: 28px;
    /* font-family: var(--fonte),  open sans-serif; */
}

span.obrigatorio {
    font-size: 0.6em;
    color: #fff;
    margin: 0 0 10px 10px;
}

span.obrigatorio-contato {
    font-size: 0.6em;
    color: #000;
    margin: 0 0 10px 10px;
}

.form label.error {
    display: block;
    color: red;
    margin: 0 .5em 0 0;
    vertical-align: top;
    font-size: 10px;
}

.help {
    font-size: 11px;
    color: #666;
}

.alert {
    color: #FF0000;
}

.contact-form {
    float: right;
    color: #989898;
    font-size: 11px;
    width: 50%;
    padding: 10px 20px;
}

.container-contato {
    width: 100%;
    padding-top: 20px;
}

.contact-form strong {
    color: #666;
}

.msg-404 {
    position: relative;
    font-size: 22px;
    line-height: 34px;
    color: #A7A9AC;
    margin-bottom: 30px;
}

.menu-404 {
    background: #F8F8F8;
    width: 95%;
    padding: 15px;
    margin-bottom: 20px;
    float: left;
}

.menu-404 a {
    display: block;
    margin: 0 auto;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.slicknav_menu {
    display: none;
}

.slicknav_nav .fa {
    display: none;
}

.slicknav_nav br {
    display: none;
}

.grid {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    width: 100%;
    transition: 0.2s;
}

.grid:after {
    content: "";
    clear: both;
    display: block;
}

[class*="col-"] {
    float: left;
    box-sizing: border-box;
}

.form-flex {
    display: flex;
    justify-content: space-between;
    align-content: space-around;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
    margin-top: 30px;
}

.col-4 {
    width: 33.33%;
}

.col-6 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
    text-align: left;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
    padding: 25px;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
    margin: 0 auto;
}

.col-none {
    float: none;
}

.col-13 {
    background-color: #ddd;
    margin-bottom: 10px;
    padding: 15px;
    width: 100%;
    height: 400px;
}

.txtcenter {
    text-align: center;
}

.txtleft {
    text-align: left;
}

.txtright {
    text-align: right;
}

.pd {
    padding: 0;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

.fwidth {
    width: 100%;
}

.center-block {
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
    flex-wrap: wrap;
    justify-content: space-around;
    height: auto;
}

#title-empresa h2 {
    font-size: 14px;
    background: #E9E9E9;
    padding: 4px 10px;
    line-height: 15px;
    color: #717171;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 0 50px 0;
    font-weight: 500;
}

#title-keyword h3 {
    font-size: 12px;
    padding: 0 10px;
    line-height: 15px;
    color: #717171;
    text-decoration: none;
    margin: 0 0 10px 0;
}

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    margin-top: 50px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    border-radius: 10px;
}

.fancybox-inner,
.fancybox-outer {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(images-fancy/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(images-fancy/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: url(images-fancy/blank.gif);
    -webkit-tap-highlight-color: transparent;
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible;
}

.fancybox-lock {
    overflow: hidden;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden;
}

.fancybox-lock-test {
    overflow-y: hidden;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(images-fancy/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    visibility: hidden;
    font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

.active-menu-topo {
    color: #595247;
    font-weight: bold;
}

.active-menu-aside {
    color: #333333;
    background-color: #f1f1f1;
    font-weight: normal;
    width: 96%;
}

.tg {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
}

.tg td {
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    color: #1c1c5b;
}

.tg th {
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
}

.tg .tg-kf0f {
    background-color: #3166ff;
    color: #000000;
}

#scrollUp {
    bottom: 0;
    right: 30px;
    width: 70px;
    height: 55px;
    margin-bottom: -10px;
    padding: 10px 5px;
    font: 14px/20px sans-serif;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #333;
    color: #fff;
    border-radius: 2px 2px 0px 0px;
    background-color: #1FA920;
    -moz-transition: margin-bottom 150ms linear;
    -o-transition: margin-bottom 150ms linear;
    transition: margin-bottom 150ms linear;
    -webkit-box-shadow: 0px -5px 36px -3px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px -5px 36px -3px rgba(0, 0, 0, 0.38);
    box-shadow: 0px -5px 36px -3px rgba(0, 0, 0, 0.38);
}

#scrollUp:hover {
    margin-bottom: 0;
    color: #333;
}

#scrollUp-active {
    display: none;
}

.wrapper-main-dg .gallery {
    padding-left: 0px;
}

.txt-ilust {
    clear: both;
    display: block;
    text-align: right;
    font-weight: normal;
    font-size: 9px;
}

.txt-ilust p {
    padding: 0;
    margin: 0;
}

.box-produto a {
    text-decoration: none;
}

.box-produto .botao {
    background: #fff;
    padding: 5px 10px;
    border: solid 1px #333;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .1);
}

.busca-relacionadas b,
.busca-relacionadas ul li {
    font-size: 12px;
    float: left;
    color: #333;
}

.busca-relacionada a {
    padding: 0 2px;
}

.box-produto h3 {
    color: #666;
    font-weight: 400;
    margin: 5px 0;
}

.box-produto {
    margin: 5px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
}

.box-produto .grid .col-3 a img {
    width: 183px;
    height: 183px;
    vertical-align: bottom;
    object-fit: cover;
}

.col-3 h2 {
    font-size: 1.1em !important;
}

embed {
    width: 100%;
    min-width: 375px;
    height: 225px;
    min-height: 225px;
}

#fundo-contato {
    width: 534px;
    height: 613px;
    margin-left: 32px;
    margin-top: -8px;
    background: url("../imagens/img-home/logo1.jpg")no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

fieldset .bt-submit {
    display: block;
}

#content-icons {
    max-width: 100%;
    width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    height: auto;
    clear: both;
    padding: 50px 0;
    order: 3;
}

.content-icons {
    max-width: 1293px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 2px;
    align-content: center;
    flex-wrap: wrap;
    height: auto;
    clear: both;
}

.quadro-icons {
    /* width:325px; */
    /* height: 210px; */
    /* float:left; */
    padding-top: 15px;
    margin: 20px 0px 0 0px;
    background-color: #e1a40600;
    /* border: .5px solid #fff; */
    border-top: 50px;
    border-radius: 2px;
    transition: .3s all ease-in-out;
    display: flex;
    flex-flow: column;
    text-align: center;
    align-items: center;
}

.co-icon {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.co-icon p {
    text-align: center;
    color: #007ab7;
    font-size: 16px;
    transition: .3s;
}

.quadro-icons:hover i {
    transform: scale(1.1);
}

.co-icon i {
    /* padding: -3% 15%; */
    color: #ffffff;
    font-size: 95px;
    background: var(--degrade);
    border-radius: 100%;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.wrapper-img {
    width: 100%;
    min-height: 450px;
    height: auto;
    background-color: #fff;
}

.wrapper-img2 {
    width: 100%;
    margin: 0 auto;
}

.wrapper-img h2 {
    text-align: center;
    color: var(--corprincipal);
    font-size: 2em;
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 40px;
}

.container-img {
    width: 1140px;
    max-width: 100%;
    margin: 10px auto;
    text-align: center;
    justify-content: space-around;
}

figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin-left: 100px;
    display: flex;
    justify-content: flex-end;
}

.fig-img {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    width: 100%;
    height: 100%;
    float: right;
    background: rgba(0, 0, 0, 0);
    padding: 10px;
    text-align: right;
    clear: both;
}

.fig-img h2 {
    opacity: 1;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-size: 2.3em;
    font-weight: 700;
    clear: both;
}

.fig-img2 {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    height: 100%;
    background: rgba(0, 0, 0, 0.54);
    /* padding:10px; */
    text-align: left;
    /* clear:both; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.fig-img2 h2 {
    opacity: 1;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-size: 2.3em;
    font-weight: 700;
    clear: both;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    transition: 0.2s;
}

figure img {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.div-img {
    display: flex;
}

.imagen-principal {
    margin-right: 120px;
    margin-top: 20px;
}

.p-tiny {
    font-size: 12px;
}

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

.img-mpi img {
    width: 250px;
    height: 250px;
    border: solid 1px #c3c3c3;
    padding: 10px;
    margin: 0 2px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .02), 0 2px 1px -1px rgba(0, 0, 0, .02);
}

.mpi-produtos {
    width: 100%;
    max-width: 1280px;
}

.mpi-produtos h1 {
    border-bottom: transparent;
    text-align: left;
    margin-left: 42px;
}

.mpi-produtos img {
    width: 400px;
    height: 480px;
    -webkit-box-shadow: 10px 10px 62px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 62px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 0px 19px -2px rgb(52, 73, 94);
    border-radius: 5px;
    box-shadow: 10px 10px 62px 0px rgba(0, 0, 0, 0.3);
    object-fit: cover;
}

.mpi-produtos p {
    padding: 0 40px;
}

.mpi-produtos ul li {
    color: #333333;
    padding: 0 45px;
}

.mpi-produtos-2 {
    width: 100%;
    max-width: 1280px;
}

.mpi-produtos-2 h1 {
    border-bottom: transparent;
    text-align: left;
    margin-left: 36px;
}

.mpi-produtos-2 img {
    width: 450px;
    height: 480px;
    margin-top: 65px;
    -webkit-box-shadow: 10px 10px 62px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 62px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 0px 19px -2px rgb(52, 73, 94);
    border-radius: 5px;
    box-shadow: 10px 10px 62px 0px rgba(0, 0, 0, 0.3);
}

.mpi-produtos-2 h2 {
    margin: 0 35px;
}

.mpi-produtos-2 p {
    padding-right: 70px;
}

.produtos-relacionados-1 {
    width: 100%;
    height: 300px;
    background: url("../imagens/led-1.webp")no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    float: right;
}

.produtos-relacionados-2 {
    width: 100%;
    height: 300px;
    background: url("../imagens/led-4.webp")no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.produtos-relacionados-3 {
    width: 100%;
    height: 300px;
    background: url("../imagens/led-7.webp")no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.produtos-relacionados-1:hover {
    /* transform:scale(1.01); */
    /* transition:.5s; */
}

.produtos-relacionados-2:hover {
    /* transform:scale(1.01); */
    /* transition:.5s; */
}

.produtos-relacionados-3:hover {
    /* transform:scale(1.01); */
    /* transition:.5s; */
}

.wrapper-fixa {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
}

.img-empresa {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
}

@media only screen and (min-width:767px) and (max-width:959px) {
    embed {
        width: 100%;
        height: 225px;
        min-height: 225px;
    }

    .imagen-principal {
        display: none;
    }

    #content-icons {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        margin-top: 20px;
        flex-direction: column;
        padding: 20px 0;
        clear: both;
        height: auto;
    }

    .incomplete-box p {
        color: #fefefe;
        padding: 0 20px;
    }

    .wrapper-img {
        width: 100%;
        margin: 50px 0 50px 0;
        height: auto;
    }

    .fundo-contato {
        display: none;
    }

    .imagen-principal {
        margin-right: 0px;
    }

    #mpi {
        max-width: 300px;
        text-align: center;
        margin: 0 auto;
    }

    .main-center {
        flex-direction: column;
    }

    .quadro-2 h4 {
        color: #ffffff;
        font-size: 16px;
        font-family: var(--fonte), 'open sans', sans-serif;
    }

    .quadro-2 {
        margin: 0;
        padding: 10px;
        min-width: 100%;
    }

    .incomplete-box {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 10px;
    }

    .fundo-contato {
        display: none;
    }

    .thumbnails h2 {
        bottom: 0;
        margin: 0 auto;
    }

    .wrapper-main {
        height: auto;
        padding-bottom: 0;
    }

    .wrapper-main-dg {
        padding-bottom: 10px;
    }

    .logo-top {
        display: none;
    }

    .wrapper-main-dg .gallery {
        padding-left: 0;
    }

    .wrapper-footer {
        width: 100%;
        margin: 0 auto;
    }

    .wrapper-copy {
        width: 100%;
        margin: 0 auto;
    }

    .wrapper-intro button {
        margin: 0 auto;
    }

    .main-content {
        max-width: 955px;
        width: 100%;
        display: inline-block;
        padding: 10px 0;
    }

    .center-block {
        max-width: 95%;
        margin: 0 auto;
        padding-left: 15px;
    }

    .busca-relacionadas {
        margin-bottom: 15px;
    }

    .wrapper {
        width: 100%;
    }

    .scroll-down {
        left: 45%;
    }

    .logo-mobile {
        display: block;
        margin: 0 auto;
    }

    .col-4 {
        width: 50%;
    }

    .incomplete-box {
        margin: 0;
        padding: 0;
        border: transparent;
        -moz-border-image: -moz-linear-gradient(top left, #eee 0%, #ffb100 100%);
        -webkit-border-image: -webkit-linear-gradient(top left, #eee 0%, #ffb100 100%);
        border-image: linear-gradient(to bottom right, #eee 0%, #ffb100 100%);
        border-image-slice: 1;
        font-size: 1.4em;
        width: 100%;
        margin: 0 auto;
    }

    .wrapper-above {
        width: 100%;
        margin: 0 auto;
    }

    .incomplete-box img {
        width: 90%;
        height: auto;
        margin-bottom: 52px;
    }

    .incomplete-box::after {
        display: none;
    }

    .incomplete-box::before {
        display: none;
    }

    .quadro-1 {
        border: 8px solid transparent;
        -moz-border-image: -moz-linear-gradient(top left, #eee 0%, #ffb100 100%);
        -webkit-border-image: -webkit-linear-gradient(top left, #eee 0%, #ffb100 100%);
        border-image: linear-gradient(to bottom right, #eee 0%, #ffb100 100%);
        border-image-slice: 1;
        font-size: 1.4em;
        width: 50%;
        padding: 0 20px;
        margin: 0 auto;
    }

    .quadro-1 h3 {
        padding: 10px 0;
        color: #1C6299;
        font-size: 1.4em;
    }

    .lista-h4 {
        padding: 20px 0;
    }

    .quadro-2 {
        background: #f1f1f1;
        color: white;
        font-size: 1em;
        text-align: center;
        width: 100%;
        padding: 10px 0px 37.5px 0px;
        margin: 0 auto;
        height: auto;
        border-radius: 5px;
    }

    .quadro-2 h3,
    ul,
    li {}

    .quadro-2 h3 {
        color: #fff;
        font-size: 1.4em;
        padding: 5px 0 0 0;
    }

    .quadro-2 p {
        color: #333333;
        font-size: 1em;
        text-align: justify;
    }

    .btn-4,
    .botao-cotar {
        color: #fff;
        overflow: hidden;
        background-color: #dc6b0e;
        margin: 35px 10px 20px 10px;
    }

    .gallery li {
        float: left;
        text-align: center;
        transition: .3s;
    }

    .gallery li:hover {
        opacity: 0.9;
        transform: scale(1.1);
    }

    .gallery li img {
        width: 110px;
        height: 110px;
        object-fit: cover;
        margin: 0 12px;
    }

    .wrapper h1 {
        box-sizing: border-box;
        padding: 0;
        line-height: 55px;
    }

    .wrapper-btn {
        width: 100%;
        padding: 10px 0;
        margin: 0 auto;
    }

    .btn-intro {
        width: 40%;
        height: 55px;
        margin: 10px auto;
        color: #fff;
        padding: 10px;
        margin-top: 20px;
    }

    .btn-intro:hover {}

    .btn-saiba {
        background-color: transparent;
        width: 40%;
        height: 55px;
        border: 3px solid white;
        color: #fff;
        padding: 10px;
        margin-top: 20px;
    }

    .btn-saiba:hover {
        background-color: #fff;
        color: #1C4183;
    }

    .btn-quadro {
        width: 80%;
        height: 55px;
        color: #fff;
        margin: 25px auto;
    }

    .btn-quadro:hover {
        background-color: #d06302;
        color: #fff;
    }

    header .right a {
        margin: 0px 10px;
    }

    header .right {
        width: 100%;
        text-align: center;
    }

    header .logo {
        text-align: center;
        width: 100%;
    }

    header .logo img {
        margin-top: 10px;
    }

    header nav a {
        padding: 10px 0px;
        width: 142px;
    }

    article img {
        max-width: 100%;
        text-align: center;
    }

    .gallery li {
        margin: 5px;
    }

    .js .slicknav_menu {
        display: block;
        z-index: 11;
    }

    .js #menu {
        display: none;
    }

    .js #menu2 {
        display: none;
    }

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

    #servicosTabsDois .nav li a {
        padding: 10px;
    }

    .col-m-1 {
        width: 8.33%;
    }

    .col-m-2 {
        width: 16.66%;
    }

    .col-m-3 {
        width: 25%;
    }

    .col-m-4 {
        width: 50%;
    }

    .col-m-5 {
        width: 41.66%;
    }

    .col-m-6 {
        width: 50%;
    }

    .col-m-7 {
        width: 58.33%;
    }

    .col-m-8 {
        width: 66.66%;
    }

    .col-m-9 {
        width: 75%;
    }

    .col-m-10 {
        width: 83.33%;
    }

    .col-m-11 {
        width: 91.66%;
    }

    .col-m-12 {
        width: 100%;
    }

    .hide-tablet {
        display: none;
    }

    .topofixo {
        position: relative;
    }

    #header-block {
        display: none;
    }
}

@media only screen and (max-width:765px) {
    .fundo-contato {
        display: none;
    }

    .clear {
        display: none;
    }

    .logo-top {
        display: none;
    }

    .logo-mobile {
        display: block;
        margin: 0 auto;
    }

    .form-flex {
        flex-direction: column;
        padding-left: 5px;
    }

    .imagen-principal {
        display: none;
    }

    .title-main h1 {
        margin-top: 5px;
        width: 100%;
        text-align: center;
    }

    .box-produto .grid .col-3 a img {
        width: 183px;
        height: 183px;
        /* padding: 0 0 0 75px; */
        margin: 0 auto;
    }

    .busca-relacionadas {
        margin-bottom: 15px;
    }

    .wrapper-main {
        height: auto;
        padding-bottom: 0;
    }

    .wrapper {
        width: 100%;
    }

    .wrapper-intro p {
        padding: 10px 0;
        width: 100%;
        padding-left: 10px;
        background-color: transparent;
        color: #fff;
        font-weight: 600;
    }

    .main-content {
        width: auto;
        display: inline-block;
    }

    .scroll-down {
        left: 50%;
    }

    .col-2 {
        display: none;
    }

    .col-1 {
        display: none;
    }

    [class*="col-"] {
        width: 100%;
    }

    .wrapper-footer {
        width: 100%;
        margin: 0 auto;
    }

    .wrapper-copy {
        width: 100%;
        display: inline-block;
        margin: 0 auto;
    }

    .quadro-1 {
        margin: 0 auto;
        -webkit-box-shadow: 10px 10px 62px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 10px 10px 62px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 10px 10px 62px 0px rgba(0, 0, 0, 0.3);
    }

    .quadro-2 {
        margin: 0 auto;
        border-radius: 5px;
        width: 50%;
    }

    .btn-4 {
        /* color: #272727; */
        overflow: hidden;
        margin: 70px auto;
        position: relative !important;
        margin: 0 auto;
    }

    .conheca ul {
        margin: 0 auto;
        display: flex;
        max-width: 100%;
    }

    .conheca-bloco li {
        float: left;
        width: 100px;
        margin: 10px 10px 30px 10px;
        text-align: center;
    }

    .gallery {
        padding: 0;
        height: auto;
    }

    .gallery ul {
        list-style-type: none;
        list-style: none;
        width: 100%;
        text-align: center;
        margin: 0;
        display: inline-block;
    }

    .gallery li {
        padding: 0;
        text-align: center;
        display: inline-block;
    }

    .incomplete-box {
        width: 95%;
        padding: 0 0;
        margin: 0 auto;
        height: auto;
        border: transparent;
        box-shadow: none;
        border-radius: 6px;
    }

    .incomplete-box img {
        max-width: 340px;
        min-width: 300px;
    }

    .incomplete-box h3 {
        font-size: 1.4em;
        text-transform: uppercase;
    }

    .incomplete-box::after {
        display: none;
    }

    .incomplete-box::before {
        display: none;
    }

    .form-conteudo {
        width: 95%;
        height: auto;
    }

    .form-conteudo-1 {
        width: 95%;
        height: auto;
        float: left;
        margin: 0;
        margin-left: 5px;
    }

    .form-style-5 h1 {
        font-size: 1.6em;
        color: #595959;
        text-transform: uppercase;
        line-height: 1.2em;
        max-width: 100%;
        margin: 0 10px;
        padding: 0;
    }

    .form-style-5 p {
        color: #595959;
        text-align: left;
        font-weight: 900;
        margin: 0 10px;
    }

    .form-style-5 {
        /* padding:10px 0; */
        background: #fff;
        display: block;
        margin: 0;
    }

    .form-style-5 fieldset {
        width: 95%;
        border: none;
        padding: 10px 0px 0 10px;
        background: url(../imagens/fundo-form.jpg)no-repeat fixed center center;
        background-image: linear-gradient(to bottom, #0488c8, #082939);
    }

    .form-style-5 legend {
        font-size: 1.4em;
        margin-bottom: 10px;
    }

    .form-style-5 label {
        display: block;
        margin-bottom: 8px;
    }

    .form-style-5 input[type="text"],
    .form-style-5 input[type="date"],
    .form-style-5 input[type="datetime"],
    .form-style-5 input[type="email"],
    .form-style-5 input[type="number"],
    .form-style-5 input[type="search"],
    .form-style-5 input[type="time"],
    .form-style-5 input[type="url"],
    .form-style-5 select {
        background: #fff;
        border: 1px solid #000;
        font-size: 12px;
        outline: 0;
        height: 50px;
        padding: 0 5px;
        width: 95%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        color: #000;
        margin: 10px auto;
    }

    .form-style-5 textarea {
        background: #fff;
        height: 200px;
        width: 95%;
        margin: 10px auto;
        border: 1px solid #000;
    }

    .form-style-5 input[type="text"]:focus,
    .form-style-5 input[type="date"]:focus,
    .form-style-5 input[type="datetime"]:focus,
    .form-style-5 input[type="email"]:focus,
    .form-style-5 input[type="number"]:focus,
    .form-style-5 input[type="search"]:focus,
    .form-style-5 input[type="time"]:focus,
    .form-style-5 input[type="url"]:focus,
    .form-style-5 select:focus {
        background: #f1e9c9;
        height: 50px;
    }

    .form-style-5 select {
        -webkit-appearance: menulist-button;
        height: 35px;
    }

    .form-style-5 input[type="submit"],
    .form-style-5 input[type="button"] {
        display: block;
        padding: 19px 39px 18px 39px;
        color: #FFF;
        font-size: 18px;
        text-align: center;
        font-style: normal;
        margin: 10px 0;
        border-width: 1px 1px 3px;
        min-width: 95%;
        height: 55px;
    }

    .wrapper-intro {
        margin: 0 auto;
        /* background-size:cover; */
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        font-family: var(--fonte), 'Open Sans', sans-serif;
        height: auto;
        height: auto;
        min-height: 650px;
    }

    .wrapper-intro h1 {
        font-size: 1.8em;
        letter-spacing: 12px;
        padding: 0 10px;
        margin-top: 50px;
        max-width: 100%;
    }

    .wrapper-btn {
        padding: 10px;
        margin: 0 auto;
    }

    .btn-intro {
        width: 51%;
        height: 25px;
        margin: 0px;
        color: #fff;
        padding: 10px
    }

    .btn-saiba {
        background-color: transparent;
        width: 99%;
        height: 55px;
        border: 3px solid #fff;
        color: #fff;
        margin-left: 0;
    }

    .btn-saiba:hover {
        background-color: #fff;
        color: #333;
    }

    .btn-quadro {
        background-color: transparent;
        width: 95%;
        height: 55px;
        border: 3px solid white;
        color: #fff;
        margin: 50px 10px;
    }

    .btn-quadro:hover {
        background-color: #fff;
        color: #1C4183;
    }

    .topofixo {
        position: relative;
    }

    .owl-pagination {
        display: none;
    }

    .title-breadcrumb h1 {
        box-sizing: border-box;
        padding: 5px;
    }

    .title-breadcrumb #breadcrumb {
        float: none;
    }

    header .topo .social {
        display: none;
    }

    header .logo a {
        margin: 0 auto;
    }

    header .logo {
        width: 100%;
        display: block;
        text-align: center;
    }

    header .logo img {
        margin-top: 20px;
        max-width: 100%;
    }

    header .right {
        width: 100%;
        text-align: center;
    }

    .topo .fright {
        float: none;
    }

    .topo {
        text-align: center;
    }

    article {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    aside {
        width: 100%;
        margin: 0;
    }

    .gallery {
        max-width: 400px;
        width: 95%;
        height: auto;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .gallery img {
        margin: 10px 5px;
        width: 100%;
    }

    .gallery li img {
        margin: 0 auto;
    }

    .gallery li {
        margin: 10px 0px;
    }

    .thumbnails li {
        width: 100%;
        margin: 50px 50px;
    }

    .thumbnails {
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
    }

    .thumbnails img {
        width: 100%;
    }

    footer .wrapper {
        text-align: center;
    }

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

    footer .menu-footer nav li {
        display: block;
        background: rgba(0, 0, 0, 0.2);
        margin: 10px 0px;
        text-align: center;
        padding: 10px 20px;
    }

    .contact-footer {
        float: none;
    }

    footer .social {
        float: none;
        width: 100%;
    }

    .copyright-footer .selos {
        float: none;
        display: flex;
        flex-flow: row;
    }

    .copyright-footer .selos a {
        float: none;
        display: block;
        width: 100%;
        background: rgba(0, 0, 0, 0.2);
        padding: 10px 0px;
        margin: 10px 30px;
    }

    footer .social .social-icons {
        float: none;
        padding: 10px 0px;
        margin: 10px 0px;
        width: 100%;
        text-align: center;
    }

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

    .contact-footer {
        margin-right: 0;
    }

    .js #menu {
        display: none;
    }

    .js #menu2 {
        display: none;
    }

    .js .slicknav_menu {
        display: block;
        height: 100%;
    }

    .thumbnails-2 li {
        width: 100%
    }

    #servicosTabsDois .nav li a {
        padding: 8px;
        font-size: 13px;
        width: 100%;
    }

    .hide-mobile {
        display: none;
    }

    .contact {
        padding: 0;
    }

    .form {
        width: 100%;
    }

    .contact-form {
        float: none;
        width: 100%;
    }

    #header-block {
        display: none;
    }
}

.wrapper-footer {
    max-width: 100%;
    width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width:480px) {
    .grid {
        /* width: 360px; */
        max-width: 100%;
        text-align: center;
    }

    .center-footer {
        margin-right: 1px !important;
        display: inline-flex;
        flex-flow: row;
        margin-top: 20px !important;
        justify-content: center;
        margin-right: 0 !important;
    }

    .quadro-icons {
        margin: 10px auto;
        border-radius: 6px;
        min-width: 100%;
    }

    .mpi-produtos-2 p {
        padding: 0 40px;
    }

    .mpi-produtos-1 img {
        max-width: 100%;
    }

    .title-main h1 {
        margin-top: 5px;
        font-size: 23px;
        width: 100%;
        text-align: center;
    }

    .mpi-produtos-2 img {
        max-width: 100%;
    }

    .produtos-relacionados-1 a {
        width: 100%;
    }

    .produtos-relacionados-2 a {
        width: 100%;
    }

    .produtos-relacionados-3 a {
        width: 100%;
    }

    .incomplete-box p {
        color: #333;
        padding: 0 10px;
    }

    input[type="submit"],
    input[type="button"] {
        margin-left: 0;
    }

    .fig-img {
        display: flex;
        flex-direction: column;
        font-weight: bold;
        /* width: 400px; */
        max-width: 100%;
        height: 100%;
        float: right;
        /* background: rgba(0, 0, 0, 0.5); */
        padding: 10px;
        text-align: right;
    }

    .fig-img h2 {
        opacity: 1;
        color: #fff;
        text-transform: uppercase;
        margin-top: 65px;
        text-align: center;
        display: flex;
        flex-direction: column;
        font-size: 1em;
        font-weight: 700;
    }

    .fig-img2 {
        display: flex;
        flex-direction: column;
        font-weight: bold;
        width: 400px;
        max-width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        padding: 10px;
        text-align: left;
    }

    .fig-img2 h2 {
        opacity: 1;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        margin-top: 65px;
        display: flex;
        flex-direction: column;
        font-size: 1em;
        font-weight: 700;
    }

    #content-icons {
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        flex-direction: column;
        clear: both;
    }

    .btn-5 {
        margin: 50px auto;
    }

    .btn-6 {
        margin: 50px auto;
    }

    .imagen-principal {
        display: none;
    }

    .content {
        position: relative;
        margin: 0 auto;
    }

    .content section {
        display: flex;
        flex-flow: column;
    }

    h1 {
        text-align: center;
    }

    #breadcrumb {
        margin: 10px auto;
    }

    .wrapper-img {
        width: 100%;
        margin: 20px 0 0px 0;
        height: 450px;
    }

    .imagen-principal {
        margin-right: 0px;
        width: 25%;
        height: 25%;
    }

    .destaque {
        border-radius: 0;
        max-width: 95%;
    }

    .main-center {
        max-width: 100%;
        flex-direction: column;
    }

    .wrapper-img {
        width: 100%;
        height: auto;
    }

    .main-content p {
        max-width: 100%;
        margin: 0;
        padding: 5px 0;
    }

    #fundo-contato {
        display: none;
    }

    embed {
        max-width: 420px;
        min-width: 260px;
        height: 225px;
        min-height: 225px;
    }

    .wrapper-intro .wrapper {
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        padding-top: 0;
        max-height: 625px;
        display: flex;
        flex-direction: column;
    }

    .wrapper-intro h2 {
        padding: 0 9.5px;
    }

    .fundo-contato {
        display: none;
    }

    .quadro-2 {
        box-shadow: none;
        width: 95%;
        padding: 0 0;
        margin: 10px auto;
        flex-flow: column;
        align-items: center;
    }

    .quadro-2 .div-img {
        width: 96% !important;
    }

    .content-icons>div {
        width: 90% !important;
        margin: 5%;
    }

    .quadro-2 .gerador-svg.animate {
        width: 50% !important;
        text-align: center;
    }

    .thumbnails h2 {
        position: relative;
        margin: 0 auto !important;
    }

    .col-2 {
        display: none;
    }

    .col-1 {
        display: none;
    }

    .form-flex {
        padding-left: 15px;
    }

    .video-flex {
        display: block;
        min-width: 100%;
    }

    .busca-relacionadas {
        margin-bottom: 40px;
        clear: both;
    }

    [class*="col-"] {
        width: 100%;
    }

    #slide-show {
        height: 880px;
    }

    .form-style-5 {
        margin-top: 5px;
        width: 95%;
        margin: 0 auto;
    }

    .form-style-5 h2 {
        margin: 0;
    }

    .btn-quadro-menu {
        width: 50px;
        height: 55px;
    }

    .btn-quadro-menu:hover {
        background-color: #fff;
        color: #eee;
    }

    .article {
        display: block;
    }
}

.wrapper-main-dg {
    padding-bottom: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
}

.slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
    margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.155em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: 0.158em;
}

.slicknav_nav {
    clear: both;
}

.slicknav_nav ul,
.slicknav_nav li {
    display: block;
}

.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
    cursor: pointer;
}

.slicknav_nav .slicknav_row {
    display: block;
}

.slicknav_nav a {
    display: block;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    display: inline;
}

.slicknav_menu:before,
.slicknav_menu:after {
    content: " ";
    display: table;
}

.slicknav_menu:after {
    clear: both;
}

.slicknav_menu {
    font-size: 16px;
}

.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    -moz-border-radius: 5px;
    background-color: #ffffff;
    border-radius: 5px;
}

.slicknav_menu .slicknav_menutxt {
    color: #333333;
    font-weight: bold;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #333333;
}

.slicknav_menu {
    background: #333333;
    padding: 5px;
}

.slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
}

.slicknav_nav,
.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    min-height: 200px;
    height: auto;
}

.slicknav_nav ul {
    padding: 0;
    margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px;
}

.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
}

.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #c29b6e;
    color: #fff;
}

.slicknav_nav a:hover {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}

.conheca-bloco li:hover {
    opacity: .8;
}

.bg-blue {
    background-color: #1C6299;
}

.wrapper-intro {
    height: 100vh;
    min-height: 550px;
}

button.botao-cotar {
    padding: 5px 38%;
}

.just {
    text-align: justify;
}

.box-footer {
    float: left;
    width: 20%;
    margin: 20px 5px;
}

.box-footer2 h2 {
    margin: 20px 0 60px;
}

.box-footer-menor {
    float: left;
    width: 15%;
    margin: 20px 5px;
}

.videos a {
    font-size: 14px;
    color: #555;
    text-decoration: none;
    font-weight: 600;
}

.aviso {
    color: #333;
    font-size: 12px;
    clear: both;
    display: inline-block;
}

#scrollUp,
.drop-list li a,
.mapa a,
.slicknav_btn,
.slicknav_nav a {
    text-decoration: none;
}

.busca-relacionadas a {
    margin: 0 5px;
}

.grid .col-9 h2 {
    font-size: 1em;
}

.grid .col-9 h3 {
    font-size: .8em;
}

.bg-buscar button {
    background: 0 0;
    font-size: 20px;
    color: #444;
}

.bg-buscar input {
    font-style: italic;
    font-size: 20px;
    padding: 10px 0;
    width: 97%;
    color: #444;
}

.bg-buscar {
    width: 70%;
    background: #FFF;
    padding: 5px 10px;
    float: left;
    margin: 15px;
    border-radius: 5px;
}

@media only screen and (max-width:765px) {

    .topo,
    header .logo,
    header .right {
        text-align: center;
    }

    #scrollUp {
        display: none;
    }

    footer ul li {
        padding: 10px 0;
        background: rgba(0, 0, 0, .5);
        margin: 5px 0;
    }

    footer .btn-azul,
    footer .btn-verde {
        width: 80%;
        margin: 0 5px;
    }

    .box-footer,
    .box-footer-menor {
        float: none;
        margin: 10px 0;
        width: 100%;
    }

    .box-produto .botao {
        margin: 10px 0;
        padding: 10px;
    }

    .owl-pagination,
    .bg-buscar input {
        width: 92%;
    }

    .bg-buscar {
        width: 91%;
        margin: 5px;
    }

    .video-flex {
        display: block;
    }

    .thumbnails h2 {
        position: relative;
        margin: 0 auto !important;
    }

    .thumbnails li .botao,
    .thumbnails li .botao-cotar {
        position: relative;
        margin: 0 auto;
        justify-content: center;
        margin-top: 22px;
    }

    .gallery img,
    article,
    aside,
    .title-breadcrumb h1 {
        box-sizing: border-box;
        padding: 5px;
        margin: 0 auto;
    }

    .title-breadcrumb #breadcrumb {
        float: none;
    }

    .thumbnails-main {
        flex-flow: column;
    }

    .thumbnails-main li,
    .thumbnails-2 li {
        width: calc(100% - 60px);
    }

    .topo .fright {
        float: none;
    }

    section img {
        max-width: 100%;
        box-shadow: none;
    }

    aside {
        margin: 0;
        display: none !important;
    }

    .gallery li {
        width: 45%;
    }

    .thumbnails li {
        width: 90%;
        margin: 10px 0;
    }

    .thumbnails {
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
    }

    .thumbnails img {
        width: 100%;
    }

    footer .wrapper {
        text-align: center;
        flex-flow: column;
    }

    .copyright-footer,
    .copyright-footer .wrapper,
    footer .menu-footer nav li {
        text-align: center;
    }

    .wrapper-footer {
        display: flex;
        flex-flow: wrap;
        justify-content: center;
    }

    footer .menu-footer nav li {
        display: block;
        background: rgba(0, 0, 0, .2);
        margin: 10px 0;
        padding: 10px;
    }

    footer .social {
        float: none;
        width: 100%;
    }

    .copyright-footer .selos {
        float: none;
        margin: 10px 0;
    }

    .copyright-footer .selos a {
        float: none;
        display: block;
        width: 100%;
        background: rgba(0, 0, 0, .2);
        padding: 10px 0;
        margin: 10px 0;
        display: flex;
    }

    footer .social .social-icons {
        float: none;
        padding: 10px 0;
        margin: 10px 0;
        width: 100%;
        text-align: center;
    }

    .contact-footer a {
        color: #fff;
        text-decoration: none;
    }

    .contact-footer {
        float: none;
        margin-right: 0;
    }

    #servicosTabsDois .nav li a {
        padding: 8px;
        font-size: 13px;
        width: 100%;
    }

    #select-mapa {
        display: block;
        border: 1px solid #ccc;
        width: 100%;
    }

    .hide-mobile,
    .mapa {
        display: none;
    }

    .representante {
        width: 100%;
    }

    .contact {
        padding: 0;
        width: 100%;
    }

    .form {
        width: 100%;
    }

    .contact-form {
        float: none;
        width: 100%;
    }
}

@media only screen and (max-width:480px) {
    [class*=col-] {
        max-width: 100%;
        width: 360px;
    }

    #slide-show {
        height: 880px;
    }
}

.tabela,
.tg td {
    line-height: 30px;
    text-align: center;
}

#select-mapa,
.representante div {
    display: none;
}

.active-menu-topo {
    color: #595247;
    font-weight: 700;
}

.active-menu-aside {
    color: var(--corprincipal);
    font-weight: 600;
}

.tg td,
.tg th {
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
}

.tg {
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
}

.mapa,
.mapa img {
    width: 400px;
}

.tg td {
    font-size: 12px;
    color: #1c1c5b;
}

.tg th {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 5px;
}

.tg .tg-kf0f {
    background-color: #3166ff;
    color: #000;
}

.tabela {
    background: #658fbe;
}

.tabela p {
    text-align: center;
    line-height: normal;
}

.tabela-conteudo {
    background: #e5ecf4;
    padding: 0;
}

.mapa {
    float: right;
    position: relative;
}

.mapa h2 {
    text-align: center;
}

.mapa a {
    color: #fff;
    background: #c00;
    padding: 3px;
    border-radius: 5px;
}

.mapa #position-ac {
    position: absolute;
    top: 154px;
    left: 25px;
}

.mapa #position-al {
    position: absolute;
    top: 158px;
    right: 5px;
}

.mapa #position-ap {
    position: absolute;
    top: 42px;
    right: 164px;
}

.mapa #position-am {
    position: absolute;
    top: 95px;
    left: 90px;
}

.mapa #position-ba {
    position: absolute;
    top: 175px;
    right: 66px;
}

.mapa #position-ce {
    position: absolute;
    top: 100px;
    right: 46px;
}

.mapa #position-df {
    position: absolute;
    top: 202px;
    left: 244px;
}

.mapa #position-es {
    position: absolute;
    bottom: 154px;
    left: 335px;
}

.mapa #position-go {
    position: absolute;
    bottom: 182px;
    left: 220px;
}

.mapa #position-ma {
    position: absolute;
    top: 102px;
    left: 275px;
}

.mapa #position-mt {
    position: absolute;
    bottom: 222px;
    right: 200px;
}

.mapa #position-ms {
    position: absolute;
    bottom: 152px;
    right: 190px;
}

.mapa #position-mg {
    position: absolute;
    bottom: 170px;
    right: 90px;
}

.mapa #position-pa {
    position: absolute;
    top: 105px;
    left: 200px;
}

.mapa #position-pb {
    position: absolute;
    top: 120px;
    right: 0;
}

.mapa #position-pr {
    position: absolute;
    bottom: 111px;
    right: 164px;
}

.mapa #position-pe {
    position: absolute;
    top: 139px;
    right: 0;
}

.mapa #position-pi {
    position: absolute;
    top: 130px;
    right: 75px;
}

.mapa #position-rj {
    position: absolute;
    bottom: 122px;
    left: 312px;
}

.mapa #position-rn {
    position: absolute;
    top: 98px;
    right: 12px;
}

.mapa #position-rs {
    position: absolute;
    bottom: 60px;
    right: 180px;
}

.mapa #position-ro {
    position: absolute;
    top: 165px;
    left: 100px;
}

.mapa #position-rr {
    position: absolute;
    top: 35px;
    left: 120px;
}

.mapa #position-sc {
    position: absolute;
    bottom: 82px;
    right: 138px;
}

.mapa #position-sp {
    position: absolute;
    bottom: 135px;
    right: 135px;
}

.mapa #position-se {
    position: absolute;
    top: 175px;
    right: 22px;
}

.mapa #position-to {
    position: absolute;
    top: 158px;
    right: 130px;
}

.representante {
    float: left;
    width: 450px;
    position: relative;
}

#select-mapa {
    border: 1px solid #ccc;
    width: 100%;
}

.drop-list li {
    background: #2a60c2;
    width: 100%;
    margin: 10px 0;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
}

.drop-list li a {
    color: #fff;
    display: block;
}

.drop-list li ul li {
    background: #e8f0f7;
}

.drop-list li .fa-sort-desc {
    float: right;
}

.drop-list li ul li .gallery li {
    width: auto;
}

.drop-list li ul li .list li {
    margin: 0;
    padding: 0;
    width: auto;
}

.form-cotacao {
    font-size: 14px;
    background: #eee;
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
}

.form-cotacao fieldset {
    border: 1px solid #ccc;
    padding: 5px 2px;
}

.form-cotacao h4 {
    padding-left: 25px;
    margin: 0 0 20px;
}

.form-cotacao label {
    text-align: right;
    width: 400px;
    display: block;
    padding-left: 25px;
}

.form-cotacao input,
.form-cotacao textarea {
    width: 327px;
    font-size: 14px;
    padding: 5px 2px;
    vertical-align: top;
}

.form-cotacao p {
    padding-bottom: 10px;
    margin: 0;
    text-align: center;
}

#box-cotacao-enviada {
    background-color: #DDF7D6;
    border: 1px solid #4AB549;
}

#box-cotacao-enviada p {
    text-align: left;
}

#box-cotacao-enviada h4 {
    padding-left: 0;
}

.form-cotacao textarea {
    height: 205px;
    width: 310px;
}

.form-cotacao .dados-cotacao {
    float: left;
}

.error-message {
    color: red;
    font-size: 12px;
}

.success-message {
    color: green;
    font-size: 14px;
}

div#CotacaoGratis {
    background-color: #f2f2f2;
    margin-bottom: 15px;
    padding: 5px 30px 450px;
}

.landing {
    float: left;
    padding: 6px;
    margin: 33px 10px;
    background: white;
    position: relative;
    margin-right: 20px;
    width: 450px;
    display: block;
}

.botao-cotar-destaque {
    padding: 13px 85px;
    color: #FFF;
    font-size: 15px;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .1);
    border-radius: 5px;
    text-align: center;
    background-color: #F98C18;
    text-decoration: none;
    float: left;
}

.botao-cotar-destaque:hover {
    background-color: #469b42;
}

.texto-destaque {
    margin-top: 21px;
    padding-top: 20px;
    padding-right: 10px;
    font-size: 17px;
    text-align: left;
    margin-right: 7px;
}

.texto-destaque1 {
    padding-right: 10px;
    font-size: 17px;
    text-align: left;
    margin-right: 7px;
}

.lista-destaque {
    list-style: disc;
    margin-bottom: 23px;
    margin-left: 512px;
}

.fundo-destaque {
    background: #eee;
    height: 377px;
}

.img-destaque {
    height: 299px;
    width: 450px;
    display: block;
}

.li-destaque {
    float: left;
    width: 50%;
    font-size: 15px;
    margin: 10px 0px;
    list-style: none;
    color: #427bbe;
    padding-left: 13px;
}

.li-destaque-star {
    float: left;
    font-size: 15px;
    margin: 10px 0px;
    list-style: none;
    color: #427bbe;
    margin-right: 270px;
    margin-bottom: 0px;
}

.p-destaque {
    margin-top: 0px;
    color: #333;
}

.div-market {
    height: 55px;
    width: 40px;
    float: left;
}

.div-market i {
    font-size: 53px;
    padding-top: 6px;
    color: #808080;
    float: left;
    margin-left: 6px;
}

.div-star {
    height: 55px;
    width: 40px;
}

.div-star i {
    font-size: 45px;
    padding-top: 6px;
    padding-right: 10px;
    color: #808080;
    float: left;
}

.li-destaque-star i {
    color: gold;
}

.div-avaliacao {
    margin-top: 5px;
}

.div-avaliacao i {
    color: gold;
}

.tmbs {
    -webkit-filter: grayscale(100%);
}

.tmbs:hover {
    -webkit-filter: grayscale(0%);
    transition: 1s;
}

.tmbs-carol {
    float: right;
    padding-right: 20px;
    padding-left: 20px;
    display: block;
    cursor: pointer;
}

.div-thumbs {
    border-top: solid 3px #eee;
    display: block;
    padding-top: 3px;
}

.imagens-galeria .owl-nav {
    top: -50px;
    right: 8px;
}

.imagens-galeria div {
    cursor: pointer;
}

.imagens-galeria .owl-item {
    border: solid 1px #DDD;
}

.imagens-galeria .thumbs {
    height: 65px;
    position: relative;
    overflow: hidden;
    border: 1px solid #CCC;
    transition: 0.5s;
}

.imagens-galeria .thumbs:hover {
    box-shadow: 0px 0px 5px #1a1a1a;
}

.imagens-galeria .thumbs img {
    width: 300%;
    margin: auto;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
}

.main {
    min-height: 650px;
}

.ilustrativa {
    font-size: 10px;
    display: block;
}

.center-footer {
    margin-bottom: 20px;
    align-items: center;
    margin-right: 80px;
    display: flex;
    margin-top: 10px;
    justify-content: center;
}

.center-footer img {
    width: 10%;
}

.center-footer p {
    display: inline-block;
    /* margin:10px 20px 0 20px; */
    font-size: 1.4em;
    color: #fff;
}

.gsc-input-box {
    background: #fff;
    height: 28px;
    margin-left: 10px;
}

.gsib_a {
    width: 100%;
    padding: 0 !important;
}

.gsst_a .gscb_a {
    display: none;
}

.gsib_b {
    display: none;
}

.gsc-search-button .gsc-search-button-v2 {
    width: 66px !important;
    height: 29px;
    border: 1px solid #ddd;
    border-radius: 2px;
    cursor: pointer !important;
}

.gsc-search-button .gsc-search-button-v2:hover {
    opacity: .9;
}

.gsst_b {
    display: none;
}

.gsc-search-button {
    cursor: pointer !important;
}

table.gsc-search-box td {
    cursor: pointer !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    height: 30px !important;
    background-color: #ffffff00 !important;
}

.title-main h1 {
    position: absolute;
    /* margin-top: 185px; */
    z-index: 999;
    /* font-size: 47px; */
    color: #ffffff;
    /* text-shadow: 2px 2px 8px #fff; */
    /* margin-left: 115px; */
}

.cd-slider-nav i {
    margin-left: 31px;
}

.titulo-lista {
    font-size: 25px;
    text-transform: uppercase;
    padding: 13px 5px 5px;
    border-bottom: solid 1px #c3c3c3;
    border-top: solid 1px #c3c3c3;
    background: #eee;
}

.aside-mpi li {
    border-bottom: 1px solid #ccc;
}

.cd-hero {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.cd-hero-slider {
    position: relative;
    height: 422px;
    overflow: hidden;
}

.cd-hero-slider li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.cd-hero-slider li.selected {
    position: relative;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.cd-hero-slider li.move-left {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.cd-hero-slider li.is-moving,
.cd-hero-slider li.selected {
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    transition: transform .5s
}

@media only screen and (min-width:768px) {
    .cd-hero-slider {
        height: 502px;
    }
}

@media only screen and (min-width:1170px) {
    .cd-hero-slider {
        height: 750px
    }
}

.cd-hero-slider li {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #4c4c4c;
    background-blend-mode: overlay;
    display: flex;
    justify-content: left;
    align-items: baseline;
}

.cd-hero-slider li:first-of-type {
    /* background-color: #adadad; */
    background-image: url(../imagens/slider/slider01.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: darken;
}

.cd-hero-slider li:nth-of-type(2) {
    /* background-color: #2c343b; */
    background-image: url(../imagens/slider/slider02.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cd-hero-slider li:nth-of-type(3) {
    /* background-color: #2c343b; */
    background-image: url(../imagens/slider/slider03.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cd-hero-slider .cd-full-width,
.cd-hero-slider .cd-half-width {
    position: absolute;
    width: 100%;
    max-width: 1140px;
    /* box-sizing:border-box; */
    padding: 0;
    height: 100%;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* -webkit-transform:translateZ(0); */
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    /* transform:translateZ(0); */
    /* background: #00000085; */
}

.cd-hero-slider .cd-img-container {
    display: none
}

.cd-hero-slider .cd-img-container img {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.cd-hero-slider .cd-bg-video-wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.cd-hero-slider .cd-bg-video-wrapper video {
    display: block;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    height: auto;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.cd-hero-slider h2,
.cd-hero-slider p {
    line-height: 1.2;
    margin: 0px;
    /* text-shadow: 2px 2px 8px #00a2f1; */
    color: #ffffff;
    width: 75%;
}

.cd-hero-slider h2 {
    font-size: 2.4rem;
    background: #0d3d6dbd;
    width: fit-content;
    padding: 0 9px;
    color: var(--corsecundaria);
    border-radius: 5px;
}

.cd-hero-slider p {
    font-size: 1.4rem;
    text-transform: uppercase;
    text-shadow: 0 0 4px black;
}

.cd-hero-slider .cd-btn {
    text-decoration: none;
    display: inline-block;
    padding: 0.7em 1.4em;
    margin-top: 0.8em;
    /* background-color: #1FA920; */
    /* border: 1px solid #0d1417; */
    font-size: 1.3rem;
    font-weight: 700;
    border-radius: 2px;
    letter-spacing: 1px;
    cursor: pointer;
    color: #fff;
    float: left;
    box-shadow: 0 3px 6px rgb(0, 0, 0);
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    transition: background-color .2s;
    border: solid 2px var(--corprincipal);
    text-shadow: 0 0 3px #000000c7;
    text-transform: uppercase;
    background: #006eb747;
}

.cd-hero-slider .cd-btn.secondary {
    background-color: rgba(22, 26, 30, .8)
}

.cd-hero-slider .cd-btn:nth-of-type(2) {
    margin-left: 0em;
}

.no-touch .cd-hero-slider .cd-btn:hover {
    background: #3498db9e;
    /* border-color: var(--corsecundaria); */
    color: white;
    box-shadow: 0 0 7px #3498db38;
}

.no-touch .cd-hero-slider .cd-btn.secondary:hover {
    background-color: #161a1e
}

@media only screen and (max-width:767px) {

    .cd-hero img,
    .cd-slider-nav {
        display: none
    }

    .cd-hero-slider .cd-full-width,
    .cd-hero-slider .cd-half-width {
        padding-top: 57px;
    }

    .cd-hero-slider p {
        width: 90%;
        font-size: 14px;
        margin-left: 5%;
    }

    .cd-hero-slider h2 {
        margin: 10px 0;
        width: 100%;
        font-size: 22px;
        background: none;
    }

    .cd-hero-slider .cd-btn {
        float: none;
        width: 51%;
    }
}

@media only screen and (min-width:768px) {

    .cd-hero-slider .cd-bg-video-wrapper,
    .cd-hero-slider .cd-img-container {
        display: block
    }

    .cd-hero-slider .cd-full-width,
    .cd-hero-slider .cd-half-width {
        padding-top: 14%
    }

    .cd-hero-slider .cd-half-width {
        width: 45%
    }

    .cd-hero-slider .cd-half-width:first-of-type {
        left: 5%
    }

    .cd-hero-slider .cd-half-width:nth-of-type(2) {
        right: 5%;
        left: auto
    }

    .cd-hero-slider h2,
    .cd-hero-slider p {
        /* width:75%; */
        font-size: 1.2em;
        margin-top: 34px;
        margin-bottom: 21px;
    }

    .cd-hero-slider h2 {
        font-size: 4.5em;
        font-weight: 700;
        text-align: left;
    }

    .cd-hero-slider .cd-btn {
        font-size: 1rem;
        height: 24px;
        margin-right: 18px;
        box-shadow: none;
        /* border: 1px solid #1e2f36; */
        border-radius: 5px;
    }

    .title-main h1 {
        margin-top: 93px;
        margin-left: 0;
        width: 100%;
        max-width: 1140px;
        font-size: 33px;
    }
}

@media only screen and (min-width:1170px) {

    .cd-hero-slider .cd-full-width,
    .cd-hero-slider .cd-half-width {
        padding-top: 250px
    }

    .cd-hero-slider h2,
    .cd-hero-slider p {
        margin-bottom: 20px
    }

    .cd-hero-slider h2 {
        font-size: 2.6em;
    }

    .cd-hero-slider p {
        font-size: 1.2rem
    }
}

.cd-slider-nav {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
    text-align: center;
    height: 55px;
    background-color: #003e6045;
}

.cd-slider-nav nav {
    display: inline-block;
    position: relative
}

.cd-slider-nav .cd-marker {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 100%;
    color: #009ae3;
    background-color: #fff;
    box-shadow: inset 0 2px 0 currentColor;
    -webkit-transition: -webkit-transform .2s, box-shadow .2s;
    -moz-transition: -moz-transform .2s, box-shadow .2s;
    transition: transform .2s, box-shadow .2s;
}

.cd-slider-nav .cd-marker.item-2 {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.cd-slider-nav .cd-marker.item-3 {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%)
}

.cd-slider-nav .cd-marker.item-4 {
    -webkit-transform: translateX(300%);
    -moz-transform: translateX(300%);
    -ms-transform: translateX(300%);
    -o-transform: translateX(300%);
    transform: translateX(300%)
}

.cd-slider-nav .cd-marker.item-5 {
    -webkit-transform: translateX(400%);
    -moz-transform: translateX(400%);
    -ms-transform: translateX(400%);
    -o-transform: translateX(400%);
    transform: translateX(400%)
}

.cd-slider-nav ul::after {
    clear: both;
    content: "";
    display: table
}

.cd-slider-nav li {
    display: inline-block;
    width: 60px;
    float: left
}

.cd-slider-nav li.selected a {
    color: #009ae3;
}

.no-touch .cd-slider-nav li.selected a:hover {
    background-color: #00000069;
}

.cd-slider-nav a {
    display: block;
    position: relative;
    padding-top: 35px;
    font-size: 1rem;
    font-weight: 700;
    color: #009ae34d;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    transition: background-color .2s;
}

.no-touch .cd-slider-nav a:hover {
    background-color: rgba(27, 27, 27, 0.61);
    padding-bottom: 5px;
}

.cd-slider-nav li:first-of-type a::before {
    background-position: 0 0
}

.cd-slider-nav li.selected:first-of-type a::before {
    background-position: 0 -24px
}

.cd-slider-nav li:nth-of-type(2) a::before {
    background-position: -24px 0
}

.cd-slider-nav li.selected:nth-of-type(2) a::before {
    background-position: -24px -24px
}

.cd-slider-nav li:nth-of-type(3) a::before {
    background-position: -48px 0
}

.cd-slider-nav li.selected:nth-of-type(3) a::before {
    background-position: -48px -24px
}

.cd-slider-nav li:nth-of-type(4) a::before {
    background-position: -72px 0
}

.cd-slider-nav li.selected:nth-of-type(4) a::before {
    background-position: -72px -24px
}

.cd-slider-nav li:nth-of-type(5) a::before {
    background-position: -96px 0
}

.cd-slider-nav li.selected:nth-of-type(5) a::before {
    background-position: -96px -24px
}

@media only screen and (min-width:768px) {
    .cd-slider-nav {
        height: 60px
    }

    .cd-slider-nav .cd-marker,
    .cd-slider-nav li {
        width: 80px
    }

    .cd-slider-nav a {
        padding-top: 20px;
        height: 34px;
        padding-bottom: 6px;
        font-size: 1.1rem;
        text-transform: uppercase
    }

    .cd-slider-nav a::before {
        top: 18px
    }
}

.cd-main-content {
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
    padding: 2em 0
}

.cd-main-content p {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #999;
    margin: 2em 0
}

@media only screen and (min-width:1170px) {
    .cd-main-content {
        padding: 3em 0
    }

    .cd-main-content p {
        font-size: 1.6rem
    }
}

.no-js .cd-hero-slider li {
    display: none
}

.no-js .cd-hero-slider li.selected {
    display: block
}

.sitemap .dopdown {
    font-size: 20px;
}

.sitemap .dropdown .sub-menu {
    font-size: 15px;
    margin: 10px 0;
    margin-left: 35px;
}

header #menu .dropdown .sub-menu-lista {
    display: none;
    position: absolute;
    top: 66px;
    left: 0;
    margin: 0;
    height: auto;
    width: auto;
    z-index: 7;
    box-shadow: 0px 1px 12px -2px rgba(0, 0, 0, 0.38);
    background-color: transparent;
}

header #menu .dropdown:hover .sub-menu-lista {
    display: block;
}

header #menu .dropdown:hover .sub-menu-lista li {
    position: relative;
    float: left;
    width: 222px;
    padding: 0;
    color: #333;
}

header #menu .dropdown:hover .sub-menu-lista li a {
    display: block;
    width: 300px;
    font-size: 13px;
    padding: 6px;
    height: auto;
    text-align: left;
    text-decoration: none;
    background: #2980b9;
}

header #menu .dropdown:hover .sub-menu-lista li a:hover {
    background-color: #206796;
}

header #menu .dropdown ul li.dropdown .sub-menu-lista {
    display: none;
    position: absolute;
    top: 0px;
    left: 200px;
    margin: 0;
    height: auto;
    width: 190px;
    z-index: 7;
}

header #menu .dropdown ul li.dropdown:hover .sub-menu-lista {
    display: block;
}

header #menu .dropdown .sub-menu-lista-info {
    display: none;
    position: absolute;
    top: 31px;
    left: -517px;
    margin: 0;
    height: auto;
    width: 900px;
    z-index: 7;
    background: #1C6299;
}

header #menu .dropdown:hover .sub-menu-lista-info {
    display: block;
}

header #menu .dropdown:hover .sub-menu-lista-info li {
    position: relative;
    float: left;
    width: 300px;
    margin: 0;
    padding: 0;
}

header #menu .dropdown:hover .sub-menu-lista-info li a {
    display: block;
    width: 290px;
    font-size: 12px;
    padding: 5px;
    height: auto;
    text-align: left;
    text-decoration: none;
    color: #fff;
}

header #menu .dropdown:hover .sub-menu-lista-info li a:hover {
    background: #1a5b8f;
    color: #FFF;
}

header #menu .dropdown ul li.dropdown .sub-menu-lista-info {
    display: none;
    position: absolute;
    top: 0px;
    left: 200px;
    margin: 0;
    height: auto;
    width: 190px;
    z-index: 7;
}

header #menu .dropdown ul li.dropdown:hover .sub-menu-lista-info {
    display: block;
}

header #menu2 .dropdown .sub-menu-lista {
    display: none;
    position: absolute;
    top: 40px;
    left: 0px;
    margin: 0;
    z-index: 7;
    flex-flow: column;
    width: fit-content;
    box-shadow: -2px 4px 20px #0000004d;
    align-items: baseline;
    animation: fadeIn 0.3s;
}

header #menu2 .dropdown:hover .sub-menu-lista {
    display: flex;
}

header #menu2 .dropdown:hover .sub-menu-lista li {
    position: relative;
    float: left;
    width: max-content;
    margin: 0;
    padding: 0 5px;
}

header #menu2 .dropdown:hover .sub-menu-lista li a {
    display: block;
    font-size: 14px;
    padding: 0px 2px;
    text-align: left;
    text-decoration: none;
    color: #fff;
    height: 30px;
    /* margin-left: 10px; */
}

header #menu2 .dropdown:hover .sub-menu-lista li a:hover {
    /* background: #1fa920; */
    color: var(--corsecundaria);
    /* border-left: 2px solid #fff; */
}

header #menu2 .dropdown ul li.dropdown .sub-menu-lista {
    display: none;
    position: absolute;
    top: 0px;
    left: 200px;
    margin: 0;
    height: auto;
    width: 190px;
    z-index: 7;
}

header #menu2 .dropdown ul li.dropdown:hover .sub-menu-lista {
    display: block;
}

header #menu2 .dropdown .sub-menu-lista-info {
    display: none;
    position: absolute;
    top: 31px;
    left: -577px;
    margin: 0;
    height: auto;
    width: 900px;
    z-index: 7;
    background: #1C6299;
}

header #menu2 .dropdown:hover .sub-menu-lista-info {
    display: block;
}

header #menu2 .dropdown:hover .sub-menu-lista-info li {
    position: relative;
    float: left;
    width: 300px;
    margin: 0;
    padding: 0;
}

header #menu2 .dropdown:hover .sub-menu-lista-info li a {
    display: block;
    width: 290px;
    font-size: 12px;
    height: auto;
    padding: 5px;
    text-align: left;
    text-decoration: none;
    color: #fff;
}

header #menu2 .dropdown:hover .sub-menu-lista-info li a:hover {
    background: #1a5b8f;
    color: #FFF;
}

header #menu2 .dropdown ul li.dropdown .sub-menu-lista-info {
    display: none;
    position: absolute;
    top: 0px;
    left: 200px;
    margin: 0;
    height: auto;
    width: 190px;
    z-index: 7;
}

header #menu2 .dropdown ul li.dropdown:hover .sub-menu-lista-info {
    display: block;
}

.video-mpi {
    width: 60%;
    display: flex;
    margin: 0 auto;
    border: red;
}

@media only screen and (max-width:480px) {
    .video-mpi {
        width: 90%;
        display: flex;
        margin: 0 auto;
        border: red;
    }
}

.destaque2 {
    padding: 20px 5px;
    transition: .5s ease-in-out;
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
}

.destaque2:hover {
    -moz-box-shadow: 1px 2px 13px -2px rgba(0, 0, 0, 0.75);
}

.destaque2 h2 {
    color: var(--corprincipal);
    text-align: center;
    font-size: 2em;
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 40px;
}

.wrapper-destaque2 {
    max-width: 100%;
    margin: 0 auto;
}

table.steelBlueCols {
    border: 1px solid #ffffff;
    background-color: #eee;
    width: 837px;
    text-align: center;
    border-collapse: collapse;
}

table.steelBlueCols td,
table.steelBlueCols th {
    border: 1px solid #ffffff;
    padding: 5px 10px;
    color: #333;
    font-size: 13px;
}

table.steelBlueCols tbody td {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

table.steelBlueCols td:nth-child(even) {
    background: #398AA4;
}

table.steelBlueCols thead {
    background: #057bb5;
    border-bottom: 2px solid #ffffff;
}

table.steelBlueCols thead th {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

table.steelBlueCols thead th:first-child {
    border-left: none;
}

table.steelBlueCols tfoot td {
    font-size: 13px;
}

table.steelBlueCols tfoot .links {
    text-align: right;
}

table.steelBlueCols tfoot .links a {
    display: inline-block;
    background: #FFFFFF;
    color: #398AA4;
    padding: 2px 8px;
    border-radius: 5px;
}

@media only screen and (max-width:480px) {
    table.steelBlueCols {
        width: 100%;
    }
}

table.steelBlueColshome {
    border: 1px solid #ffffff;
    background-color: #eee;
    max-width: 100%;
    width: 1070px;
    margin: 0 auto;
    align-content: center;
    text-align: center;
    border-collapse: collapse;
    margin-bottom: 79px;
}

table.steelBlueColshome td,
table.steelBlueColshome th {
    border: 1px solid #ffffff;
    padding: 5px 10px;
    color: #333;
    font-size: 13px;
}

table.steelBlueColshome tbody td {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

table.steelBlueColshome td:nth-child(even) {
    background: #398AA4;
}

table.steelBlueColshome thead {
    background: #057bb5;
    border-bottom: 2px solid #ffffff;
}

table.steelBlueColshome thead th {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

table.steelBlueColshome thead th:first-child {
    border-left: none;
}

table.steelBlueColshome tfoot td {
    font-size: 13px;
}

table.steelBlueColshome tfoot .links {
    text-align: right;
}

table.steelBlueColshome tfoot .links a {
    display: inline-block;
    background: #FFFFFF;
    color: #398AA4;
    padding: 2px 8px;
    border-radius: 5px;
}

@media only screen and (max-width:480px) {
    table.steelBlueColshome {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        display: none;
    }

    .destaque2 h2 {
        display: none;
    }
}

.video-mpi {
    width: 60%;
    display: flex;
    margin: 0 auto;
    border: red;
}

@media only screen and (max-width:480px) {
    .video-mpi {
        width: 90%;
        display: flex;
        margin: 0 auto;
        border: red;
    }
}

#form-container-faca-parte-do-portal-hotsites-4c44aa5e0cc060b3426a #conversion-faca-parte-do-portal-hotsites-4c44aa5e0cc060b3426a #conversion-form-faca-parte-do-portal-hotsites-4c44aa5e0cc060b3426a div.actions input.call_button {
    background-color: #e8b301 !important;
    border: none !important;
}

/*----------COTAR SHARK----------*/
.modal-header .modal-title {
    color: #333;
}

#modal-alert.loading .modal-body h1 {
    margin-top: 25px;
}

.alert_widget span {
    background-color: #fff !important;
    /* width: -1px !important; */
    color: #fff;
    height: 0 !important;
}

.aside-mpi {
    margin-top: 0px;
    box-shadow: 0 0 0;
    /* margin-bottom: 15px; */
}

.btn-cotar {
    padding: 20px;
    background: #e67e22;
    color: #fff;
    margin: 0;
    font-size: 16px;
    border: none;
    width: 100%;
    margin-right: 0;
    text-transform: uppercase;
}

.btn-tel {
    padding: 20px 0;
    background: #283658;
    color: #fff;
    font-size: 16px;
    border: none;
    width: 100%;
    text-transform: uppercase;
    margin-top: 28px;
}

.modal-contato-itens .descricao h4 {
    color: #333;
}

.modal-contato-itens .descricao ul>li {
    color: #333;
}

.modal .modal-content {
    /* margin-top: 150px; */
    color: #333;
}

.input-group-btn .btn-primary {
    margin: 0 auto;
}

.api-mobile {
    display: none;
}

.modal-dialog .modal-lg .modal .modal-content {
    margin-top: 150px;
}

.modal-contato-itens.active>div,
.modal-contato-itens:hover>div {
    background-color: #ecf0f3;
    min-height: 0px !important;
    border: 0px solid #e3e3e3 !important;
    border-radius: 0 !important;
}

.orcamento-mpi {
    margin-top: 0px;
    box-shadow: 0 0 0;
    margin-bottom: 15px;
    /* padding: 10px; */
    padding-right: 5px;
    padding-bottom: 8px;
    float: right;
    width: 23%;
    margin: 0 0px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    /* border: 1px solid #ddd; */
    background: #fff;
}

.modal-contato-itens {
    padding: 5px;
    min-height: 175px !important;
    background-color: #ecf0f3;
}

@media (min-width: 1025px) {
    .modal .modal-content {
        /* margin-top: 150px!important; */
    }
}

@media (max-width:768px) {
    .orcamento-mpi {
        position: fixed;
        bottom: 0;
        width: 100%;
        border: 0;
        padding: 0;
        margin: 0;
        left: 0;
    }

    .aside-mpi {
        display: flex;
        width: 100vw;
    }

    .api-mobile {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100vw;
        border: 0;
        padding: 0;
        margin: 0;
        left: 0;
    }

    .btn-cotar {
        margin: 5%;
        width: 100%;
    }

    .modal-title .col-11 {
        width: 80%
    }

    .modal-contato-itens.active>div,
    .modal-contato-itens:hover>div {
        min-height: 160px !important;
    }

    .modal-orcamento-produtos .modal-contato-itens div.descricao {
        width: 100% !important;
    }

    .customCheckbox:first-child {
        margin-top: 0px !important;
    }

    .modal .modal-content {
        margin-top: 0px;
        color: #333;
    }

    .btn-produto {
        color: #eee;
        overflow: hidden;
        text-align: center;
        background-color: #fa8100;
        padding: 10px 0;
        transition: .3s ease;
        font-size: 20px;
        margin: 0px auto;
        display: block;
        width: 100vw;
        cursor: pointer;
        border: 0px solid #0079bb;
        -webkit-box-shadow: 10px 10px 62px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 10px 10px 62px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 2px 0px 19px -2px rgb(52, 73, 94);
        border-radius: 5px;
        box-shadow: 10px 10px 62px 0px rgba(0, 0, 0, 0.3);
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .btn-cotar {
        font-size: 11px !important;
    }
}

.formBtn {
    width: 100%;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #ff9200;
    display: none;
    cursor: pointer;
}

@media only screen and (max-width: 959px) and (min-width: 320px) {
    .formBtn {
        width: 97%;
        padding: 20px 10px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        background-color: #ff9200;
        display: block;
        position: fixed;
        bottom: 6px;
        left: 5px;
        cursor: pointer;
        border-radius: 10px;
    }
}

.float-banner2 .btn-produto {
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 12px;
    font-size: 14px;
    box-shadow: none;
    border: none;
    font-weight: 600;
    background-image: linear-gradient(162deg, #fa8100 0%, #fa8100 100%);
}

.float-banner2 {
    position: relative;
    background-color: #eee;
    padding-top: 110px;
    padding-right: 5px;
    padding-left: 5px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .02), 0 2px 1px -1px rgba(0, 0, 0, .02);
    padding-bottom: 0px;
    border: 1px solid #c3c3c3;
    background: url(https://www.trocadordecalor.com.br/imagens/contato-icon.jpg) center;
}

.float-banner {
    background-color: #eee;
    padding-top: 110px;
    padding-bottom: 0px;
    /* border: 2px solid #0079b4; */
    width: 265px;
    background: url(https://www.trocadordecalor.com.br/imagens/contato-icon.jpg) center;
    position: fixed;
    margin-left: 0px;
    z-index: 1;
    z-index: 9;
    display: block;
    /* background: #eee; */
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .02), 0 2px 1px -1px rgba(0, 0, 0, .02);
    /* padding: 10px 20px; */
    border: solid 1px #ddd;
    /* border-radius: 6px; */
    margin-bottom: 15px;
}

.float-banner .btn-produto {
    margin-bottom: 10px;
}

.float-banner .btn-produto:hover {
    background-color: #259626;
}





button.botao-cotar,
a.botao-cotar {
    padding: 10px 15px;
    color: #FFF;
    margin: auto;
    font-size: 14px;
    text-align: center;
    background-color: var(--corprincipal);
    cursor: pointer;
    border-radius: 5px;
}

button.botao-cotar:hover {
    background-color: var(--corprincipal);
    color: var(--corsecundaria);
}


.alinhaImg img {
    margin: 0 auto;
    display: flex;
    width: 100%;
}

.alinhaImg {
    margin: 0 auto;
    display: flex;
    width: 100%;
    padding: 0px !important;
}

.trocador-de-calor {
    padding-top: 27px !important;
    margin-bottom: -1px;
}

.logo-top img {
    width: 100px;
}

.grid .picture-center a img {
    width: 400px;
    height: 250px;
    object-fit: cover;
}

.quadro-2 .div-img {
    width: 100%;
    order: 1;
}

.quadro-2 .gerador-svg.animate {
    width: 100%;
    order: 0;
}

.quadro-2 h2 {
    width: 100%;
    font-size: 35px;
}

li.selected.from-left {}

.incomplete-box .btn-4 {
    position: absolute;
    bottom: 0;
    /* right: 36px; */
    margin: 0 auto;
}

.title-main {
    width: 100%;
    display: flex;
    justify-content: center;
}

.content-icons>div {
    width: 30%;
}

.fig-img2:hover {
    background: transparent;
}

.fig-img2:hover h2 {
    margin-bottom: 20%;
    opacity: 0;
}

.fig-img2:hover span {
    opacity: 0;
}

.thumbnails-2 li div {
    justify-content: center;
    display: flex;
}

.grid:hover {
    box-shadow: 0 0 4px #0000004d;
}



div.box-produto>div.grid>div.col-9.nova-api>p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* CONTEÃƒÅ¡DO CONTAINER */
.article-content {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    padding: 15px;
    border-radius: 5px;

    margin-top: 15px;
    position: relative;
    padding-bottom: 50px;
}

.article-content strong {
    font-weight: 600;
    color: #000;
    font-size: 16px;
}

.article-content p {
    padding-left: 10px;
    font-size: 1.01em;
    display: block;
}

.article-content ul li {
    list-style: inside;
    margin-bottom: 10px;
    line-height: 30px;
    margin-left: 30px;
}

.article-content ol li {
    list-style: number;
    padding: 10px;
}

.article-content h2 {
    font-size: 1.5em;
    margin-left: 15px;
}

.article-content h3 {
    font-size: 1.3em;
    margin-left: 15px;
    color: #1454b5;
}

.article-content h4 {
    font-size: 1.2em;
    margin-left: 14px;
    color: #000;
}

.article-content .img-right {
    float: right;
    mix-blend-mode: multiply;
    display: block;
    margin-left: 15px;
    width: 200px;
    height: 200px;
}

.article-content .img-left {
    float: left;
    mix-blend-mode: multiply;
    display: block;
    margin-right: 15px;
    width: 200px;
    height: 200px;
}

.article-content .img-center {
    display: flex;
    justify-content: center;
}

.img-right>img:hover,
.img-left>img:hover,
.img-center>img:hover {
    transform: scale(1.01);
}

.img-right>img,
.img-left>img,
.img-center>img {
    border-radius: 5px;
    transition: 0.3s ease-in-out;
    width: 100%;
    height: 300px;
}

.img-right>p,
.img-left>p,
.img-center>p {
    text-align: center;
    color: #9a1a1a;
}

.article-content embed {
    width: 100%;
    height: 200px;
    min-height: 200px;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .img-center {
        flex-direction: column;
    }

    .article-content .img-right {
        float: none;
        display: flex;
        justify-content: center;
    }

    .article-content .img-left {
        float: none;
        display: flex;
        justify-content: center;
    }
}

.article-content a {
    cursor: pointer;
    color: #006fe6 !important;
    font-weight: bold;
}

/* FIM CONTEÃƒÅ¡DO CONTAINER */
/* DIV TABLE STYLE */
.table-style table {
    border-collapse: collapse;
    width: 100%;
}

.table-style th,
.table-style td {
    border: 1px solid #c0c0c0;
    padding: 8px;
    text-align: left;
}

.table-style th {
    background-color: #65677300;
    color: #000;
    border: 1px solid black;
}

.table-style tr:nth-child(even) {
    background-color: #f2f2f2;
}

.table-style tr:hover {
    background-color: #d9e6f2;
}

.table-style {
    color: #000000cf;
    padding-left: 15px;
    margin-bottom: 30px;
}

.title-table {
    text-align: center;
    color: black;
    font-size: 1.5em;
    font-family: 'Open Sans';
}

.table-style td {
    color: #000;
    background-color: #44465400;
    border: 1px solid black;
}

/* FIM DIV TABLE STYLE */
/* TABLE 3 COLUNAS +*/
@media (max-width: 1024px) {

    .table-3-column th,
    .table-3-column td {
        font-size: 12px;
    }

    .table-3-column th {
        border: 1px solid #444141;
    }

    .table-3-column td:first-child {
        border-top: 1px solid #444141;
    }

    .table-3-column thead tr:first-child th {
        position: sticky;
        top: 0;
    }

    .table-3-column table {
        border-collapse: collapse;
        width: 100%;
        margin: 15px 0px 35px 0px;
        overflow-x: auto;
        overflow-y: auto;
        height: 70vh;
        display: block;
    }

    .table-3-column td,
    .table-3-column th {
        text-align: left;
    }

    .table-3-column table::-webkit-scrollbar {
        height: 10px;
    }

    .table-3-column thead {
        background-color: #118900;
        color: white;
    }

    .table-3-column td:hover {
        background-color: #d7d7d7;
    }
}

/*FIM TABLE 3 COLUNAS +*/
/* BUSCAS RELACIONADAS*/
.busca-relacionadas {
    width: 100%;
    padding: 10px 0;
    padding-top: 20px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

ul.relacionada li:hover {
    background-color: #c4a10433;
}

ul.relacionada li {
    border: 1px solid black;
    padding: 5px;
    margin: 3px;
    border-radius: 5px;
    transition: 0.4s;
}

.busca-relacionadas b {
    margin-left: 7px;
    font-size: 16px;
}

@media only screen and (max-width: 480px) {
    .busca-relacionadas {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* FIM BUSCAS RELACIONADAS*/
/* BREADCRUMB*/
ol.breadcrumb {
    display: flex;
    margin-top: 75px;
}

li.breadcrumb-item {
    margin: 4px;
}

@media screen and (max-width: 768px) {
    ol.breadcrumb {
        flex-direction: column;
        margin-top: 25px;
    }
}

li.breadcrumb-item a:hover {
    color: #4747b6;
}

li.breadcrumb-item a {
    padding: 10px;
    background-color: #e1e1e1;
    border-radius: 5px;
    transition: 0.4s;
}


/* FIM BREADCRUMB */

#cotacao-modal .cotacao-modal-content {
    position: relative;
    background: #eee;
    width: 50vw;
    border: 1px solid #aaa;
    box-sizing: border-box;
    padding: 20px;
    margin: 20px auto;
    border-radius: 10px;
    height: 100vh;
}

/* READMORE */
.ReadMore {
    position: relative;
    height: 200px;
    /* Altura fixa para mostrar apenas os primeiros 200px */
    overflow: hidden;
}

/* guio bola */

.ReadMore.collapsed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    /* Altura do gradiente de apagamento */
    background: linear-gradient(to bottom, transparent, white);
}

.readmore-button {
    display: inline-block;
    color: #012F73;
    padding: 8px 20px;
    border: 1.5px solid #012F73 !important;
    border-radius: 8px;
    transition: 0.3s
}

.readmore-button a {
    color: #012F73;
}

.readmore-button:hover {
    background-color: #012F73;

}

.readmore-button:hover a {
    color: #fff !important;
}

/* FIM READMORE */


@media screen and (max-width: 450px) {
    #cotacao-modal .cotacao-modal-content {
        height: 85vh !important;
        width: 95vw;
    }
}

@media screen and (max-width: 768px) {
    #cotacao-modal .cotacao-modal-content {
        height: 80vh;
        width: 70vw;
    }
}

.link-img-premium {
    width: 100% !important;
    display: block !important;
    position: static !important;
}

.thumbnails button.botao-cotar {
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
}

.ReadMore a {
    color: #006fe6 !important;
}

.ReadMore {
    color: #141414 !important;
}