@import url("https://fonts.googleapis.com/css?family=Open+Sans|Roboto&display=swap");

/* ==========================================================================
   Base styles
   ========================================================================== */

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.clear {
    clear: both;
}


form.m-0.ng-untouched.ng-pristine.ng-valid {
    width: 100%;
    height: 100%;

}

.modal-cont[_ngcontent-cxg-c1] .modal {
    margin: 0px !important;
    margin-top: 0px !important;
}

.modal-body {
    height: 50vh;
    overflow-y: scroll;
}

#servicosTabsDois {
    background-color: #fff;
    box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
    border-radius: 6px;
    padding: 10px 5px;
    margin-bottom: 20px;
}


/*
    * A better looking default horizontal rule
    */

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

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


/*
    * Remove the gap between images, videos, audio and canvas and the bottom of
    * their containers: h5bp.com/i/440
    */

audio,
canvas,
img,
video {
    vertical-align: middle;
}


/*
    * Remove default fieldset styles.
    */

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


/*
    * Allow only vertical resizing of textareas.
    */

textarea {
    resize: vertical;
}


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

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

#menu>ul {
    max-width: 100%;
    background: transparent;
    text-align: center;
    height: 65px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#menu ul li {
    background-color: transparent;
}


/*
   ==========================================================================
      Geral
   ==========================================================================
   */

body {
    font-size: 0.8rem;
    font-family: "Open Sans", sans-serif;
    color: #444;
    /*! background-color: #ebebeb; */
    background: linear-gradient(to top, #e1e1e1, #ffffff);
}

h1 {
    color: #1f5c99;
    font-size: 26px;
    /*! line-height: 26px; */
    text-decoration: none;
    margin-top: 25px;
    margin-bottom: 0px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}

h2 {
    color: #1f5c99;
    font-size: 18px;
    /*! line-height: 26px; */
    text-decoration: none;
    margin: 20px 0;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}

.capa-h2-under {
    width: 100%;
    z-index: 3;
    margin: 20px 0;
}

.capa-h2-under a {
    float: right;
    color: #fff;
}

.capa-h1,
.capa-h2 {
    width: 100%;
    display: flex;
    justify-content: center;
    /*! z-index:4; */
    /*! letter-spacing: .0em; */
    padding: 3.25% 0% 3.2%;
    font-size: 2.2em;
    color: #353535;
    /* font-weight: 500; */
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-topright: 20px;
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: 900;
    text-transform: uppercase;
}

.capa-h1 {
    padding: 1% 0% 3.2%;
}

.capa-h2 h2 {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    margin: 0;
    z-index: 5;
    text-transform: uppercase;
}

h3 {
    font-size: 1.2em;
    line-height: 22px;
    color: #61b3ef;
    text-decoration: none;
    /*! margin: 15px 0; */
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}

h4 {
    font-size: 13px;
    line-height: 22px;
    color: #555;
    text-decoration: none;
    margin: 15px 0;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}

a {
    color: #61b3ef;
}

a:hover {
    text-decoration: none;
}

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


/*
   ==================================================
       Header
   ==================================================
   */

header,
.slicknav_menu {
    position: sticky;
    top: 0;
    z-index: 1;
}

header {
    color: #fff;
    background-color: #1475ab;
    margin: 0 auto;
    box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
    padding: 0.3em;
    background: linear-gradient(to right, #1f5c99, #0097ff);
}

header .logo {
    float: left;
    background-color: #fff;
    border-radius: 108px;
    -webkit-border-radius: 108px;
    -moz-border-radius: 108px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    border-color: #61b3ef;
    border-width: thick;
    border-style: inset;
    width: 280px;
    display: flex;
    align-items: center;
    align-self: flex-start;
    margin: 20px 0px 0 10px;
}

header .logo a {
    background: url(../imagens/logo.png) center center;
    display: block;
    width: 100%;
    height: 190px;
    text-indent: -99999px;
}

header img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
}

header .right {
    float: right;
    text-align: right;
    color: #fff;
    font-size: 1.2em;
}

header .right strong {
    font-size: 28px;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    -moz-text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

header p {
    margin: 1em;
    float: right;
    text-shadow: 0px 1px #555;
}


/*
   ==================================================
       Menu
   ==================================================
   */

header title {
    display: none;
}

header nav {
    clear: both;
    position: relative;
    padding: 0px;
    background-color: transparent;
    font-size: 1.5em;
    width: 100%;
    bottom: 0px;
    margin-left: 4em;
    justify-content: space-around;
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
    /*! align-items: flex-end; */
    align-self: flex-start;
    margin-right: 17%;
}

header nav li {
    position: relative;
    float: left;
}

header nav a {
    /* display: block; */
    background: transparent;
    color: #fff;
    text-decoration: none;
    padding: 25px 10px 15px;
    width: auto;
    display: flex;
    /* font-weight: 600; */
    /* letter-spacing: .1em; */
    /* line-height: 1.2em; */
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s linear;
    /*! text-transform: uppercase; */
}

.active {
    background: #1475ab;
    color: #fff;
}

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

header nav .dropdown .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    margin: 38px 0;
    height: auto;
    z-index: 1000;
}



header nav .dropdown:hover .produtos .sub-menu {
    display: flex;
    flex-wrap: wrap;
}

header nav .dropdown .sub-menu-info {
    display: none;
    position: absolute;
    left: -25vw;
    background-color: #1e5e9d;
    height: 50vh;
    width: 60vw;
    border-radius: 5px;
    margin: 0;
    overflow-y: auto;
    z-index: 33;
}















header nav .dropdown ul li.dropdown .sub-menu {
    display: none;
    position: absolute;
    top: -45px;
    left: 200px;
    margin: 43px 0;
    height: auto;
    width: 190px;
}

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


/*
   ==================================================
       Menu 2 INFERIOR
   ==================================================
   */

header nav2 {
    clear: both;
    position: relative;
    height: 30px;
    padding: 5px;
    background: #61b3ef;
    font-size: 10px;
    width: 616px;
    float: right;
    margin-top: -4.5%;
    border-top: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #61b3ef;
}

header nav2 li {
    position: relative;
    float: left;
}

header nav2 a {
    display: block;
    background: #61b3ef;
    color: #fff;
    text-decoration: none;
    padding: 14px 3.5px;
    width: auto;
    height: 14px;
    text-align: center;
    transition: all 0.3s linear;
    /* Efeito de TransiÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£o dos itens do header nav e sub-header nav */
    margin-top: -6px;
}

header nav2 a:hover,
header nav2 li:hover a {
    color: #61b3ef;
    background-color: #f6f6f9;
}

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

header nav2 .dropdown .sub-menu {
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    margin: 30px 0;
    height: auto;
    width: 200px;
}

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

header nav2 .dropdown:hover .sub-menu li {
    position: relative;
    float: left;
    width: 200px;
    margin: 0;
}

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

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

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

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


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

.wrapper {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    text-align: left;
    background-color: #f6f6f9;
}

.wrapper-content {
    max-width: 100vw;
    /* width: 1140px; */
    margin-left: 15%;
    /* padding: 15px; */
    /*! margin-right: 0!important; */
    height: auto;
    text-align: left;
    display: flex;
    /*! flex-wrap: wrap; */
    background-color: transparent;
}

.wrapper-content2 {
    max-width: 90vw;
    width: 1140px;
    margin: auto;
    padding: 15px 0;
    height: auto;
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: transparent;
}

.content {
    padding: 0 0;
    background-color: #f6f6f9;
}

section {
    float: left;
    width: 100%;
    /*! padding: 15px 15px; */
    /*! background-color: #ebebeb; */
    margin: 15px auto;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    -moz-border-radius-topright: 20px;
}

article p {
    margin: 1.5em 0;
}

article strong {
    font-weight: normal;
}

article.full {
    width: 100%;
}

article.full97 {
    width: 97%;
}

article ul.disc {
    list-style-type: disc;
    margin: 0% 0% 20px 3%;
}

article table td {
    border: 2px;
    border-color: #aaa;
    border-style: solid;
    padding: 1%;
}

.row_tab {
    width: 100%;
    margin: 2%;
}

.col_esq {
    float: left;
    width: 24%;
    padding: 1%;
    background-color: #ddd;
    font-weight: bold;
    margin: 1.5% 0%;
}

.col_dir {
    float: right;
    width: 68%;
    padding: 1% 3%;
    margin: 1.5% 0%;
}

.assistencia-esq {
    float: left;
    width: 60%;
    text-align: center;
}

.assistencia-esq p {
    font-size: 1em;
}

.assistencia-dir {
    float: right;
    width: 40%;
    font-size: 0.8em;
    color: #555;
}

.assistencia-dir h2 {
    font-size: 1.2em;
    color: #ff0000;
}

.assistencia-dir strong {
    font-weight: bold;
}

.assistencia-dir h3 {
    font-size: 1em;
}

#breadcrumb {
    display: inline-block;
    clear: both;
    width: 100%;
    color: #555;
    font-size: 16px;
}

#breadcrumb div {
    display: inline;
}

#breadcrumb a {
    color: #777;
    text-decoration: underline;
}

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

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

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

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

.picture-legend strong {
    clear: both;
    display: block;
    text-align: center;
    font-weight: normal;
    padding: 4px;
    font-size: 9px;
}

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

.picture-left {
    float: left;
    margin: 0 20px 0 0;
}

