/*
Theme Name: CIMTAL
Theme URI: https://www.cimtal.com.br/
Description: Tema exclusivo CIMTAL
Author: WebGT
Author URI: https://www.webgt.com.br/

font-family: 'Open Sans', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Montserrat', sans-serif;
*/

/* -> GERAL */
html,
body {
    height: 100%;
}
body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
}
.body-modal {
    overflow: hidden;
}

.wrap {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

a {
    color: rgba(255, 153, 0, 1);
    text-decoration: none;
}
a:link {
    color: rgba(255, 153, 0, 1);
    text-decoration: none;
}
a:visited {
    color: rgba(255, 153, 0, 1);
    text-decoration: none;
}
a:hover {
    color: rgba(217, 130, 0, 1);
    text-decoration: none;
}
a:focus {
    color: rgba(255, 153, 0, 1);
    text-decoration: none;
}
a:active {
    color: rgba(255, 153, 0, 1);
    text-decoration: none;
}

a.btn-warning {
    color: rgba(0, 0, 0, 1);
}
a.btn-warning:link {
    color: rgba(0, 0, 0, 1);
}
a.btn-warning:visited {
    color: rgba(0, 0, 0, 1);
}
a.btn-warning:hover {
    color: rgba(0, 0, 0, 1);
}
a.btn-warning:focus {
    color: rgba(0, 0, 0, 1);
}
a.btn-warning:active {
    color: rgba(0, 0, 0, 1);
}

img {
    max-width: 100%;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.w40 {
    width: 39%;
}
.w50 {
    width: 49%;
}
.w60 {
    width: 59%;
}
.dib {
    display: inline-block;
    vertical-align: top;
}
.mt20 {
    margin-top: 20px;
}
.alignLeft {
    text-align: left;
}
.alignright {
    float: right;
    margin: 0 0 10px 10px;
}

.section-title {
    margin: 0 0 40px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
}
.section-content {
}

.conteudo {
    margin: 10px 0 40px 0;
}
.conteudo img {
    max-width: 100%;
    height: auto;
}
.conteudo-box {
    max-width: 1200px;
    margin: auto;
}
.conteudo-box-short {
    max-width: 800px;
    margin: auto;
}
.conteudo-la {
    float: left;
    width: calc(100% - 380px);
    padding: 0 10px 0 0;
}
.conteudo-lb {
    float: right;
    width: 370px;
    padding: 0 0 0 10px;
}
.page-title {
    position: relative;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 14px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    text-transform: uppercase;
    word-wrap: break-word;
    hyphens: auto;
    padding: 120px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.page-title-txt {
    position: relative;
    display: inline-block;
    padding: 10px 8px 10px 20px;
    border: rgba(255, 255, 255, 0.3) solid 1px;
}
.page-title-ln {
    position: absolute;
    margin-top: 10px;
    border-bottom: rgba(255, 255, 255, 1) solid 1px;
    width: 1px;
    opacity: 0;
}
.page-title-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/themes/cimtal/img/page-title-dots.png");
}
.page-content {
    min-height: 350px;
    font-size: 16px;
    text-align: justify;
}
#crumbs {
    font-size: 14px;
    color: rgba(177, 177, 177, 1);
    font-weight: 400;
    margin: 0 0 30px 0;
}

.sidebar .section-title {
    font-size: 30px;
    margin-bottom: 5px;
}
.sidebar-box {
    margin-bottom: 30px;
}

.aligncenter {
    text-align: center;
}
.alignleft {
    text-align: left;
}
.alignright {
    text-align: right;
}
.alignjustify {
    text-align: justify;
}
.img100 {
    width: 100% !important;
}

a.button-blue {
    margin-top: 30px;
    display: inline-block;
    padding: 7px 14px;
    background-color: rgba(13, 45, 94, 1);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    transition: all 200ms linear;
}
a.button-blue:hover {
    background-color: rgba(31, 81, 157, 1);
}

.red {
    color: rgba(255, 0, 4, 1);
}

html body #LeadboosterContainer {
    z-index: 999 !important;
}
/* <- GERAL */

/* <- HEADER */
header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 10px 0 #707070;
}

