/* ==========================================================================Base styles========================================================================== */
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.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: #758a8d;
}

/*END SCROLL ASIDE*/

/* ==========================================================================Browse Happy prompt========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/*==========================================================================Geral==========================================================================*/
body {
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    color: #444;    /* background: #eee; */
}

h1 {
    color: #758a8d;
    text-decoration: none;
    margin: 20px 0;
    font-size: 3.6rem;
    font-weight: 800;
    line-height: 1.138888889;
}

h2 {
    font-size: 48px;
    text-decoration: none;
    margin: 20px 0;
    color: #000;
    font-size: 3.2rem;
}

h3 {
    font-size: 2.8rem;
    color: #616e70;
    text-decoration: none;
    margin: 15px 0;
}

h4 {
    font-size: 2.4rem;
    color: #616e70;
    text-decoration: none;
    margin: 15px 0;
}

h6 {
    font-size: 1.6rem;
    letter-spacing: 0.03125em;
    text-transform: uppercase;
    color: #616e70;
    text-decoration: none;
    margin: 15px 0;
}

p, li {
    font-size: 18px !important;
    color: #000;
}

a {
    color: #758a8d;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

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

/*==================================================Header==================================================*/
.topofixo {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0px;
}

.topofixo .topo {
    display: none;
}

header {
    margin: 0 auto;
    background: black;
    transition: .2s;
}

header .wrapper {
    max-width: 1260px;
}

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

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

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

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

/*==================================================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;     
}

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: 100%;
    left: 0;
    margin: 0;
    height: auto;
    width: 230px;
    z-index: 7;
    background: #2172b3;
    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: rgba(0, 0, 0, .2);
    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: #2172b3;
    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: rgba(0, 0, 0, .2);
    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;
    margin: 29px 0;
}

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

header #menu2 a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 8px 10px;
    text-align: center;
    transition: all .3s linear;       
}

header #menu2 a.active-menu-topo {
    color: #758a8d !important;
}

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

header #menu2 .dropdown [class*="sub-menu"] {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    max-height: 400px;
    height: auto;
    width: 240px;
    z-index: 7;
    background: #616e70;
    box-sizing: border-box;
    padding: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}

header #menu2 .dropdown [class*="sub-menu-info"] {
    overflow-x: hidden;
    overflow-y: scroll;
    box-sizing: border-box;
    height: 400px;
}

header #menu2 .dropdown:hover [class*="sub-menu"] {
    display: block;
}

header #menu2 .dropdown:hover [class*="sub-menu"] li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

header #menu2 .dropdown:hover [class*="sub-menu"] li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
    padding: 5px;
    text-align: left;
    text-decoration: none;
    color: #fff;
    height: auto;
}

header #menu2 .dropdown:hover [class*="sub-menu"] li a:hover, header #menu2 .dropdown:hover [class*="sub-menu"] li a.active-menu-topo {
    background: rgba(0, 0, 0, .2) !important;
    color: #fff !important;
}

header #menu2 .dropdown ul li.dropdown [class*="sub-menu"] {
    display: none;
    position: absolute;
    top: 22px;
    right: 100%;
    margin: 0;
    height: auto;
    width: 190px;
    z-index: 7;
}

header #menu2 .dropdown ul li.dropdown:hover [class*="sub-menu"] {
    display: block;
}

/*==================================================Content==================================================*/

/*================================================== TIMELINE ===============================================*/

.timeline {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.timeline::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    border-width: 1px;
    border-style: dotted;
    border-color: #2172b3;
}

.timeline__header {
    position: relative;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    margin-bottom: 50px;
    z-index: 9
}

.timeline__header::before {
    content: '';
    position: absolute;
    height: 0;
    top: 100%;
    left: 50%;
    z-index: 1;
    border: medium solid #2172b3;
    border-width: 10px 10px 0px 10px;
    border-color: #2172b3 transparent transparent transparent;
    transform: translateX(-50%);
}

.timeline__header__content {
    background: white;
    border: 1px solid #2172b3;
    box-sizing: border-box;
    padding: 0 10px;
    border-radius: 5px;
    transition: all 300ms;
}

.timeline__header__content::after {
    content: '';
    position: absolute;
    top: 130%;
    left: 50%;
    background: #2172b3;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.timeline__header__content:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5)
}

.timeline__container {
    position: relative;
    width: 50%
}

.timeline__container::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -5px;
    background: #2172b3;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.timeline__left p, .timeline__left h2, .timeline__left h3, .timeline__left h4, .timeline__left h5, .timeline__left h6 {
    text-align: right
}

.timeline__left {
    left: 0;
    padding: 10px 40px;
    box-sizing: border-box
}

.timeline__right {
    left: 50%;
    padding: 10px 40px;
    box-sizing: border-box
}

.timeline__right::before {
    content: '';
    position: absolute;
    height: 0;
    top: 50%;
    left: 30px;
    z-index: 1;
    border: medium solid #2172b3;
    border-width: 10px 10px 10px 0;
    border-color: transparent #2172b3 transparent transparent;
    transform: translateY(-50%);
}

.timeline__left::before {
    content: '';
    position: absolute;
    height: 0;
    top: 50%;
    right: 30px;
    z-index: 1;
    border: medium solid #2172b3;
    border-width: 10px 0px 10px 10px;
    border-color: transparent transparent transparent #2172b3;
    transform: translateY(-50%);
}

.timeline__right::after {
    left: -5px
}

.timeline__content {
    background: white;
    border: 1px solid #2172b3;
    box-sizing: border-box;
    padding: 0 10px;
    border-radius: 5px;
    transition: all 300ms;
}

