/*
 * 
Theme Name: Tema Actmob 
Author: Bruno Miho
Author URI: https://actmob.com/
Description:  Tema desenvolvido exclusivamente pela Actmob para seu site.
Version: 0.1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Actmob
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ramabhadra&display=swap');

/* SCROLLBAR */
a {text-decoration: none;}
* {outline: none;}

:root {
	
	--cor-primaria: #73946A;
	--cor-primaria-hover: #73946A;
	--cor-dark: #232323;
	--cor-branco: #fff;
    --cor-preto: #000;
   
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 4px;
}

::-webkit-scrollbar-thumb:vertical {
    background-color: var(--cor-primaria);
    -webkit-border-radius: 4px;
}

::-webkit-scrollbar-thumb:horizontal {
    background: var(--cor-primaria);
    border-radius: 4px;
    width: 10px;
}

::-moz-scrollbar {
    width: 5px;
    height: 5px;
}

::-moz-scrollbar-button:start:decrement,
::-moz-scrollbar-button:end:increment {
    display: none;
}

::-moz-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 4px;
}

::-moz-scrollbar-thumb:vertical {
    background-color: var(--cor-primaria);
    -webkit-border-radius: 4px;
}

::-moz-scrollbar-thumb:horizontal {
    background: var(--branco);
    border-radius: 4px;
    width: 10px;
}

::-scrollbar-button:start:decrement,
::-scrollbar-button:end:increment {
    display: none;
}

::-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 4px;
}

::-scrollbar-thumb:vertical {
    background-color: var(--cor-primaria);
    -webkit-border-radius: 4px;
}

::-scrollbar-thumb:horizontal {
    background: var(--branco);
    border-radius: 4px;
    width: 10px;
}

.texto-light {color: var(--cor-branco);}
.texto-dark {color: var(--cor-dark);}

html, body {
    font-family: 'Raleway', sans-serif;
    z-index: 0;
    background: #181818;
    color: var(--cor-branco);
    font-size: 1rem;
}

.wpb_content_element {margin-bottom: 0;}

/* FIM SCROLLBAR */

/* GERAL */
.slick-prev:before,
.slick-next:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    /*background: rgba(0, 0, 0, 0.5);*/
    padding: 20px 10px;
    font-size: 1rem;
}

.slick-prev:before {
    content: "\f053";
    margin-left: -10px;
}

.slick-next:before {
    content: "\f054";
}

ul.slick-dots {
    margin: 30px 0 0;
    position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.slick-dots li.slick-active button {
    background-color: var(--cor-primaria);
}

.slick-dots li {
    width: auto;
    height: 10px;
    display: flex;
    align-items: center;
}

ul.slick-dots button {
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all .4s;
}

ul.slick-dots button::before {
    display: none;
}

.redes_sociais {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.redes_sociais a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    color: var(--cor-texto-claro);
    transition: all .4s;
}

.redes_sociais a:hover {
    color: var(--branco);
    background-color: var(--cor-primaria);
    transform: scale(1.05);
}

header.header, main.main {overflow: hidden;} 

#btn_back_to_top {
    display: none;
    border: none;
    background: none;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    position: fixed;
    bottom: 40px;
    right: 80px;
    font-size: 2rem;
    border-radius: 50%;
    z-index: 9999;
    color: var(--cor-secondaria);
}

#btn_back_to_top.ativo {
    display: flex;
}

/* FIM GERAL */


/* HEADER */
header.header {
    width: 100%;
    height: auto;
    background: var(--branco);
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.spaceHeader {
    width: 100%;
    position: relative;
    z-index: 0;
}

header.header .logoHeader a {
    display: block;
}

header.header .logoHeader a img {
    height: auto;
}

.container_padding_80,
header.header .container-fluid,
.banner_principal_container {
    padding-left: 5em !important;
    padding-right: 4em !important;
}

header.header .list-menu-desktop,
.list-menu-desktop .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

header.header .list-menu-desktop>li>.sub-menu {
    display: none;
    position: absolute;
    width: auto;
    background: var(--branco);
    min-width: 150px;
    padding: 10px;
    border-radius: 0px;
    border: 1px solid var(--cor-texto-colorido);
    z-index: 10;
    top: 100%;
    left: 0;
}

header.header .list-menu-desktop>li>a:hover+.sub-menu,
header.header .list-menu-desktop>li>.sub-menu:hover {
    display: block;
}

header.header .list-menu-desktop>li>.sub-menu>li>a {
    color: var(--preto);
    font-size: .75rem;
    font-weight: 500;
    display: block;
    padding: 5px 0;
}

header.header .list-menu-desktop .menu-item-has-children>a::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: .75rem;
    margin-left: 10px;
}