.header-logo {
    display: inline-block;
    padding: 10px 0;
}

#header-sep {
    height: 85px;
}

.header-scroll {
    position: fixed;
    box-shadow: 0 0 10px 0 #737373;
}
.header-scroll .header-logo {
    padding: 3px 0;
}
.header-scroll .header-logo img {
    height: 50px;
}
.header-scroll #menuprinc-btn {
    top: -6px;
}
.header-scroll #menuprinc a {
    padding: 20px 12px 10px;
    font-size: 14px;
}
.header-scroll #menuprinc ul ul a {
    padding: 5px 10px;
}
.header-scroll #menuprinc ul li ul {
    top: 50px;
}
.header-scroll #menuprinc li[class*="menuRs-"] a {
    padding: 8px 5px 4px;
}

/* <- HEADER */

/* -> MENUPRINC */
#menuprinc-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    display: none;
    vertical-align: middle;
    font-size: 40px;
    padding: 6px 10px;
    color: rgba(13, 45, 94, 1);
}
#menuprinc {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}
#menuprinc ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menuprinc ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
}
#menuprinc ul li ul {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 9999;
    min-width: 240px;
    background-color: rgba(214, 159, 45, 1);
}
#menuprinc ul li:hover ul {
    display: block;
}
#menuprinc ul li ul li {
    display: block;
    border-bottom: #d6b11e dotted 1px;
}

#menuprinc a {
    display: block;
    padding: 34px 12px 25px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;
    transition: all 200ms linear;
}
#menuprinc a:hover {
    color: rgba(255, 153, 0, 1);
}

#menuprinc ul ul a {
    padding: 5px 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, 1);
}
#menuprinc ul ul a:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 172, 0, 1);
}

#menuprinc .fa-chevron-down,
#menuprinc .fa-chevron-right {
    font-size: 12px !important;
}

.showOnMobile {
    display: none !important;
}
.menuprinc_barrinha {
    margin: 3px auto 0;
    width: 0;
    height: 2px;
    border-radius: 1px;
    background-color: rgba(255, 215, 155, 1);
    transition: all 200ms ease-out;
}
#menuprinc a:hover .menuprinc_barrinha {
    width: calc(100% - 10px);
}

#menuprinc li.menuRs-facebook {
    margin-left: 10px;
}
#menuprinc li[class*="menuRs-"] a {
    padding: 20px 5px 14px;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.3);
}
#menuprinc li[class*="menuRs-"] a:hover {
    color: rgba(255, 153, 0, 1);
}
#menuprinc li[class*="menuRs-"] span {
    display: none;
}

#menuprinc .menuprinc-2via a {
    background-color: #ffc700;
    padding: 26px 15px 23px;
    color: #000;
    transition: all 200ms linear;
}
#menuprinc .menuprinc-2via a:hover {
    background-color: #ffe177;
    color: #000;
}
#menuprinc .menuprinc-2via ul {
    top: 84px;
    left: auto;
    right: 0;
}
#menuprinc .menuprinc-2via .menuprinc-2via-small {
    font-size: 0.7em;
}
#menuprinc .menuprinc-2via .menuprinc-2via-arrow {
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
}
#menuprinc .menuprinc-2via ul a {
    padding: 15px 20px;
    white-space: nowrap;
}
.header-scroll #menuprinc .menuprinc-2via ul {
    top: 56px;
}
.header-scroll #menuprinc .menuprinc-2via a {
    padding: 10px 14px 10px;
}
.header-scroll #menuprinc .menuprinc-2via .menuprinc-2via-arrow {
    bottom: -5px;
}
/* <- MENUPRINC */

/* -> MENUMOB */

.header__menumob {
    display: none;
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    overflow: auto;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    padding-bottom: 100px;
}

.header__navbar--menumob {
    padding: 50px 0;
}

#menumob ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

#menumob ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
}

#menumob ul li:not(li[class*="menuRs-"]) {
    flex: 0 0 100%;
}
#menumob ul li ul {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 9999;
    min-width: 240px;
    background-color: rgba(214, 159, 45, 1);
}
#menumob ul li:hover ul {
    display: block;
    width: 100%;
    position: static;
}
#menumob ul li ul li {
    display: block;
    border-bottom: #d6b11e dotted 1px;
}

