/* ==========================================================================Base styles========================================================================== */

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

.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;
}


/*SCROLL ASIDE*/

::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}

::-webkit-scrollbar {
    width: 8px;
    background: #F4F4F4;
}

::-webkit-scrollbar-thumb {
    background: #cf3132;
}


/*END SCROLL ASIDE*/


/* ==========================================================================Browse Happy prompt========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/*==========================================================================Geral==========================================================================*/

body {
    top: 0 !important;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    color: #444;
    /* background: #eee; */
}

h1 {
    color: #378bc4;
    font-size: 24px;
    text-decoration: none;
    margin: 20px 0;
}

h2 {
    font-size: 16px;
    text-decoration: none;
    margin: 20px 0;
    color: #0b5f99;
}

h3,
h4 {
    font-size: 14px;
    color: #0b5f99;
    text-decoration: none;
    margin: 15px 0;
}

a {
    color: #1475ab;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a.tel {
    text-decoration: none;
    color: inherit;
}


/*==================================================Header==================================================*/

.topofixo {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0px;
}

.topofixo .logo img {
    width: 120px;
    transition: .3s;
}

.topofixo #menu2 {
    font-size: 14px;
    margin: 18px 0;
    margin-right: 10px;
}

.topofixo .topo {
    display: none;
}

header {
    margin: 0 auto;
    background: #1475ab;
    position: static;
    z-index: 20;
    width: 100%;
}

header .logo {
    float: left;
    margin: 10px 0 10px 0;
}

header .logo img {
    width: 155px;
    transition: .3s;
}

header .right {
    float: right;
    text-align: right;
    color: #666;
    font-size: 12px;
    /* margin: 17px 0px; */
    padding: 20px 10px 10px 10px;
}

header .right strong {
    font-size: 20px;
}


/* TOPO MOBILE */


/* HIDE ON DESKTOP */

.show-mobile {
    display: none;
}

.social-inline {
    display: inline;
}

.flex-top-icons {
    display: none;
}


/* SHOW ON MOBILE */

@media only screen and (max-width: 768px) {
    .show-mobile {
        display: block;
    }

    .mobile-img {
        width: 80% !important;
    }

    .flex-top-icons {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .flex-top-icons a {
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgb(11, 95, 153);
        color: white;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        font-size: 24px;
        opacity: 0.5;
        transition: 0.3s;
    }

    .flex-top-icons a:hover {
        opacity: 1;
    }

    /*.flex-top-icons a:first-child{
    background: rgba(255, 255, 255, 0.1);
    color: white;
}
.flex-top-icons a:nth-child(2){
    background: rgba(255, 255, 255, 0.1);
    color: white;
}*/
}


/* END TOPO MOBILE */


/*==================================================Menu==================================================*/

header #menu {
    clear: both;
    position: relative;
    background: #E4E4E4;
    font-size: 15px;
    text-align: center;
}

header #menu li {
    position: relative;
    display: inline-block;
}

header #menu a {
    display: block;
    color: #666;
    text-decoration: none;
    padding: 10px 30px;
    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: #378bc4;
}

header #menu table {
    border-collapse: collapse;
    position: absolute;
    left: 0;
    top: 0;
}

header #menu .dropdown .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    height: auto;
    width: 230px;
    z-index: 7;
    background: #378bc4;
    box-sizing: border-box;
}

header #menu .dropdown:hover .sub-menu {
    display: block;
}

header #menu .dropdown:hover .sub-menu li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

header #menu .dropdown:hover .sub-menu li a {
    display: block;
    width: 100%;
    font-size: 13px;
    padding: 5px;
    height: auto;
    text-align: left;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
}

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: 100%;
    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: 100%;
    left: 0;
    margin: 0;
    height: 400px;
    width: 300px;
    z-index: 7;
    background: #378bc4;
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
}

header #menu .dropdown:hover .sub-menu-info {
    display: block;
}

header #menu .dropdown:hover .sub-menu-info li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

header #menu .dropdown:hover .sub-menu-info li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    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: 100%;
    margin: 0;
    height: auto;
    width: 190px;
    z-index: 7;
}

header #menu .dropdown ul li.dropdown:hover .sub-menu-info {
    display: block;
}

header #menu2 {
    font-size: 13px;
    text-align: center;
    float: right;
    /* margin: 29px 0; */
    margin-right: 10px;
}

header #menu2 li {
    position: relative;
    display: inline-block;
}

header #menu2 a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 15px 10px 15px;
    text-align: center;
    /* transition: all .3s linear; */
    /* Efeito de Transição dos itens do header #menu2 e sub-header #menu2 */
    text-transform: uppercase;
    font-weight: bold;
}