.picture-right {
    float: right;
    margin: 0 0 0 10px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.picture-center {
    margin: 0 auto;
    display: block;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.hide-desk {
    display: none;
}

.btn {
    text-decoration: none;
    color: #fff;
    margin: 10px auto;
    width: 93%;
    height: 40px;
    display: flex !important;
    font-weight: 600 !important;
    /*! letter-spacing: .2em; */
    font-size: 1.5em !important;
    /*! text-shadow: 1px 1px #555; */
    align-items: center;
    justify-content: center;
    margin: auto;
}

.btn:hover {
    opacity: 0.9;
}


/*
   ==================================================
       Thumbnails
   ==================================================
   */

.thumbnails {
    flex-wrap: wrap;
    display: flex;
    list-style: none;
    list-style-type: none;
    justify-content: center;
}

.thumbnails li {
    float: left;
    width: 160px;
    height: 210px;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.thumbnails h2 {
    font-size: 9px;
    margin: 5px 0;
}

.thumbnails a {
    text-decoration: none;
    color: #1475ab;
    font-size: 1.5em;
    width: 100%;
    /*! height: 100%; */
}

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


/*
   ==================================================
       Thumbnails InformaÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âµes
   ==================================================
   */

.thumbnails-informacoes {
    list-style: none;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.thumbnails-informacoes li {
    float: left;
    width: 25%;
    /*! height: 220px; */
    margin: 19px 35px;
    margin-bottom: 20px;
    text-align: center;
}

.thumbnails-informacoes img {
    width: 100%;
    height: 15em;
    object-fit: cover;
    border-radius: 10px;
    /*! -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5); */
    /*! -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5); */
    /*! box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5); */
    border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
}

.thumbnails-informacoes h2 {
    /*! font-size: 9px; */
    margin: 15px 0;
    line-height: 20px;
}

.thumbnails-informacoes a {
    text-decoration: none;
    color: #1475ab;
    font-size: 1.3em;
}

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


/*
   ==================================================
       Thumbnails-Home
   ==================================================
   */

.thumbnails-home li {
    float: left;
    height: 330px;
    text-align: justify;
    transition: 0.2s all ease-in-out;
    margin: 10px 10px;
    width: 28.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 15px;
    cursor: pointer;
    border: 1px solid red;
    border-color: #dcdbdb;
    border-radius: 6px;
    background: #fff;
}

.thumbnails-home li:first-child {
    padding: 0;
    height: 350px;
    width: 29%;
}

.thumbnails-home li:hover {
    background-color: #1b94d8;
    color: #fff;
}

.thumbnails-home li:hover h2 {
    color: #fff;
}

.thumbnails-home li:hover strong {
    color: #fff;
}

.thumbnails-home li:hover p {
    color: #fff;
}

.thumbnails-home h2 {
    font-size: 1.5em;
    margin: 5px 0;
    color: #1c61a2;
}

.thumbnails-home a {
    text-decoration: none;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

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

.thumbnails-home p {
    font-size: 0.8rem;
    padding: 1rem;
}

.thumbnails-home p.tel {
    color: #1b94d8;
    margin-top: 15%;
    text-align: center;
}

.thumbnails-home img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnails-home strong {
    color: #555;
    font-size: 2.25rem;
    color: #1b94d8;
    text-align: center;
    font-weight: bold;
}


/*
   ==================================================
       Thumbnails-home-financiamento
   ==================================================
   */

.thumbnails-home-financiamento li {
    float: left;
    width: 184px;
    height: 56px;
    margin: 10px 30px;
    text-align: center;
}


/*
   ==================================================
       Thumbnails-home-produtos
   ==================================================
   */

.thumbnails-home-produtos li {
    float: left;
    height: 290px;
    text-align: justify;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 5px 0;
    transition: 0.2s all ease-in-out;
    width: 20%;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 15px;
    cursor: pointer;
    border: 1px;
    border-style: solid;
    border-color: #dcdbdb;
    background: #fff;
    border-radius: 6px;
}

.thumbnails-home-produtos li:hover {
    background-color: #1b94d8;
    color: #fff;
}

.thumbnails-home-produtos li:hover h3 a {
    color: #fff;
}

.thumbnails-home-produtos li:hover strong {
    color: #fff;
}

.thumbnails-home-produtos h3 {
    font-size: 14px;
    text-align: center;
    color: #61b3ef;
    margin-top: 15%;
}

.thumbnails-home-produtos img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    /* border:8px; */
    /* border-style: solid; */
    /* border-color: #EFEFEF; */
    /* margin: 0% 2.5%; */
}


/*
   ==================================================
       Thumbnails-home-formas-de-pagamento
   ==================================================
   */

.thumbnails-home-formas-de-pagamento li {
    float: left;
    width: 184px;
    height: 95px;
    margin: 10px 70px;
    text-align: center;
}


/*
   ==================================================
       Thumbnails-empresa
   ==================================================
   */

.thumbnails-empresa li {
    float: left;
    width: 184px;
    height: 60px;
    margin: 40px;
    text-align: center;
}


/*
   ==================================================
       Thumbnails-eventos
   ==================================================
   */

.thumbnails-eventos li {
    float: left;
    width: 160px;
    height: 150px;
    margin: 40px;
    text-align: center;
}


/*
   ==================================================
       Sidebar
   ==================================================
   */

aside {
    float: right;
    width: 25%;
    margin: 0 0 0 10px;
}

aside h2 a {
    display: block;
    padding: 0.5em;
    font-size: 20px;
    background: #1f5c99;
    /*! text-shadow: 1px 1px #555; */
    text-align: center !important;
    color: #fff;
    text-decoration: none;
    text-align: right;
    /* border-top-left-radius: 20px; */
    -moz-border-radius-toprleft: 20px;
    /* -webkit-border-top-left-radius:20px; */
    background: linear-gradient(to top, #1f5d9a 0%, #0080d9 100%);
    border-radius: 10px 10px 0 0;
}

aside nav {
    list-style: none;
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
    border-radius: 6px;
}

aside li {
    margin: 0 0 0 0;
}

aside li a {
    display: block;
    padding: 5px;
    font-weight: 600;
    color: #555;
    text-decoration: none;
    border-bottom: 1px dotted #ccc;
    font-size: 1em;
}

aside nav li a:hover {
    color: #fff;
    background: #1475ab;
    text-shadow: 1px 1px #555;
}

aside h3 {
    color: #fff;
    text-align: center;
    background-color: #61b3ef;
    padding: 10px;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px #555;
    font-weight: 600;
}

aside p {
    text-align: center;
    line-height: 1.8em;
    margin: 0;
}

aside strong {
    font-size: 23px;
    color: #1475ab;
}


/*
   ==================================================
       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: 0.9%;
    text-align: center;
}

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


/*  Gallery  InformaÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âµes */

.gallery-informacoes {
    display: inline-block;
    list-style-type: none;
    list-style: none;
    width: 100%;
}

.gallery-informacoes li {
    float: left;
    margin: 1.5%;
    text-align: center;
    /*! border:1px solid #CCC; */
    /*! box-shadow: 0px 0px 5px #CCC; */
    padding: 5px 3px 2px 3px;
    width: 30%;
    height: 200px;
    box-sizing: border-box;
}

.gallery-informacoes li:hover {
    /*! border:1px solid #AAA; */
    /*! box-shadow: 0px 0px 5px #AAA; */
}

.gallery-informacoes img {
    /*! border:1px solid #CCC; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*  Gallery  Equipamentos */

.gallery-equipamentos {
    display: inline-block;
    list-style-type: none;
    list-style: none;
    width: 100%;
}

.gallery-equipamentos li {
    float: left;
    margin: 1.3%;
    text-align: center;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px #ccc;
    padding: 8px;
}

.gallery-equipamentos li:hover {
    border: 1px solid #aaa;
    box-shadow: 0px 0px 5px #aaa;
}

.gallery-equipamentos img {
    border: 1px solid #ccc;
}

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

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


/*  PÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ginas relacionadas  */

.related-posting-title {
    font-size: 3em;
}

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

.row {
    clear: both;
    display: block;
    background: #e8e8e8;
    border-left: 3px solid #e8e8e8;
    padding: 10px 20px;
    min-height: 85px;
    margin: 15px 0 2px 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
    border-radius: 6px;
}

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

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

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

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

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

.row strong {
    font-size: 1em;
}


/*  Tabs regiÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âµes  */

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

#servicosTabsDois .list-wrap {
    background: #fff;
    padding: 10px;
    margin: 0 0 15px 0;
    font-size: 10px;
}

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

#servicosTabsDois .list-wrap li {
    width: 160px;
    float: left;
    color: #666;
}

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

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

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

#servicosTabsDois .nav li a {
    display: block;
    text-decoration: none;
    padding: 1em;
    background: #ddd;
    color: #666;
    font-size: 1em;
    text-align: center;
    border: 0;
}

#servicosTabsDois .nav li a:hover,
#servicosTabsDois .nav li a:focus {
    background: #1b94d8;
    color: #fff;
}

#servicosTabsDois ul li.nav-two a.current {
    background-color: #eee !important;
    color: #666;
}

#servicosTabs .list-wrap {
    background: #eee;
    padding: 10px;
    margin: 0 0 15px 0;
    font-size: 10px;
}

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

#servicosTabs .list-wrap li {
    width: 152px;
    float: left;
    color: #666;
}

#servicosTabs .list-wrap li.name {
    width: 152px;
    float: left;
    color: #666;
    margin: 0px 0px 68px 0px;
}

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

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

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

#servicosTabs .nav li a {
    display: block;
    text-decoration: none;
    padding: 1em;
    background: #ddd;
    color: #666;
    font-size: 1em;
    text-align: center;
    border: 0;
}

#servicosTabs .nav li a:hover,
#servicosTabs .nav li a:focus {
    background: #999;
    color: #fff;
}

#servicosTabs 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 {
    clear: both;
    /*    margin-top: 15px;*/
    background-color: #0d3c6a;
    padding: 15px;
    background-image: linear-gradient(to top, #1f5d9a 0%, #0064aa 100%);
}