#menumob a {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;
    transition: all 200ms linear;
}
#menumob a:hover {
    color: rgba(255, 153, 0, 1);
}

#menumob ul ul a {
    padding: 5px 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, 1);
}
#menumob ul ul a:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 172, 0, 1);
}

#menumob .fa-chevron-down,
#menumob .fa-chevron-right {
    font-size: 12px !important;
}

.showOnMobile {
    display: none !important;
}
.menuprinc_barrinha {
    margin: 3px auto 0;
    width: 0;
    height: 2px;
    border-radius: 1px;
    background-color: rgba(255, 215, 155, 1);
    transition: all 200ms ease-out;
}
#menumob a:hover .menuprinc_barrinha {
    width: calc(100% - 10px);
}

#menumob li.menuRs-facebook {
    margin-left: 10px;
}
#menumob li[class*="menuRs-"] a {
    padding: 20px 5px 14px;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.3);
}
#menumob li[class*="menuRs-"] a:hover {
    color: rgba(255, 153, 0, 1);
}
#menumob li[class*="menuRs-"] span {
    display: none;
}

#menumob .menuprinc-2via a {
    background-color: #ffc700;
    padding: 26px 15px 23px;
    color: #000;
    transition: all 200ms linear;
}
#menumob .menuprinc-2via a:hover {
    background-color: #ffe177;
    color: #000;
}
#menumob .menuprinc-2via ul {
    top: 84px;
    left: auto;
    right: 0;
}
#menumob .menuprinc-2via .menuprinc-2via-small {
    font-size: 0.7em;
}
#menumob .menuprinc-2via .menuprinc-2via-arrow {
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
}
#menumob .menuprinc-2via ul a {
    padding: 15px 20px;
    white-space: nowrap;
}

/* <- MENUMOB */

/* -> INI */

/*** ini-destaques ***/
#ini-destaques {
    padding: 50px 0;
    background-color: rgba(244, 244, 244, 1);
}
#ini-destaques-lst {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
#ini-destaques-lst .slick-track li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 360px;
    border: rgba(230, 230, 230, 1) solid 1px;
    background-color: rgba(255, 255, 255, 1);
    padding: 5px;
    text-align: left;
}
#ini-destaques-lst a {
    color: rgba(0, 0, 0, 1);
}
.ini-destaques-img {
    position: relative;
    width: 100%;
    height: 240px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.ini-destaques-tipoNegocio {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px 4px;
    background-color: rgba(255, 168, 0, 1);
    font-size: 12px;
    font-weight: 700;
}
.ini-destaques-preco {
    padding: 5px;
    font-size: 18px;
    font-weight: 700;
}
.ini-destaques-titulo {
    padding: 5px;
    font-size: 14px;
    font-weight: 700;
}
.ini-destaques-itens {
    display: flex;
    flex-wrap: wrap;
    border-top: rgba(220, 220, 220, 1) solid 1px;
    padding: 5px;
}
.ini-destaques-itens div {
    margin: 3px 15px;
}

/*** ini-listrado ***/
#ini-listrado {
    background-image: url("/wp-content/themes/cimtal/img/ini-qs-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/*** ini-qs ***/
#ini-qs {
    padding: 50px 0;
}
#ini-qs .section-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#ini-qs-la,
#ini-qs-lb {
    flex-shrink: 0;
    width: 50%;
}
#ini-qs-la img {
    width: 100%;
}
#ini-qs-lb {
    padding: 0 0 0 50px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    text-align: justify;
}

/*** ini-parceiros ***/
#ini-parceiros {
    padding: 30px 0 20px;
}
#ini-parceiros .section-title {
    margin: 0;
    text-align: center;
}
#ini-parceiros-lst {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
#ini-parceiros-lst .slick-track li {
    margin: 0 5px;
    text-align: center;
}
#ini-parceiros-lst img {
    display: inline-block;
    max-width: 240px;
    max-height: 220px;
}
#ini-parceiros-lst .slick-track {
    display: flex;
}
#ini-parceiros-lst .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

