/*Before after home*/
.ba-home {
    max-height: 900px!important;
    height: 100%!important;
}

.ba-home img {
    max-height: 900px!important;
    height: 900px!important;
    object-fit: cover;
}

@media (max-width: 768px) {
    .ba-home {
        max-height: 700px!important;
    }
    .ba-home img {
        max-height: 700px !important;
        height: 700px !important;
    }
}
 
.ba-slider img[src*="before"] {
    filter: brightness(0.8);
}

.ba-slider img[src*="after"] {
    filter: brightness(0.8);
}


/*Icon Naveg*/
.icon-naveg .elementor-icon-box-icon {
    height: 50px;
 }
 .icon-naveg .elementor-icon-box-icon a {
    height: 50px !important;
 }
 .icon-naveg .elementor-icon-box-icon a svg {
    height: 50px;
    width: 50px;
 }
 .icon-naveg .btn-icon-naveg a {
    border: solid 2px #000;
    width: 60%;
    align-self: center;
 }
 .icon-naveg .btn-icon-naveg a::before {
    content: "____";
    position: absolute;
    right: 14%;
    top: 25%;
 }
 @media (max-width: 768px) {
    .icon-naveg .btn-icon-naveg a::before {
       top: 20%;
    }
 }
 .icon-naveg .btn-icon-naveg a::after {
    content: "____";
    position: absolute;
    left: 14%;
    top: 25%;
 }
 @media (max-width: 768px) {
    .icon-naveg .btn-icon-naveg a::after {
       top: 20%;
    }
 }
 .icon-naveg .btn-icon-naveg a:hover {
    background: #000 !important;
 }
.icon-naveg .btn-icon-naveg a:hover span {
    color: #fff;
}

.icon-naveg {
    border: solid 2px #fff;
    transition: all 0.25s ease !important;
 }
 .icon-naveg:is(.active) {
    border: solid 2px #000;
    background-color: #fbfbfb !important;
 }
 

body:not(.elementor-editor-active):not(.elementor-editor-preview) .tab-content-item {
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
    pointer-events: none;
    z-index: 1;
}

body:not(.elementor-editor-active):not(.elementor-editor-preview) .tab-content-item.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    position: relative;
    pointer-events: auto;
    z-index: 2;
}

body:not(.elementor-editor-active):not(.elementor-editor-preview) [class*="galeria"] .e-con-inner,
body:not(.elementor-editor-active):not(.elementor-editor-preview) [class*="tab"] .e-con-inner {
    position: relative;
    min-height: 200px;
}

body:not(.elementor-editor-active):not(.elementor-editor-preview) [class*="galeria"] .e-con-inner > *:not(.tab-content-item):not([class*="btn-cta"]),
body:not(.elementor-editor-active):not(.elementor-editor-preview) [class*="tab"] .e-con-inner > *:not(.tab-content-item):not([class*="btn-cta"]) {
    display: none;
}

body:not(.elementor-editor-active):not(.elementor-editor-preview) [class*="galeria"] .e-con-inner [class*="btn-cta"],
body:not(.elementor-editor-active):not(.elementor-editor-preview) [class*="tab"] .e-con-inner [class*="btn-cta"] {
    display: block !important;
}

.icon-diferencial .elementor-icon-box-icon {
    height: 50px;
 }
 .icon-diferencial .elementor-icon-box-icon .elementor-icon svg {
    height: 50px;
    width: 100%;
 }
 .icon-diferencial .elementor-icon-box-content .elementor-icon-box-title span {
    font-size: 24px !important;
    font-weight: 700;
 }
 
 .elementor-pagination-type-bullets .elementor-swiper-button-prev svg {
    width: 1.8rem !important;
    height: 1.8rem !important;
}
.elementor-pagination-type-bullets .elementor-swiper-button-prev:hover svg {
    fill: rgba(0, 0, 0, 0.65) !important;
}
.elementor-pagination-type-bullets .elementor-swiper-button-next svg {
    height: 1.8rem !important;
    width: 1.8rem !important;
}
.elementor-pagination-type-bullets .elementor-swiper-button-next:hover svg {
    fill: rgba(0, 0, 0, 0.65) !important;
}
.elementor-pagination-type-bullets svg {
    transition: all 0.25s ease;
}
