/* 
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 */


/*Breadcrump White*/
.meu-breadcrumb,
.meu-breadcrumb a{
font-family: Inter, sans-serif;
font-size: 12px;
font-weight: 700;
height: 18px;
letter-spacing: 1.2px;
text-transform: uppercase;
color: #FFF
}

/*Breadcrump Black*/
.meu-breadcrumb-black .meu-breadcrumb,
.meu-breadcrumb-black span,
.meu-breadcrumb-black a{
font-family: Inter, sans-serif;
font-size: 12px;
font-weight: 700;
height: 18px;
letter-spacing: 1.2px;
text-transform: uppercase;
color: #111827
}



/**/
.text-right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding-right: calc((100vw - 1280px) / 2);
}

.text-left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding-left: calc((100vw - 1280px) / 2);
}
@media (max-width: 767px) {
    .text-right,
    .text-left {
        padding-left: 24px;
        padding-right: 24px;
    }
}


/**/
.partner-gallery .swiper-slide {
    width: auto !important;
    margin: 0 10px
}.partner-gallery .swiper-slide-image{
    max-height:70px !important;
    width:auto !important;
    filter:grayscale(100%);
    opacity:.7;
    transition:filter .3s ease,opacity .3s ease,transform .3s ease;
    object-fit:contain;
}
.partner-gallery .swiper-slide:hover .swiper-slide-image{
    filter:grayscale(0%);
    opacity:1;
}
@media (max-width:767px){
    .partner-gallery .swiper-slide-image{
        filter:none;
        opacity:1;
    }
}



/**/
.faq-home .e-n-accordion-item {
    border-top: 1px solid rgb(229, 231, 235);    
}
.faq-home .e-n-accordion-item:last-child {
    border-bottom: 1px solid rgb(229, 231, 235);
}
.faq-home .e-n-accordion-item-title {
    padding: 22px 0 !important
}



/**/
.projekte-gallery-home .swiper-slide-image {
    width: 100%;
    height: 50vh;
    object-fit: cover; /* ou contain, dependendo do efeito desejado */
    display: block;
}

.projekte-gallery-home .swiper-slide-inner {
    width: 100%;
    height: 50vh;
}

.projekte-gallery-home .swiper-slide {
    height: 50vh;
}