header.header .list-menu-desktop>li>a {
    color: var(--cor-primaria-claro);
    font-weight: 500;
    font-size: 1.125rem;
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 30px;
    text-transform: uppercase;
}

header.header .list-menu-desktop>li>a:hover {color: var(--cor-primaria);}

header.header .list-menu-desktop>li {
    display: block;
    position: relative;
}

header.header .list-menu-desktop>li:first-child {
    padding-left: 0px;
}

header.header .list-menu-desktop>li:last-child {
    padding-right: 0px;
}
header.header .redes_sociais {
    justify-content: end;
}   
/* FIM HEADER */

/* FOOTER */
footer#footer {
    background-color: #52694b;
}

.container.footer_colunas {
    border-top: 1px solid #43573C;
    padding-top: 20px;
}

footer#footer .footer_coluna_1,
footer#footer .footer_coluna_2 {
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #43573C;
    min-height: 190px;
} 

footer#footer .footer_colunas_item .widgettitle {
    display: none;
}

#menu-menu-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu-menu-footer > li > a {
    color: #fff;
}

footer#footer .footer_copyright p {
    color: var(--branco);
    font-size: 1rem;
}
.footer-logo-minimaq {
    max-width: 180px;
}
.footer-logo-minimaq img {
    max-width: 150px;
}
.footer-logo-minimaq:hover a {
    color: #fff !important;
}
.footer-logo-minimaq a {
    cursor: initial;
    font-size: .875rem;
}
.btn_site_actmob {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn_site_actmob img {
    height: 60px;
}

footer#footer .footer_infos {
    max-width: 70%;
    margin: 0 auto;
}

footer#footer .footer_infos img {
    max-width: 100%;
    height: auto;
}
footer#footer .footer_infos .footer_infos_item:last-child img {
    margin-top: 5px;
}
footer#footer .footer_infos .footer_infos_item:last-child {
    line-height: 1.75rem;
    align-items: start;
}
footer#footer .redes_sociais a {
    color: #fff !important;
}
footer#footer .footer_infos .footer_infos_item {
    display: flex;
    /* align-items: start; */
    gap: 10px;
    padding: 10px 0;
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--branco);
    line-height: 1.15rem;    
    transition: all .4s;
}
footer#footer .menu-footer-institucional-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
    columns: 150px 3;
}

footer#footer .menu-footer-institucional-container ul li {
    width: 150px;
    padding-right: 5px;
}
.footer_copyright > div {
    border-top: 1px solid #43573C;
    padding-top: 10px;
    margin-top: 10px;
}

footer#footer .menu-footer-institucional-container ul li a {
    font-size: 1.125rem;
    font-weight: bold;
    padding: 5px 0px;
    color: var(--branco);
    display: block;
    margin-bottom: 0;
    transition: all .4s;
}

footer#footer .footer_colunas_item h2 {
    font-size: 1.325rem;
    color: var(--branco);
    font-weight: bold;
    margin-bottom: 20px;
}

footer#footer .footer_coluna_3 .footer_colunas_item {
    padding-left: 30px;
}

footer#footer .footer_colunas a:hover {
    color: var(--cor-primaria);
}

.informacoes_contato > a {
    display: block;
    color: #fff;
    margin-bottom: 15px;
    font-size: 1.125rem;
}

/* FIM FOOTER */

/* --- PAGINA 404 --- */
.pagina404 h2 {
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 30px !important;
}

.pagina404 a.btn404 {
    background: var(--cor-primaria);
    max-width: 220px;
    margin: 0 auto;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    color: var(--branco);
    opacity: 0.8;
    transition: all .2s;
}

.pagina404 a.btn404:hover {
    opacity: 1;
}

/* --- FIM PAGINA 404 --- */

/* --- MENU MOBILE --- */
.btnOpenMenuMobile {
    border: 0;
    background: transparent;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--preto);
    cursor: pointer;
}

