/* ==========================================================================
Base styles
========================================================================== */

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.clear {
    clear: both;
}


/*
* A better looking default horizontal rule
*/

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;
}


/*
* Remove the gap between images, videos, audio and canvas and the bottom of
* their containers: h5bp.com/i/440
*/

audio,
canvas,
img,
video {
    vertical-align: middle;
}


/*
* Remove default fieldset styles.
*/

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
* Allow only vertical resizing of textareas.
*/

textarea {
    resize: vertical;
}


/* ==========================================================================
Browse Happy prompt
========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/*
==========================================================================
Geral
==========================================================================
*/

body {
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    color: #444;
    /* background: #eee; */
}

h1 {
    color: #2172b3;
    font-size: 22px;
    text-decoration: none;
    margin: 20px 0;
    text-transform: uppercase;
}

h2 {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    margin: 20px 0;
    text-transform: uppercase;
}

h3,
h4 {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    margin: 15px 0;
    text-transform: uppercase;
}

a {
    color: #1475ab;
}

a:hover {
    text-decoration: none;
}

a.tel {
    text-decoration: none;
    color: inherit;
}

.txtcenter {
    text-align: center;
}

.txtleft {
    text-align: left;
}

.txtright {
    text-align: right;
}

.pd {
    padding: 0 !important;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

.fwidth {
    width: 100%;
}

.displaynone {
    display: none !important;
}

.displayblock {
    display: block !important;
}

table th {
    background-color: rgb(209, 101, 0);
    border: solid 1px;
    color: #000000;
    text-align: center;
}

table td {
    border: solid 1px;
    color: #000000;
    text-align: center;
}

table {
    border: solid 1px;
}


/*
==================================================
Header
==================================================
*/

header {
    margin: 0 auto;
}

header .logo {
    float: left;
    margin: 20px 0;
}

header .logo img {
    width: 220px;
}

header .right {
    float: right;
    text-align: right;
    color: #666;
    font-size: 12px;
    margin: 17px 0px;
}

header .right strong {
    font-size: 20px;
}

header#header-hero {
    position: fixed;
    z-index: 10;
    width: 100%;
    background: #FF9900;
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
}

header .topo .social {
    display: inline-block;
    float: right;
}


/*
==================================================
Menu
==================================================
*/

header #menu {
    clear: both;
    position: relative;
    height: 40px;
    background: #E4E4E4;
    font-size: 15px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #ccc;
    text-align: center;
}

header #menu li {
    position: relative;
    display: inline-block;
}

header #menu a {
    display: block;
    color: #666;
    text-decoration: none;
    padding: 8px 30px;
    height: 25px;
    text-align: center;
    transition: all .3s linear;
    /* Efeito de Transição dos itens do header #menu e sub-header #menu */
}

header #menu a:hover,
header #menu li:hover a {
    color: #FFF;
    background: #2172b3;
}

header #menu table {
    border-collapse: collapse;
    position: absolute;
    left: 0;
    top: 0;
}

header #menu .dropdown .sub-menu {
    display: none;
    position: absolute;
    top: 41px;
    left: 0;
    margin: 0;
    height: auto;
    width: 230px;
    z-index: 7;
    background: #2172b3;
}

header #menu .dropdown:hover .sub-menu {
    display: block;
}

header #menu .dropdown:hover .sub-menu li {
    position: relative;
    float: left;
    width: 230px;
    margin: 0;
    padding: 0;
}

header #menu .dropdown:hover .sub-menu li a {
    display: block;
    width: 220px;
    font-size: 13px;
    padding: 5px;
    height: auto;
    text-align: left;
    text-decoration: none;
    color: #fff;
}

header #menu .dropdown:hover .sub-menu li a:hover {
    background: #1a5b8f;
    color: #FFF;
    /* text-decoration:underline; */
}

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: #2172b3;
}

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;
    /* text-decoration:underline; */
}

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 #menu2 {
    height: 30px;
    font-size: 16px;
    text-align: center;
    float: right;
    margin: 29px 0;
}

header #menu2 li {
    position: relative;
    display: inline-block;
}

header #menu2 a {
    display: flex;
    color: #fff;
    text-decoration: none;
    padding: 5px 15px;
    height: 23px;
    align-items: center;
    transition: all .3s linear;
    /* Efeito de Transição dos itens do header #menu2 e sub-header #menu2 */
}

header #menu2 a:hover,
header #menu2 li:hover a {
    color: #FFF;
    background: #000000;
}

header #menu2 table {
    border-collapse: collapse;
    position: absolute;
    left: 0;
    top: 0;
}

