/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/**/
.hero-button {
  display: inline-block;
}
.hero-button a {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hero-button a:before,
.hero-button a:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #191514;
  transition: 0.5s;
  z-index: -1;
}
.hero-button a:before {
  transform: translateY(-100%);
}
.hero-button a:after {
  transform: translateY(100%);
}
.hero-button a i {
  padding-left: 4px;
  position: relative;
  top: 1px;
}
.hero-button a:hover:before {
  transform: translateY(-49%);
}
.hero-button a:hover:after {
  transform: translateY(50%);
}

/**/
.button-all {
    padding-left: 60px;
    position: relative 
}
.button-all:hover:before {
    content: "";
    height: 1px;
    background: #FFF;
    width: 0;
    position: absolute;
    left: 0;
    top: 12px;
    transition: width 0.5s ease-in-out, left 0.5s ease-in-out;
}
.button-all:not(:hover):before {
    content: "";
    height: 1px;
    background: #B5996B;
    width: 45px;
    position: absolute;
    left: 0;
    top: 12px ;
    transition: width 0.5s ease-in-out, left 0.5s ease-in-out;
}

/**/
.blog-home .img-blog-home.elementor-widget.elementor-widget-image {
    position: relative;
    width: 100%;
    height: 100%;
    --mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MTUiIGhlaWdodD0iMzUyIiB2aWV3Qm94PSIwIDAgNDE1IDM1MiIgZmlsbD0ibm9uZSI+CjxtYXNrIGlkPSJtYXNrMF85Ml85NjM3IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iNDE1IiBoZWlnaHQ9IjM1MiI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDE1IDIwQzQxNSA4Ljk1NDMgNDA2LjA0NiAwIDM5NSAwSDIwQzguOTU0MyAwIDAgOC45NTQzMSAwIDIwVjI5MkMwIDMwMy4wNDYgOC45NTQzMSAzMTIgMjAgMzEySDEyMkMxMzMuMDQ2IDMxMiAxNDIgMzIwLjk1NCAxNDIgMzMyQzE0MiAzNDMuMDQ2IDE1MC45NTQgMzUyIDE2MiAzNTJIMzk1QzQwNi4wNDYgMzUyIDQxNSAzNDMuMDQ2IDQxNSAzMzJWMjBaIiBmaWxsPSJibGFjayIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfOTJfOTYzNykiPgo8cmVjdCB4PSItNTAiIHdpZHRoPSI1MzIiIGhlaWdodD0iMzU1IiBmaWxsPSJibGFjayIvPgo8L2c+Cjwvc3ZnPg==);
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    aspect-ratio: 1 / 0.84616;
}
.blog-home .but-blog .elementor-button-text {
    transition: .3s ease-in-out;
}
.blog-home .but-blog .elementor-button-icon {
    margin-top: 3px;
    padding-left: 0;
    transition: .3s ease-in-out;
}
.blog-home:hover .but-blog .elementor-button-icon {
    padding-left: 10px;
    filter: invert(5%) sepia(15%) saturate(709%) hue-rotate(325deg) brightness(90%) contrast(92%);
    fill: #181514;
}
.blog-home:hover .but-blog .elementor-button-text {
    color: #191514;
    transition: .3s ease-in-out;
}

/*Form Geral*/
.form-geral button .elementor-button-icon {
    background-color: #FFF;
    width: 50px;
    height: 50px;
    border-radius: 25px;
	margin-right: 10px;
    border-radius: 25px;
	line-height: 55px;
}
.form-geral button .elementor-button-text {
    color: #FFF
}
.form-geral .elementor-button-text,
.form-geral .elementor-button-icon {
    transition: transform 0.4s ease-in-out !important;
}

.form-geral:hover .elementor-button-text {
    transform: translateX(-50px);
}

.form-geral:hover .elementor-button-icon {
    transform: translateX(140px) rotate(360deg);
}
.form-geral textarea {
    padding: 26px !important
}
.form-geral input {
    padding-left: 26px !important
}

/*Footer*/
.menu-footer a {
    padding-left: 0;
    transition: .3s ease-in-out;
}
.menu-footer a:hover {
    padding-left: 20px;
    transition: .3s ease-in-out;
}


/*Menu Popup*/
.responsive-menu ul.sub-menu.elementor-nav-menu--dropdown li a {
    padding: 10px 0 !important
}
.responsive-menu .has-submenu {
    padding-bottom: 10px !important
}


/*Blog*/
.icon-share-blog .elementor-grid-item {
    border: 1px solid rgba(13, 14, 20, 0.1);
    border-radius: 30px;
    font-size: 14px;
    position: relative;
    z-index: 1;
}
.icon-share-blog .elementor-grid-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #b5996b;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: 0.5s;
}
.icon-share-blog .elementor-grid-item:hover:before {
    transform: scale(1);
}
.icon-share-blog .elementor-grid-item:hover .elementor-share-btn__icon {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(239deg) brightness(106%) contrast(103%);
}
.blog-sidebar article {
display: flex !important;
align-items: center;
}
.practice-areas a {
    overflow: hidden;
}
.practice-areas .elementor-icon-list-item {
    border-left: 2px solid #ddd;
    padding-left: 15px;
    transition: .3s;
    position: relative 
}
.practice-areas .elementor-icon-list-item:hover {
    border-left: 2px solid #B5996B;    
}
.practice-areas .elementor-icon-list-icon {
    margin-left: -15px;
    transition: .3s ease-in-out 
}

.practice-areas .elementor-icon-list-item:hover .elementor-icon-list-icon {
    margin-left: 0
}
.practice-areas .elementor-icon-list-items li {
    margin: 30px 0 !important;

}
.practice-areas .elementor-icon-list-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ddd;
    bottom: -15px;
    left: 0
}
.practice-areas  .elementor-icon-list-item:last-child:after {
    height: 0px;
}
.icon-list-active .elementor-icon-list-icon {
    margin-left: 0;
}
.icon-list-active.elementor-icon-list-item {
    border-left: 2px solid #B5996B;    
}
.icon-list-active .elementor-icon-list-text {
	color: #B5996B !important;
}

.jet-filters-pagination__link {
    padding: 0 !important;
    width: 52px;
    height: 52px;
    color: #B5996B;
    border-radius: 100px;
    text-align: center;
    line-height: 52px;
    border: 1px solid #B5996B;
    font-weight: bold;
    transition: all 0.3s ease 
}
.jet-filters-pagination__link:hover {
    background: #FFF
}
.jet-filters-pagination__current .jet-filters-pagination__link {
    background: #B5996B;
    color: #FFF !important
}
@media (max-width: 1366px){
    .img-blog-home .elementor-widget-container {
    height: 100vh;
    display: flex; 
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Evita que a imagem ultrapasse o container */
}
.img-blog-home .elementor-widget-container  img {
    height: 100vh !important;
    height: 100%;
    object-fit: cover !important;
}
}
@media (max-width: 923px){
a.jet-listing-dynamic-meta__item-val {
    font-size: 15px !important
}
}
@media (max-width: 873px){
a.jet-listing-dynamic-meta__item-val {
    font-size: 13px !important
}
}
@media (max-width: 763px){
a.jet-listing-dynamic-meta__item-val {
    font-size: 18px !important
}
}
@media (max-width: 523px){
a.jet-listing-dynamic-meta__item-val {
    font-size: 12px !important
}
}



/**/
#comments {
display: none;
}