header #menu2 a:hover,
header #menu2 li:hover a {
    color: #FFF;
    /* background: #378bc4; */
}

header #menu2 table {
    border-collapse: collapse;
    position: absolute;
    left: 0;
    top: 0;
}

header #menu2 .dropdown .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    height: auto;
    width: 230px;
    z-index: 7;
    background: #ffffff;
    box-sizing: border-box;
    padding: 5px;
}

header #menu2 .dropdown:hover .sub-menu {
    display: block;
}

header #menu2 .dropdown:hover .sub-menu li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

header #menu2 .dropdown:hover .sub-menu li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
    padding: 5px;
    text-align: left;
    text-decoration: none;
    color: #000;
    height: auto;
}

header #menu2 .dropdown:hover .sub-menu li a:hover {
    background: rgba(207, 49, 50, 0.2);
    color: #cf3132;
    /* text-decoration:underline; */
}

header #menu2 .dropdown ul li.dropdown .sub-menu {
    display: none;
    position: absolute;
    top: 0px;
    left: 100%;
    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: 100%;
    left: 0;
    margin: 0;
    height: 400px;
    width: 300px;
    z-index: 7;
    background: #ffffff;
    overflow-x: hidden;
    padding: 5px;
    overflow-y: scroll;
    box-sizing: border-box;
}

header #menu2 .dropdown:hover .sub-menu-info {
    display: block;
}

header #menu2 .dropdown:hover .sub-menu-info li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

header #menu2 .dropdown:hover .sub-menu-info li a {
    display: block;
    width: 100%;
    font-size: 12px;
    height: auto;
    padding: 5px;
    text-align: left;
    text-decoration: none;
    color: #000;
    box-sizing: border-box;
}

header #menu2 .dropdown:hover .sub-menu-info li a:hover {
    background: rgba(207, 49, 50, 0.2);
    color: #cf3132;
    /* 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;
}


/*==================================================Content==================================================*/

.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.content {
    /* padding:0 15px; */
}

section {
    float: left;
    width: 100%;
    padding: 0;
    min-height: 340px;
}

section p {
    font-size: 14px;
    text-align: justify;
    line-height: 23px;
    letter-spacing: 0.3px;
}

article {
    float: left;
    width: 70%;
}

article p {
    margin: 1.5em 0;
    line-height: 23px;
    letter-spacing: 0.1px;
}

article strong {
    font-weight: normal;
}

article.full {
    width: 100%;
}

article .alerta {
    font-size: 12px;
    color: #444;
    font-weight: bold;
}

article ul.list {
    line-height: 23px;
    letter-spacing: 0.3px;
}

.title-breadcrumb {
    background-repeat: no-repeat;
    background-position: center top;
    box-sizing: border-box;
    padding: 20px 0 0px 0;
    background-size: contain;
    margin-bottom: 30px;
    height: 570px;
    display: flex;
    align-items: flex-end;
}

@media (max-width: 1232px) {
    .title-breadcrumb {
        height: 496px;
    }
}


@media (max-width: 1011px) {
    .title-breadcrumb {
        height: 410px;
    }
}


@media (max-width: 769px) {
    .title-breadcrumb {
        height: 360px;
    }

}

@media (max-width: 670px) {
    .title-breadcrumb {
        height: 270px;
    }

}



@media (max-width: 490px) {
    .title-breadcrumb {
        height: 200px;
    }

    .title-breadcrumb h1 {
        display: none;
    }
}

.title-breadcrumb h1 {
    color: #ac2725;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 50px;
    font-weight: 100;
    font-weight: 800;
}

.title-breadcrumb #breadcrumb {
    width: auto;
    margin-top: 0px;
    float: right;
    background: white;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px;
    align-self: start;
}

.title-breadcrumb #breadcrumb a {
    color: #000;
    text-decoration: none;
}

.title-breadcrumb #breadcrumb a:hover {
    color: #bbb;
    text-decoration: none;
}

#breadcrumb {
    display: inline-block;
    clear: both;
    width: 100%;
    color: #000;
    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;
}

.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: #0b5f99;
    padding: 10px 15px;
    box-sizing: border-box;
    margin: 10px auto;
    font-size: 14px;
    display: inline-block;
    border-radius: 3px;
    transition: .3s;
}

.btn:hover {
    opacity: 0.9;
}