header #menu2 .dropdown .sub-menu {
    display: none;
    position: absolute;
    top: 31px;
    left: 0;
    margin: 0;
    height: auto;
    width: 230px;
    z-index: 7;
    background: #000000;
}

header #menu2 .dropdown:hover .sub-menu {
    display: block;
}

header #menu2 .dropdown:hover .sub-menu li {
    position: relative;
    float: left;
    width: 230px;
    margin: 0;
    padding: 0;
}

header #menu2 .dropdown:hover .sub-menu li a {
    display: block;
    width: 220px;
    border-radius: 0;
    height: auto;
    font-size: 13px;
    padding: 5px;
    text-align: left;
    text-decoration: none;
    color: #fff;
}

header #menu2 .dropdown:hover .sub-menu li a:hover {
    background: #333;
    color: #FFF;
    /* text-decoration:underline; */
}

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: 0;
    margin: 0;
    height: 400px;
    width: 310px;
    z-index: 7;
    background: #000000;
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
}

::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}

::-webkit-scrollbar {
    width: 8px;
    background: #F4F4F4;
}

::-webkit-scrollbar-thumb {
    background: #FF9900;
}

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;
    border-radius: 0;
}

header #menu2 .dropdown:hover .sub-menu-info li a:hover {
    background: #333;
    color: #FFF;
    /* text-decoration:underline; */
}

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;
}

.resize-topo .logo img {
    width: 120px;
    transition: .3s;
}

.resize-topo #menu2 {
    font-size: 14px;
    margin: 18px 0;
}


/*
==================================================
Content
==================================================
*/

.wrapper {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.content {
    /* padding:0 15px; */
}

section {
    float: left;
    width: 100%;
    padding: 0;
}

section p {
    font-size: 14px;
    text-align: justify;
}

main {
    padding-top: 126px;
}

.section-info {
    padding: 0;
}

.article {
    float: left;
    width: 70%;
}

article {
    float: left;
    width: 70%;
}

article p {
    margin: 1.5em 0;
}

article strong {
    font-weight: normal;
}

article.full {
    width: 100%;
}

article .alerta {
    font-size: 12px;
    color: #444;
    font-weight: bold;
}

.title-breadcrumb {
    background: url(<?=$url?>imagens/bg-bread.jpg);
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    padding: 20px 0;
    margin-bottom: 30px;
}

.title-breadcrumb h1 {
    color: white;
    margin: 0;
}

.title-breadcrumb #breadcrumb {
    width: auto;
    margin-top: 0px;
    float: right;
    background: white;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px;
}

.title-breadcrumb #breadcrumb a {
    color: #666;
    text-decoration: none;
}

.title-breadcrumb #breadcrumb a:hover {
    color: #bbb;
    text-decoration: none;
}

#breadcrumb {
    display: inline-block;
    clear: both;
    width: 100%;
    color: #333;
    font-size: 12px;
    margin-top: 15px;
}

#breadcrumb div {
    display: inline;
}

#breadcrumb a {
    color: #666;
    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;
}

.list2 {
    margin: 0 0 20px 40px;
}

.list2 li {
    list-style: lower-roman;
    margin: 6px 0;
    line-height: 1.5em;
    font-size: 14px;
}

.picture-legend {
    background: #eee;
    display: inline-block;
    padding: 3px;
}

.picture-legend strong {
    clear: both;
    display: block;
    text-align: right;
    font-weight: normal;
    padding: 4px;
    font-size: 9px;
}

.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;
}

.btn {
    text-decoration: none;
    color: #fff;
    background: #e58900;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    border-radius: 3px;
    transition: .3s;
}

.btn:hover {
    opacity: 0.9;
}

.topo {
    background: #000;
    color: white;
    font-size: 15px;
    padding: 8px 10px;
}

.topo a {
    color: white;
    margin: 0 10px;
    text-decoration: none;
}

.topo .fa {
    font-size: 18px;
}

.conteudo-index {
    background: url(<?=$url?>imagens/bg.jpg);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    box-sizing: border-box;
    padding: 30px 0px;
    border-bottom: 3px solid #333;
}

.conteudo-index h2,
.conteudo-index h1 {
    color: white;
}

.conteudo-index p {
    color: #333;
    margin-top: 0;
}

.conteudo-index2 {
    background: url(<?=$url?>imagens/bg-bread.jpg);
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    padding: 10px 0px;
}

.conteudo-index2 h2,
.conteudo-index2 h1 {
    color: white;
}

.conteudo-index2 .fa {
    color: #ff9900;
}

.conteudo-index2 p {
    color: white;
}

.index-section {
    padding: 0;
}