.contact-footer {
    float: left;
    color: #fff;
    margin-right: 30px;
    display: flex;
    /*! width: 100%; */
    font-size: 1em;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.contact-footer strong {
    font-size: 1.1rem;
    letter-spacing: -1px;
}

footer address {
    margin: 0 0 10px 0;
    font-size: 1em;
    font-style: normal;
}

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

footer .menu-footer {
    text-align: right;
    display: flex;
    align-items: center;
    margin-right: 0;
}

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

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

footer .menu-footer nav li a {
    color: #fff;
    font-size: 0.7rem;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
}

footer .menu-footer nav li a:hover {
    color: #a0c4ec;
}

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

footer .social .social-icons {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 0 0 5px;
    float: right;
    background: url(../imagens/icones/icons-social-midia.png);
}

footer .social .google {
    background-position: 131px 0;
}

footer .social .google:hover {
    background-position: 131px 32px;
}

footer .social .facebook {
    background-position: 164px 0;
}

footer .social .facebook:hover {
    background-position: 164px 32px;
}

footer .social .twitter {
    background-position: 197px 0;
}

footer .social .twitter:hover {
    background-position: 197px 32px;
}

footer .social .linkedin {
    background-position: 98px 0;
}

footer .social .linkedin:hover {
    background-position: 98px 32px;
}

footer .social .youtube {
    background-position: 32px 0;
}

footer .social .youtube:hover {
    background-position: 32px 32px;
}

footer .social .email {
    background-position: 65px 0;
}

footer .social .email:hover {
    background-position: 65px 32px;
}

.copyright-footer {
    /*! text-align: left; */
    /*! font-size: 11px; */
    /*! line-height: 30px; */
    /*! letter-spacing: .3em; */
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
    color: #fff;
    /*! align-self: center; */
    padding: 10px;
    /*! background: #ffffff; */
    width: 80vw;
    /*! font-weight: 600; */
    border-radius: 20px;
}

.copyright-footer .selos {
    float: right;
    color: #555;
}

.copyright-footer .selos a {
    margin: 0 0 0 5px;
    /*! border: 1px solid #ccc; */
}


/*
   ==================================================
       PÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡gina Contato (Formulario)
   ==================================================
   */

.contact {
    display: block;
    padding: 0 20px;
}

.form {
    float: left;
}

.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 {
    margin: 0 0 4px 0;
    padding: 5px;
    border: solid 1px #555;
    border-radius: 3px;
    font-size: 16px;
}

.form textarea {
    width: 340px;
}

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

.form .ir {
    border: solid 1px #000;
    background: #fff;
    padding: 3px 8px;
    cursor: pointer;
}

.form .ir:hover {
    background: #0077bb;
}

.bt-submit {
    display: block;
    margin: 5px 0 0 0;
}

.form span.obrigatorio {
    font-size: 9px;
    color: #c00;
}

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

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

.alert {
    color: #ff0000;
}

.contact-form {
    float: right;
    width: 470px;
    color: #989898;
    font-size: 11px;
}

.contact-form strong {
    color: #6d6e71;
}


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


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


/*
   ========================================
                   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: 1em;
    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, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 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: 0.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, 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, 0.8);
}


/* galeria home */

.gallery-home ul {
    margin: 0 auto;
}

.gallery-home li {
    width: 200px;
    height: 200px;
    text-align: center;
    transition: 0.3s;
    padding: 0 5px;
    margin: 10px 6px;
    float: left;
}

.gallery-home li:hover {
    opacity: 0.9;
}

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

.gallery-home img:hover {
    /*! transform: scale3d(1.05, 1.05, 1.05); */
    box-shadow: 3px 0px 11px -2px rgba(0, 161, 255, 0.4);
}

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


/*  */

.botao-cotar {
    /* padding: 8px 8px 5px; */
    background: #e50;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 1.3em !important;
    color: #fff;
}

.modal-contato-itens .descricao>div {
    color: #666;
}

#modal.orcamento .modal-footer .btn-proximo {
    padding: 0 !important;
}


/* owl slider */

.owl-carousel {
    position: relative;
    height: 60vh;
}

.owl-carousel div:not(.owl-controls) {
    height: 100%;
}

.owl-carousel div.owl--text {
    /*! position: absolute; */
    /*! bottom: 38%; */
    /*! left: 40%; */
    width: 35em;
    /*! height: 8em; */
    padding: 2em;
    /*! background: rgba(20, 117, 171, .5); */
    color: #fff;
    /*! box-shadow: 5px 5px 5px #333; */
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    align-self: center;
}

.owl-carousel .owl-item:nth-child(2) div.owl--text {
    right: 6em;
    left: unset;
}

.owl-carousel div.owl--text p {
    font-size: 2em;
    margin: 0;
    text-shadow: 2px 0px 10px #000;
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
    font-weight: bold;
}

.owl-carousel div.owl--text a {
    /*! position: absolute; */
    /*! left: 20%; */
    /*! bottom: 25px; */
    padding: 8px 8px 5px;
    width: 15em;
    background: #e50;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #333;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color: #fff;
    transition: 1s;
    /*! top: 2%; */
    /*! height: 2em; */
    /*! align-self: center; */
    text-align: center;
    margin: auto;
}

.owl-carousel div.owl--text a:hover {
    background: #b40;
    box-shadow: 0 0 0 #333;
}

.owl-carousel .owl-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.owl-carousel .owl-item:first-child .owl-slide {
    background-image: url("../imagens/banner/refrigeracao-ideal-3.jpg");
}

.owl-carousel .owl-item:nth-child(2) .owl-slide {
    background-image: url("../imagens/banner/refrigeracao-ideal-2.jpg");
}

.owl-carousel .owl-item:nth-child(3) .owl-slide {
    background-image: url("../imagens/banner/refrigeracao-ideal-3.jpg");
}