.topo {
    /* background: #378bc4; */
    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-image: url(<?=$url?>/imagens/bg-qualidade-home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    box-sizing: border-box;
    padding: 10px 0px;
}

.conteudo-index h2,
.conteudo-index h1 {
    color: #fff !important;
    font-size: 44px !important;
    line-height: 47px !important;
}

.conteudo-index p {
    color: #fff;
    line-height: 25px;
    font-size: 13px;
}


/*==================================================Thumbnails==================================================*/

.thumbnails {
    display: inline-block;
    list-style: none;
    list-style-type: none;
}

.thumbnails li {
    float: left;
    width: 240px;
    height: 236px;
    margin: 10px 30px;
    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: #378bc4;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0px;
    margin-top: 0px;
    transition: .3s;
    color: #fff;
}

.thumbnails a {
    text-decoration: none;
    color: white;
}

.thumbnails a:hover {
    text-decoration: none;
}


/*==================================================Sidebar==================================================*/

aside {
    float: left;
    width: 25%;
    margin: 0 0 0 30px;
    text-transform: uppercase;
}

aside h2 a {
    display: block;
    padding: 5px;
    font-size: 15px;
    background: #0b5f99;
    color: #fff;
    text-decoration: none;
}

aside nav {
    list-style: none;
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
    max-height: 700px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: auto;
}

aside nav>ul>li>ul {
    display: none;
}

aside li {
    margin: 5px 0 0 0;
}

aside li a {
    font-size: 12px;
    display: block;
    padding: 5px;
    color: #666;
    transition: all .3s linear;
    text-decoration: none;
    border-left: 2px solid #cccccc;
}

aside nav li a:hover {
    border-left: 2px solid #000;
}

aside h3 {
    color: #fff;
    background: #0b5f99;
    padding: 10px 0;
    margin-bottom: 0;
    text-align: center;
}

aside p {
    background: #eee;
    margin: 0;
    text-align: center;
}

aside strong {
    font-size: 16px;
    line-height: 34px;
    color: #666;
}

aside a {
    text-decoration: none;
}


/*==================================================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;
    transition: all .3s linear;
    min-height: 85px;
    margin: 0 0 2px 0;
    overflow: hidden;
}

.row:hover {
    border-left: 3px solid #666;
}

.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;
    height: auto !important;
}

#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;
    transition: all .3s linear;
    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;
}


/*  Copyright  */

.copyright {
    font-size: 10px;
    color: #666;
}

.copyright a {
    font-size: 10px;
    color: #666;
}


/*==================================================Footer==================================================*/

footer {
    clear: both;
    margin-top: 15px;
    padding: 15px;
    background: #fff;
}

.contact-footer {
    float: left;
    color: #666;
    /* margin-right: 30px; */
}

.contact-footer strong {
    font-size: 18px;
    /* letter-spacing: -1px; */
}

.contact-footer a {
    text-decoration: none;
    color: #666;
    font-size: 12px;
    padding-left: 5px;
}

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;
    color: #666;
}

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: #666;
    font-size: 13px;
    text-decoration: none;
}

footer .menu-footer nav li a:hover {
    color: #d53435;
}

footer .social {
    margin: 15px 0 0 0;
    float: right;
}

footer .social .social-icons:hover {
    opacity: 1;
    background: #FFF;
    color: #378bc4;
}

footer .social .social-icons {
    width: auto;
    border-radius: 10px;
    transition-property: all;
    transition-duration: 0.3s;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 5px;
    float: right;
    font-size: 18px;
    background: #378bc4;
    color: #FFF;
    width: 40px;
    height: 40px;
    text-align: center;
    /* box-shadow: 2px 2px 2px #ccc; */
}

.copyright-footer {
    text-align: left;
    font-size: 10px;
    color: #eee;
    padding: 20px 0;
    background-image: url('<?=$url?>imagens/bg-footer.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100px;
    display: flex;
    align-items: center;
}

.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 {
    width: 80%;
    margin-bottom: 15px;
    padding: 8px 5px;
    border-bottom: solid 1px #CFCFCF;
    font-size: 16px;
    box-sizing: border-box;
}

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% !important;
    }
}

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 #666;
    background: #ffffff;
    padding: 10px 18px;
    color: #666;
    cursor: pointer;
    border-radius: 5px;
    width: 40%;
    max-width: 150px;
    transition: all 300ms ease-in-out;
}

.form .ir:hover {
    background: #d53435;
    color: #ffffff;
    border-color: #d53435;
}

.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: #989898;
    font-size: 11px;
    width: 50%;
}

.contact-form strong {
    color: #888;
    font-size: 14px;
    font-weight: normal;
}


/*==================================================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%;
}

.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 {
    display: block;
    margin: 0 auto;
}


/*========================================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(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 !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(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: #0b5f99;
    background-color: rgba(33, 114, 179, 0.1);
    border-left: 2px solid #378bc4;
    font-weight: bold;
}


/*==========================================================================Tabela==========================================================================*/