.menuMobile {
    position: fixed;
    z-index: 999999;
    background: #181818;
    width: 100dvw;
    height: 100dvh;
    border-right: 3px solid var(--cor-primaria);
    top: 0;
    left: -110dvw;
    opacity: 0;
    transition: 0.5s;
}

.menuMobile .menu-mobile-header {
    width: 100%;
    padding: 1dvh;
    border-bottom: 3px solid var(--cor-primaria);
    background: var(--preto);
    height: 19dvh;
}

.menuMobile .menu-mobile-header .closeMenu button {
    border: 0;
    background: var(--branco);
    font-size: 1.4rem;
    color: var(--cor-texto);
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

.menuMobile .menu-mobile-body {
    height: 70dvh;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    padding: 1vh;
}

.menuMobile .menu-mobile-body .list-menu-mobile {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    list-style: none;
}

.menuMobile .menu-mobile-body .list-menu-mobile>li>a {
    font-size: 1.5rem;
    display: block;
    height: auto;
    padding: 20px 0;
    color: var(--preto);
    font-weight: 600;
    width: 100%;
    position: relative;
}

.menuMobile .menu-mobile-body .list-menu-mobile>li>a.submenuMobileIsOpen {
    border-bottom: 1px solid var(--cor-texto-colorido);
}

.menuMobile .menu-mobile-body .list-menu-mobile>.menu-item-has-children>a::after {
    content: "\f078";
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    font-size: 0.8rem;
    position: absolute;
    right: 0;
    top: 10px;
}

.menuMobile .menu-mobile-body .list-menu-mobile>.menu-item-has-children>a.submenuMobileIsOpen::after {
    content: "\f077";
}

.menuMobile .menu-mobile-body .list-menu-mobile>li>.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 95%;
    padding-left: 5%;
    margin-bottom: 10px;
    display: none;
}

.menuMobile .menu-mobile-body .list-menu-mobile>li>.sub-menu>li>a {
    display: block;
    padding: 10px 0;
    color: var(--cor-texto);
    font-size: .875rem;
    font-weight: 500;
}