.timeline__content:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5)
}

.timeline__footer {
    position: relative;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    margin-top: 50px;
    z-index: 9
}

.timeline__footer::before {
    content: '';
    position: absolute;
    height: 0;
    bottom: 100%;
    left: 50%;
    z-index: 1;
    border: medium solid #2172b3;
    border-width: 0px 10px 10px 10px;
    border-color: transparent transparent #2172b3 transparent;
    transform: translateX(-50%);
}

.timeline__footer__content:after {
    content: '';
    position: absolute;
    bottom: 130%;
    left: 50%;
    background: #2172b3;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.timeline__footer__content {
    background: white;
    border: 1px solid #2172b3;
    box-sizing: border-box;
    padding: 0 10px;
    transition: all 300ms;
    border-radius: 5px;
}

.timeline__footer__content p, .timeline__footer__content h2, .timeline__footer__content h3, .timeline__footer__content h4, .timeline__footer__content h5, .timeline__footer__content h6, .timeline__footer__content img, .timeline__header__content p, .timeline__header__content h2, .timeline__header__content h3, .timeline__header__content h4, .timeline__header__content h5, .timeline__header__content h6, .timeline__header__content img {
    text-align: center
}

.timeline__footer__content:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5)
}

@media only screen and (max-width:767px) {
    .timeline::after {
        left: 10px
    }

    .timeline__container {
        width: 100%
    }

    .timeline__container::before, .timeline__header::before, .timeline__footer::before {
        left: 30px;
        right: unset;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent #f99d1c transparent transparent
    }

    .timeline__header::before {
        top: 50%;
        transform: translateY(-50%)
    }

    .timeline__container::after {
        left: -5px;
        right: unset
    }

    .timeline__header__content::after {
        top: 50%;
        left: -5px;
        transform: translateY(-50%)
    }

    .timeline__footer, .timeline__header {
        margin: 10px 0;
        left: 10px
    }

    .timeline__footer::before {
        top: 50%;
        left: 30px;
        transform: translateY(-50%)
    }

    .timeline__footer__content::after {
        top: 50%;
        left: -5px;
        transform: translateY(-50%)
    }

    .timeline__left p, .timeline__left h2, .timeline__left h3, .timeline__left h4, .timeline__left h5, .timeline__left h6, .timeline__footer__content p, .timeline__footer__content h2, .timeline__footer__content h3, .timeline__footer__content h4, .timeline__footer__content h5, .timeline__footer__content h6, .timeline__header__content p, .timeline__header__content h2, .timeline__header__content h3, .timeline__header__content h4, .timeline__header__content h5, .timeline__header__content h6 {
        text-align: left
    }

    .timeline__left, .timeline__right, .timeline__header {
        left: 10px
    }

    .timeline__right {
        left: 10px
    }

}