.owl-carousel .owl-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.owl-carousel .owl-controls .owl-buttons div {
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    width: 50px;
    height: 30px;
    border-radius: 3px;
    background: #000;
    color: #fff;
    line-height: 25px;
    text-align: center;
    font-size: 0.9em;
    zoom: 1;
    margin: 0;
    opacity: 0.6;
    text-transform: capitalize;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev {
    left: 5px;
}

.owl-carousel .owl-controls .owl-buttons .owl-next {
    right: 5px;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev,
.owl-carousel .owl-controls .owl-buttons .owl-next {
    font-size: 30px;
    padding: 10px 0 0;
    background: unset;
    box-shadow: inset 0 0 0 30px #333;
}


/* .owl-carousel .owl-controls .owl-buttons .owl-prev p, .owl-carousel .owl-controls .owl-buttons .owl-next p { box-shadow: 5px 5px 5px #000; } */


/*
   ========================================
                   CSS Mobile
   ========================================
   */


/* TABLET */

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

    header img {
        display: none;
    }

    .hide-desk {
        display: inline-block;
    }

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

    .gallery li {
        margin: 4px;
    }

    article img {
        max-width: 100%;
    }

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


/* Mobile */

@media only screen and (max-width: 765px) {
    aside .botao-cotar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100vw;
    }

    aside h2,
    aside nav {
        display: none;
    }

    .thumbnails-home li:first-child {
        width: 100%;
    }

    .wrapper-content2 {
        width: unset;
    }

    article {
        width: 95% !important;
    }

    .gallery-informacoes li {
        width: 97%;
    }

    .thumbnails-informacoes li {
        width: 90%;
        box-sizing: border-box;
        margin: 10px 5%;
    }

    .gallery-home li {
        width: 100%;
        box-sizing: border-box;
        margin: 10px 2.5%;
    }

    .owl-carousel div.owl--text a {
        /*! left: 30vw; */
        /*! width: 45vw; */
    }

    .owl-carousel div.owl--text {
        top: 25%;
        left: 0;
        width: 100%;
        height: 0;
        padding: 0;
        /*! padding-right: 0px; */
        /*! padding-left: 0px; */
    }

    .hide-mobile {
        display: none;
    }

    wrapper-content2 {
        max-width: 92.5vw;
        /* width: 1140px; */
        margin: 0;
        /* padding: 15px; */
        margin-right: 0 !important;
        height: auto;
        text-align: left;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        background-color: transparent;
    }

    footer.wrapper-content2 {
        max-width: 92.5vw;
        /* width: 1140px; */
        margin: 0;
        /* padding: 15px; */
        margin-right: 0 !important;
        height: auto;
        text-align: left;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        background-color: transparent;
    }

    .thumbnails-home-financiamento {
        display: flex;
        justify-content: center;
    }

    header img {
        display: none;
    }

    .hide-desk {
        display: inline-block;
    }

    .thumbnails-home li {
        width: 100%;
        margin: 10px 0;
    }

    .thumbnails-home-produtos {
        display: flex;
        flex-direction: column;
        max-width: 90vw;
    }

    .thumbnails-home-produtos li {
        width: 90%;
    }

    .js #menu {
        display: none;
    }

    .js .slicknav_menu {
        display: block;
    }

    header .logo a {
        background-image: url(../imagens/logo.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 290px;
    }

    header .logo {
        margin: -15% -15% 6% -15%;
    }

    section img {
        max-width: 100%;
    }

    section {
        padding: 10px 0px;
    }

    article {
        width: 100%;
    }

    article .full97 {
        width: 97%;
    }

    .capa-h2 h2 {
        font-size: 1em;
        line-height: 1em;
        padding: 1% 2%;
    }

    .capa-h2 {
        width: 90%;
        line-height: 1em;
        align-items: center;
        display: flex;
        margin: auto;
        justify-content: center;
        white-space: nowrap;
    }

    .capa-h2-under {
        width: 98%;
    }

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

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

    /*AONO*/
    .nivo-wrapper {
        display: none;
    }

    header .right {
        display: none;
    }

    header {
        width: 70%;
        display: none;
    }

    /*
     ==================================================
         Footer
     ==================================================
     */
    footer {
        margin-top: 10px;
    }

    .contact-footer {
        float: left;
        margin-right: 0px;
        font-size: 0.8rem;
        text-align: center;
        justify-content: center;
        width: 100%;
    }

    footer .menu-footer {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    footer .menu-footer nav ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: auto;
        width: 100%;
    }

    footer .menu-footer nav ul li {
        margin: 10px 0px;
        background-color: #002e4f4a;
        width: 100%;
        padding: 10px 10px;
    }

    footer .menu-footer nav ul li a {
        font-size: 1.2em;
    }

    footer .menu-footer nav {
        margin: 10px 0 0 5px;
        width: 100%;
    }

    .copyright-footer {
        height: auto;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-bottom: 3em;
    }

    .copyright-footer .selos {
        float: right;
    }

    .copyright-footer .selos a {
        margin: 0 0 0 5px;
    }

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

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

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

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

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

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

    .slicknav_nav {
        clear: both;
    }

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

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

    .slicknav_nav .slicknav_item {
        cursor: pointer;
    }

    .slicknav_nav .slicknav_row {
        display: block;
    }

    .slicknav_nav a {
        display: block;
    }

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

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

    .slicknav_menu:after {
        clear: both;
    }

    /*
       User Default Style
       Change the following styles to modify the appearance of the menu.
     */
    .slicknav_menu {
        font-size: 16px;
    }

    /* Button */
    .slicknav_btn {
        margin: 5px 5px 6px;
        text-decoration: none;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        /*! background-color: #c40101; */
    }

    /* Button Text */
    .slicknav_menu .slicknav_menutxt {
        color: #fff;
        font-weight: bold;
        text-shadow: 0 1px 3px #000;
        display: none;
    }

    /* Button Lines */
    .slicknav_menu .slicknav_icon-bar {
        background-color: #f5f5f5;
    }

    .slicknav_menu {
        background: linear-gradient(to right, #1f5c99, #0097ff);
        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: #0087f9;
        color: #fff;
    }

    .slicknav_nav a:hover {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        /*! background: #ccc; */
        color: #fff;
    }

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

.close,
.logo1 {
    z-index: 1;
}

@media only screen and (max-width: 768px) {
    .owl-carousel div.owl--text p {
        font-size: 2em;
        margin: 0;
        margin-bottom: 0px;
        text-shadow: 2px 0px 10px #000;
        width: 100%;
        text-align: center;
        margin-bottom: 1em;
        font-weight: bold;
    }
    .thumbnails-2 li {
        width: 100%;
    }

    .owl-carousel div.owl--text a {
        /*! position: absolute; */
        left: 17% !important;
        /*! bottom: 25px; */
        padding: 8px 8px 5px;
        width: 17em !important;
        background: #e50;
        border-radius: 5px;
        box-shadow: 5px 5px 5px #333;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        font-weight: bold;
        color: #fff;
        transition: 1s;
        /*! top: 2%; */
    }

    .owl-carousel div.owl--text {
        position: absolute;
        bottom: 38%;
        /*! left: 40%; */
        /*! width: 35em; */
        height: 8em;
        /*! padding: 2em; */
        /*! background: rgba(20, 117, 171, .5); */
        color: #fff;
        /*! box-shadow: 5px 5px 5px #333; */
        border-radius: 4px;
    }
}

.banner {
    position: relative;
    overflow: auto;
}

.banner li {
    list-style: none;
}

.banner ul li {
    float: left;
}

.bg-slider {
    display: flex;
    align-content: center;
    justify-content: center;
}

@import url("https://fonts.googleapis.com/css?family=Open+Sans|Roboto&display=swap");

/* ==========================================================================
   Base styles
   ========================================================================== */

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.clear {
    clear: both;
}

#servicosTabsDois {
    background-color: #fff;
    box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
    border-radius: 6px;
    padding: 10px 5px;
    margin-bottom: 20px;
}


/*
    * A better looking default horizontal rule
    */

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

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


/*
    * Remove the gap between images, videos, audio and canvas and the bottom of
    * their containers: h5bp.com/i/440
    */

audio,
canvas,
img,
video {
    /* vertical-align: middle; */
}


/*
    * Remove default fieldset styles.
    */

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


/*
    * Allow only vertical resizing of textareas.
    */

textarea {
    resize: vertical;
}


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

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



#menu ul li {
    background-color: transparent;
}

ul.sub-menu-info {}

ul.sub-menu-info li {}


/*
   ==========================================================================
      Geral
   ==========================================================================
   */

body {
    font-size: 0.8rem;
    font-family: "Open Sans", sans-serif;
    color: #444;
    /*! background-color: #ebebeb; */
    background: linear-gradient(to top, #e1e1e1, #ffffff);
}

h1 {
    color: #1f5c99;
    font-size: 26px;
    /*! line-height: 26px; */
    text-decoration: none;
    margin-top: 25px;
    margin-bottom: 0px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    background-color: #fff;
}

h2 {
    color: #1f5c99;
    font-size: 18px;
    /*! line-height: 26px; */
    text-decoration: none;
    margin: 20px 0;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}

.video-flex {
    margin-bottom: 200px;
}

.capa-h2-under {
    width: 100%;
    z-index: 3;
    margin: 20px 0;
}

.capa-h2-under a {
    float: right;
    color: #fff;
}

.capa-h1,
.capa-h2 {
    width: 100%;
    display: flex;
    justify-content: center;
    /*! z-index:4; */
    /*! letter-spacing: .0em; */
    padding: 3.25% 0% 3.2%;
    font-size: 2.2em;
    color: #353535;
    /* font-weight: 500; */
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-topright: 20px;
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: 900;
    text-transform: uppercase;
}

.capa-h1 {
    padding: 1% 0% 3.2%;
}

.capa-h2 h2 {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    margin: 0;
    z-index: 5;
    text-transform: uppercase;
}

h3 {
    font-size: 1.2em;
    line-height: 22px;
    color: #61b3ef;
    text-decoration: none;
    /*! margin: 15px 0; */
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}

h4 {
    font-size: 13px;
    line-height: 22px;
    color: #555;
    text-decoration: none;
    margin: 15px 0;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}

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

a:hover {
    text-decoration: none;
}

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


/*
   ==================================================
       Header
   ==================================================
   */

header,
.slicknav_menu {
    position: sticky;
    top: 0;
    z-index: 1;
}

header {
    color: #fff;
    background-color: #1475ab;
    margin: 0 auto;
    box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
    padding: 0.3em;
    background: linear-gradient(to right, #1f5c99, #0097ff);
}

header .logo {
    float: left;
    background-color: #fff;
    border-radius: 108px;
    -webkit-border-radius: 108px;
    -moz-border-radius: 108px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    border-color: #61b3ef;
    border-width: thick;
    border-style: inset;
    width: 280px;
    display: flex;
    align-items: center;
    align-self: flex-start;
    margin: 20px 0px 0 10px;
}

header .logo a {
    background: url(../imagens/logo.png) center center;
    display: block;
    width: 100%;
    height: 190px;
    text-indent: -99999px;
}

header img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
}

header .right {
    float: right;
    text-align: right;
    color: #fff;
    font-size: 1.2em;
}

header .right strong {
    font-size: 28px;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    -moz-text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

header p {
    margin: 1em;
    float: right;
    text-shadow: 0px 1px #555;
}


/*
   ==================================================
       Menu
   ==================================================
   */

header title {
    display: none;
}

header nav {
    clear: both;
    position: relative;
    padding: 0px;
    background-color: transparent;
    font-size: 1.5em;
    width: 100%;
    bottom: 0px;
    margin-left: 4em;
    justify-content: space-around;
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
    /*! align-items: flex-end; */
    align-self: flex-start;
    margin-right: 17%;
}

header nav li {
    position: relative;
    float: left;
}

header nav a {
    /* display: block; */
    background: transparent;
    color: #fff;
    text-decoration: none;
    padding: 23px 0;
    width: auto;
    display: flex;
    /* font-weight: 600; */
    /* letter-spacing: .1em; */
    /* line-height: 1.2em; */
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s linear;
    /*! text-transform: uppercase; */
}

.active {
    background: #1475ab;
    color: #fff;
}

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

header nav .dropdown .sub-menu {
    position: absolute;
    left: -50px;
    margin: 0;
    height: 50vh;
    width: 250px;
    border-radius: 5px;
    z-index: 33;
    background: #1e5e9d;
}


header nav .dropdown:hover .sub-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

header nav .dropdown:hover .sub-menu-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

header nav .dropdown:hover .sub-menu li {
    display: flex;
    flex-wrap: wrap;
    position: static;
    float: left;
    width: 100%;
}

header nav .dropdown:hover .sub-menu li a {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    float: left;
    width: 100%;
    justify-content: flex-start;
}

header nav .dropdown:hover .sub-menu-info li {
    position: relative;
    display: flex;
    float: left;
    padding: 0;
    width: 50% !important;
    margin: 0 !important;
    /*! background-color: #1e5f9e !important; */
}

header nav .dropdown .sub-menu li:hover .lista-interna {
    display: flex;
}

header nav .dropdown:hover .lista-interna li:not(:first-child) {
    position: static !important;
}

header nav .dropdown .sub-menu .lista-interna::-webkit-scrollbar {
    width: 12px;
}

header nav .dropdown .sub-menu .lista-interna::-webkit-scrollbar-track {
    background: #666;
    border-radius: 5px;
}

header nav .dropdown .sub-menu .lista-interna::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 5px;
}

header nav .dropdown .sub-menu .lista-interna::-webkit-scrollbar-thumb:hover {
    background: #999;
}

header nav .dropdown:hover .sub-menu-info::-webkit-scrollbar {
    width: 12px;
}

header nav .dropdown:hover .sub-menu-info::-webkit-scrollbar-track {
    background: #666;
    border-radius: 5px;
}

header nav .dropdown:hover .sub-menu-info::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 5px;
}

header nav .dropdown:hover .sub-menu-info::-webkit-scrollbar-thumb:hover {
    background: #999;
}

header nav .dropdown .sub-menu .lista-interna {
    display: none;
    width: 50vw;
    margin: 0;
    top: 0;
    position: absolute;
    height: 50vh;
    overflow-y: scroll;
    padding: 0;
    border-radius: 5px;
    left: -50vw;
    background-color: #1e5e9d;
    flex-wrap: wrap;
}

header nav .dropdown .sub-menu .lista-interna li {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}

header nav .dropdown .sub-menu .lista-interna li a {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

header nav .dropdown:hover .sub-menu li a {
    display: flex;
    width: 100%;
    font-size: 14px;
    padding: 7px;
    margin: 0;
    border-radius: 5px;
    text-align: left;
    text-decoration: none;
    color: #fff;
    height: auto;
}

header nav .dropdown:hover .sub-menu-info li a {
    display: flex;
    width: 100%;
    font-size: 0.73em;
    padding: 7px;
    text-align: left;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    height: auto;
    justify-content: flex-start;
    background-color: unset;
}

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

header nav .dropdown:hover .sub-menu-info li a:hover {
    background: #13477a !important;
    color: #fff;
}

header nav .dropdown ul li.dropdown .sub-menu {
    display: none;
    position: absolute;
    top: -45px;
    left: 200px;
    margin: 43px 0;
    height: auto;
    width: 190px;
}

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


/*
   ==================================================
       Menu 2 INFERIOR
   ==================================================
   */

header nav2 {
    clear: both;
    position: relative;
    height: 30px;
    padding: 5px;
    background: #61b3ef;
    font-size: 10px;
    width: 616px;
    float: right;
    margin-top: -4.5%;
    border-top: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #61b3ef;
}

header nav2 li {
    position: relative;
    float: left;
}

header nav2 a {
    display: block;
    background: #61b3ef;
    color: #fff;
    text-decoration: none;
    padding: 14px 3.5px;
    width: auto;
    height: 14px;
    text-align: center;
    transition: all 0.3s linear;
    /* Efeito de TransiÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£o dos itens do header nav e sub-header nav */
    margin-top: -6px;
}

header nav2 a:hover,
header nav2 li:hover a {
    color: #61b3ef;
    background-color: #f6f6f9;
}

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

header nav2 .dropdown .sub-menu {
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    margin: 30px 0;
    height: auto;
    width: 200px;
}

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

header nav2 .dropdown:hover .sub-menu li {
    position: relative;
    float: left;
    width: 200px;
    margin: 0;
}

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

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

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

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


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

.wrapper {
    width: 100%;
    /*! max-width: 90vw; */
    margin: 0 auto;
    text-align: left;
    background-color: #f6f6f9;
}

.wrapper-content {
    max-width: 100vw;
    /* width: 1140px; */
    margin-left: 15%;
    /* padding: 15px; */
    /*! margin-right: 0!important; */
    height: auto;
    text-align: left;
    display: flex;
    /*! flex-wrap: wrap; */
    background-color: transparent;
}

.wrapper-content2 {
    max-width: 90vw;
    width: 1140px;
    margin: auto;
    padding: 15px 0;
    height: auto;
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: transparent;
}

.content {
    padding: 0 0;
    background-color: #f6f6f9;
}

section {
    float: left;
    width: 100%;
    /*! padding: 15px 15px; */
    /*! background-color: #ebebeb; */
    margin: 15px auto;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    -moz-border-radius-topright: 20px;
}

article {
    float: left;
    width: 74%;
    text-align: justify;
    padding: 10px;
    border-radius: 6px;
    background-color: #fff;
}

article p {
    margin: 1.5em 0;
}

article strong {
    font-weight: normal;
}

article.full {
    width: 100%;
}

article.full97 {
    width: 97%;
}

article ul.disc {
    list-style-type: disc;
    margin: 0% 0% 20px 3%;
}

article table td {
    border: 2px;
    border-color: #aaa;
    border-style: solid;
    padding: 1%;
}

.row_tab {
    width: 100%;
    margin: 2%;
}

.col_esq {
    float: left;
    width: 24%;
    padding: 1%;
    background-color: #ddd;
    font-weight: bold;
    margin: 1.5% 0%;
}

.col_dir {
    float: right;
    width: 68%;
    padding: 1% 3%;
    margin: 1.5% 0%;
}

.assistencia-esq {
    float: left;
    width: 60%;
    text-align: center;
}

.assistencia-esq p {
    font-size: 1em;
}

.assistencia-dir {
    float: right;
    width: 40%;
    font-size: 0.8em;
    color: #555;
}

.assistencia-dir h2 {
    font-size: 1.2em;
    color: #ff0000;
}

.assistencia-dir strong {
    font-weight: bold;
}

.assistencia-dir h3 {
    font-size: 1em;
}

#breadcrumb {
    display: inline-block;
    clear: both;
    width: 100%;
    color: #555;
    font-size: 16px;
}

#breadcrumb div {
    display: inline;
}