/*
==================================================
Thumbnails
==================================================
*/

.thumbnails {
    display: inline-block;
    list-style: none;
    list-style-type: none;
}

.thumbnails li {
    float: left;
    border: 2px solid #2172b3;
    width: 200px;
    height: 235px;
    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 h2 {
    font-size: 10px;
    background: #2172b3;
    height: 25px;
    padding: 5px 0px;
    margin-top: 0px;
    transition: .3s;
}

.thumbnails a {
    text-decoration: none;
    color: white;
}

.thumbnails a:hover {
    text-decoration: none;
}

.thumbnails-mod10 {
    display: inline-block;
    list-style: none;
    list-style-type: none;
}

.thumbnails-mod10 li {
    float: left;
    border: 1px solid #ccc;
    width: 230px;
    height: 190px;
    margin: 10px 5px;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 2px 2px 2px #ccc;
    transition: .3s;
}

.thumbnails-mod10 li:hover {
    opacity: 0.9;
}

.thumbnails-mod10 img {
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    object-fit: contain;
    border: 1px solid #ddd;
}

.thumbnails-mod10 h2 {
    font-size: 10px;
    box-sizing: border-box;
    padding: 0 5px;
    margin-top: 5px;
}

.thumbnails-mod10 a {
    text-decoration: none;
    color: #555;
}

.thumbnails-mod10 a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 765px) {
    .thumbnails-mod10 {
        text-align: center;
        width: 100%;
    }
    .thumbnails-mod10 li {
        margin: 20px auto;
        float: none;
    }
}


/*
==================================================
Sidebar
==================================================
*/

aside {
    float: left;
    width: 25%;
    margin: 0 0 0 10px;
    text-transform: uppercase;
}

aside h2 a {
    display: block;
    padding: 5px;
    font-size: 15px;
    background: #191a1c;
    color: #fff;
    text-decoration: none;
}

aside nav {
    list-style: none;
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
}

aside li {
    margin: 5px 0 0 0;
}

aside li a {
    font-size: 12px;
    display: block;
    padding: 5px;
    color: #191a1c;
    text-decoration: none;
    border-left: 2px solid #cccccc;
}

aside nav li a:hover {
    border-left: 2px solid #ff9900;
}

aside h3 {
    color: #fff;
    background: #191a1c;
    padding: 10px 0;
    margin-bottom: 0;
    text-align: center;
}

aside p {
    background: #eee;
    border-bottom: 1px solid #ccc;
    margin: 0;
    text-align: center;
}

aside a {
    text-decoration: none;
}

aside strong {
    font-size: 16px;
    line-height: 34px;
    color: #666;
}


/*
==================================================
Includes
==================================================
*/


/*  Saiba mais */

.more {
    margin-bottom: 20px;
}

.more h2 strong {
    font-size: 16px;
}


/*  Gallery  */

.gallery {
    display: inline-block;
    list-style-type: none;
    list-style: none;
}

.gallery li {
    float: left;
    margin: 5px;
    text-align: center;
    transition: .3s;
}

.gallery li:hover {
    opacity: 0.9;
    transform: scale(1.05);
}

.gallery li img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 5px;
    border: 2px solid #ddd;
}

p.ampliar {
    color: #F30;
    font-size: 11px;
    margin: 5px 0;
}


/*  Social midia  */

.compartilhe {
    font-size: 0.75em;
    margin: 0.5em 0;
    display: block;
    font-weight: bold;
}

.social-media {
    display: inline-block;
    padding: 0;
    margin: 5px 0;
}

.social-media li {
    float: left;
    margin-right: 10px;
}

.bt-twitter {
    text-indent: -5000px;
    overflow: hidden;
    display: block;
    width: 55px;
    height: 20px;
    background: url(<?=$url?>imagens/icones/tweet.png) no-repeat 0 0;
}

.bt-twitter:hover {
    background-position: 0px -20px;
}


/*  Páginas relacionadas  */

.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: #E8E8E8;
    border-left: 3px solid #ccc;
    padding: 10px 20px;
    min-height: 85px;
    margin: 0 0 2px 0;
    overflow: hidden;
}

.row:hover {
    border-left: 3px solid #ff9900;
}

.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: #666;
    text-decoration: none;
}

.row p a {
    color: #69747b;
}

.row strong {
    font-size: 12px;
}


/*  Tabs regiões  */

.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

#servicosTabsDois .list-wrap {
    background: #eee;
    padding: 10px;
    margin: 0 0 15px 0;
    font-size: 10px;
}

#servicosTabsDois ul {
    list-style: none;
    display: inline-block;
}