/*==================================================FIM TIMELINE============================================ */
.wrapper {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.content {

    /* padding:0 15px; */
}

section {
    float: left;
    width: 100%;
    padding: 0;
    min-height: 64vh;
}

section p, section ul li {
    font-size: 14px;        /* text-align: justify; */
}

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

article p {
    line-height: 1.5;
    margin: 0 0 1em 0;
}

article strong {
    font-weight: normal;
}

article.full {
    width: 100%;
}

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

.title-breadcrumb {
    background: #2172b3;
    box-sizing: border-box;
    padding: 200px 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: 5px 0;
    line-height: 1.5em;        /*font-size: 14px;*/
}

.list.list-2x {
    font-size: 24px;
}

.list.list-2x li {
    color: #000;
    font-size: 1em;
}

.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: #758a8d;
    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: #000;
    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: url(<?=$url?>imagens/servicos-inspesolda.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
} */
.depoimentos {
    margin: 0 auto;
    max-width: 38.8em;
    padding: 100px 0;
}

.depoimentos h2, .depoimentos h1 {
    color: #fff;
    font-size: 2.5em;
    margin: 0;
    margin-bottom: 1em;
    letter-spacing: -2px;
}

.depoimentos p {
    color: #fff;
    margin: 0 0 1em 0;
    font-size: 1.4em !important;
    font-family: serif;
    line-height: 1.3em;
    font-weight: 600;
    text-align: start;
}

@media only screen and (max-width:768px) {
    .depoimentos {
        padding: 50px 20px;
    }

}

/*==================================================Thumbnails==================================================*/
.thumbnails {
    display: inline-block;
    list-style: none;
    list-style-type: none;
}

.thumbnails li {
    float: left;
    width: 250px;        /* height: 236px; */
    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: 275px;
    object-fit: cover;
    transition: .3s;
}

.thumbnails h2 {
    font-size: 10px;
    background: #72888a;
    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;
}

/* ################################# MODELO 15 ################################# */
.thumbnails-mod15 {
    display: inline-block;
    list-style: none;
    list-style-type: none;
    margin: 0 auto;
    width: 100%;
}

.thumbnails-mod15 li {
    float: left;
    width: 200px;
    height: 250px;
    margin: 10px 50px;
    text-align: center;
    text-transform: uppercase;
    transition: .3s;
}

.thumbnails-mod15 li:hover img {
    opacity: 0.9;
    transform: scale(1.05);
}

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

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

.thumbnails-mod15 h2 {
    font-size: 10px;        /* background: #202020; */
    height: 20px;
    padding: 10px 0px;
    margin-top: 0px;
    border: 0;
}

.thumbnails-mod15 a {
    text-decoration: none;
    color: #000000;
    letter-spacing: 2px;
    font-size: 13px;
}

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

@media only screen and (max-width:765px) {
    .thumbnails-mod15 {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

    .thumbnails-mod15 li {
        margin: 20px auto;
        float: none;
    }

}

/* ################################# FIM MODELO 15 ################################# */
.thumnails-full {
    display: block;
    list-style: none;
    list-style-type: none;
    margin: 0 auto;
    width: 100%;
}

.thumbnails-full li {
    width: 100%;
    height: 276px;
    text-align: center;
    text-transform: uppercase;
    transition: .3s;
}

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

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

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

.thumbnails-full h2 {
    font-size: 10px;
    background: #72888a;
    align-items: center;
    padding: 15px 0px;
    transition: .3s;
    color: #fff;
    position: relative;
    bottom: 175px;
}

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

.thumbnails-full 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: #758a8d;
    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: #758a8d;
    padding: 10px 0;
    margin-bottom: 0;
    text-align: center;
}

aside p {
    line-height: 1.5;
    margin: 0 0 1em 0;
    background: #eee;
    text-align: center;
}

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

aside a {
    text-decoration: none;
}

/*==================================================Aside Full bottom===========================================*/
aside.aside-full {
    float: left;
    width: 100%;
    margin: 0 0 0 0px;
    text-transform: uppercase;
}

aside.aside-full nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

aside.aside-full h2 a {
    display: block;
    padding: 5px;
    font-size: 15px;
    background: #0ca9e3;
    color: #fff;
    text-decoration: none;
}

aside.aside-full nav {
    list-style: none;
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
    max-height: 210px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: auto;
}

aside.aside-full nav>ul>li>ul {
    display: none;
}

aside.aside-full li {
    margin: 5px 0 0 0;
}

aside.aside-full li a {
    font-size: 12px;
    display: block;
    padding: 5px;
    color: #666;
    transition: all .3s linear;
    text-decoration: none;
    border-left: 2px solid #cccccc;
}

aside.aside-full nav li a:hover {
    border-left: 2px solid #000;
}

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

aside.aside-full p {
    background: #eee;
    text-align: center;
    line-height: 1.5;
    margin: 0 0 1em 0;
}

aside.aside-full strong {
    font-size: 16px;
    line-height: 34px;
    color: #666;
}

aside.aside-full a {
    text-decoration: none;
}

.g-recaptcha {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

/* *** INCLUDES MPI *** */

/* SAIBA MAIS */
.more {
    margin-bottom: 20px;
}

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

/* GALLERY */
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 10px;
}

.gallery li {
    border-radius: 3px;
    overflow: hidden;
}

.gallery li img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

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

/* 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(../imagens/icones/tweet.png) no-repeat 0 0;
}

.bt-twitter:hover {
    background-position: 0px -20px;
}

/* PAGINAS RELACIONADAS */
.related-posting-title {
    font-size: 22px;
}

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

.related-posting .row {
    clear: both;
    display: block;
    background: #eee;
    border-left: 3px solid #28a745;
    padding: 10px 20px;
    transition: all .3s linear;
    min-height: 85px;
    margin: 0 0 2px 0;
    overflow: hidden;
}

.related-posting .row:hover {
    border-color: #000;
}

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

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

.related-posting .row a {
    color: #000;
    text-decoration: none;
}

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

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

/* ORGANICTABS REGIOES */
.organictabs--regioes {
    margin: 10px 0;
}

.organictabs--regioes .organictabs__menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.organictabs--regioes.brasil .organictabs__menu {
    grid-template-columns: repeat(auto-fit, minmax(35px, 1fr));
}

.organictabs--regioes .organictabs__menu span {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ccc;
    color: #fff;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.organictabs--regioes.brasil .organictabs__menu span {
    height: 40px;
    font-size: 10px;
    font-weight: bold;
}

.organictabs--regioes .organictabs__menu span.active-tab {
    background-color: #eee;
    color: #000;
}

.organictabs--regioes .organictabs__content {
    padding: 20px;
    background-color: #eee;
    overflow: hidden;
    padding: 10px;
}

.organictabs--regioes .organictabs__content ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 7px;
}

.organictabs--regioes .organictabs__content ul li {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}

/* COPYRIGHT */
.copyright {
    font-size: 10px;
    color: #999;
    margin-bottom: 15px;
}

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

/* *** END INCLUDES MPI *** */

/*==================================================Footer==================================================*/

footer {
    clear: both;
    padding: 15px;
    background: #758a8d;
}

.contact-footer {

    /* float: left; */
    color: #eee;        /* margin-right: 30px; */
}

.contact-footer strong {
    font-size: 18px;        /* letter-spacing: -1px; */
}

.contact-footer a {
    text-decoration: none;
    color: #fff;
    line-height: 25px;
}

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

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

footer .menu-footer {
    text-align: center;
    margin-bottom: 20px;
}

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

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

footer .menu-footer nav li:last-of-type {
    padding: 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: 15px 0 0 0;        /* float: right; */
    text-align: center;
}

footer .social .social-icons:hover {
    opacity: 1;
    background: #FFF;
    color: #2172b3;
}

footer .social .social-icons {
    width: auto;        /* border-radius: 10px; */
    transition-property: all;
    transition-duration: 0.3s;
    padding: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;        /* float: right; */
    font-size: 18px;        /* background: #2172b3; */
    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: 10px 0;
    background: #000000;
}

.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: 10px 0 4px 0;
    padding: 8px 5px;
    border: 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%;
    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: #2ecc71;
    color: #ffffff;
    border-color: #2ecc71;
}