#breadcrumb a {
    color: #777;
    text-decoration: underline;
}

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

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

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

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

.picture-legend strong {
    clear: both;
    display: block;
    text-align: center;
    font-weight: normal;
    padding: 4px;
    font-size: 9px;
}

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

.picture-left {
    float: left;
    margin: 0 20px 0 0;
}

.picture-right {
    float: right;
    margin: 0 0 0 10px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.picture-center {
    margin: 0 auto;
    display: block;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.hide-desk {
    display: none;
}

.btn {
    text-decoration: none;
    color: #fff;
    margin: 10px auto;
    width: 93%;
    height: 40px;
    display: flex !important;
    font-weight: 600 !important;
    /*! letter-spacing: .2em; */
    font-size: 1.5em !important;
    /*! text-shadow: 1px 1px #555; */
    align-items: center;
    justify-content: center;
    margin: auto;
}

.btn:hover {
    opacity: 0.9;
}


/*
   ==================================================
       Thumbnails
   ==================================================
   */

.thumbnails {
    flex-wrap: wrap;
    display: flex;
    list-style: none;
    list-style-type: none;
    justify-content: center;
}

.thumbnails li {
    float: left;
    width: 160px;
    height: 210px;
    margin-bottom: 20px;
    text-align: center;
}

.thumbnails h2 {
    font-size: 12px;
    margin: 5px 0;
}

.thumbnails a {
    text-decoration: none;
    color: #1475ab;
    font-size: 1.5em;
    width: 100%;
    /*! height: 100%; */
}

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


/*
   ==================================================
       Thumbnails InformaÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âµes
   ==================================================
   */

.thumbnails-informacoes {
    list-style: none;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.thumbnails-informacoes li {
    float: left;
    width: 25%;
    /*! height: 220px; */
    margin: 19px 35px;
    margin-bottom: 20px;
    text-align: center;
}

.thumbnails-informacoes img {
    width: 100%;
    height: 15em;
    object-fit: cover;
    border-radius: 10px;
    /*! -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5); */
    /*! -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5); */
    /*! box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5); */
    border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
}

.thumbnails-informacoes h2 {
    /*! font-size: 9px; */
    margin: 15px 0;
    line-height: 20px;
}

.thumbnails-informacoes a {
    text-decoration: none;
    color: #1475ab;
    font-size: 1.3em;
}

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


/*
   ==================================================
       Thumbnails-Home
   ==================================================
   */

.thumbnails-home li {
    float: left;
    height: 330px;
    text-align: justify;
    transition: 0.2s all ease-in-out;
    margin: 10px 10px;
    width: 28.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 15px;
    cursor: pointer;
    border: 1px solid red;
    border-color: #dcdbdb;
    border-radius: 6px;
    background: #fff;
}

.thumbnails-home li:first-child {
    padding: 0;
    height: 350px;
    width: 29%;
}

.thumbnails-home li:hover {
    background-color: #1b94d8;
    color: #fff;
}

.thumbnails-home li:hover h2 {
    color: #fff;
}

.thumbnails-home li:hover strong {
    color: #fff;
}

.thumbnails-home li:hover p {
    color: #fff;
}

.thumbnails-home h2 {
    font-size: 1.5em;
    margin: 5px 0;
    color: #1c61a2;
}

.thumbnails-home a {
    text-decoration: none;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

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

.thumbnails-home p {
    font-size: 0.8rem;
    padding: 0px;
}

.thumbnails-home p.tel {
    color: #1b94d8;
    margin-top: 15%;
    text-align: center;
}

.thumbnails-home img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnails-home strong {
    color: #555;
    font-size: 2.25rem;
    color: #1b94d8;
    text-align: center;
    font-weight: bold;
}


/*
   ==================================================
       Thumbnails-home-financiamento
   ==================================================
   */

.thumbnails-home-financiamento li {
    float: left;
    width: 184px;
    height: 56px;
    margin: 10px 30px;
    text-align: center;
}


/*
   ==================================================
       Thumbnails-home-produtos
   ==================================================
   */

.thumbnails-home-produtos li {
    float: left;
    height: 290px;
    text-align: justify;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 5px 0;
    transition: 0.2s all ease-in-out;
    width: 20%;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 15px;
    cursor: pointer;
    border: 1px;
    border-style: solid;
    border-color: #dcdbdb;
    background: #fff;
    border-radius: 6px;
}

.thumbnails-home-produtos li:hover {
    background-color: #1b94d8;
    color: #fff;
}

.thumbnails-home-produtos li:hover h3 a {
    color: #fff;
}

.thumbnails-home-produtos li:hover strong {
    color: #fff;
}

.thumbnails-home-produtos h3 {
    font-size: 14px;
    text-align: center;
    color: #61b3ef;
    margin-top: 15%;
}

.thumbnails-home-produtos img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    /* border:8px; */
    /* border-style: solid; */
    /* border-color: #EFEFEF; */
    /* margin: 0% 2.5%; */
}


/*
   ==================================================
       Thumbnails-home-formas-de-pagamento
   ==================================================
   */

.thumbnails-home-formas-de-pagamento li {
    float: left;
    width: 184px;
    height: 95px;
    margin: 10px 70px;
    text-align: center;
}


/*
   ==================================================
       Thumbnails-empresa
   ==================================================
   */

.thumbnails-empresa li {
    float: left;
    width: 184px;
    height: 60px;
    margin: 40px;
    text-align: center;
}


/*
   ==================================================
       Thumbnails-eventos
   ==================================================
   */

.thumbnails-eventos li {
    float: left;
    width: 160px;
    height: 150px;
    margin: 40px;
    text-align: center;
}


/*
   ==================================================
       Sidebar
   ==================================================
   */

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

aside h2 a {
    display: block;
    padding: 0.5em;
    font-size: 20px;
    background: #1f5c99;
    /*! text-shadow: 1px 1px #555; */
    text-align: center !important;
    color: #fff;
    text-decoration: none;
    text-align: right;
    /* border-top-left-radius: 20px; */
    -moz-border-radius-toprleft: 20px;
    /* -webkit-border-top-left-radius:20px; */
    background: linear-gradient(to top, #1f5d9a 0%, #0080d9 100%);
    border-radius: 10px 10px 0 0;
}

aside nav {
    list-style: none;
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
    border-radius: 6px;
    overflow: auto;
    height: 600px;
}

aside li {
    margin: 0 0 0 0;
}

aside li a {
    display: block;
    padding: 5px;
    font-weight: 600;
    color: #555;
    text-decoration: none;
    border-bottom: 1px dotted #ccc;
    font-size: 1em;
}

aside nav li a:hover {
    color: #fff;
    background: #1475ab;
    text-shadow: 1px 1px #555;
}

aside h3 {
    color: #fff;
    text-align: center;
    background-color: #61b3ef;
    padding: 10px;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px #555;
    font-weight: 600;
}

aside p {
    text-align: center;
    line-height: 1.8em;
    margin: 0;
}

aside strong {
    font-size: 23px;
    color: #1475ab;
}


/*
   ==================================================
       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: 0.9%;
    text-align: center;
}

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


/*  Gallery  InformaÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âµes */

.gallery-informacoes {
    display: inline-block;
    list-style-type: none;
    list-style: none;
    width: 100%;
}

.gallery-informacoes li {
    float: left;
    margin: 1.5%;
    text-align: center;
    /*! border:1px solid #CCC; */
    /*! box-shadow: 0px 0px 5px #CCC; */
    padding: 5px 3px 2px 3px;
    width: 30%;
    height: 200px;
    box-sizing: border-box;
}

.gallery-informacoes li:hover {
    /*! border:1px solid #AAA; */
    /*! box-shadow: 0px 0px 5px #AAA; */
}

.gallery-informacoes img {
    /*! border:1px solid #CCC; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*  Gallery  Equipamentos */

.gallery-equipamentos {
    display: inline-block;
    list-style-type: none;
    list-style: none;
    width: 100%;
}

.gallery-equipamentos li {
    float: left;
    margin: 1.3%;
    text-align: center;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px #ccc;
    padding: 8px;
}

.gallery-equipamentos li:hover {
    border: 1px solid #aaa;
    box-shadow: 0px 0px 5px #aaa;
}

.gallery-equipamentos img {
    border: 1px solid #ccc;
}

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

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


/*  PÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ginas relacionadas  */

.related-posting-title {
    font-size: 3em;
}

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

.row {
    clear: both;
    display: block;
    background: #e8e8e8;
    border-left: 3px solid #e8e8e8;
    padding: 10px 20px;
    min-height: 85px;
    margin: 15px 0 2px 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
    border-radius: 6px;
}

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

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

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

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

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

.row strong {
    font-size: 1em;
}


/*  Tabs regiÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âµes  */

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

#servicosTabsDois .list-wrap {
    background: #fff;
    padding: 10px;
    margin: 0 0 15px 0;
    font-size: 10px;
}

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

#servicosTabsDois .list-wrap li {
    width: 160px;
    float: left;
    color: #666;
}

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

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

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

#servicosTabsDois .nav li a {
    display: block;
    text-decoration: none;
    padding: 1em;
    background: #ddd;
    color: #666;
    font-size: 1em;
    text-align: center;
    border: 0;
}

#servicosTabsDois .nav li a:hover,
#servicosTabsDois .nav li a:focus {
    background: #1b94d8;
    color: #fff;
}

#servicosTabsDois ul li.nav-two a.current {
    background-color: #eee !important;
    color: #666;
}