/*** ini-cimtalCenter ***/
#ini-cimtalCenter {
    padding: 50px 0;
}
#ini-cimtalCenter .wrap {
    display: flex;
}
#ini-cimtalCenter-la {
    width: 50%;
    flex-shrink: 0;
}
#ini-cimtalCenter-lb {
    padding-top: 70px;
}
#ini-cimtalCenter-la ul {
    margin-left: 2em;
}
#ini-cimtalCenter .section-content {
    padding-right: 40px;
    font-size: 18px;
}
#ini-cimtalCenter .fa-chevron-right {
    color: rgba(255, 152, 0, 1);
}
#ini-cimtalCenter li {
    margin: 10px 0;
}

/*** ini-depoimentos ***/
#ini-depoimentos {
    padding: 50px 0;
    background-color: rgba(245, 245, 245, 1);
}
#ini-depoimentos-lst {
    position: relative;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: calc(100% - 100px);
}
#ini-depoimentos-lst .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: rgba(187, 187, 187, 1);
    transition: all 200ms linear;
}
#ini-depoimentos-lst .ini-depoimentos-left {
    left: -40px;
}
#ini-depoimentos-lst .ini-depoimentos-right {
    right: -40px;
}
#ini-depoimentos-lst .slick-arrow:hover {
    color: rgba(147, 147, 147, 1);
    cursor: pointer;
}
#ini-depoimentos-lst .slick-track li {
    padding: 20px;
}
.ini-depoimentos-img {
    width: 150px;
    height: 150px;
    margin: 0 auto 30px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 5px 5px 30px 0 #ccc;
}
.ini-depoimentos-txt {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.ini-depoimentos-nome {
    margin: 20px 0 5px;
    font-size: 16px;
}
.ini-depoimentos-subtitulo {
    margin: 5px 0 20px;
    color: rgba(255, 131, 0, 1);
    text-transform: uppercase;
}
.ini-depoimentos-content {
    margin: 20px 0;
    font-weight: 300;
}
.ini-depoimentos-quote {
    margin: 30px 0 0;
    font-size: 30px;
    color: rgba(255, 131, 0, 1);
}

/* <- INI */

/* -> ATEND */
/*** fAtend ***/
#fAtend {
    position: fixed; bottom: 0; right: 20px; z-index: 10;
    width: 100%; max-width: 160px;
    transition: all 200ms;
}
#fAtend.aberto {
    max-width: 240px;
}
#fAtend-start {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 10px 2px 10px;
    background-color: #ffc700;
    border-radius: 7px 7px 0 0;
    box-shadow: 0 0 7px 0 #545454;
    opacity: 0.92;
    color: #000;
    transition: all 200ms linear;
}
#fAtend-start:hover, #fAtend.aberto #fAtend-start {
    cursor: pointer;
    opacity: 1;
    padding: 6px 20px 3px 20px;
    background-color: rgb(255, 196, 0);
    color: #000;
}
#fAtend-start-icon {
    margin: -5px 0;
}
#fAtend-start-txt {
    margin-left: 7px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
#fAtend-box {
    width: 100%;
    display: none;
    background-color: #fff;
    box-shadow: 0 0 7px 0 #545454;
}
#fAtend-box-frm {
    padding: 10px;
}
#fAtend-box-setinha {
    display: none;
}
#fAtend-box-title {
    margin-bottom: 10px;
    font-size: 16px; line-height: 18px;
    font-weight: 500;
    text-align: center;
}
.fAtend-box-lst-item {
    margin-bottom: 7px;
}
.fAtend-box-lst-item:last-child {
    margin-bottom: 0;
}
.fAtend-box-lst-item a {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    padding: 10px;
    background-color: #f3f2ee;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}
.fAtend-box-lst-item a:hover {
    background-color: #eceae2;
    color: rgb(255, 0, 0);
}
.fAtend-box-lst-item-icon {
    flex-shrink: 0;
    width: 40px;
    text-align: center;
}
.fAtend-box-lst-item-txt {
    padding-left: 10px;
}
/* <- ATEND */

/* -> RODAPE */
#footer-l1 {
    padding: 50px 0;
    background-color: rgba(248, 152, 21, 1);
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}
#footer-l1 .wrap {
    display: flex;
    justify-content: space-between;
}
.footer-l1-col {
    margin: 0 20px;
}
.footer-l1-title {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
}