#servicosTabsDois .list-wrap li {
    width: 160px;
    float: left;
    color: #666;
}

#servicosTabsDois .nav {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#servicosTabsDois .nav li {
    float: left;
    margin: 0 10px 0 0;
}

#servicosTabsDois .nav li.last {
    margin-right: 0;
}

#servicosTabsDois .nav li a {
    display: block;
    text-decoration: none;
    padding: 12px;
    background: #ddd;
    color: #666;
    font-size: 12px;
    text-align: center;
    border: 0;
}

#servicosTabsDois .nav li a:hover,
#servicosTabsDois .nav li a:focus {
    background: #999;
    color: #fff;
}

#servicosTabsDois ul li.nav-two a.current {
    background-color: #eee !important;
    color: #666;
}

#descricao-produto .list-wrap {
    background: #eee;
    padding: 10px;
    margin: 0 0 15px 0;
    font-size: 10px;
}

#descricao-produto ul {
    list-style: none;
    display: inline-block;
}

#descricao-produto .list-wrap li {
    width: 160px;
    float: left;
    color: #666;
}

#descricao-produto .nav {
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #2172b3;
}

#descricao-produto .nav li {
    display: inline-block;
    margin-right: 10px;
    /* float: left; */
}

#descricao-produto .nav li.last {
    margin-right: 0;
}

#descricao-produto .nav li a {
    display: block;
    text-decoration: none;
    padding: 12px;
    background: #fff;
    color: #333;
    font-size: 12px;
    text-align: center;
    border-left: 1px solid #2172b3;
    border-right: 1px solid #2172b3;
    border-top: 1px solid #2172b3;
}

#descricao-produto .nav li a:hover,
#descricao-produto .nav li a:focus {
    background: #90b8d9;
    color: #fff;
}

#descricao-produto ul li.nav-two a.current {
    background-color: #2172b3 !important;
    color: #fff;
}


/*  Copyright  */

.copyright {
    font-size: 10px;
    color: #666;
}

.copyright a {
    font-size: 10px;
    color: #666;
}


/*
==================================================
Footer
==================================================
*/

footer {
    clear: both;
    margin-top: 15px;
    padding: 15px;
    background: url(<?=$url?>imagens/bg-bread.jpg);
    background-size: cover;
    background-position: center;
}

.contact-footer {
    float: left;
    color: #eee;
    margin-right: 30px;
}

.contact-footer strong {
    font-size: 15px;
    /* letter-spacing: -1px; */
}

.contact-footer a {
    color: #fff;
    text-decoration: none;
}

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: #eee;
    font-size: 13px;
    text-decoration: none;
}

footer .menu-footer nav li a:hover {
    color: #bbb;
}

footer .social {
    margin: 20px 0 0 0;
    float: right;
}

footer .social .social-icons:hover {
    opacity: 1;
    background: #FFF;
    color: #e58900;
}

footer .social .social-icons {
    width: auto;
    border-radius: 10px;
    transition-property: all;
    transition-duration: 0.3s;
    padding: 10px;
    display: block;
    margin: 0 0 0 5px;
    float: right;
    font-size: 18px;
    background: #e58900;
    color: #FFF;
    min-width: 25px;
    min-height: 20px;
    text-align: center;
    /* box-shadow: 2px 2px 2px #ccc; */
}

.copyright-footer {
    text-align: left;
    font-size: 10px;
    color: #eee;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0);
}

.copyright-footer .selos {
    float: right;
}

.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;
}


/*
==================================================
Página Contato (Formulario)
==================================================
*/

.contact {
    display: block;
    padding: 0 20px;
}

.form {
    float: left;
    width: 50%;
}

.form label {
    width: 185px;
    font-weight: bold;
    padding-right: 5px;
    font-size: 13px;
    display: table-cell;
    vertical-align: middle;
}

.form label span {
    font-size: 9px;
    color: #C00;
}

.form input,
.form textarea,
.form select {
    box-sizing: border-box;
    width: 80%;
    margin: 10px 0 4px 0;
    padding: 8px 5px;
    border: solid 1px #CFCFCF;
    font-size: 16px;
}

input#ddd {
    width: 17%;
}

input#telefone {
    width: 59%;
}

input.ir {
    width: 40%;
    max-width: 150px;
}

.form textarea {
    width: 80%;
    font-family: fonte;
    margin-bottom: 18px;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
    background: #eee;
}

.form .ir {
    border: solid 1px #e58900;
    background: #ffffff;
    padding: 10px 18px;
    color: #e58900;
    cursor: pointer;
    border-radius: 0;
    width: 40%;
    max-width: 150px;
    transition: all 300ms ease-in-out;
}