#servicosTabs .list-wrap {
    background: #eee;
    padding: 10px;
    margin: 0 0 15px 0;
    font-size: 10px;
}

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

#servicosTabs .list-wrap li {
    width: 152px;
    float: left;
    color: #666;
}

#servicosTabs .list-wrap li.name {
    width: 152px;
    float: left;
    color: #666;
    margin: 0px 0px 68px 0px;
}

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

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

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

#servicosTabs .nav li a {
    display: block;
    text-decoration: none;
    padding: 1em;
    background: #ddd;
    color: #666;
    font-size: 1em;
    text-align: center;
    border: 0;
}

#servicosTabs .nav li a:hover,
#servicosTabs .nav li a:focus {
    background: #999;
    color: #fff;
}

#servicosTabs 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 {
    clear: both;
    /*    margin-top: 15px;*/
    background-color: #0d3c6a;
    padding: 15px;
    background-image: linear-gradient(to top, #1f5d9a 0%, #0064aa 100%);
}

.contact-footer {
    float: left;
    color: #fff;
    margin-right: 30px;
    display: flex;
    /*! width: 100%; */
    font-size: 1em;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.contact-footer strong {
    font-size: 1.1rem;
    letter-spacing: -1px;
}

footer address {
    margin: 0 0 10px 0;
    font-size: 1em;
    font-style: normal;
}

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

footer .menu-footer {
    text-align: right;
    display: flex;
    align-items: center;
    margin-right: 0;
}

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

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

footer .menu-footer nav li a {
    color: #fff;
    font-size: 0.7rem;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
}

footer .menu-footer nav li a:hover {
    color: #a0c4ec;
}

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

footer .social .social-icons {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 0 0 5px;
    float: right;
    background: url(../imagens/icones/icons-social-midia.png);
}

footer .social .google {
    background-position: 131px 0;
}

footer .social .google:hover {
    background-position: 131px 32px;
}

footer .social .facebook {
    background-position: 164px 0;
}

footer .social .facebook:hover {
    background-position: 164px 32px;
}

footer .social .twitter {
    background-position: 197px 0;
}

footer .social .twitter:hover {
    background-position: 197px 32px;
}

footer .social .linkedin {
    background-position: 98px 0;
}

footer .social .linkedin:hover {
    background-position: 98px 32px;
}

footer .social .youtube {
    background-position: 32px 0;
}

footer .social .youtube:hover {
    background-position: 32px 32px;
}

footer .social .email {
    background-position: 65px 0;
}

footer .social .email:hover {
    background-position: 65px 32px;
}

.copyright-footer {
    /*! text-align: left; */
    /*! font-size: 11px; */
    /*! line-height: 30px; */
    /*! letter-spacing: .3em; */
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
    color: #fff;
    /*! align-self: center; */
    padding: 10px;
    /*! background: #ffffff; */
    width: 80vw;
    /*! font-weight: 600; */
    border-radius: 20px;
}

.copyright-footer .selos {
    float: right;
    color: #555;
}

.copyright-footer .selos a {
    margin: 0 0 0 5px;
    /*! border: 1px solid #ccc; */
}


/*
   ==================================================
       PÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡gina Contato (Formulario)
   ==================================================
   */

.contact {
    display: block;
    padding: 0 20px;
}

.form {
    float: left;
}

.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 {
    margin: 0 0 4px 0;
    padding: 5px;
    border: solid 1px #555;
    border-radius: 3px;
    font-size: 16px;
}

.form textarea {
    width: 340px;
}

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

.form .ir {
    border: solid 1px #000;
    background: #fff;
    padding: 3px 8px;
    cursor: pointer;
}

.form .ir:hover {
    background: #0077bb;
}

.bt-submit {
    display: block;
    margin: 5px 0 0 0;
}

.form span.obrigatorio {
    font-size: 9px;
    color: #c00;
}

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

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

.alert {
    color: #ff0000;
}

.contact-form {
    float: right;
    width: 470px;
    color: #989898;
    font-size: 11px;
}

.contact-form strong {
    color: #6d6e71;
}


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


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


/*
   ========================================
                   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: 1em;
    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, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 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: 0.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, 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, 0.8);
}


/* galeria home */

.gallery-home ul {
    margin: 0 auto;
}

.gallery-home li {
    width: 200px;
    height: 200px;
    text-align: center;
    transition: 0.3s;
    padding: 0 5px;
    margin: 10px 6px;
    float: left;
}

.gallery-home li:hover {
    opacity: 0.9;
}

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

.gallery-home img:hover {
    /*! transform: scale3d(1.05, 1.05, 1.05); */
    box-shadow: 3px 0px 11px -2px rgba(0, 161, 255, 0.4);
}

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


/*  */

.botao-cotar {
    /* padding: 8px 8px 5px; */
    background: #e50;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 1.3em !important;
    color: #fff;
}

.modal-contato-itens .descricao>div {
    color: #666;
}

#modal.orcamento .modal-footer .btn-proximo {
    padding: 0 !important;
}