#footer-l2 {
    position: relative;
    padding: 15px 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: rgba(87, 87, 87, 1);
    text-align: center;
}
a.devby {
    position: absolute;
    top: 0;
    right: 20px;
    opacity: 0.8;
    transition: all 200ms linear;
}
a.devby:hover {
    opacity: 1;
}

#whatsTremento {
    position: fixed;
    bottom: 30px;
    right: 20px;
}
#whatsTremento img {
    max-width: 50px;
    animation: tremer 2000ms;
    animation-iteration-count: infinite;
}
@keyframes tremer {
    0% {
        transform: translateX(0);
    }
    2% {
        transform: translateX(3px);
    }
    4% {
        transform: translateX(0);
    }
    6% {
        transform: translateX(-3px);
    }
    10% {
        transform: translateX(0);
    }
    12% {
        transform: translateX(3px);
    }
    14% {
        transform: translateX(0);
    }
    16% {
        transform: translateX(-3px);
    }
    18% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(3px);
    }
    22% {
        transform: translateX(0);
    }
    24% {
        transform: translateX(-3px);
    }
    26% {
        transform: translateX(0);
    }
    28% {
        transform: translateX(3px);
    }
    30% {
        transform: translateX(0);
    }
    32% {
        transform: translateX(-3px);
    }
    34% {
        transform: translateX(0);
    }
    36% {
        transform: translateX(3px);
    }
    38% {
        transform: translateX(0);
    }
    40% {
        transform: translateX(-3px);
    }
    44% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(0);
    }
}
/* <- RODAPE */

/* -> A EMRPESA */

/* <- A EMPRESA */

/* -> CATEGORIAS */
.categoria-lista {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.categoria-item {
    display: inline-block;
    vertical-align: top;
    margin: 20px 10px;
    width: 100%;
    max-width: 340px;
    text-align: left;
}
.categoria-item a {
    font-weight: 700;
    color: rgba(187, 0, 0, 1);
    transition: all 200ms linear;
}
.categoria-item a:hover {
    color: rgba(255, 0, 0, 1);
}
.categoria-imagem {
    width: 100%;
    height: 220px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 1px 1px 2px 0 #696969;
    box-shadow: 1px 1px 2px 0 #696969;
}
.categoria-data {
    display: none;
    font-size: 12px;
    margin: 0;
    text-align: left;
}
.categoria-titulo {
    font-size: 18px;
    margin: 10px 0 5px 0;
    text-align: left;
}
.categoria-vermais {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 3px;
    background-color: rgba(187, 0, 0, 1);
    font-size: 12px;
    color: rgba(255, 255, 255, 1) !important;
}
.categoria-vermais:hover {
    background-color: rgba(255, 0, 0, 1);
    color: rgba(255, 255, 255, 1) !important;
}
/* <- CATEGORIAS */

/* -> FORMS */
.form-section {
    margin-bottom: 30px;
}
.form-sectionTitle {
    padding: 5px 10px;
    background-color: #ffc701;
    border-radius: 10px 10px 0 0;
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    font-weight: 600;
}
.form-sectionContent {
    border: rgba(220, 220, 220, 1) solid 1px;
    border-top: none;
    padding: 15px;
}

.ini-contato-input {
    width: 297px;
}
.ini-contato-mensagem {
    width: 900px;
}
.ini-contato-btn {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(180, 207, 0, 1);
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    transition: all 300ms linear;
}
.ini-contato-btn:hover {
    background-color: rgba(140, 162, 0, 1);
}
/* <- FORMS */

/* -> GALERIA */
.gallery {
    text-align: center;
}
.gallery-item {
    display: inline-block;
    vertical-align: middle;
    float: none !important;
    width: auto !important;
    margin: 15px !important;
}
/* <- GALERIA */

/* -> SIDEBAR */

/* <- SIDEBAR */

/* -> CONTATO */
#bm_faleconosco {
    text-align: left;
}
/* <- CONTATO */