.form .ir:hover {
    background: #e58900;
    color: #ffffff;
}

.bt-submit {
    display: block;
    margin: 5px 0 0 0;
}

.form span.obrigatorio {
    font-size: 0.8em;
    color: #C00;
    margin-top: 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: #666;
    font-size: 11px;
    width: 50%;
    font-weight: bold;
}

.contact-form strong {
    color: #666;
}


/*
==================================================
Sitemap
==================================================
*/

.sitemap {
    margin-left: 30px;
    list-style: none;
    list-style-type: none;
}

.sitemap li {
    font-size: 15px;
    margin: 10px 0;
}

.sitemap li a {
    color: #777;
    font-size: 20px;
    line-height: 25px;
    text-decoration: none;
}

.sitemap li a:hover {
    color: #222 !important;
}

.sitemap li ul {
    margin-left: 35px;
    list-style: none;
    list-style-type: none;
}

.sitemap li ul li {
    margin: 5px 0;
    padding: 0;
}

.sitemap li ul li a {
    font-size: 12px;
    color: #777;
}

.sitemap li ul li ul li {
    margin: 5px 0;
}

.sitemap li ul li ul li a {
    font-size: 13px;
    color: #777;
}

.sitemap li a:hover {
    color: #999;
}

.sitemap .fa {
    display: none;
}

.sitemap br {
    display: none;
}


/*
========================================
Page not found
========================================
*/

.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;
}


/* ==========================================================================
Helper classes
========================================================================== */


/*
* Image replacement
*/

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    /**text-indent: -9999px;*/
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}


/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/

.hidden {
    display: none !important;
    visibility: hidden;
}


/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/*
* Hide visually and from screenreaders, but maintain layout
*/

.invisible {
    visibility: hidden;
}


/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/

.clearfix {
    /**zoom: 1;*/
}

.slicknav_menu {
    display: none;
}

.slicknav_nav .fa {
    display: none;
}

.slicknav_nav br {
    display: none;
}


/*
==================================================
Layout responsivo com Grid
==================================================
*/

.grid {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.grid:after {
    content: "";
    clear: both;
    display: block;
}

[class*="col-"] {
    float: left;
    padding: 15px;
    box-sizing: border-box;
}


/* [class*="col-"] iframe {
display: block;
margin: 0 auto;
width: 100%;
max-width: 300px;
height: 200px;
border: 0;
} */

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}


/*
========================================
Fancy Box - Lightbox
========================================
*/

#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 10px 0;
    font-weight: 500;
    border-radius: 8px;
}

#title-keyword h3 {
    font-size: 12px;
    padding: 0 10px;
    line-height: 15px;
    color: #717171;
    text-decoration: none;
    margin: 0 0 10px 0;
    border-radius: 8px;
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.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;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.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)
}

.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(<?=$url?>css/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(<?=$url?>css/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(<?=$url?>css/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!important
}

.fancybox-lock {
    overflow: hidden!important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden!important
}

.fancybox-lock-test {
    overflow-y: hidden!important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(<?=$url?>css/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);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    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: #32326b;
    font-weight: bold;
}

.active-menu-aside {
    color: rgb(255, 153, 0);
    background-color: rgba(255, 153, 0, 0.1);
    border-left: 2px solid #ff9900;
    font-weight: bold;
}


/*
==========================================================================
Tabela
==========================================================================
*/

.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: #000000;
}

.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
}

.tabela {
    background: none repeat scroll 0% 0% #ff9900;
    text-align: center;
    line-height: 30px;
}

.tabela p {
    text-align: center;
    line-height: normal;
}

.tabela-conteudo {
    background: none repeat scroll 0% 0% rgb(229, 236, 244);
    padding: 0cm;
}


/* ==========================================================================
MAPA REPRESENTANTES
========================================================================== */

.mapa {
    width: 400px;
    float: right;
    position: relative;
}

.mapa img {
    width: 400px;
}

.mapa h2 {
    text-align: center;
}

.mapa a {
    text-decoration: none;
    color: white;
    background: darkred;
    box-sizing: border-box;
    padding: 3px;
    text-align: center;
    width: 25px;
    height: 22px;
    border-radius: 30px;
    transition: 0.5s;
    font-size: 11px;
}

.mapa a:hover {
    transform: scale(1.3);
}

.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: 0px;
}

.mapa #position-pr {
    position: absolute;
    bottom: 111px;
    right: 164px;
}

.mapa #position-pe {
    position: absolute;
    top: 139px;
    right: 0px;
}

.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;
}

.representante div {
    display: none;
}