.menuMobile .menu-mobile-footer {
    padding: 1vh;
    background: var(--branco);
    width: 100%;
    height: 11vh;
    border-top: 2px solid var(--preto);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.logo_header_mobile a {
    color: var(--cor-primaria);
    font-size: 2rem;
    display: block;
}

/* --- FIM MENU MOBILE --- */

/* --- SESSÃO SLIDER AMBIENTES --- */
.section_slider_ambientes {
	padding-top: 8em !important;
	padding-bottom: 9em;
}
.section_slider_ambientes:after {
	content: "";
    background: linear-gradient(180deg, rgb(24 24 24 / 10%), #181818 30%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 190px;
}
.section_slider_ambientes .slider_ambientes {
	max-width: 100%;
    display: flex;
    gap: 5px;
    overflow-x: scroll;
}
.section_slider_ambientes .slider_ambientes .item_ambiente {
	position: relative;
    min-width: 450px;
    height: 640px;
    margin-bottom: 2rem;
    overflow: hidden;
}
.section_slider_ambientes .slider_ambientes .item_ambiente:after {
	content: "";
    width: 100%;
    height: 70px;
    background: linear-gradient(-180deg, transparent 0, #000 100%);
    position: absolute;
    bottom: 0;
}
.section_slider_ambientes .slider_ambientes .item_ambiente:hover:after {
    height: 100%;
}
.section_slider_ambientes .slider_ambientes .item_ambiente img {
	position: absolute;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}
.section_slider_ambientes .slider_ambientes .item_ambiente:hover img {
	transform: scale(1.25);
}
.section_slider_ambientes .slider_ambientes .item_ambiente h4 {
	position: absolute;
	color: #fff;
    bottom: 15px;
    left: 30px;
    z-index: 1;
	transition: 0.5s ease;
}
.section_slider_ambientes .slider_ambientes .item_ambiente:hover h4 {
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.5rem;
}
.section_slider_ambientes .box_texto_ambiente {
    z-index: 2;
}
.section_slider_ambientes .box_texto_ambiente h2 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 2rem;
}
.section_slider_ambientes .box_texto_ambiente > div > div {
    position: absolute;
    padding-left: 50px;
/*     right: -100px; */
    z-index: 20;
}
.ambiente-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-top: 2.5rem;
}
.ambiente-btn {
    color: var(--cor-branco);
    border: 1px solid var(--cor-primaria);
    border-radius: 0;
    font-size: 1.25rem;
	font-weight: bold;
    min-width: 140px;
    padding: .875rem .625rem;	
	background: linear-gradient(to right, var(--cor-primaria) 50%, rgb(0 0 0 / 0%) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}
.ambiente-btn.ativo {
    background-color: var(--cor-primaria);
}

.ambiente-btn:hover {
    color: var(--cor-branco);
    background-position: left bottom;
}


/* --- FIM SESSÃO SLIDER AMBIENTES --- */

/* --- SESSÃO NEW MOGI --- */
.section_new_mogi {
	padding-top: 3em !important;
	padding-bottom: 3em;
    background: linear-gradient(270deg, #52694B 70%, #181818 100px);
}
.section_new_mogi .box_new_mogi {
    padding: 0 300px 0 50px;
}
.section_new_mogi .box_new_mogi h2 {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 2rem;
}
.section_new_mogi .box_new_mogi p {
    font-size: 1.25rem;
    line-height: 1.2;
}
.section_new_mogi .video {
  width: 100%;
  height: 500px;
  position: relative;
}
.section_new_mogi .video-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  transition: opacity .8s ease-in-out;
  .playing & {
    opacity: 1;
  }
  iframe {
    width: 100%;
    height: 100%;
  }
}
.section_new_mogi .video-preview {
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/2025/02/new-moveis-planejados-mogi-das-cruzes.webp") 50% 50% no-repeat;
  background-size: cover !important;
  transition: opacity .8s ease-in-out;
  .playing & {
    opacity: 0;
  }
  svg {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 80px;
    margin-top: -40px;
  }
}
/* --- FIM SESSÃO NEW MOGI --- */

/* --- SESSÃO ICONES --- */
.section_icones .box_icones:nth-child(1),
.section_icones .box_icones:nth-child(2) {
    border-right: 1px solid #292929;
}
.section_icones .box_icones {
    text-align: center;
}
.section_icones img {
    margin-bottom: 30px;
}
.section_icones .box_icones h3 {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.3;
    max-width: 15ch;
    margin: 0 auto 2rem;
}
.section_icones .box_icones p {
    font-size: 1rem;
    line-height: 1.2;
    max-width: 29ch;
    margin: 0 auto;
}
/* --- FIM SESSÃO ICONES --- */

/* --- SESSÃO UNI TOKEN --- */
.section_new_token .box_new_token {
    padding: 0 0 0 150px;
}
.section_new_token .box_new_token h4 {
    padding-left: 60px;
    font-size: 2rem;
    line-height: 1.2;
}
.section_new_token .box_new_token p {
    font-size: 1.375rem;
    line-height: 1.3;
    margin-bottom: 2rem;
}
.section_new_token .box_new_token > div > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section_new_token .box_new_token > div > div > div:nth-child(1) {
	padding-top: 7rem;
}
.section_new_token .box_new_token .titulo_nossa_fabrica {
    display: block;
    font-weight: 700;
    font-size: 2rem;
    color: #383837;
}
.section_new_token .video {
  width: 100%;
  height: 800px;
  position: relative;
  padding: 10px;
}
.section_new_token .video-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  transition: opacity .8s ease-in-out;
  .playing & {
    opacity: 1;
  }
  iframe {
    width: 100%;
    height: 100%;
  }
}
.section_new_token .video-preview {
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/2024/05/cover-video-yt-fabrica.jpg") 50% 50% no-repeat;
  background-size: cover !important;
  transition: opacity .8s ease-in-out;
  .playing & {
    opacity: 0;
  }
  svg {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 80px;
    margin-top: -40px;
  }
}
/* --- FIM SESSÃO UNI TOKEN --- */

/* --- SESSÃO LOAD AMBIENTES --- */
.section_load_ambientes {
	padding-top: 5em !important;
	padding-bottom: 5em;
}
.section_load_ambientes .grid-galeria {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.section_load_ambientes .grid-galeria > img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.section_load_ambientes select#selectAjax {
	background-color: transparent;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>");
    color: #fff;
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
    font-size: 3rem;
}
.section_load_ambientes #selectAjax option {
    background: #000;
}
/* --- FIM SESSÃO LOAD AMBIENTES --- */