/* -> A EMPRESA */

/* <- A EMPRESA */

/* -> PRODUTOS */
.produtos-top {
    margin-bottom: 50px;
}

.produtos-menu {
    float: left;
    margin-top: 10px;
    width: 250px;
    border: rgba(230, 230, 230, 1) solid 1px;
}
.produtos-menu-title {
}
.produtos-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.produtos-menu ul li {
    border-bottom: rgba(236, 236, 236, 1) solid 1px;
}
.produtos-menu ul li:last-child {
    border-bottom: none;
}
a.linkBco {
    display: block;
    padding: 7px 10px;
    background-color: rgba(8, 28, 64, 1);
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    transition: all 200ms linear;
}
a.linkBco:hover {
    background-color: rgba(34, 65, 121, 1);
}
.produtos-menu ul a {
    display: block;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: 700;
    color: rgba(10, 28, 64, 1);
    transition: all 200ms linear;
}
.produtos-menu ul a:hover {
    background-color: rgba(240, 240, 240, 1);
}

.produtos-main {
    float: right;
    width: calc(100% - 250px);
    padding: 0 0 0 20px;
}

.produtos-lista {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.produtos-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 210px;
    margin: 10px;
    padding: 10px 10px 0 10px;
    border: rgba(230, 230, 230, 1) solid 1px;
    box-shadow: 0 0 0 0 #dedede;
    overflow: hidden;
    transition: all 200ms linear;
}
.produtos-item:hover {
    box-shadow: 0 0 10px 0 #dedede;
}
.produtos-item a {
    display: block;
    transition: all 200ms linear;
}
.produtos-item a:hover {
}
.produtos-imagem {
    height: 170px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.produtos-title {
    margin: 20px 0;
    text-align: center;
}
.produtos-titulo {
    font-weight: 700;
    text-align: center;
}
.produtos-category {
    position: absolute;
    top: 4px;
    right: -200px;
    transition: all 200ms ease-out;
}
.produtos-item:hover .produtos-category {
    right: 0;
}
.produtos-category a {
    display: block;
    padding: 1px 10px 2px;
    background-color: rgba(23, 74, 127, 0.1);
    font-size: 12px;
    color: rgba(77, 77, 77, 1);
}
.produtos-menuLst li li a {
    padding: 7px 10px 7px 30px;
}

.produtos-attr {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: rgba(235, 235, 235, 1) solid 1px;
}
.produtos-attr-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    border-right: rgba(235, 235, 235, 1) dotted 1px;
}
.produtos-attr-item:last-child {
    border-right: none;
}
.produtos-attr-img img {
    max-height: 30px;
}
.produtos-attr-um {
    font-size: 12px;
}

/*** prodSingle ***/
.prodSingle-title {
}
.prodSingle-l1 {
    margin-bottom: 30px;
}
.prodSingle-l1-la {
    float: left;
    width: 50%;
    padding: 20px;
    border: rgba(0, 0, 0, 0.2) solid 1px;
}
.prodSingle-l1-lb {
    float: right;
    width: 50%;
    padding: 0 0 0 20px;
}
.prodSingle-title,
.prodSingle-l1-title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: rgba(0, 0, 0, 0.2) solid 1px;
    font-size: 20px;
    font-weight: 700;
    color: rgba(77, 77, 77, 1);
    text-align: left;
}
.prodSingle-l1-title {
    display: none;
}
.prodSingle-l1-content p {
    margin-bottom: 7px;
    text-align: left;
}

.prodSingle-details {
    padding: 30px 0;
    background-color: rgba(245, 245, 245, 1);
}
.prodSingle-table {
    width: 100%;
}
.prodSingle-table body {
    column-count: 2;
}
.prodSingle-table td,
.prodSingle-table th {
    padding: 2px 10px;
}
.prodSingle-table td:first-child {
    width: 50px;
    text-align: right;
}
.prodSingle-table tr:hover {
    background-color: rgba(230, 230, 230, 1);
}