.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: 13px;
    width: 50%;
}

.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%;
}

.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-aside {
    color: #758a8d;
    background-color: rgb(0 0 0 / 29%);
    border-left: 2px solid #758a8d;
    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: #000;
}

.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% 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 #2172b3;
}

.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;
}

/* SCROLL UP BUTTON */
#scrollUp {
    position: fixed;
    bottom: -100px;
    right: 0.8em;
    z-index: 9999;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 5px 0 0;
    background-color: #000;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

#scrollUp:after {
    content: '\f077';
    font: 18px/normal FontAwesome;
    color: #fff;
}

#scrollUp.is-active {
    -webkit-transition: .5s;
    transition: .5s;
    bottom: 0;
    opacity: 1;
}

/*========================================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;
}

.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: #2172b3;
    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: #2172b3;
    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:765px) {
    .form-base {
        width: 100%;
    }

    aside.aside-full nav ul {
        grid-template-columns: 1fr;
    }

    .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=======================================*/
.quick-view-container {
    background: rgba(10, 10, 10, .85);
}

.quick-view-content {
    bottom: 0;
    height: calc(100% - 40px);
    left: 0;
    margin: auto;
    max-height: 650px;
    max-width: 980px;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 40px);
}

.quick-view-carousel {
    background: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 57%;
}

.quick-view-carousel .fancybox-stage {
    bottom: 30px;
}

.quick-view-aside {
    background: #fff;
    bottom: 30px;
    color: #777;
    left: auto;
    padding: 50px 0 30px 0;
    position: absolute;
    right: 0;
    top: 30px;
    width: 43%;
}

.quick-view-aside::before, .quick-view-aside::after {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
}

.quick-view-aside::before {
    background: #f4f4f4;
    width: 8px;
}

.quick-view-aside::after {
    background: #e9e9e9;
    width: 1px;
}

.quick-view-aside>div {
    height: 100%;
    overflow: auto;
    padding: 5vh 30px 0 30px;
    text-align: center;
}

.quick-view-aside>div>p {
    font-size: 90%;
}

.quick-view-close {
    background: #f0f0f0;
    border: 0;
    color: #222;
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    height: 44px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -99999px;
    top: 30px;
    transition: all .2s;
    width: 44px;
}

.quick-view-close:hover {
    background: #e4e4e4;
}

.quick-view-close::before, .quick-view-close::after {
    background-color: #222;
    content: '';
    height: 18px;
    left: 22px;
    position: absolute;
    top: 12px;
    width: 1px;
}

.quick-view-close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.quick-view-close:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.quick-view-bullets {
    bottom: 0;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-align: center;
    width: 100%;
    z-index: 99999;
}

.quick-view-bullets li {
    display: inline-block;
    vertical-align: top;
}

.quick-view-bullets li a {
    display: block;
    height: 30px;
    position: relative;
    width: 20px;
}

.quick-view-bullets li a span {
    background: #d4d2d2;
    border-radius: 99px;
    height: 10px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    text-indent: -99999px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
}

.quick-view-bullets li.active a span {
    background: #2172b3;
}

img.inspecao {
    height: 100%;
}