/* --- SESSÃO CLOSET --- */
.section_closet:before,
.section_closet:after {
	content: "";
    position: absolute;
	left: 0;
    width: 100%;
    height: 100px;
}
.section_closet:before { 
	background: linear-gradient(0deg, rgb(24 24 24 / 10%), #181818 30%);
	top: 0;
}
.section_closet:after { 
	background: linear-gradient(-180deg, rgb(24 24 24 / 10%), #181818 30%);
	bottom: 0;
}
.section_closet .formulario {
    background: #52694B99;
    padding: 12px 0;
}
.section_closet .formulario input[type="text"],
.section_closet .formulario input[type="email"],
.section_closet .formulario input[type="tel"],
.section_closet .formulario select {
	height: 60px;
}
.section_closet .formulario input:focus,
.section_closet .formulario textarea:focus,
.section_closet .formulario select:focus {
	color: #6C6C6C;
	border-color: #52694B;
	box-shadow: 0 0 0 .25rem #52694B;
}
.section_closet .formulario #meuSelect option:hover {
	background-color: #52694B !important;
	color: white;
}
.section_closet .formulario .wpcf7-spinner {display: none;}
.section_closet .formulario .btnSolicitar {
    height: 60px;
    border-color: #181818;
    background-color: #181818;
    font-size: 1.25rem;
}
.section_closet .formulario .btnSolicitar:hover {
    background-color: #232323;
    border-color: #232323;
}
.section_closet .loop_depoimentos .loop_depoimento_item {
    text-align: start;
}

.section_closet .loop_depoimentos .loop_depoimento_item p {
    font-size: 1.5rem;
    line-height: 1.4;
	padding: 0 30px;
}

.section_closet .loop_depoimentos .loop_depoimento_item h6,
.section_closet .loop_depoimentos .loop_depoimento_item .loop_depoimento_titulo {
    color: var(--cor-primaria);
    font-size: 1.875rem;
    font-weight: 400;
    margin-bottom: 5px;
}
.section_closet .loop_depoimentos .loop_depoimento_item h6 {
    margin-top: 20px;
}
.section_closet .loop_depoimentos .loop_depoimento_item>article {
    background-color: var(--branco);
    padding: 25px 35px;
    border-radius: 10px;
}
.section_closet .loop_depoimentos .loop_depoimento_item .loop_depoimento_img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.section_closet .loop_depoimentos .loop_depoimento_item .loop_depoimento_img img {
    width: 126px;
    height: 126px;
    object-fit: cover;
}
.section_closet .loop_depoimento_header {
    display: flex;
    align-items: center;
    gap: 30px;
}
.section_closet .loop_depoimento_cargo {
    display: block;
    font-size: 1.875rem;
    line-height: 1;
}
.section_closet .loop_depoimento_conteudo > div:before,
.section_closet .loop_depoimento_conteudo > div:after {
    content: '“';
	font-family: "Ramabhadra", sans-serif;
	font-size: 5rem;
	line-height: 0.8;
}
.section_closet .loop_depoimento_conteudo > div:before {
    align-self: flex-start;
}
.section_closet .loop_depoimento_conteudo > div:after {
	align-self: flex-end;
    transform: rotate(180deg);
}
.section_closet .loop_depoimento_conteudo > div {
    display: flex;
    align-items: center;
    min-height: 200px;
}

.section_closet .box_closet_100 > div > div,
.section_closet .box_closet_100 > div > div > .box_closet_content {
    height: 100%;
}
.section_closet .box_closet_content > div {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
}
.section_closet .box_closet_content h3 {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.2;
}
/* --- FIM SESSÃO CLOSET --- */

/* --- SESSÃO SLIDER PERSONALIZADO --- */
.slider_projeto_personalizado {
	padding-bottom: 2rem;
}
.slider_projeto_personalizado h3 {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 2rem;
}
.slider_projeto_personalizado p {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 2rem !important;
}
.slider_projeto_personalizado .btn_leia_mais {
	margin: 0;
}
.slick-initialized .slick-slide {
	display: flex !important;
}
/* --- FIM SESSÃO SLIDER PERSONALIZADO --- */

/* --- SESSÃO NOSSA LOJA --- */
#nossa-loja h2 {
margin-bottom: 1.875rem;
}
#nossa-loja p, #nossa-loja a {
    color: var(--cor-branco);
    font-size: 1.25rem;
}
#nossa-loja a:hover {
    color: var(--cor-primaria);
}
#nossa-loja .wpb_gmaps_widget.wpb_content_element {
    margin-top: 3rem;
}
#nossa-loja > div > div > .vc_column-inner > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* --- FIM SESSÃO NOSSA LOJA --- */