.tg {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
}

.tg td {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    color: #000;
}

.tg th {
    font-size: 15px;
    font-weight: normal;
    padding: 0px 0px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
}

.tg2 {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
}

.tg2 td {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    color: #000;
}

.tg2 th {
    font-size: 12px;
    font-weight: normal;
    padding: 10px 114px;
    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% rgb(33, 114, 179);
    text-align: center;
    line-height: 30px;
}

.tabela p {
    text-align: center;
    line-height: normal;
}

.tabela th {
    border: 1px solid #000;
    color: #ffffff;
}

.tabela-conteudo {
    background: none repeat scroll 0% 0% rgb(229, 236, 244);
    padding: 0cm;
}

.busca {
    border: 1px solid;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    border: 2px solid #ddd;
    color: #666;
}

.busca:focus {
    border: 2px solid #378bc4;
}

.barra-busca form {
    position: relative;
}

.barra-busca {
    background-color: #e4e4e4;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    box-sizing: border-box;
}

.barra-busca .btn {
    max-width: 100%;
    position: absolute;
    margin: 0;
    top: 3px;
    right: 3px;
}

.barra-busca input[type="search"] {
    width: 100%;
    box-sizing: border-box;
}

.barra-busca2 form {
    position: relative;
}

.barra-busca2 {
    padding: 10px 0;
    box-sizing: border-box;
}

.barra-busca2 .btn {
    max-width: 100%;
    position: absolute;
    margin: 0;
    top: 1px;
    right: 1px;
    font-size: 14px;
}

.barra-busca2 input[type="search"] {
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
}

.topofixo .barra-busca2 {
    padding: 0;
}


/* ==========================================================================BOTAO TOPO========================================================================== */

#scrollUp {
    box-sizing: content-box !important;
    bottom: 0;
    right: 30px;
    width: 50px;
    height: 45px;
    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-radius: 5px 5px 0 0;
    background-color: #0b5f99;
    -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
}


/*========================================Useful Rules========================================*/

.uc {
    text-transform: uppercase;
}

.bold {
    font-weight: bold;
}

.flex {
    display: flex;
}

.flex-center-v {
    align-items: center;
}

.flex-center-h {
    justify-content: center;
}

.flex-space-between {
    justify-content: space-between;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.form-base {
    background-color: #fff;
    margin: auto;
    color: #666;
    padding: 10px;
    box-sizing: border-box;
    letter-spacing: 0.3px;
}

.form-base input,
.form-base select,
.form-base textarea {
    display: block;
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    margin: 10px 0;
    margin-bottom: 20px;
    border-radius: 3px;
    color: #666;
}

.form-base input:focus {
    background-color: #fff;
    border-color: #378bc4;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(33, 114, 179, 0.1);
}

.form-base input[type=radio],
.form-base input[type=checkbox] {
    width: auto;
    margin: 20px 5px;
    margin-bottom: 30px;
    display: inline-block;
}

.form-base .ir {
    margin: 10px 0;
    transition: .3s;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 3px;
    color: #666;
}

.form-base .ir:hover {
    background: #378bc4;
    color: #fff;
}

.form-base .obrigatorio {
    font-size: 12px;
}

.form-base [class*="col-"] {
    padding: 0;
}

.form-base [class*="col-"]:first-child {
    padding-right: 10px;
}

.form-base [class*="col-"]:last-child {
    padding-left: 10px;
}

@media only screen and (max-width: 768px) {
    .form-base {
        width: 100%;
    }

    .form-base [class*="col-"]:first-child {
        padding-right: 0px;
    }

    .form-base [class*="col-"]:last-child {
        padding-left: 0px;
    }

    .form-base .ir {
        width: 100%;
        max-width: unset;
    }
}


/*====================================== CUSTOM RULES ======================================*/


.idiomas-topo img {
    width: 50px;
    height: 50px;
}

.w-25 {
    width: 25%;
}



.tg-custom {
    width: auto !important;
}

.stick_table {
    position: relative;
}

.stick_table table:first-of-type {
    position: sticky;
    left: 0;
    top: -20px;
    width: 100%;
    background-color: #fff;
    border: 2px solid #2172b3;
}

.max-500 {
    margin: 0 auto;
    display: block;
    max-width: 500px;
}

.max-500-2 {
    margin: 0 auto;
    display: block;
    max-width: 450px;
}

header.fixed {
    position: fixed;
    background: white;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
}

header.fixed .topo {
    display: none;
}

header.fixed .logo img {
    width: 155px;
    color: red;
}

header.fixed .logo {
    margin: 13px 0;
}

header.fixed #menu2 a {
    padding: 28px 15px;
    color: black;
}