.conteudo-treinamento {
    background: url(<?=$url?>imagens/expertise/bg-treinamento.jpg);
    padding: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.conteudo-treinamento h2, .conteudo-treinamento h1 {
    color: #fff;
}

.conteudo-treinamento p {
    color: #fff;
}

.conteudo-treinamento2 {
    background: url(<?=$url?>imagens/expertise/bg-treinamento2.jpg);
    padding: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.conteudo-treinamento2 h2, .conteudo-treinamento2 h1 {
    color: #fff;
}

.conteudo-treinamento2 p {
    color: #fff;
}

.conteudo-suporte2 {
    background: url(<?=$url?>imagens/expertise/bg-suporte2.jpg);
    padding: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.conteudo-suporte2 h2, .conteudo-suporte2 h1 {
    color: #fff;
}

.conteudo-suporte2 p {
    color: #fff;
}

.conteudo-suporte {
    background: url(<?=$url?>imagens/expertise/bg-suporte.jpg);
    padding: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.conteudo-suporte h2, .conteudo-suporte h1 {
    color: #fff;
}

.conteudo-suporte p {
    color: #fff;
}

.conteudo-engenharia {
    background: url(<?=$url?>imagens/expertise/bg-engenharia.jpg);
    padding: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.conteudo-engenharia h2, .conteudo-engenharia h1 {
    color: #fff;
}

.conteudo-engenharia p {
    color: #fff;
}

.conteudo-engenharia2 {
    background: url(<?=$url?>imagens/expertise/bg-engenharia2.jpg);
    padding: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.conteudo-engenharia2 h2, .conteudo-engenharia2 h1 {
    color: #fff;
}

.conteudo-engenharia2 p {
    color: #fff;
}

/* .conteudo-inspecao {
background: url(<?=$url?>imagens/expertise/bg-inspecao.jpg);
padding: 16px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
} */

/* .conteudo-inspecao h2,
.conteudo-inspecao h1 {
color: #fff;
} */

/* .conteudo-inspecao p {
color: #fff;
} */

/* .conteudo-consultoria {
background: url(<?=$url?>imagens/expertise/bg-consultoria.jpg);
padding: 16px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
} */

/* .conteudo-consultoria h2,
.conteudo-consultoria h1 {
color: #fff;
} */

/* .conteudo-consultoria p {
color: #fff;
} */

/* .conteudo-consultoria2 {
background: url(<?=$url?>imagens/expertise/bg-consultoria2.jpg);
padding: 16px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}

.conteudo-consultoria2 h2,
.conteudo-consultoria2 h1 {
color: #fff;
}

.conteudo-consultoria2 p {
color: #fff;
} */

/* .conteudo-qualificacao {
background: url(<?=$url?>imagens/expertise/bg-qualificacao.jpg);
padding: 16px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
} */

/* .conteudo-qualificacao h2,
.conteudo-qualificacao h1 {
color: #fff;
} */

/* .conteudo-qualificacao p {
color: #fff;
} */

/* .conteudo-qualificacao2 {
background: url(<?=$url?>imagens/expertise/bg-qualificacao2.jpg);
padding: 16px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
} */

/* .conteudo-qualificacao2 h2,
.conteudo-qualificacao2 h1 {
color: #fff;
} */

/* .conteudo-qualificacao2 p {
color: #fff;
} */

/* .conteudo-inspecao2 {
background: url(<?=$url?>imagens/expertise/bg-inspecao2.jpg);
box-sizing: border-box;
padding: 10px 0px;
} */

/* .conteudo-inspecao2 h2,
.conteudo-inspecao2 h1 {
color: #fff;
} */

/* .conteudo-inspecao2 p {
color: #fff;
} */

table.tg.custom tr {
    border: none;
}

table.tg.custom th {
    border: none;
}

table.tg.custom td {
    border: none;
}

table.tg.custom td {
    text-align: left;
}

table.tg.custom {
    text-align: left;
}

table.tg.custom {
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
}

aside.custom {
    width: 100%;
}

aside.custom li {
    width: 33%;
    display: inline-block;
}

.sobre .title-breadcrumb {
    padding: 200px;
    background: url(<?=$url?>imagens/banner-sobre.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.expertise .title-breadcrumb {
    padding: 200px;
    background: url(<?=$url?>imagens/banner-expertise.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.inspecao .title-breadcrumb {
    padding: 200px;
    background: url(<?=$url?>imagens/banner-inspecao.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.qualificacao .title-breadcrumb {
    padding: 200px;
    background: url(<?=$url?>imagens/banner-qualificacao.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.consultoria .title-breadcrumb {
    padding: 200px;
    background: url(<?=$url?>imagens/banner-consultoria.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.engenharia .title-breadcrumb {
    padding: 200px;
    background: url(<?=$url?>imagens/banner-engenharia.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.suporte .title-breadcrumb {
    padding: 200px;
    background: url(<?=$url?>imagens/banner-suporte.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.treinamento .title-breadcrumb {
    padding: 200px;
    background: url(<?=$url?>imagens/banner-treinamento.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.servicos .title-breadcrumb {
    padding: 200px;
    background: url(<?=$url?>imagens/banner-servicos.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.portfolio .title-breadcrumb {
    padding: 200px;
    background: url(<?=$url?>imagens/banner-portfolio.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* "BS" CORE (WIP) */

/* Margin sizes */

.m-0 {
    margin: 0;
}

.m-1 {
    margin: .25rem;
}

.m-2 {
    margin: .50rem;
}

.m-3 {
    margin: .75rem;
}

.m-4 {
    margin: 1rem;
}

.m-5 {
    margin: 1.25rem;
}

.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
}

.mx-2 {
    margin-left: .50rem;
    margin-right: .50rem;
}

.mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
}

.my-2 {
    margin-top: .50rem;
    margin-bottom: .50rem;
}

.my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: .25rem;
}

.mt-2 {
    margin-top: .50rem;
}

.mt-3 {
    margin-top: .75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: .25rem;
}

.mb-2 {
    margin-bottom: .50rem;
}

.mb-3 {
    margin-bottom: .75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.ml-0 {
    margin-left: 0;
}

.ml-1 {
    margin-left: .25rem;
}

.ml-2 {
    margin-left: .50rem;
}

.ml-3 {
    margin-left: .75rem;
}

.ml-4 {
    margin-left: 1rem;
}

.ml-5 {
    margin-left: 1.25rem;
}

.mr-0 {
    margin-right: 0;
}

.mr-1 {
    margin-right: .25rem;
}

.mr-2 {
    margin-right: .50rem;
}

.mr-3 {
    margin-right: .75rem;
}

.mr-4 {
    margin-right: 1rem;
}

.mr-5 {
    margin-right: 1.25rem;
}

/* Padding sizes */
.p-0 {
    padding: 0;
}

.p-1 {
    padding: .25rem;
}

.p-2 {
    padding: .50rem;
}

.p-3 {
    padding: .75rem;
}

.p-4 {
    padding: 1rem;
}

.p-5 {
    padding: 1.25rem;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
}

.px-2 {
    padding-left: .50rem;
    padding-right: .50rem;
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.py-2 {
    padding-top: .50rem;
    padding-bottom: .50rem;
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.pt-0 {
    padding-top: 0;
}

.pt-1 {
    padding-top: .25rem;
}

.pt-2 {
    padding-top: .50rem;
}

.pt-3 {
    padding-top: .75rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pt-5 {
    padding-top: 1.25rem;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-1 {
    padding-bottom: .25rem;
}

.pb-2 {
    padding-bottom: .50rem;
}

.pb-3 {
    padding-bottom: .75rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pl-0 {
    padding-left: 0;
}

.pl-1 {
    padding-left: .25rem;
}

.pl-2 {
    padding-left: .50rem;
}

.pl-3 {
    padding-left: .75rem;
}

.pl-4 {
    padding-left: 1rem;
}

.pl-5 {
    padding-left: 1.25rem;
}

.pr-0 {
    padding-right: 0;
}

.pr-1 {
    padding-right: .25rem;
}

.pr-2 {
    padding-right: .50rem;
}

.pr-3 {
    padding-right: .75rem;
}

.pr-4 {
    padding-right: 1rem;
}

.pr-5 {
    padding-right: 1.25rem;
}

/* Sizes */
.w-100 {
    width: 100%;
}

.mw-100 {
    max-width: 100%;
}

.h-100 {
    height: 100%;
}

.mh-100 {
    max-height: 100%;
}

.w-75 {
    width: 75%;
}

.mw-75 {
    max-width: 75%;
}

.h-75 {
    height: 75%;
}

.mh-75 {
    max-height: 75%;
}

.w-50 {
    width: 50%;
}

.mw-50 {
    max-width: 50%;
}

.h-50 {
    height: 50%;
}

.mh-50 {
    max-height: 50%;
}

.w-25 {
    width: 25%;
}

.mw-25 {
    max-width: 25%;
}

.h-25 {
    height: 25%;
}

.mh-25 {
    max-height: 25%;
}

.w-0 {
    width: 0%;
}

.mw-0 {
    max-width: 0%;
}

.h-0 {
    height: 0%;
}

.mh-0 {
    max-height: 0%;
}

/* Font sizes */
.large {
    font-size: large;
}

.larger {
    font-size: larger;
}

.x-large {
    font-size: x-large;
}

.xx-large {
    font-size: xx-large;
}

.medium {
    font-size: medium;
}

.small {
    font-size: small;
}

.smaller {
    font-size: smaller;
}

.x-small {
    font-size: x-small;
}

.xx-small {
    font-size: xx-small;
}

.font-weight-normal {
    font-weight: normal;
}

.font-weight-bold {
    font-weight: bold;
}

.display-1 {
    font-size: 6rem;
}

.display-2 {
    font-size: 5.5rem;
}

.display-3 {
    font-size: 4.5rem;
}

.display-4 {
    font-size: 3.5rem;
}

.h1 {
    font-size: 2.5rem;
}

.h2 {
    font-size: 2rem;
}

.h3 {
    font-size: 1.75rem;
}

.h4 {
    font-size: 1.5rem;
}

.h5 {
    font-size: 1.25rem;
}

.h6 {
    font-size: 1rem;
}

/* Text */
.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

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

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

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

.text-justify {

    /* text-align: justify; */
}

/* Display */
.d-none {
    display: none;
}

.d-inline {
    display: inline;
}

.d-inline-block {
    display: inline-block;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table;
}

.d-table-cell {
    display: table-cell;
}

.d-table-row {
    display: table-row;
}

.d-flex {
    display: flex;
}

.d-inline-flex {
    display: inline-flex;
}

/* Horizontal Flex */
.justify-content-center {
    justify-content: center;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

/* Vertical Flex */
.align-items-center {
    align-items: center;
}

.align-items-start {
    align-items: flex-start;
}

.align-items-end {
    align-items: flex-end;
}

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

/* Float */
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-none {
    float: none;
}

/* Position */
.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.position-fixed {
    position: fixed;
}

.t-0 {
    top: 0;
}

.b-0 {
    bottom: 0;
}

.l-0 {
    left: 0;
}

.r-0 {
    right: 0;
}

.t-50 {
    top: 50%;
}

.b-50 {
    bottom: 50%;
}

.l-50 {
    left: 50%;
}

.r-50 {
    right: 50%;
}

/* Responsive images */
.img-fluid {
    max-width: 100%;
    height: auto;
}

/* Colors */
.text-dark {
    color: #343a40;
}

.text-light {
    color: #f8f9fa;
}

/* Image */
.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

/* Border radius */
.rounded {
    border-radius: .25rem !important;
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

/* Borders */
.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

/* Clearfix */
.clearfix {
    overflow: auto;
}

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

.flex-wrap {
    flex-wrap: wrap;
}

.object-fit-cover {
    object-fit: cover;
}

.object-fit-contain {
    object-fit: contain;
}

/* PLACE YOUR CSS HERE IN THE NAME OF CRUZ */
.column-count-2 {
    column-count: 2;
}

@media only screen and (max-width:765px) {
    [class*='column-count-'] {
        column-count: 1;
    }

}

/* LAZY LOAD VIDEO */

[data-video] {
    cursor: pointer;
    position: relative;
}

.ytvideo[data-video]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.ytvideo[data-video]::after {
    content: "\f16a";
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 70px;
    color: #333;
    text-shadow: 0px 0px 50px white;
    transition: all 150ms;
}

[data-video]:hover::after {
    color: red;
}

.topohome header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.topohome #menu2>ul>li>a {
    color: #fff;
}

.topohome .topofixo #menu2>ul>li>a {
    color: #fff;
}

.topohome .topofixo {
    background-color: #000;
}

.topohome #header-block {
    display: none !important;
}

.cd-btn {
    background-color: transparent !important;
    border: solid 2px #fff !important;
    color: #fff !important;
}

header #menu2>ul>li>a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.sobrenos {
    color: #6D6D6D;
    font-size: 48px;
    font-weight: 700;
}

.sobrenos-redondo {
    color: #239BA8;
    background: #24272D;
    border-radius: 50%;
    margin: auto;
    font-size: 23px !important;
    display: flex !important;
    width: fit-content;
    padding: 11px;
}

.subtitulo-sobrenos {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    font-style: italic;
}

.btn-sobrenos {
    background: #14828E;
    border-radius: 0;
    font-weight: 700;
    font-size: 17px;
}

.titulo-II {
    color: #000;
    font-size: 40px;
    font-weight: 700;
}

.text-sobrenos {
    font-size: 26px;
    color: #000;
    text-align: left;
}

.hr-sobrenos {
    color: #6d6d6d;
    position: relative;
}

.hr-sobrenos:before, .hr-sobrenos:after {
    left: calc(50% - .5rem);
}

.hr-sobrenos:before, .hr-sobrenos:after {
    background: currentColor;
    content: "";
    display: flex;
    height: 1.6rem;
    position: absolute;
    top: calc(50% - .8rem);
    transform: rotate(22.5deg);
    width: .1rem;
    color: #6d6d6d;
}

.missao-sobre {
    background-color: #6D6D6D;
    color: #fff;
    padding: 15px 62px;
    font-size: 26px;
}

.missao-sobre p {
    font-size: 26px;
    color: #fff;
    text-align: center;
}

.visao-sobre {
    background: #14828E;
    padding: 15px 62px;
}

.visao-sobre p {
    font-size: 26px;
    color: #fff;
    text-align: center;
}

.valores-sobre {
    background: #fff;
    padding: 15px 62px;
}

.valores-sobre ul {
    color: #000;
}

.valores-sobre ul li {
    font-size: 20px;
    text-align: left;
}

.sobre-paixao {
    background: url(<?=$url?>imagens/sobre-inspesolda.jpg);
    padding: 21px;
    background-size: cover;
    background-position: center;
}

.sobre-paixao h2 {
    font-size: 42px;
    color: #fff;
    text-align: center;
}

.sobre-paixao h3, .sobre-paixao p {
    font-size: 32px;
    color: #fff;
    text-align: center;
}

.text-sobrenos-II {
    color: #000;
    font-size: 26px;
    text-align: left;
    letter-spacing: normal;
    font-weight: normal;
}

.titulo-III {
    color: #000;
    font-size: 32px;
    font-weight: 700;
}

.sobre-list li {
    color: #000;
    font-size: 21px;
}

.sobre-compromisso {
    background: url(<?=$url?>imagens/sobre-inspesolda-2.jpg);
    padding: 15px 70px;
    display: flex;
}

.sobre-compromisso h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.sobre-compromisso p {
    color: #fff;
    font-size: 27px;
}

.sobre-compromisso img {
    margin: auto;
}

.privacidade {
    display: flex;
    flex-direction: column;
}

.privacidade h2 {
    color: #000;
}

.privacidade img {
    width: 300px;
    margin: auto;
}

.privacidade p {
    color: #000;
    font-size: 21px;
}

.link-privacidade {
    text-align: center;
    margin: 3px 0;
    width: 100%;
}

.expertise li {
    width: 45%;
}

.text-depoimento {
    border-left: #14828E solid 1px;
    padding-left: 10px;
}

.galeria-expertise img {
    margin: auto;
}

.glossario {
    background: url(<?=$url?>imagens/glossario-soldagem.jpg);
}

.menu-mobile {
    display: none;
}

.menu-mobile .logo-mobile {
    flex: 1;
    text-align: center;
}

.menu-mobile .fa-align-justify {
    margin: 5px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, .3);
    padding: 5px;
    font-size: 2em;
    border-radius: 4px;
}

.menutop-itens ul li {
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.menutop-itens ul li ul {
    margin: 0;
}

.menu-mobile-menu {
    margin-left: auto;
}

/* EXTRA SMALL DEVICE */
@media only screen and (max-width: 420px) {
    .menu-mobile {
        flex-direction: column;
        justify-content: center;
        gap: 1em;
    }   
}

details {
    display: block;
    width: 100%;
    margin: 10px 0;
}

summary {
    display: block;
    background: #758a8d;
    color: white;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
    font-weight: bold;
}

summary::-webkit-details-marker {
    color: #FF0000;
    background: #FFFFFF;
}

details[open] summary::-webkit-details-marker {
    color: #0000FF;
    background: #00FFFF;
}

summary::-webkit-details-marker {
    display: none
}

.btn-full {
    width: 100%;
    text-align: center;
}

summary:after {
    content: "+";
    color: #FFFFFF;
    float: left;
    font-size: 1.5em;
    font-weight: bold;
    margin: -5px 5px 0 0;
    padding: 0;
    text-align: center;
    width: 20px;
}

details[open] summary:after {
    content: "-";
    color: #FFFFFF
}

@media(max-width:768px) {
    .menu-mobile {
        display: flex;
    }

    dl, menu, ol, ul {
        margin: 0 !important;
    }

}

/*=====================================END CUSTOM RULES=====================================*/

/*========================================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: none;        /* 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:765px) {
    h1 {
        font-size: 21px;
    }

    [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;
    }

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

    header .topo .social {
        display: none;
    }

    .wrapper {
        box-sizing: border-box;
        padding: 0 10px;
    }

    header {

        /* padding-top: 54px; */
    }

    header .logo a {
        margin: 0 auto;
    }

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

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

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

    .topo .fright {
        float: none;
    }

    .topo {
        text-align: center;
    }

    article {
        width: 100%;
    }

    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
    }

    footer .menu-footer nav li:last-of-type {
        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 {
        margin-right: 0;
    }

    .js #menu {
        display: none;
    }

    .js #menu2 {
        display: none;
    }

    .js .slicknav_menu {
        display: none;
    }

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

    .contact {
        padding: 0;
    }

    .form {
        width: 100%;
    }

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

    #header-block {
        display: none !important;
    }

    .barra-busca .btn, .barra-busca2 .btn {
        position: relative;
        box-sizing: border-box;
    }

    .topohome header {
        position: static;
    }

    .contato-footer-mobile {
        display: block !important;
        position: fixed;
        bottom: 0;
        width: 70%;
        background: #72888a;
        left: 0.8em;
        height: 63px;
        border-radius: 3px 3px 0 0;
        box-shadow: 0 0 10px 2px #434343;
    }

    .contato-footer-mobile .grid {
        text-align: center;
        display: flex;
    }

    .contato-footer-mobile a i {
        color: #FFFFFF;
        padding: 13px 8px;    
        text-align: center;
        font-size: 27px;
    }

    .tamanho-item-footer {
        width: 33.33%;
        float: left;
        text-align: center;
        font-size: 1em;
    }

    .title-breadcrumb {
        padding: 0 !important;
    }

    h2 {
        font-size: 21px;
    }

    h3 {
        font-size: 1.5em !important
    }

    .nossos-servicos h2 {
        font-size: 21px;
    }

    .d-flex {
        flex-direction: column;
    }

    .engenharia .title-breadcrumb, .expertise .title-breadcrumb {
        padding: 35px;
    }

    aside.custom li {
        width: 100%;
    }

}

/*=======================================VERSAO MOBILE PARA CELULARES PEQUENOS======================================*/
@media only screen and (max-width:480px) {
    [class*="col-"] {
        width: 100%;
    }

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

}

/*Mobile Menu Core Style*/

/*ESQUEMINHA*/

ul.slicknav_nav>ul {
    margin-left: 0;
}

.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;
    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;
}

@media only screen and (max-width:765px) {
    .whats-desk {
        display: none !important;
    }

    .whats-mobile {
        display: inline-block !important;
        position: fixed;
        bottom: 10px;
        left: 10px;
        z-index: 2000;
        cursor: pointer;
        outline: none !important;
    }

    .whats-mobile img {
        width: 70%;
    }

}

.whats-desk {
    display: inline-block;
    position: fixed;
    bottom: 100px;
    right: 40px;
    z-index: 2000;
    cursor: pointer;
    outline: none !important;
}

.whats-mobile {
    display: none;
}

.destaque-texto {
    font-weight: bold;
    text-align: center;
    font-size: 17px;
    margin: 38px 0;
}

.btn-solicitar-orcamento a {
    background: #128192;
    color: #FFFFFF;
    padding: 8px 19px;
    text-transform: uppercase;
}

.btn-solicitar-orcamento {
    display: flex;
    justify-content: center;
    margin: 38px 0;
}

.nossos-servicos h2 {
    text-transform: uppercase;
    font-size: 35px;
}

.text-depoimentos {
    display: flex;
    border-left: 2px solid #14828e;
    padding-left: 1em;
    flex-direction: column;
}

.text-depoimentos .b-left {
    border-left: 2px solid #14828e;
    margin-right: 18px;
}

.text-depoimentos span {
    color: #6d6d6d;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    font-size: .7em;
}

.contato-footer-mobile {
    display: none;
}

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

.video-full img {
    width: 100% !important;
    height: 400px !important;
}

body>main>div>section>div.video-full>ul>li {
    width: 80%;
    margin: 0 auto;
}

/* LAZY LOAD VIDEO */
[data-video] {
    cursor: pointer;
    position: relative;
}

.ytvideo[data-video]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.ytvideo[data-video]::after {
    content: "\f16a";
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 70px;
    color: #333;
    text-shadow: 0px 0px 50px white;
    transition: all 150ms;
}

[data-video]:hover::after {
    color: red;
}

.ajuste-h1 {
    position: relative;
    top: 151px;
}

.ajuste-bread {
    position: relative;
    top: 160px;
}

.pdf-capa img {
    display: block;
}

.inspecao-soldas {
    display: flex;
    align-items: center;
}

.inspecao-soldas>* {
    border: 1px solid orange;
}

.bg-depoimento {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
    position: relative;
    height: 65vh;
}

.bg-effect {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #00000094;
}

.depoimentos {
    max-width: 38.4em;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

@media(min-width:760px) {
    .pagina-servico {
        display: flex;
    }

    .pagina-servico>*:nth-child(1) {
        flex: 3;
    }

    .pagina-servico>*:nth-child(2) {
        flex: 1;
    }

    aside.custom li {
        width: 100%;
    }

    aside h3 {
        font-size: .9rem
    }

}

/* #14828e */
.aside-custom {
    margin: 0;
    width: auto;
    text-transform: initial;
}

.aside-custom li {
    background: lightgrey;
}

.aside-custom li a {
    color: #14828e;
    padding: 2em 1em;
    font-family: serif;
    font-size: 16px;
}

body > main > div > section > div > article > ul.thumbnails > li:nth-child(20) > a > img {
    height: 170px;
}

/*HIDE/SHOW - MOBILE/DESK/TABLET*/
.show-mobile {
    display: none;
}

.show-desk {
    display: block;
}

.hide-mobile {
    display: block;
}

.hide-desk {
    display: none;
}

/* MEDIUM DEVICE */
@media only screen and (max-width:768px) {
    .show-mobile {
        display: block;
    }

    .show-desk {
        display: none;
    }

    .hide-desk {
        display: block;
    }

    .hide-mobile {
        display: none;
    }

}

.hide-tablet {
    display: block;
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .hide-tablet {
        display: none;
    }

}
