/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


/* slide css */
.swiper.slide-advogados{
    padding:0px 40px 40px;
}
.slide-advogados .swiper-button{
    background-image: none;
}
.slide-advogados .swiper-button::after{
    font-size: 15px;
    border: 2px solid var(--e-global-color-text);
    padding: 3px 7px;
    color: var(--e-global-color-text);
    border-radius: 50%;
}
.slide-advogados .swiper-slide{
    display: flex;
    justify-content: center;
}
.slide-advogados .card_image{
    border-radius: 15px;
    overflow: hidden;
    max-height: 100%;
    transition: max-height 0.5s ease-in-out;
}
.slide-advogados .card{
    overflow: hidden;
    min-height: 300px;
    position: relative;
}
.slide-advogados .card_info{
    position: absolute;
}
.slide-advogados .card_image img{
    border-radius: 15px;
    filter: grayscale(1);
    transition: all 0.2s ease-in-out;
    height: 400px;
    object-fit: cover;
    object-position: top;
}
.slide-advogados .card:hover .card_image{
    max-height: 60%;
}

.slide-advogados .card:hover .card_image img{
    filter: grayscale(0);
}

.slide-advogados .card_info{
    list-style: none;
    padding: 10px;
    font-weight: 700;
}

.slide-advogados .card_info__title{
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
}

.slide-advogados .card_info .card_info__divisor{
    border-top: 3px solid var(--e-global-color-text);
    display: flex;
    margin: 15px 0;
    width: 60%;
}

.slide-advogados li:not(.card_info__title) i{
    width: 25px;
}

.slide-advogados li:not(.card_info__title){
    padding:0 0 10px;
    font-size: 14px;
}

.nome-unidade a {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  display: flex;
  gap: 5px;
  align-items: center;
}