header:after {
    content: '';
    position: absolute;
    display: block;
    width: 90%;
    height: 1px;
    background: white;
    bottom: 35px;
    opacity: 0.2;
    margin: 0 auto;
    left: 0;
    right: 0;
}

header #menu2>ul>li>a:after {
    content: '';
    position: absolute;
    display: block;
    width: 56px;
    height: 4px;
    background: #cf3132;
    border-radius: 6px;
    top: 100%;
    transition: 0.3s;
    z-index: 10;
    opacity: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

header #menu2>ul>li:hover>a:after,
header #menu2>ul>li>a.active-menu-topo:after {
    opacity: 1;
}

header #menu2>ul>li:hover>a {
    position: relative;
}

header.fixed:after {
    display: none;
}

header.fixed #menu2>ul>li>a:after {
    bottom: 15px;
    top: unset;
}

header.fixed #menu2 li:hover a {
    color: black;
}

header .right a.social-icons {
    color: white;
    transition: 0.3s;
}

header .right .social-icons i {
    padding-right: 3px;
}

header .right a.social-icons:hover {
    opacity: 0.7;
}

header.fixed .right a.social-icons {
    color: black;
}

header.fixed .right {
    padding: 26px 10px 23px 10px;
}

footer address p {
    padding-left: 30px;
    position: relative;
    color: #666;
}

footer .contact-footer i:before {
    width: 18px;
    height: 18px;
    display: flex;
    color: #666;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid;
    font-size: 12px;
}

footer address p i:before {
    position: absolute;
    left: 0;
    top: 3px;
}

footer a.social-icons {
    border-radius: 50%;
    background: #3a589b;
    color: white;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    transition: 0.3s;
}

footer a.instagram {
    background: #ff0863;
}

footer a.social-icons:hover {
    opacity: 0.7;
}

.custom-flex {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    flex-flow: column;
}

.custom-flex.absolute span {
    text-transform: uppercase;
    color: #1f1f1f;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    width: 200px;
}

.custom-flex {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    flex-flow: column;
}

.custom-flex.absolute span {
    text-transform: uppercase;
    color: #1f1f1f;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    width: 200px;
}

.custom-flex.absolute a {
    width: 200px;
    margin: 10px 0;
    display: flex;
    font-weight: bold;
    justify-content: space-between;
    align-items: center;
    padding: 13px 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #378bc4;
    transition: 0.3s;
}

.custom-flex.absolute a:hover {
    background: #378bc4;
    color: white;
}

.bg-melhores-resultados {
    background-image: url(<?=$url?>imagens/bg-melhores-resultados.jpg);
}

.card-resultados h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 44px;
    margin-bottom: 15px;
    line-height: 47px;
    width: 400px;
    margin-left: 155px;
    color: white;
}

.card-resultados p {
    line-height: 25px;
    margin-bottom: 80px;
    width: 400px;
    margin-left: 155px;
    text-align: justify;
    color: white;
}

.btn-melhores-resultados {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 40px;
}

.btn-melhores-resultados span {
    text-transform: uppercase;
    color: #1f1f1f;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    width: 200px;
}

.btn-melhores-resultados p {
    width: 200px;
    margin: 10px 0;
    display: flex;
    font-weight: bold;
    justify-content: space-between;
    align-items: center;
    padding: 13px 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #378bc4;
    transition: 0.3s;
}

.btn-melhores-resultados a {
    width: 200px;
    margin: 10px 0;
    display: flex;
    font-weight: bold;
    justify-content: space-between;
    align-items: center;
    padding: 13px 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #378bc4;
    transition: 0.3s;
}

.btn-melhores-resultados a:hover {
    background: #378bc4;
    color: white;
}

.title-breadcrumb .wrapper {
    display: flex;
    justify-content: space-between;
    /* flex-flow: row-reverse; */
    align-items: center;
    height: 1px;
}

.grid-produtos img {
    max-height: 200px;
}

.grid-produtos h2 {
    text-align: center;
    text-transform: uppercase;
    color: #1f1f1f;
    font-size: 19px;
    font-weight: 900;
    line-height: 24px;
    transition: 0.3s;
    padding: 10px;
    box-sizing: border-box;
}

.grid-produtos a:hover h2 {
    background: #49a0db;
    color: white;
}

aside.aside-below {
    width: 100%;
    margin: 0;
    float: none;
    clear: both;
    margin-top: 20px;
}

aside.aside-below nav {
    overflow: visible;
}

