/*
Theme Name: COLEGIO JEMINA GOIS
Theme URI: https://www.colegiojeminagois.com.br/
Description: Tema exclusivo COLEGIO JEMINA GOIS
Author: ELROI
Author URI: https://www.elroi.com.br/

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

/* -> GERAL */
html, body {
	height:100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: rgba(0,0,0,1.00);
    background-image: url("/wp-content/themes/cjg/img/site-bg.png");
    background-repeat: no-repeat;
    background-position: right top;
}
.body-modal {
    overflow: hidden;
}

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

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

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 {
    font-family: 'Montserrat', sans-serif;
	font-size: 30px;
    font-weight: 700;
	color: rgba(0,0,0,1.00);
    text-transform: uppercase;
    text-align: center;
}
.section-subtitle {
    max-width: 700px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 300;
    color: rgba(107,107,107,1.00);
    text-align: center;
}
.section-content {
	margin-top: 40px;
}

.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;
    padding: 80px 0;
    background-color: rgba(0,0,0,0.05);
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 7px;
	color: rgba(0,0,0,0.80);
	text-align: center;
	text-transform: uppercase;
    word-wrap: break-word;
    hyphens: auto;
}
.page-content {
    min-height: 350px;
    font-size: 16px;
	text-align: justify;
}
#crumbs {
    font-size: 14px;
    color: rgba(177,177,177,1.00);
    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.00);
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: rgba(255,255,255,1.00);
    text-transform: uppercase;
    transition: all 200ms linear;
}
a.button-blue:hover {
    background-color: rgba(31,81,157,1.00);
}

.red {
    color: rgba(255,0,4,1.00);
}
/* <- GERAL */

/* <- HEADER */
header {
	position: absolute; top: 0; left: 0; z-index: 999;
	width: 100%;
}

#header-top {
    position: absolute; top: 40px; right: 0;
    display: flex;
    align-items: center;
}
#header-top-rs {
    margin-right: 50px;
    display: flex;
}
#header-top-rs a {
    position: relative;
    margin: 0 5px;
    width: 32px; height: 32px;
    border-radius: 50%;
    background-color: rgba(61,114,168,1.00);
    font-size: 18px;
    color: rgba(255,255,255,1.00);
    transition: all 200ms linear;
}
#header-top-rs a:hover {
    background-color: rgba(255,62,0,1.00);
}
#header-top-rs a [class*="fa-"] {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}
#header-top-matriculese a {
    display: block;
    padding: 7px 20px;
    border-radius: 7px;
    background-image: url("/wp-content/themes/cjg/img/matriculese-bg.png");
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: center center;
    box-shadow: 3px 3px 7px 0 rgba(0,0,0,0.10);
    font-size: 16px;
    font-weight: 600;
    color: rgba(255,255,255,1.00);
    text-transform: uppercase;
    transition: all 200ms linear;
}
#header-top-matriculese a:hover {
    box-shadow: 3px 3px 7px 0 rgba(0,0,0,0.30);
}

#header-logo {
    position: relative;
    display: inline-block; z-index: 991;
    padding: 10px 0;
}

#header-sep {
    height: 190px;
}

.header-scroll {
    position: fixed;
    background-color: rgba(255,255,255,1.00);
    box-shadow: 0 0 10px 0 #737373;
}
.header-scroll #header-top {
    top: 7px; right: 120px; z-index: 991;
}
.header-scroll #header-top-rs {
    margin-right: 30px;
}
.header-scroll #header-logo {
    display: none;
}
.header-scroll #menuprinc {
    position: relative;
    text-align: left;
}
.header-scroll #menuprinc a {
    padding-left: 10px;
    padding-right: 10px;
}