.prodSingle-lstDetails {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 30px 0;
    padding: 0;
}
.prodSingle-lstDetails li {
    display: flex;
    flex-grow: 1;
    align-items: center;
    padding: 10px;
}
.prodSingle-lstDetails .prodSingle-icon {
    max-width: 42px;
    margin-right: 15px;
}
.prodSingle-lstDetails li:hover {
    background-color: rgba(247, 247, 247, 1);
}
/* <- PRODUTOS */

/* -> IMOVEIS*/
.quemsomos-faixa {
    height: 600px;
    background-image: url("/wp-content/themes/cimtal/img/cimtal-paralax.jpg");
    background-size: cover;
}
.bgParallax {
    background-position: 50% 0;
    background-repeat: repeat;
    background-attachment: fixed;
}

.imoveis-desc li {
    margin: 7px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}
.fa-li {
    color: rgba(255, 128, 0, 1);
}
/* <- IMOVEIS */

/* -> O GRUPO */
.ogrupo-item {
    margin: 0 0 20px 0;
    background-color: rgba(245, 245, 245, 1);
}
.ogrupo-item-title {
    padding: 10px 20px;
    background-color: rgba(235, 235, 235, 1);
    font-size: 28px;
}
.ogrupo-item-content {
    padding: 20px;
    display: flex;
}
.ogrupo-item-text {
    width: calc(100% - 400px);
}
.ogrupo-item-logo {
    width: 400px;
    flex-shrink: 0;
    text-align: center;
}
.ogrupo-item-text ul {
    margin-bottom: 40px;
}
.ogrupo-item-text li {
    margin: 5px 0;
}
/* <- O GRUPO */

/* -> LOTEAMENTOS */
.tab-content > .tab-pane {
    padding: 20px 0;
}
.loteamentos-title {
    text-align: left;
}
/* <- LOTEAMENTOS */

/* -> IMOVEIS DET */
.imovSingle-pre {
    background-color: rgba(245, 245, 245, 1);
}
.imovSingle-pre-l1 {
    padding: 20px 0 15px;
    margin-bottom: 15px;
    border-bottom: rgba(177, 177, 177, 1) solid 1px;
}
.imovSingle-pre-l1-la #crumbs {
    margin: 0;
}
.imovSingle-pre-l1-lb {
    text-align: right;
}
.imovSingle-pre-l1-lb a {
    display: inline-block;
    vertical-align: top;
    padding: 4px 10px;
    background-color: rgba(255, 153, 0, 1);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}
.imovSingle-pre-l2 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.imovSingle-pre-title {
    font-size: 30px;
    font-weight: 700;
}
.imovSingle-pre-l2-lb {
    font-size: 24px;
    font-weight: 700;
    text-align: right;
}
.imovSingle-pre-details div {
    display: inline-block;
    vertical-align: top;
    margin: 5px 15px;
    color: rgba(137, 137, 137, 1);
}

.imovSingle-pre-l3 {
    padding-bottom: 5px;
}
.imovSingle-photo-stage-item {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.imovSingle-photo-thumbList {
    margin: auto -5px;
    text-align: left;
}
.imovSingle-photo-thumbList a {
    display: inline-block;
    vertical-align: top;
    margin: 3px;
    border: rgba(246, 123, 0, 0) solid 2px;
    transition: all 200ms linear;
    text-align: center;
}
.imovSingle-photo-thumbList a.active {
    border: rgba(246, 123, 0, 1) solid 2px;
}
.imovSingle-photo-thumbList img {
    display: block;
    width: 80px;
    height: 80px;
}

.imovSingle-wrap .page-content {
    width: calc(100% - 350px);
}
.imovSingle-form {
    position: absolute;
    top: -20px;
    right: 0;
    width: 300px;
    min-height: 380px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.2);
}
.imovSingle-desc-row {
    margin: 40px 0;
    border-bottom: rgba(207, 207, 207, 1) solid 1px;
}
.imovSingle-desc-row:last-child {
    border-bottom: none;
}
.imovSingle-desc-title {
    font-size: 24px;
    font-weight: 600;
}
.imovSingle-desc-content {
    padding: 20px 0 40px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 28px;
    color: rgba(34, 34, 34, 1);
}
.imovSingle-form {
    padding: 24px 20px;
}
/* <- IMOVEIS DET */