aside.aside-below li {
    display: inline-block;
    width: auto;
    margin: 5px;
}

aside.aside-below .btn {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 55px 0;
}

aside.aside-below h2 a {
    color: #ffffff;
    background: #378bc4;
    text-align: center;
}

aside.aside-below li a {
    color: black;
    padding-left: 13px;
}

aside.aside-below li a.active-menu-aside {}

aside.aside-below li a:hover,
aside.aside-below li a.active-menu-aside {
    background: rgba(255, 255, 255, 0.25);
    border-color: white;
}

aside.aside-below ul {
    display: flex;
    justify-content: center;
}

h2.default,
span.default {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 32px;
    color: black;
}

.btn-custom {
    width: 200px;
    margin: 10px 0;
    display: flex;
    font-weight: bold;
    justify-content: space-between;
    align-items: center;
    padding: 13px 10px;
    font-size: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #378bc4;
    transition: 0.3s;
}

.btn-custom:hover {
    background: #378bc4;
    color: white;
}

.fone-produtos span {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

span.default {
    margin: 0;
    line-height: normal;
}

.w50 {
    width: 50%;
    float: left;
}

.w60 {
    width: 60%;
    margin: 0 auto;
}

.btn-modal a {
    background: #1d1d1d;
    display: block;
    color: white;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    padding: 7px 10px;
    margin-bottom: 2px;
    margin-right: 15px;
    border-radius: 3px;
    transition: 0.3s;
}

.btn-modal a:hover {
    background: #cf3132;
}

.thumb-produtos a h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    background: #1475ab;
    color: white;
    padding: 10px 5px;
    box-sizing: border-box;
    border-radius: 3px;
    margin-bottom: 0;
}

.thumb-produtos a:hover img {
    border: 1px solid rgba(130, 130, 130, 0.22);
}

.thumb-produtos a img {
    border-radius: 3px;
    transition: 0.3s;
    border-color: transparent;
    height: 200px;
}

.thumb-produtos a h2 * {
    text-align: center;
    font-size: 13px;
}

.thumb-produtos a:hover {
    transform: translateY(-10px);
}

.thumb-produtos a {
    transition: 0.3s;
    width: 100%;
    height: 100%;
    display: block;
}

.fancy-modal-height .grid [class*="col-"]:first-of-type {
    overflow-y: scroll;
    /*height: 455px;*/
}

.max-400 {
    margin: 0 auto;
    display: block;
    max-width: 400px;
}

.tg * {
    text-align: center;
}

.btn-default {
    width: 200px;
    margin: 10px 0;
    display: flex;
    font-weight: bold;
    justify-content: space-between;
    align-items: center;
    padding: 13px 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #378bc4;
    transition: 0.3s;
}

.btn-default:hover {
    background: #378bc4;
    color: white;
}

.break-span span {
    display: block;
    margin-top: 5px;
    font-size: 35px;
    line-height: 36px;
}

.flex-column-reverse {
    flex-flow: column-reverse !important;
}

@media only screen and (max-width: 768px) {

    .conteudo-index h2,
    .conteudo-index h1 {
        font-size: 28px !important;
    }

    .break-span span {
        font-size: 20px;
    }

    header:after {
        display: none;
    }

    footer a.social-icons {
        border-radius: 5px;
        width: 100%;
    }

    aside.aside-below ul {
        flex-flow: column;
    }

    .w50,
    .w60 {
        width: 100%;
    }

    .btn-modal a {
        padding: 7px 10px;
        margin-bottom: 2px;
        margin-right: 0;
    }

    .title-breadcrumb .wrapper {
        display: flex;
        flex-flow: column;
    }

    .custom-flex.absolute {
        position: static;
    }

    .custom-flex.absolute span {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .custom-flex.absolute a {
        width: 100%;
    }
}


/*========================================END CUSTOM========================================*/


/*========================================CSS Mobile========================================*/


/* TABLET */

@media only screen and (min-width:767px) and (max-width: 959px) {
    .wrapper {
        box-sizing: border-box;
        padding: 0 10px;
    }

    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%;
    }

    .gallery li {
        margin: 4px;
    }

    .js .slicknav_menu {
        display: block;
        /* position: fixed; */
        z-index: 11;
        /* width: 100%; */
    }

    .js #menu {
        display: none;
    }

    .js #menu2 {
        display: 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;
    }

    .topofixo {
        position: relative;
    }

    #header-block {
        display: none !important;
    }
}


/* Mobile */