/* <- 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.00);
}
#menuprinc {
	position: absolute; bottom: 0; right: 0; z-index: 990;
    width: 100%;
    border-top: rgba(217,220,229,1.00) solid 1px;
    text-align: center;
}
#menuprinc ul {
    list-style: none; margin: 0; padding: 0;
}
#menuprinc ul li {
    display: inline-block; vertical-align: middle;
    position: relative;
}
#menuprinc ul li ul {
    display: none;
    position: absolute; top: 44px; left: 20px; z-index: 9999;
    min-width: 200px;
    border: rgba(137,137,137,1.00) solid 1px;
    background-color: rgba(255,255,255,0.97);
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.7);
}
#menuprinc ul li:hover ul {
    display: block;
}
#menuprinc ul li ul li {
    display: block;
    border-bottom: rgba(217,217,217,1.00) dotted 1px;
    text-align: left;
}
#menuprinc ul li ul li:last-child {
    border-bottom: none;
}

#menuprinc a {
    display: block;
	padding: 13px 20px;
	font-size: 16px;
	font-weight: 500;
	color: rgba(0,0,0,1.00);
    text-transform: uppercase;
	transition: all 200ms linear;
}
#menuprinc a:hover {
	color: rgba(255,0,0,1.00);
}

#menuprinc ul ul a {
    padding: 7px 14px;
    white-space: nowrap;
	font-size: 14px;
    color: rgba(0,0,0,1.00);
}
#menuprinc ul ul a:hover {
    background-color: rgba(255,0,0,1.00);
    color: rgba(255,255,255,1.00);
}

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

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

#menusec {
    position: absolute; top: 0; right: 0;
    display: flex;
    text-align: center;
}
#menusec a {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 0 0 -1px;
    background-color: rgba(255,255,255,1.00);
    border: rgba(214,214,214,1.00) dotted 1px;
    font-size: 24px;
    color: rgba(108,109,110,1.00);
}
#menusec a .menusec-menuBars {
    font-size: 22px;
}
.menusec-content {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}
#menusec-menutxt {
    margin-top: -7px;
    font-size: 9px;
}

/*** menusec-frm ***/
#menusec-frm {
    display: none;
    position: absolute; top: 190px; right: 0; z-index: 99;
    background-color: rgba(255,255,255,0.97);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.30);
    border-radius: 7px 0 7px 7px;
}
.header-scroll #menusec-frm {
    top: 51px;
}
#menusec-frm ul {
    list-style: none; margin: 0; padding: 0;
}
#menusec-frm a {
    font-size: 16px !important;
}
#menusec-frm a:not(.inativo):hover {
    background-color: rgba(255,122,0,1.00);
    color: rgba(255,255,255,1.00);
}
#menusec-frm ul ul a:not(.inativo):hover {
    background-color: rgba(255,210,106,1.00);
}
#menusec-frm #menu-menu-lateral {
    display: flex;
    justify-content: center;
}
#menusec-frm #menu-menu-lateral > li {
    margin: 0 10px;
}

/*** menuMob ***/
#menuMob {
    display: none;
    position: fixed; top: 0; left: 0; z-index: 999;
    width: 100%; height: 100%;
    background-color: rgba(255,255,255,0.97);
    padding: 40px 0px;
    overflow-y: scroll;
}
#menuMob-logo {
    margin-bottom: 20px;
    text-align: center;
}
#menuMob-search {
    margin: 20px auto;
    max-width: 400px;
     width: calc(100% - 70px);
}
#menuMob-links ul {
    list-style: none; margin: 0 auto; padding: 0;
    max-width: 400px;
    width: calc(100% - 70px);
}
#menuMob-links ul ul {
    width: 100%;
}
#menuMob-links ul li {
    
}
#menuMob-links a, #menusec-frm a {
    display: block;
    margin: 7px 0;
    padding: 7px 20px;
    background-color: rgba(245,245,245,1.00);
    border-left: rgba(255,122,0,1.00) solid 4px;
    font-size: 20px;
    color: rgba(0,0,0,1.00);
}
#menuMob-links li li a, #menusec-frm li li a {
    padding-left: 40px;
    border-left: rgba(255,210,106,1.00) solid 4px;
}
#menuMob-links a.inativo, #menusec-frm a.inativo {
    border-left: rgba(153,0,0,1.00) solid 4px;
    background-color: rgba(153,0,0,1.00);
    color: rgba(255,255,255,1.00);
}
#menuMob-links a.inativo:hover, #menusec-frm a.inativo:hover {
    cursor: default;
}

/* <- MENUPRINC */

/* -> INI */

/*** ini-banner ***/
#ini-banner {
    margin: 30px 0;
}

/*** ini-ensino ***/
#ini-ensino {
    padding: 30px 0;
}
#ini-ensino-lst {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#ini-ensino-lst a {
    display: block;
    width: 100%; max-width: 270px;
    padding: 20px;
    background-color: rgba(255,255,255,0.97);
    border: rgba(237,237,237,1.00) solid 1px;
    border-radius: 20px;
    color: rgba(0,0,0,1.00);
    transition: all 200ms linear;
}
#ini-ensino-lst a:hover {
    border: rgba(200,200,200,1.00) solid 1px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.10);
}
.ini-ensino-titulo {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 700;
}
.ini-ensino-descricao {
    margin: 10px 0;
}
.ini-ensino-frase {
    margin: 10px 0 -10px;
    font-family: 'Caveat', cursive;
    font-size: 18px;
    color: rgba(255,0,4,1.00);
}