#select-mapa {
    display: none;
    border: 1px solid #ccc;
    width: 100%;
}


/* ==========================================================================
Accordion
========================================================================== */

.drop-list li {
    background: #2172b3;
    width: 100%;
    margin: 10px 0;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
}

.drop-list li a {
    color: white;
    text-decoration: none;
    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;
}


/* ==========================================================================
BOTAO TOPO
========================================================================== */

#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 #fff;
    color: #FFF;
    border-top: 5px solid #222222;
    border-radius: 5px 5px 0 0;
    background-color: #e58900;
    -webkit-transition: margin-bottom 150ms linear;
    -moz-transition: margin-bottom 150ms linear;
    -o-transition: margin-bottom 150ms linear;
    transition: margin-bottom 150ms linear;
}

#scrollUp:hover {
    margin-bottom: 0;
    color: #fff
}

#scrollUp-active {
    display: none
}

footer .apoio {
    float: right;
}

footer .apoio img {
    width: 50px;
    height: 50px;
    margin-top: 15px;
    border-radius: 10px;
    margin-right: 5px;
    border: 1px solid #e58900;
    transition: .3s;
}

footer .apoio img:hover {
    transform: scale(1.05);
}

.prod-home {
    float: left;
    margin-right: 1em;
}

.cor-preta {
    color: #000!important;
}


/*
========================================
CSS Mobile
========================================
*/


/* TABLET */

@media only screen and (min-width:767px) and (max-width: 959px) {
    .wrapper {
        box-sizing: border-box;
        padding: 0 10px;
    }
    header {
        position: relative;
    }
    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%;
    }
    main {
        padding-top: 0;
    }
    .gallery li {
        margin: 4px;
    }
    .js .slicknav_menu {
        /* position: fixed; */
        /* z-index: 11; */
        /* width: 100%; */
        display: block;
    }
    .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% !important;
    }
    .col-m-2 {
        width: 16.66% !important;
    }
    .col-m-3 {
        width: 25% !important;
    }
    .col-m-4 {
        width: 33.33% !important;
    }
    .col-m-5 {
        width: 41.66% !important;
    }
    .col-m-6 {
        width: 50% !important;
    }
    .col-m-7 {
        width: 58.33% !important;
    }
    .col-m-8 {
        width: 66.66% !important;
    }
    .col-m-9 {
        width: 75% !important;
    }
    .col-m-10 {
        width: 83.33% !important;
    }
    .col-m-11 {
        width: 91.66% !important;
    }
    .col-m-12 {
        width: 100% !important;
    }
    .hide-tablet {
        display: none;
    }
    .representante {
        width: 280px!important;
    }
    header#header-hero {
        position: relative;
        /* padding-top: 54px; */
    }
    .cd-hero {
        padding-top: 0 !important;
    }
}


/* Mobile */

@media only screen and (max-width: 765px) {
    #descricao-produto .nav {
        border: 0;
    }
    #descricao-produto .nav li {
        list-style: none;
        display: block;
    }
    #descricao-produto .nav li:last-child {
        border-bottom: 1px solid #2172b3;
    }
    .owl-pagination {
        display: none;
    }
    .title-breadcrumb h1 {
        box-sizing: border-box;
        padding: 5px;
    }
    .title-breadcrumb #breadcrumb {
        float: none;
    }
    header .topo .social {
        display: none;
    }
    .wrapper {
        box-sizing: border-box;
        padding: 0 10px;
    }
    header {
        position: relative;
    }
    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;
    }
    main {
        padding-top: 0;
    }
    article {
        width: 100%;
    }
    aside {
        width: 100%;
        margin: 0;
    }
    .gallery img {
        width: 100%;
    }
    .gallery li {
        width: 45%
    }
    .thumbnails li {
        width: 100%;
        margin: 10px 0;
    }
    .thumbnails {
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
    }
    .thumbnails img {
        width: 100%;
    }
    footer .wrapper {
        text-align: center !important
    }
    .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
    }
    .contact-footer {
        float: none
    }
    .copyright-footer .wrapper {
        text-align: center
    }
    footer .social {
        float: none;
        width: 100%
    }
    .copyright-footer .selos {
        float: none;
        margin: 10px 0px
    }
    .copyright-footer .selos a {
        float: none;
        display: block;
        width: 100%;
        background: rgba(0, 0, 0, 0.2);
        padding: 10px 0px;
        margin: 10px 0px
    }
    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;
    }
    #servicosTabsDois .nav li a {
        padding: 8px;
        font-size: 13px;
        width: 100%;
    }
    #select-mapa {
        display: block !important;
        border: 1px solid #ccc;
        width: 100%;
    }
    .mapa {
        display: none;
    }
    .representante {
        width: 100% !important;
    }
    .hide-mobile {
        display: none;
    }
    header#header-hero {
        position: relative;
        /* padding-top: 54px; */
    }
    .cd-hero {
        padding-top: 0 !important;
    }
    .contact {
        padding: 0;
    }
    .form {
        width: 100%;
    }
    .contact-form {
        float: none;
        width: 100%;
    }
    footer .apoio {
        float: none;
    }
}