@media only screen and (max-width: 768px) {
    header {
        position: relative;
    }

    [class*="flex-"]:not(.flex-top-icons) {
        flex-flow: column;
    }

    .btn {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .topofixo {
        position: relative;
    }

    .owl-pagination {
        display: none;
    }

    .title-breadcrumb h1 {
        box-sizing: border-box;
        padding: 5px;
        font-size: 30px;
    }

    .title-breadcrumb #breadcrumb {
        float: none;
    }

    header .topo .social {
        display: none;
    }

    .wrapper {
        box-sizing: border-box;
        padding: 0 10px;
    }

    header {
        /* padding-top: 54px; */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        background: #ffffff;
    }

    header .logo a {
        margin: 0 auto;
    }

    header .logo {
        width: 100%;
        display: block;
        text-align: center;
        margin: 10px 0 20px 0;
    }

    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%;
    }

    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;
        box-sizing: border-box;
        height: 127px;
    }

    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: 5px 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 {
        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%;
    }

    .hide-mobile {
        display: none;
    }

    .contact {
        padding: 0;
    }

    .form {
        width: 100%;
    }

    .contact-form {
        float: none;
        width: 100%;
    }

    #header-block {
        display: none !important;
    }
}

#google_translate_element2 {
    display: none !important;
}

#goog-gt-tt {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}


/*=======================================VERSAO MOBILE PARA CELULARES PEQUENOS======================================*/