/*** ini-venha ***/
#ini-venha {
    padding: 40px 0;
}
#ini-venha .section-content {
    display: flex;
}
#ini-venha-la {
    width: 400px;
}
.ini-venha-item {
    transition: all 200ms linear;
}
.ini-venha-item .ini-venha-titulo {
    padding: 15px 30px;
    border-bottom: rgba(237,237,237,1.00) solid 1px;
    font-size: 18px;
    font-weight: 700;
    color: rgba(107,107,107,1.00);
    transition: all 200ms linear;
}
.ini-venha-item .ini-venha-titulo [class*="fa-"]{
    opacity: 0;
}
.ini-venha-item:last-child .ini-venha-titulo {
    border-bottom: none;
}
.ini-venha-item.ativo .ini-venha-titulo {
    color: rgba(0,0,0,1.00);
}
.ini-venha-item.ativo .ini-venha-titulo [class*="fa-"]{
    opacity: 1;
}
.ini-venha-item.ativo {
    background: rgba(250,250,250,1.00);
}
.ini-venha-item .ini-venha-titulo.red {
    color: rgba(255,0,4,1.00);
}
.ini-venha-item:hover {
    cursor: pointer;
    background: rgba(245,245,245,1.00);
}
.ini-venha-conteudo {
    display: none;
}
#ini-venha-lb {
    padding: 0 0 0 40px;
}

/*** ini-imagens ***/
#ini-imagens {
    padding: 40px 0;
}
#ini-imagens img {
    width: 100%;
}

/*** ini-blog ***/
#ini-blog {
    padding: 40px 0;
}
#ini-blog-lst {
    list-style: none; margin: 0; padding: 0;
}
#ini-blog-lst li {
    padding: 20px;
}
.ini-blog-img {
    height: 220px;
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
}
.ini-blog-title {
    margin: 15px 0 0;
    font-size: 18px;
    font-weight: 700;
}
.ini-blog-data {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}
.ini-blog-descricao {
    margin: 15px 0;
    font-weight: 300;
}
#ini-blog .slick-dots {
    bottom: -40px;
}

/*** ini-convite ***/
#ini-convite {
    margin: 30px 0 -100px;
}
#ini-convite .wrap {
    max-width: 900px;
    padding: 30px;
    border-radius: 30px;
    background-image: url("/wp-content/themes/cjg/img/convite-bg.png");
    background-size: cover;
    background-position: center center;
}
#ini-convite-frm {
    display: flex;
    align-items: center;
}
#ini-convite-titulo {
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
}
#ini-convite-la, #ini-convite-lb {
    width: 50%;
}
#ini-convite-la {
    padding: 0 20px 0 0;
}
#ini-convite-lb {
    padding: 0 0 0 20px;
}
.conviteInput, .conviteTextarea {
    width: 100%;
    border: none;
    border-radius: 14px;
    padding: 5px 10px;
    background-color: rgba(255,255,255,0.70);
}
.conviteInput::placeholder, .conviteTextarea::placeholder {
    font-style: italic;
}
.conviteBtnFrm {
    text-align: right;
}
.conviteBtn {
    border: none;
    border-radius: 20px;
    padding: 5px 14px;
    background-color: rgba(108,0,0,1.00);
    color: rgba(255,255,255,1.00);
    font-weight: 700;
    transition: all 200ms linear;
}
.conviteBtn:hover {
    background-color: rgba(56,0,0,1.00);
}

/* <- INI */

/* -> RODAPE */
#footer-l1 {
    padding: 140px 0 50px;
    background-color: rgba(225,234,240,1.00);
    font-size: 16px;
    color: rgba(0,0,0,1.00);
}
#footer-l1 .wrap {
    display: flex;
    justify-content: space-around;
}
.footer-l1-col {
    margin: 0 20px;
}
.footer-l1-title {
    margin-bottom: 20px;
    font-weight: 700;
}
.footer-contatos {
    font-size: 14px;
}
.footer-contatos li {
    margin-bottom: 15px;
}
.footer-contatos .fa-li {
    font-size: 16px;
}
.footerInfo-title {
    font-weight: 600;
}
.footerInfo-content {
    color: rgba(77,77,77,1.00);
}

.menufooter ul {
    list-style: none; margin: 0; padding: 0;
    column-count: 3;
}
.menufooter ul ul {
    column-count: auto;
    break-inside: avoid;
}
.menufooter li {
    margin: 3px 0;
}
.menufooter li ul li {
    padding-left: 14px;
}
.menufooter a {
    font-size: 14px;
    color: rgba(0,0,0,1.00);
}
.menufooter a:hover {
    color: rgba(255,162,0,1.00);
}