/* -> WHATSAPP FIXO */
#atendimento {
    position: fixed;
    bottom: 20px;
    right: -244px;
    /* display: flex; */
    display: none;
    align-items: center;
    padding: 15px 15px 15px 20px;
    background-color: rgba(6, 183, 27, 1);
    border-radius: 50px 0 0 50px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    transition: all 200ms linear;
}
#atendimento:hover {
    right: 0;
}
.atendimento-icon {
    margin-right: 25px;
    font-size: 24px;
}
#atendimento a {
    color: rgba(255, 255, 255, 1);
}
#atendimento a:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
/* <- WHATSAPP FIXO */

/* -> LOT CASCAVEL */
/*
font-family: 'Lato', sans-serif;
font-family: 'Raleway', sans-serif;
*/
#casc-ini {
    padding: 50px 0;
}
#casc-ini-logo {
    margin: 30px 0;
    text-align: center;
}
#casc-ini-l2 {
    font-family: "Lato", sans-serif;
    font-size: 64px;
    color: #ff8800;
    letter-spacing: 2px;
    text-align: center;
}
#casc-ini-l3 {
    margin-top: -10px;
    font-family: "Lato", sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #0068c1;
    text-align: center;
}

#casc-form {
    padding: 50px 0;
    background-image: url(/assets/lot-cascavel/form-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
#casc-form-frm {
    width: 100%;
    max-width: 460px;
    margin: 0 0 0 auto;
    background-color: rgb(245, 245, 245);
    padding: 20px;
}
#casc-form-title {
    margin-bottom: 30px;
    font-family: "Lato", sans-serif;
    font-size: 26px;
    line-height: 32px;
    color: #2873b5;
}
.f_contato-input {
    padding: 14px 20px;
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px rgba(210, 210, 210, 1);
    width: 100%;
    font-size: 18px;
}
#btn_contato {
    padding: 9px 20px;
    border-radius: 3px;
    background-color: rgba(40, 115, 181, 1);
    border: none;
    font-size: 18px;
    color: #fff;
    transition: all 200ms linear;
}
#btn_contato:hover {
    background-color: rgb(30, 143, 241);
}

#casc-realize {
    padding: 50px 0;
}
#casc-realize .wrap {
    display: flex;
}
#casc-realize-la {
    width: 400px;
    height: 300px;
    margin-right: 30px;
    flex-shrink: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#casc-realize-lb {
    margin-left: 30px;
}
#casc-realize-title {
    margin-bottom: 40px;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: rgba(70, 70, 70, 1);
}
.casc-realize-item {
    margin-bottom: 30px;
    display: flex;
}
.casc-realize-txt {
    padding-left: 30px;
    max-width: 650px;
    font-size: 16px;
    color: rgba(50, 50, 50, 1);
}

#casc-cta {
    background-color: rgba(250, 250, 250, 1);
    padding: 80px 0;
}
#casc-cta .wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#casc-cta-btn {
    padding: 10px 30px;
    border-radius: 7px;
    border: none;
    background-color: rgba(255, 0, 0, 1);
    font-size: 16px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    transition: all 200ms linear;
}
#casc-cta-btn:hover {
    background-color: rgb(255, 75, 75);
}

#casc-galeria {
    padding: 50px 0;
}
#casc-galeria-lst {
    display: flex;
    flex-wrap: wrap;
}
#casc-galeria-lst a {
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.casc-galeria-img {
    width: 280px;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#casc-mapa {
    padding: 50px 0;
}
#casc-mapa .wrap {
    display: flex;
    justify-content: space-between;
}
#casc-mapa-la {
    width: 100%;
    max-width: 585px;
    height: 380px;
    margin-right: 10px;
    background-image: url(/assets/lot-cascavel/cimtal-loteamento-cascavel.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#casc-mapa-lb {
    width: 100%;
    max-width: 585px;
    margin-left: 10px;
}

.casc-section-title {
    font-size: 14px;
    font-weight: 300;
    color: #ff8800;
    text-transform: uppercase;
}
.casc-section-subtitle {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}
.casc-section-content {
    margin-top: 30px;
}

/* <- LOT CASCAVEL */