@media only screen and (max-width:768px) {
    [class*="col-"] {
        width: 100%;
    }

    #slide-show {
        height: 880px !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 StyleChange 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;
}
/* WHATSAPP BUTTON */
.whatsbutton-popup, .whatsbutton-container { z-index: 9999998; }
.whatsbutton-popup { display: none; justify-content: center; align-items: center; position: fixed; font-family: 'Arial', sans-serif; }
.whatsbutton-layer { width: 100%; height: 100%; position: absolute; background: rgba(0, 0, 0, 0.7); z-index: -1; }
.whatsbutton-popup, .whatsbutton-layer { top: 0; left: 0; width: 100%; height: 100%; }
.whatsbutton-form { display: block; min-width: 280px; max-width: 400px; width: 28%; -webkit-animation-name: WhatsFormShow; -webkit-animation-duration: 1s; animation-name: WhatsFormShow; animation-duration: 1s; }
.disabledbutton { user-select: none !important; }
.wb-head, .wb-body { width: 100%; }
.wb-head { height: 16%; min-height: 80px; padding: 1em; background: #009688; border-radius: 10px 10px 0 0; }
.wb-body { display: flex; height: auto; overflow-y: auto; flex-wrap: nowrap; flex-direction: column; background: #e9e9e9; border-radius: 0 0 10px 10px; padding: 1em; }

/* COMPONENTS WB */
.wb-icon { float: left; width: 45px; height: 45px; overflow: hidden; position: relative; line-height: normal; margin-left: .4em }
.wb-icon img { width: 100%; height: 100%; object-fit: cover; object-position: left; }
.wb-info { float: left; display: block; color: #eee; padding-left: .9em; }
.wb-title, .wb-text, .wb-statusOn { clear: both; display: block; }
.wb-title { font-size: .8em; font-weight: bold; }
.wb-text { font-size: .75em; font-weight: normal; margin: .25em 0; }
.wb-statusOn { font-size: .75em; }
.wb-statusOn::before { content: ' '; width: 5px; height: 5px; margin: 6px 3px 0 0; background: #4be726; float: left; border-radius: 50%; }
.wb-label { display: block; font-size: .9em; padding: 6px; border-radius: 4px; width: 100%; height: auto; text-align: center; color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; margin-bottom: .25em; }
.whatsbutton-form-input { margin: .5em 0; }
.box-input { position: relative; float: left; width: 100%; margin-bottom: .5em; }
.box-input .icon, .box-input .wb-input { padding: .6em .4em; height: 45px; }
.box-input .icon { float: left; width: 15%; border-radius: 25px 0 0 25px; background: #fff; display: flex; align-items: center; justify-content: center; }
.box-input .icon::after { color: #b96766; content: "!"; width: 18px; height: 18px; border-radius: 50%; background: #c80000; text-align: center; color: #fff; display: block; position: absolute; font-size: 12px; font-weight: 700; line-height: 18px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); right: 13px; }
.box-input .icon svg { -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg); }
.visibleError::after { opacity: 1 !important; }
.box-input .icon::after { opacity: 0; }
.box-input .wb-input { float: right; width: 85%; border: none; border-radius: 0 25px 25px 0; background: #fff; font-size: .8em }
.whatsbutton-popup .loader { display: none; margin: 1em auto; border: 3px solid #f8f8f8; border-top: 3px solid #009688; border-radius: 50%; width: 30px; height: 30px; animation: spin .5s linear infinite; }
.wb-sendMessage { background: #068377; color: #fff; font-weight: 500; font-size: 14px; line-height: 1.5; color: #fff; border-radius: 25px; background: #3dc15e; align-items: center; padding: 10px; border: none; -webkit-transition: all .4s; -o-transition: all .4s; -moz-transition: all .4s; transition: all .4s; margin: auto; float: none; outline: none; height: auto; display: flex; justify-content: center; align-items: center; margin-top: 1em; }
.wb-buttonClose { position: absolute; top: 2%; right: 1%; background: #009688; color: #fff; padding: 1em 1.35em; border-radius: 50%; cursor: pointer; transition: all .2s ease; }
.wb-buttonClose:hover { filter: brightness(90%); }
.wb-sendMessage:hover { background: #068377 !important; }
.wb-hidded { right: 0% !important; }
.messageAlert-success { display: none; }
.messageAlert-success p { text-align: center; margin: 1em 0; }
.whatsbutton-container { position: fixed; display: block; bottom: 25%; right: -90px; padding: 7px 25px 7px 8px; border-radius: 25px 0 0 25px; background-color: rgba(82.2, 208, 77.3, 0.91); transition: all .2s ease; cursor: pointer; -webkit-animation-name: WhatsButtonShow; -webkit-animation-duration: 1s; animation-name: WhatsButtonShow; animation-duration: 2s; }
.whatsbutton-icon { text-align: left; cursor: pointer; font: initial; box-sizing: border-box; vertical-align: initial; background-image: url(<?=$url?>imagens/icones/whatsapp-button.svg); background-size: 140px; background-repeat: no-repeat; background-position-y: center; width: 40px; height: 40px; display: inline-block; font-size: inherit; text-rendering: auto; margin-right: 0; color: #fff; float: left; }
.whatsbutton-text { float: left; display: flex; flex-direction: column; flex-wrap: wrap; padding-left: 1em; margin: .25em 0; }
.whatsbutton-text span { color: #fff !important; }
.wb-small, .wb-big { font-weight: 400; float: left; width: 100%; color: #fff; }
.wb-small { font-size: .75em; }
.wb-big { font-size: .85em; }
.whatsbutton-container:hover { right: 0; }
.whatsbutton-icon::before { content: '1'; width: 15px; height: 15px; border-radius: 50%; opacity: 0; background-color: red; line-height: 15px; position: absolute; font-size: .65em; font-weight: 700; font-family: Poppins, sans-serif; text-align: center; color: #fff; animation: WhatsButtonPulse .2s forwards; animation-delay: 15s; left: 8px; }
.whatsbutton-icon::after { content: ''; border-radius: 50%; background-color: #00e676; position: absolute; left: 10px; top: 9px; width: 36px; height: 36px; animation: WhatsButtonIcon 1.3s infinite; z-index: -1; }
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
@keyframes WhatsButtonShow {
	0% { margin-right: 100px; opacity: 0 }
}
@keyframes WhatsFormShow {
	0% { margin-left: 20%; opacity: 0 }
}
@keyframes WhatsButtonPulse {
	0% { opacity: 0; transform: translateY(-10px) }
	100% { opacity: 1; transform: translateY(0px) }
}
@keyframes WhatsButtonIcon {
	0% { box-shadow: 0 0 0 0 rgba(0, 230, 118, .8) }
	100% { box-shadow: 0 0 0 25px transparent }
}
@media only screen and (max-width:767px) {
	.wb-buttonClose { display: none; }
}
/* END WHATSAPP BUTTON */

.hide-desk {
    display: none;
}

@media(max-width: 767px) {
    .hide-mobile {
        display: none;
    }

    .tg th {
        padding: 0px 0px;
        font-size: 9px;
    }
}

.img-center {
    width: 30%;
    margin: 0 auto;
    display: block;
}

table {
    justify-content: center;
    /* display: flex; */
    text-align: center;
}

table td {
    border: solid 1px #000;
    text-align: center;
}

table th {
    border: solid 1px #000;
    text-align: center;
    padding: 0 160px;
}

.itens-center {
    align-items: center;
}

.info-table {
    font-style: normal;
    font-size: 14px;
    color: #000;
}

.w-100-mobile {
    width: 500px;
    text-align-last: center;
}

.grid-produtos {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
}

.d-flex-produto {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1024px) {
    .wrapper {
        max-width: 850px;

    }
}

@media (max-width: 768px) {
    .wrapper {
        max-width: 700px;

    }

    .d-flex-produto {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .conteudo-index {
        overflow: hidden;
    }

    

}