/*
=======================================
VERSAO MOBILE PARA CELULARES PEQUENOS
======================================
*/

@media only screen and (max-width:480px) {
    [class*="col-"] {
        width: 100%;
    }
    #slide-show {
        height: 880px !important;
    }
    .form input,
    .form textarea,
    .form select {
        width: 100%;
    }
    input#ddd {
        width: 30%;
    }
    input#telefone {
        width: 67%;
    }
    .form textarea {
        width: 100% !important;
    }
}


/*
Mobile Menu Core Style
*/

.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.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: 0.188em
}

.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
}


/*
User Default Style
Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size: 16px;
}


/* Button */

.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #222222;
}


/* Button Text */

.slicknav_menu .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}


/* Button Lines */

.slicknav_menu .slicknav_icon-bar {
    background-color: #f5f5f5;
}

.slicknav_menu {
    background: #4c4c4c;
    padding: 5px;
}

.slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
}

.slicknav_nav,
.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
}

.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: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #fff;
}

.slicknav_nav a:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #222;
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}

#btn-ciente-show {
    position: absolute;
    left: 0;
    bottom: 45px;
    height: 100%;
    line-height: 45px;
    padding: 0 10px;
    background-color: #C30217;
    text-align: center;
    font-size: 12px;
    border-radius: 0;
    margin-left: 5px;
    cursor: pointer;
    transition: all .3s ease;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.btn-ciente {
    padding: 5px 10px;
    /* background-color: #C30217; */
    background-color: #009b4e;
    text-align: center;
    font-size: 12px;
    border-radius: 15px;
    margin-left: 5px;
    cursor: pointer;
    transition: all .3s ease;
}

.btn-ciente:hover {
    /* background-color: #e0051d; */
    background: #247328;
}

#btn-ciente-show {
    position: absolute;
    left: 0;
    bottom: 45px;
    height: 100%;
    line-height: 45px;
    padding: 0 10px;
    background-color: #C30217;
    text-align: center;
    font-size: 12px;
    border-radius: 0;
    margin-left: 5px;
    cursor: pointer;
    transition: all .3s ease;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

@media only screen and (min-width: 765px) {
    #btn-ciente-show {
        display: none;
    }
    #btn-privaci-show {
        display: none;
    }
}

.cookie {
    position: fixed;
    bottom: -45px;
    width: 100%;
    height: 45px;
    background-color: rgba(0, 0, 0, 0.88);
    z-index: 9999;
    opacity: 0;
}

.cookie>div {
    line-height: 45px;
}

.cookie>div>h2 {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0;
}


.breadcrumb {
    display: inline-block;
    clear: both;
}

.breadcrumb :is([itemprop="title"], [itemprop="name"]) {
    font: 12px var(--primary-font);
    color: var(--grey);
}

.breadcrumb * {
    -webkit-transition: .3s;
    transition: .3s;
}

.breadcrumb :is(div, li) {
    display: inline;
}

.breadcrumb a:hover * {
    color: var(--primary-color);
}

.bread:is(.bread--default, .bread--mpi) .bread__column:not(:last-child)::after {
    content: "❱";
    margin-left: 2px;
    font-size: 12px;
}

#breadcrumb {
    display: flex;
    font-size: 14px;
    gap: 5px;
    align-items: flex-end;
}

.bread__row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#breadcrumb{
    flex-wrap: wrap;
}