/* owl slider */

.owl-carousel {
    position: relative;
    height: 60vh;
}

.owl-carousel div:not(.owl-controls) {
    height: 100%;
}

.owl-carousel div.owl--text {
    /*! position: absolute; */
    /*! bottom: 38%; */
    /*! left: 40%; */
    width: 65em;
    /*! height: 8em; */
    padding: 2em;
    /*! background: rgba(20, 117, 171, .5); */
    color: #fff;
    /*! box-shadow: 5px 5px 5px #333; */
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    align-self: center;
}

.owl-carousel .owl-item:nth-child(2) div.owl--text {
    right: 6em;
    left: unset;
}

.owl-carousel div.owl--text p {
    font-size: 3em;
    margin: 0;
    text-shadow: 2px 0px 10px #000;
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
    font-weight: bold;
}

.owl-carousel div.owl--text a {
    /*! position: absolute; */
    /*! left: 20%; */
    /*! bottom: 25px; */
    padding: 10px 10px 10px;
    width: 15em;
    background: #e50;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #333;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color: #fff;
    transition: 1s;
    /*! top: 2%; */
    /*! height: 2em; */
    /*! align-self: center; */
    text-align: center;
    margin: auto;
    font-size: 1.5em;
}

.owl-carousel div.owl--text a:hover {
    background: #b40;
    box-shadow: 0 0 0 #333;
}

.owl-carousel .owl-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.owl-carousel .owl-item:first-child .owl-slide {
    background-image: url("../imagens/banner/refrigeracao-ideal-3.jpg");
}

.owl-carousel .owl-item:nth-child(2) .owl-slide {
    background-image: url("../imagens/banner/refrigeracao-ideal-2.jpg");
}

.owl-carousel .owl-item:nth-child(3) .owl-slide {
    background-image: url("../imagens/banner/refrigeracao-ideal-3.jpg");
}

