.title_slider {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 20px;
    text-transform: uppercase;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 10px;
}

.subtitle_slider {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s56);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 64px;
    overflow: hidden;
}

.description_slider {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 28px;
}

.swiper-button-prev,
.swiper-button-next {
    background: #97be0e2e;
    width: 50px;
    font-size: 20px;
    height: 50px;
    border-radius: 50%;
    color: #ffffff61 !important;

}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 20px !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #98be0e;
    color: #ffffff !important;
}

.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
    color: #ffffff !important;
}

.btn-youtube .video {
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-5);
    background: var(--ztc-bg-bg-1);
    font-size: var(--ztc-font-size-font-s20);
    margin: 0 10px 0 0;
    position: relative;
    z-index: 1;
}

.btn-youtube .video:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 28px;
    top: 28px;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    border-radius: 50%;
    z-index: -1;
    animation: pulse-border 1500ms ease-out infinite;
    opacity: 40%;
}

.btn-youtube {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    text-transform: uppercase;
    padding-left: 24px;
    display: inline-block;
}

.btn-youtube:hover {
    color: #ffffff;
}

.btn2-slider {
    font-size: var(--ztc-font-size-font-s18) !important;
    line-height: 18px !important;
    background: var(--ztc-bg-bg-8) !important;
}

.btn2-slider:hover {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.contact1-section-area .contact-single-boxarea {
    height: 100%;
    align-items: end;
    display: flex;
    padding-top: initial;
}

.inner-header-section-area {
    border-radius: 0px 0px 10px 10px !important;
}

.content-editor {
    margin: 0 !important;
    font-family: var(--bs-body-font-family) !important;
    font-size: var(--bs-body-font-size) !important;
    font-weight: var(--bs-body-font-weight) !important;
    line-height: var(--bs-body-line-height) !important;
    color: var(--bs-body-color) !important;
    text-align: var(--bs-body-text-align) !important;
    background-color: var(--bs-body-bg) !important;
    -webkit-text-size-adjust: 100% !important;
    -webkit-tap-highlight-color: transparent !important;
}

.overlay {
    height: 100%;
    width: 100%;
    background: #62771aa6;
    position: absolute;
    top: 0;
}

.custom-card-list {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 25px;
    margin-top: 5px;
}

.service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area .title {
    width: 100%;
    display: flex;
}

.contact-inner-section-area .contact-boxarea .input-area button {
    background: transparent;
}

.contact-inner-section-area .contact-single-boxarea2 .single-box {
    height: 100%;
}

#label_accept_conditions a {
    color: var(--ztc-text-text-6);
}

#label_accept_conditions a:hover {
    color: var(--ztc-text-text-10);
}

.homepage3-body .vl-main-menu ul>li>a.first-href-menu {
    padding: 0 10px !important;
}

/* 
[data-aos^=zoom][data-aos^=zoom] {
    opacity: 1 !important;
}
 */
@media (max-width: 1410px) {
    .container-menu-custom {
        width: 100%;
        max-width: 100%;
    }

    .homepage3-body .vl-main-menu ul>li>a {
        padding: 0 8px;
    }
}


@media (max-width: 1140px) {
    .homepage3-body .vl-main-menu ul>li>a {
        font-size: 17px !important;
    }
}

@media only screen and (max-width: 1480px) {
    .dz-bnr-inr.dz-bnr-inr-md {
        --dz-banner-height: 480px;
    }
}


@media (max-width: 767px) {
    .title_slider {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 14px;
    }

    .subtitle_slider {
        font-size: var(--ztc-font-size-font-s34);
        line-height: 42px;
    }

    .description_slider {
        font-size: var(--ztc-font-size-font-s16);
        line-height: 20px;
    }

    .btn1_slider span,
    .btn2_slider span {
        font-size: var(--ztc-font-size-font-s14) !important;
        line-height: 10px !important;
        padding: 10px 14px !important;
    }

    .btn-youtube .video:after {
        left: 20px;
        top: 20px;
    }

    .btn-youtube .video {
        height: 40px;
        width: 40px;
        line-height: 22px !important;
    }
}

@media (max-width: 575px) {
    .subtitle_slider {
        font-size: var(--ztc-font-size-font-s24) !important;
        line-height: 28px !important;
        margin-bottom: 7px !important;
    }

    .title_slider {
        margin-bottom: 7px !important;
    }
}

@media (min-width: 992px) {
    .header-home {
        height: 45px;
    }
}

/* Mega menu: 2 columnas */
@media (min-width: 992px) {
    div.mega-menu-wrapper {
        display: flex !important;
        flex-direction: row;
        gap: 20px;
        width: 400px !important;
    }

    /* Sub-nivel (nietos): abrir hacia la IZQUIERDA para no salirse del viewport */
    div.mega-menu-wrapper.menu1 {
        left: auto !important;
        right: 100% !important;
        top: 0 !important;
        width: 480px !important;
        max-width: 90vw;
        overflow-x: hidden;
    }

    div.mega-menu-wrapper ul li .sub-menu.menu1 {
        z-index: 99;
    }

    div.mega-menu-wrapper .mega-menu-col {
        flex: 1;
        list-style: none;
        padding: 0;
        margin: 0;
    }
}

/* M¨®vil: columnas apiladas */
@media (max-width: 991px) {
    div.mega-menu-wrapper {
        display: block;
    }
}

.content-editor li {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 18px;
    transition: all 0.4s;
    margin-top: 16px;
    padding-left: 34px;
    text-indent: -34px;
}

.content-editor li::before {
    content: url("../img/icons/check1.svg");
    position: relative;
    top: 4px;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .team3-section-area .team-box-slider .team4-box .image-area .shape2 {
        left: 22% !important;
    }
}

@media (max-width: 767px) {
    .team3-section-area .team-box-slider .team4-box .image-area .shape2 {
        left: 22% !important;
        display: none;
    }
}

@media (max-width: 767px) {
    .about3-section-area {
        padding: 40px 0 50px !important;
    }
}

.mega-menu-wrapper>ul.mega-menu-col:first-of-type .sub-menu {
    right: 100% !important;
    left: auto !important;
}

.video1-section-area {
    padding: 100px 0 100px;
}