#footer-l2 {
    position: relative;
    padding: 25px 0;
    font-family: 'Montserrat', sans-serif;
    /*font-weight: 300;*/
    color: rgba(0,0,0,1.00);
}
#footer-l2 .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer-rs {
    display: flex;
    align-items: center;
}
#footer-rs a {
    position: relative;
    margin: 0 5px;
    width: 32px; height: 32px;
    border-radius: 50%;
    background-color: rgba(61,114,168,1.00);
    font-size: 18px;
    color: rgba(255,255,255,1.00);
    transition: all 200ms linear;
}
#footer-rs a:hover {
    background-color: rgba(255,62,0,1.00);
}
#footer-rs a [class*="fa-"] {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}
/* <- 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.00);
	transition:all 200ms linear;
}
.categoria-item a:hover {
	color:rgba(255,0,0,1.00);
}
.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.00);
	font-size:12px;
	color:rgba(255,255,255,1.00) !important;
}
.categoria-vermais:hover {
	background-color:rgba(255,0,0,1.00);
	color:rgba(255,255,255,1.00) !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.00);
    font-size: 18px;
    font-weight: 600;
}
.form-sectionContent {
    border: rgba(220,220,220,1.00) 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.00);
    background-color:rgba(180,207,0,1.00);
    padding:8px 15px;
    border:none;
    border-radius:5px;
    transition:all 300ms linear;
}
.ini-contato-btn:hover {
    background-color:rgba(140,162,0,1.00);
}
/* <- 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.00) 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.00) 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.00);
    font-weight: 700;
    color: rgba(255,255,255,1.00);
    transition: all 200ms linear;
}
a.linkBco:hover {
    background-color: rgba(34,65,121,1.00);
}
.produtos-menu ul a {
    display: block;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: 700;
    color: rgba(10,28,64,1.00);
    transition: all 200ms linear;
}
.produtos-menu ul a:hover {
    background-color: rgba(240,240,240,1.00);
}

.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.00) 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.10);
    font-size: 12px;
    color: rgba(77,77,77,1.00);
}
.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.00) solid 1px;
}
.produtos-attr-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    border-right: rgba(235,235,235,1.00) 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.20) 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.20) solid 1px;
	font-size:20px;
	font-weight:700;
	color:rgba(77,77,77,1.00);
	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.00);
}
.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.00);
}

.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.00);
}
/* <- PRODUTOS */

/* -> O GRUPO */
.ogrupo-item {
    margin: 0 0 20px 0;
    background-color: rgba(245,245,245,1.00);
}
.ogrupo-item-title {
    padding: 10px 20px;
    background-color: rgba(235,235,235,1.00);
    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.00);
}
.imovSingle-pre-l1 {
    padding: 20px 0 15px;
    margin-bottom: 15px;
    border-bottom: rgba(177,177,177,1.00) 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.00);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255,255,255,1.00);
}
.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.00);
}

.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.00) solid 2px;
    transition: all 200ms linear;
    text-align: center;
}
.imovSingle-photo-thumbList a.active {
    border: rgba(246,123,0,1.00) 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.00);
    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.00) 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.00);
}
.imovSingle-form {
    padding: 24px 20px;
}
/* <- IMOVEIS DET */

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

/* -> SEARCH */
.modalSearch {
    display: none;
    position: fixed; top: 0; left: 0; z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.80);
}
.modalSearch-close {
    position: absolute; top: 30px; right: 30px;
    font-size: 40px;
    color: rgba(255,255,255,0.90);
    transition: all 200ms linear;
}
.modalSearch-close:hover {
    color: rgba(255,174,0,1.00);
    cursor: pointer;
}
.modalSearch-frm {
    position: absolute; top: 50%; left: 50%;
    width: 100%; max-width: 400px;
    transform: translate(-50%,-50%);
    background-color: rgba(248,248,248,1.00);
    padding: 30px;
}
.modalSearch-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}

.resultSearch {
    list-style: none; margin: 0; padding: 0;
}
.resultSearch li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 30px 0;
    padding: 20px;
    background-color: rgba(252,252,252,1.00);
    border: rgba(230,230,230,1.00) solid 1px;
}
.resultSearch-la {
    flex-shrink: 0;
    margin-right: 20px;
}
.resultSearch-lb {
    text-align: left
}
/* <- SEARCH */