.owl-carousel .owl-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.owl-carousel .owl-controls .owl-buttons div {
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    width: 50px;
    height: 30px;
    border-radius: 3px;
    background: #000;
    color: #fff;
    line-height: 25px;
    text-align: center;
    font-size: 0.9em;
    zoom: 1;
    margin: 0;
    opacity: 0.6;
    text-transform: capitalize;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev {
    left: 5px;
}

.owl-carousel .owl-controls .owl-buttons .owl-next {
    right: 5px;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev,
.owl-carousel .owl-controls .owl-buttons .owl-next {
    font-size: 30px;
    padding: 10px 0 0;
    background: unset;
    box-shadow: inset 0 0 0 30px #333;
}


/* .owl-carousel .owl-controls .owl-buttons .owl-prev p, .owl-carousel .owl-controls .owl-buttons .owl-next p { box-shadow: 5px 5px 5px #000; } */


/*
   ========================================
                   CSS Mobile
   ========================================
   */


/* TABLET */

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

    header img {
        display: none;
    }

    .hide-desk {
        display: inline-block;
    }

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

    .gallery li {
        margin: 4px;
    }

    article img {
        max-width: 100%;
    }

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


/* Mobile */

@media only screen and (max-width: 765px) {
    aside .botao-cotar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100vw;
    }

    aside h2,
    aside nav {
        display: none;
    }

    .thumbnails-home li:first-child {
        width: 100%;
    }

    .wrapper-content2 {
        width: unset;
    }

    article {
        width: 95% !important;
    }

    .gallery-informacoes li {
        width: 97%;
    }

    .thumbnails-informacoes li {
        width: 90%;
        box-sizing: border-box;
        margin: 10px 5%;
    }

    .gallery-home li {
        width: 100%;
        box-sizing: border-box;
        margin: 10px 2.5%;
        margin-right: 0px;
        margin-left: 0px;
    }

    .owl-carousel div.owl--text a {
        /*! left: 30vw; */
        /*! width: 45vw; */
    }

    .owl-carousel div.owl--text {
        top: 25%;
        left: 0;
        width: 100%;
        height: 0;
        padding: 0;
        padding-right: 0px;
        padding-left: 0px;
    }

    .hide-mobile {
        display: none;
    }

    wrapper-content2 {
        max-width: 92.5vw;
        /* width: 1140px; */
        margin: 0;
        /* padding: 15px; */
        margin-right: 0 !important;
        height: auto;
        text-align: left;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        background-color: transparent;
    }

    footer.wrapper-content2 {
        max-width: 92.5vw;
        /* width: 1140px; */
        margin: 0;
        /* padding: 15px; */
        margin-right: 0 !important;
        height: auto;
        text-align: left;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        background-color: transparent;
    }

    .thumbnails-home-financiamento {
        display: flex;
        justify-content: center;
    }

    header img {
        display: none;
    }

    .hide-desk {
        display: inline-block;
    }

    .thumbnails-home li {
        width: 100%;
        margin: 10px 0;
    }

    .thumbnails-home-produtos {
        display: flex;
        flex-direction: column;
        max-width: 90vw;
    }

    .thumbnails-home-produtos li {
        width: 90%;
    }

    .js #menu {
        display: none;
    }

    .js .slicknav_menu {
        display: block;
    }

    header .logo a {
        background-image: url(../imagens/logo.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 290px;
    }

    header .logo {
        margin: -15% -15% 6% -15%;
    }

    section img {
        max-width: 100%;
    }

    section {
        padding: 10px 0px;
    }

    article {
        width: 100%;
    }

    article .full97 {
        width: 97%;
    }

    .capa-h2 h2 {
        font-size: 1em;
        line-height: 1em;
        padding: 1% 2%;
    }

    .capa-h2 {
        width: 90%;
        line-height: 1em;
        align-items: center;
        display: flex;
        margin: auto;
        justify-content: center;
        white-space: nowrap;
    }

    .capa-h2-under {
        width: 98%;
    }

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

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

    /*AONO*/
    .nivo-wrapper {
        display: none;
    }

    header .right {
        display: none;
    }

    header {
        width: 70%;
        display: none;
    }

    /*
     ==================================================
         Footer
     ==================================================
     */
    footer {
        margin-top: 10px;
    }

    .contact-footer {
        float: left;
        margin-right: 0px;
        font-size: 0.8rem;
        text-align: center;
        justify-content: center;
        width: 100%;
    }

    footer .menu-footer {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    footer .menu-footer nav ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: auto;
        width: 100%;
    }

    footer .menu-footer nav ul li {
        margin: 10px 0px;
        background-color: #002e4f4a;
        width: 100%;
        padding: 10px 10px;
    }

    footer .menu-footer nav ul li a {
        font-size: 1.2em;
    }

    footer .menu-footer nav {
        margin: 10px 0 0 5px;
        width: 100%;
    }

    .copyright-footer {
        height: auto;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-bottom: 3em;
    }

    .copyright-footer .selos {
        float: right;
    }

    .copyright-footer .selos a {
        margin: 0 0 0 5px;
    }

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

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

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

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

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

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

    .slicknav_nav {
        clear: both;
    }

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

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

    .slicknav_nav .slicknav_item {
        cursor: pointer;
    }

    .slicknav_nav .slicknav_row {
        display: block;
    }

    .slicknav_nav a {
        display: block;
    }

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

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

    .slicknav_menu:after {
        clear: both;
    }

    /*
       User Default Style
       Change the following styles to modify the appearance of the menu.
     */
    .slicknav_menu {
        font-size: 16px;
    }

    /* Button */
    .slicknav_btn {
        margin: 5px 5px 6px;
        text-decoration: none;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        /*! background-color: #c40101; */
    }

    /* Button Text */
    .slicknav_menu .slicknav_menutxt {
        color: #fff;
        font-weight: bold;
        text-shadow: 0 1px 3px #000;
        display: none;
    }

    /* Button Lines */
    .slicknav_menu .slicknav_icon-bar {
        background-color: #f5f5f5;
    }

    .slicknav_menu {
        background: linear-gradient(to right, #1f5c99, #0097ff);
        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: #0087f9;
        color: #fff;
    }

    .slicknav_nav a:hover {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        /*! background: #ccc; */
        color: #fff;
    }

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

.close,
.logo1 {
    z-index: 1;
}

@media only screen and (max-width: 768px) {
    .owl-carousel div.owl--text p {
        font-size: 2em;
        margin: 0;
        margin-bottom: 0px;
        text-shadow: 2px 0px 10px #000;
        width: 100%;
        text-align: center;
        margin-bottom: 1em;
        font-weight: bold;
    }
    a.botao-cotar {
        max-width: 100%;
    
        margin: 0 auto;
        display: flex;
        
        justify-content: center;
    }
    .grid .col-9 h3 {
        font-size: 1em !important;
        text-align: center;
    }
    .grid .col-9 h2 {
        font-size: 1em;
        text-align: center;
    }

    .owl-carousel div.owl--text a {
        /*! position: absolute; */
        left: 17% !important;
        /*! bottom: 25px; */
        padding: 8px 8px 5px;
        width: 17em !important;
        background: #e50;
        border-radius: 5px;
        box-shadow: 5px 5px 5px #333;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        font-weight: bold;
        color: #fff;
        transition: 1s;
        /*! top: 2%; */
    }

    .owl-carousel div.owl--text {
        position: absolute;
        bottom: 38%;
        /*! left: 40%; */
        /*! width: 35em; */
        height: 8em;
        /*! padding: 2em; */
        /*! background: rgba(20, 117, 171, .5); */
        color: #fff;
        /*! box-shadow: 5px 5px 5px #333; */
        border-radius: 4px;
    }
}

.banner {
    position: relative;
    overflow: auto;
}

.banner li {
    list-style: none;
}

.banner ul li {
    float: left;
}

.bg-slider {
    display: flex;
    align-content: center;
    justify-content: center;
}

#parallax {
    position: relative;
    height: 30em;
    max-width: 100vw;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-top: 5em;
}

.parallax-text-div {
    position: absolute;
    text-align: center;
    width: 65%;
}

.parallax-img {
    height: 30em;
    width: 100%;
    background: #00337199;
    background-size: cover;
    background-position: center;
}

.parallax-img-div {
    width: 100%;
    background-image: black;
    background-image: url(../imagens/bannerparallax.jpg);
    background-size: cover;
    background-position: center;
}

.parallax-text-div h2 {
    font-size: 3em;
    color: white;
    font-weight: bold;
    text-shadow: 5px 5px 5px #333;
}

.parallax-text-div p {
    font-size: 1.3em;
    color: white;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding-bottom: 1em;
    text-shadow: 5px 5px 5px #333;
}

.parallax-text-div a {
    padding: 10px 50px 10px 50px;
    color: white;
    text-decoration: none;
    font-size: 1.3em;
    font-weight: bold;
    border-radius: 10px;
    text-transform: uppercase;
    background: #e50;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #333;
}

.parallax-text-div a:hover {
    background: #933400;
}

.btn-orcar {
    background: #ff4f00;
    color: #fff;
    padding: 20px 10px;
    margin: 0;
    font-size: 15px;
    border: none;
    width: 100%;
    margin-right: 0;
    text-transform: uppercase;
    margin-top: 5px;
    cursor: pointer;
}

.btn-orcar {
    background: #ff4f00;
    color: #fff;
    padding: 20px 10px;
    margin: 0;
    font-size: 15px;
    border: none;
    width: 100%;
    margin-right: 0;
    text-transform: uppercase;
    margin-top: 5px;
    cursor: pointer;
}

ul.dropdown-menu.second-lvl.menuProdutos {
    flex-flow: wrap;
}

ul.dropdown-menu.second-lvl.menuProdutos li {
    width: 50%;
}

.thumbnails h2 {
    background: none;
}

ul.thumbnails-mod17 {
    list-style: none;
    position: relative;
    padding: 0;
    /* width: 1140px; */
}

ul.thumbnails-mod17 li {
    width: 240px;
    padding: 1%;
    display: flex;
}

ul.thumbnails-mod17 li a img {
    width: 100%;
}


@media only screen and (max-width: 765px) {
    .thumbnails li {
        width: 90%;
        margin: 10px 0;
    }

}

@media only screen and (max-width: 480px) {
    .grid {
        width: 360%;
        max-width: 100%;
        /* display: block; */


        max-width: 100%;
    }

}


.box-produto img {
    width: 100%;
    max-height: 183px;
}

a.botao-cotar {
    max-width: 100%;
}




ul.relacionada>li>a {
    border-left: 3px solid #333;
    padding: 3px;
    /* margin-top: 20px; */
    margin: 0 auto;
}

@media (max-width: 768px) {

    .busca-relacionadas b,
    .busca-relacionadas ul li {
        float: none;
        /* margin-right: 10px; */
    }

    h1 {
        margin: 0;
    }


}
/* CONTEÃƒÅ¡DO CONTAINER */
.article-content {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    padding: 15px;
    border-radius: 5px;

    margin-top: 15px;
    position: relative;
    padding-bottom: 50px;
}
.article-content strong {
    font-weight: 600;
    color: #000;
    font-size: 16px;
}

.article-content p {
    padding-left: 10px;
    font-size: 1.01em;
    display: block;
}

.article-content ul li {
    list-style: inside;
    margin-bottom: 10px;
    line-height: 30px;
    margin-left: 30px;
}

.article-content ol li {
    list-style: number;
    padding: 10px;
}

.article-content h2 {
    font-size: 1.5em;
    margin-left: 15px;
}

.article-content h3 {
    font-size: 1.3em;
    margin-left: 15px;
    color: #1454b5;
}

.article-content h4 {
    font-size: 1.2em;
    margin-left: 14px;
    color: #000;
}

.article-content .img-right {
    float: right;
    mix-blend-mode: multiply;
    display: block;
    margin-left: 15px;
		width: 200px;
		height: 200px;
}

.article-content .img-left {
    float: left;
    mix-blend-mode: multiply;
    display: block;
    margin-right: 15px;
		width: 200px;
		height: 200px;
}

.article-content .img-center {
    display: flex;
    justify-content: center;
}

.img-right > img:hover, .img-left > img:hover, .img-center > img:hover {
    transform: scale(1.01);
}

.img-right > img, .img-left > img, .img-center > img {
    border-radius: 5px;
    transition: 0.3s ease-in-out;
    width: 100%;
    height: 300px;
}

.img-right > p, .img-left > p, .img-center > p {
    text-align: center;
    color: #9a1a1a;
}

.article-content embed {
    width: 100%;
    height: 200px;
    min-height: 200px;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .img-center {
        flex-direction: column;
    }

    .article-content .img-right {
        float: none;
        display: flex;
        justify-content: center;
    }

    .article-content .img-left {
        float: none;
        display: flex;
        justify-content: center;
    }
}

.article-content a {
    cursor: pointer;
    color: #006fe6 !important;
    font-weight: bold;
}

/* FIM CONTEÃƒÅ¡DO CONTAINER */
/* DIV TABLE STYLE */
.table-style table {
    border-collapse: collapse;
    width: 100%;
}

.table-style th, .table-style td {
    border: 1px solid #c0c0c0;
    padding: 8px;
    text-align: left;
}

.table-style th {
    background-color: #65677300;
    color: #000;
    border: 1px solid black;
}

.table-style tr:nth-child(even) {
    background-color: #f2f2f2;
}

.table-style tr:hover {
    background-color: #d9e6f2;
}

.table-style {
    color: #000000cf;
    padding-left: 15px;
    margin-bottom: 30px;
}

.title-table {
    text-align: center;
    color: black;
    font-size: 1.5em;
    font-family: 'Open Sans';
}

.table-style td {
    color: #000;
    background-color: #44465400;
    border: 1px solid black;
}

/* FIM DIV TABLE STYLE */
/* TABLE 3 COLUNAS +*/
@media (max-width: 1024px) {
    .table-3-column th, .table-3-column td {
        font-size: 12px;
    }

    .table-3-column th {
        border: 1px solid #444141;
    }

    .table-3-column td:first-child {
        border-top: 1px solid #444141;
    }

    .table-3-column thead tr:first-child th {
        position: sticky;
        top: 0;
    }

    .table-3-column table {
        border-collapse: collapse;
        width: 100%;
        margin: 15px 0px 35px 0px;
        overflow-x: auto;
        overflow-y: auto;
        height: 70vh;
        display: block;
    }

    .table-3-column td, .table-3-column th {
        text-align: left;
    }

    .table-3-column table::-webkit-scrollbar {
        height: 10px;
    }

    .table-3-column thead {
        background-color: #118900;
        color: white;
    }

    .table-3-column td:hover {
        background-color: #d7d7d7;
    }
}

/*FIM TABLE 3 COLUNAS +*/
/* BUSCAS RELACIONADAS*/
.busca-relacionadas {
    width: 100%;
    padding: 10px 0;
    padding-top: 20px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

ul.relacionada li:hover {
    background-color: #c4a10433;
}

ul.relacionada li {
    border: 1px solid black;
    padding: 5px;
    margin: 3px;
    border-radius: 5px;
    transition: 0.4s;
}

.busca-relacionadas b {
    margin-left: 7px;
    font-size: 16px;
}

@media only screen and (max-width: 480px) {
    .busca-relacionadas {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* FIM BUSCAS RELACIONADAS*/
/* BREADCRUMB*/
ol.breadcrumb {
    display: flex;
    margin-top: 75px;
}

li.breadcrumb-item {
    margin: 4px;
}

@media screen and (max-width: 768px) {
    ol.breadcrumb {
        flex-direction: column;
        margin-top: 25px;
    }
}
li.breadcrumb-item a:hover {
    color: #4747b6;
}

li.breadcrumb-item a {
    padding: 10px;
    background-color: #e1e1e1;
    border-radius: 5px;
    transition: 0.4s;
}

/* FIM BREADCRUMB */
/* LEIA MAIS */
details.webktbox summary::-webkit-details-marker {
    display: none;
}

/*Caso na pÃƒÆ’Ã„â€žgina apareÃƒÆ’Ã‚Â§a um simbolo de flecha junto com o botÃƒÆ’Ã„Â¢o 'Leia mais', add esse trecho:  */
summary {
    display: block !important;
    cursor: pointer;
}

/* Em 'content' pode colocar a mensagem que deseja. Ex: 'Ver mais', 'Leia mais', etc. */
details.webktbox summary:before {
    content: 'Leia mais sobre esse artigo';
    display: flex;
    color: #000;
    padding: 8px 8px;
    cursor: pointer;
    width: 95%;
    justify-content: center;
    font-style: italic;
    margin-top: 1%;
}

/* BotÃƒÆ’Ã„Â¢o fechar*/
details.webktbox[open] summary:before {
    content: 'Fechar';
    position: absolute;
    top: 95%;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    details.webktbox summary:before {
        font-size: 16px;
        padding: 6px;
    }

details.webktbox[open] summary:before {
        font-size: 16px;
        width: 90%;
        padding: 6px;
        top: 96.5%;
    }
}

/* FIM LEIA MAIS */
/* correção formulário mobile */
@media screen and (max-width: 768px) {#cotacao-modal .cotacao-modal-content {width: 100vw;}}
#cotacao-modal #close-modal{
    top: 3%;
}