/* --- SESSÃO INSTAGRAM --- */
.section_instagram {
	padding-bottom: 90px;
}
.section_instagram h3 {
	font-size: 2.5rem;
	margin-bottom: 45px;
}
/* --- FIM SESSÃO INSTAGRAM --- */

/* --- RESPONSIVO --- */
@media screen and (max-width: 1400px) {
	html {font-size: 14px;}
	.section_slider_ambientes .slider_ambientes .item_ambiente {
		min-width: 350px;
		height: 540px;
	}
	.section_slider_ambientes .box_texto_ambiente > div > div {
		padding-left: 100px;
	}
	.section_new_mogi .video {
		height: 450px;
	}
	.section_new_mogi .box_new_mogi {
		padding: 0 150px 0 50px;
	}
	.section_new_token .box_new_token {
		padding: 0 50px;
	}
	.section_new_token .video {
		height: 650px;
	}
}
@media screen and (max-width: 800px) {
	header.header .container-fluid {
		padding-left: 2.5em !important;
    	padding-right: 2em !important;
	}
	.section_slider_ambientes .box_texto_ambiente > div > div {
        padding-left: 50px;
        right: -200px;
    }
	.section_new_mogi {
		padding: 0 !important;
		background: #52694B;
	}
	.section_new_mogi .box_new_mogi {
        padding: 50px;
    }
	.row_token {
		display:flex;
	}
	.section_new_token .box_new_token > div > div > div:nth-child(1) {
		padding-top: 20px;
	}
	.section_new_token .box_new_token {
        padding: 50px;
    }
	.section_new_token .video {
        height: 450px;
    }
	footer#footer .footer_coluna_1, footer#footer .footer_coluna_2 {border-right: none;}
	.informacoes_contato {
		text-align: center;
	}
	.box_content_personalizado {
		padding: 25px 20px;
	}
}
@media screen and (max-width: 500px) {
	/*header.header .container-fluid {
		padding-left: 2.5em !important;
    	padding-right: 2em !important;
	}*/
	.section_slider_ambientes {
		padding-top: 0em !important;
		padding-bottom: 3em;
	}
	.section_slider_ambientes:before {
		content: "";
		background: linear-gradient(180deg, #181818 50%, transparent);
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100px;
		z-index: 2;
	}
	.section_slider_ambientes .box_texto_ambiente > div > div {
        top: 125px;
        left: 20px;
        right: 0;
        padding-left: 0;
    }
	/*.section_new_mogi {
		padding: 0 !important;
		background: #52694B;
	}*/
	.section_new_mogi .box_new_mogi {
        padding: 50px;
        text-align: center;
    }
	.section_icones .box_icones:nth-child(1),
	.section_icones .box_icones:nth-child(2) {
		margin-bottom: 6rem;
	}
	.section_icones .box_icones p {
		max-width: 80%;
	}
	.section_new_token .box_new_token > div > div > div:nth-child(1) {
		padding-top: 3.5rem;
	}
	.section_new_token .box_new_token {
        padding: 0 25px 2rem;
        text-align: center;
    }
	.section_new_token .box_new_token h4 {
		padding: 2rem 0;
	}
	.box_select_ajax {
		padding: 0 25px;
        text-align: center;
	}
	.section_load_ambientes .grid-galeria {
		grid-template-columns: repeat(2, 1fr);
	}
	.section_load_ambientes select#selectAjax {
		text-align: center;
	}
	.section_closet:before {content: none;}
	.section_closet.vc_custom_1715721516827 {
		padding-top: 3rem !important;
	}
	.section_closet .loop_depoimentos .loop_depoimento_item>article {
		padding: 25px 15px;
	}
	.section_closet .loop_depoimentos .loop_depoimento_item p {
		font-size: 1.25rem;
		text-align: center;
	}
	.box_content_personalizado {
		padding: 25px;
	}
	.slider_projeto_personalizado .btn_leia_mais a {width: 100%;}
}
/* --- FIM RESPONSIVO --- */