.coluna-custom{
    height: 400px;
    overflow: auto;
}


				/* =============================== BUTTON MODELO 7 =============================== */

				.btn--mod7 { border-radius: 30px; transition: all .5s ease-in-out; }
				.btn--mod7:hover { box-shadow: 0 0 40px 40px var(--dark) inset; background-color: var(--dark); }
				.btn--mod7-pulse {
    position: relative;
    animation: pulse 1.8s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }
    70% {
        box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* =============================== MAIN CONTENT =============================== */
.content .content__cover img {
    width: 65%;
    height: 100%;
    object-fit: cover;
    object-position: left center; /* puxa o enquadramento pra esquerda */
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    display: block;
    margin: 0 auto; /* centraliza a img dentro da div */
}

.content .content__cover {
    display: flex;
    justify-content: center; /* centraliza horizontal */
    align-items: center;     /* centraliza vertical */
}


.content .content__desc {
  padding: 1.5em 5em;
  display: flex;
  flex-direction: column;
 justify-content: left; /* centraliza horizontal */
 align-items: left;  
  gap: 1em;
}

.content .content__desc * {
   margin: 0;
}

.content .content__desc p {
  font-size: 15px;
  line-height: 1.5em;
}

.content .content__btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  border: 2px solid var(--primary-color);
  background-color: #ff9900;
  color: black;
  position: relative;
  width: max-content;
  border-radius: 100px;
  
}

.content .content__btn:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 1%;
  height: 100%;
  background-color: var(--primary-color);
  opacity: 0;
  transition: .5s;
}

.content .content__btn:hover:after {
  opacity: 1;
  width: 100%;
}

.content .content__btn span {
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: .2s;
}

.content .content__btn:hover span {
  color: #fff;
}

/* MEDIUM DEVICE */
@media only screen and (max-width:768px) {
  .content .content__desc {
    padding: 1.5em;
  }

}

/* SMALL DEVICE */

@media only screen and (max-width:576px) {
  .content .content__btn {
    display: block;
    max-width: 80%;
    width: 100%;
    margin: 1em auto;
  }

}


.content-painel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3em;
    margin-top: 3em;
    align-items: center;
}

/* ESQUERDA */
.content-painel__left {
    width: 100%;
}

/* DIREITA – PAINEL */
.content-painel__right {
    background: #f6f6f6;
    padding: 2.5em;
    border-left: 6px solid var(--primary-color);
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.content-painel__right h3 {
    margin-bottom: 1em;
}

.content-painel__right p {
    line-height: 1.6;
    font-size: 15px;
}
#header-hero .topo a i {
    color: #ff7a00;
}
.cta .btn {
	font-size: 18px;
	padding: 1em 1.5em;
	border-radius: 30px;
}

.cta .btn {
	position: relative;
	box-shadow: 0 5px 0 #ccc;
}

.cta .btn:hover {
	transform: translateY(5px);
	box-shadow: none;
}

.btn--green {
	background-color: #4caf50;
}
 .cta-section {
    background: linear-gradient(90deg, #061a4d 0%, #031033 100%);
    padding: 4em 0;
    position: relative;
    overflow: hidden;
}

.cta-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* TEXTO */
.cta-content {
    max-width: 600px;
    color: #fff;
    z-index: 2;
}

.cta-content h2 {
    font-size: 28px;
    margin-bottom: .5em;
}

.cta-content p {
    font-size: 15px;
    opacity: .9;
    margin-bottom: 1.5em;
}

/* BOTÃO */
.cta-btn {
    display: inline-block;
    background: #ffc400;
    color: #ffffff;
    padding: .9em 2em;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    transition: .3s;
        text-decoration: none; /* tira o sublinhado */

}

.cta-btn:hover {
    background: #ffb000;
}

/* TEXTO DE FUNDO (DC) */
.cta-bg-text {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 200px;
    font-weight: 800;
    color: rgba(255,255,255,.05);
    line-height: 1;
    pointer-events: none;
}

/* =============================== CARD =============================== */
.card--mod-24 {
    position: relative;
    overflow: hidden;
}

.card--mod-24 .card_image {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    filter: brightness(0.5);
}

.card--mod-24 .card_title {
width: 200px;
    font-size: 16px !important;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.25em;
    text-align: center;
    color: #fff;
    transition: .7s;
}

.card--mod-24:hover .card_title {
    top: 35%;
}

.card--mod-24 .card__link {
    position: absolute;
    left: 50%;
    color: #ffffff00;
    transform: translateX(-50%);
    bottom: 30%;
    transition: .8s;
    letter-spacing: 2px;
}

.card--mod-24:hover .card__link {
    bottom: 40%;
    color: #fff;
}

.card--mod-24 .card__link::before {
    position: absolute;
    content: '';
    width: 0%;
    height: 3px;
    left: 50%;
    background: #ffffff00;
    transform: translateX(-50%);
    top: -70%;
    transition: .8s;
}
/* Mobile */
@media (max-width: 768px) {
    .grid-col-4 {
        display: grid!important;
        grid-template-columns: 1fr!important;
        gap: 20px!important;
    }

    .grid-col-4 .card {
        width: 100%!important;
    }
}


.card--mod-24:hover .card__link::before {
    width: 50%;
    background: #fff;

}.grid-col-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}


