/**
 * Theme Name: Hello Elementor Child
 * Template: hello-elementor
 */

.image-router {
    position: relative!important;
}

.absolute-icon {
    position: absolute!important;
    bottom: 32%;
    z-index: 1
}


.absolute-icon:before {
    content: '';
    position: absolute;
    width: 280px;
    height: 2px;
    background: #319AF6;
    left: 210px;
    top: 40px
}

#left-position{
    bottom: 43%;
    left: 5%;
    
}

#right-position {
    left: 25%;
}

.infos-router > div{
    max-width: 1360px!important;
}


@media(max-width: 767px) {
    .box-router {
        padding-bottom: 0px!important    
    }
    
    .box-router .box-router-desc {
        position: relative;
    }
    
    .absolute-icon:before {
        content: '';
        position: absolute;
        width: 2px!important;
        height: 86px!important;
        background: #000000;
        left: 50%;
    }

    .absolute-icon {
        left: 10px!important;
        max-width: 167px!important;
    }

    #right-position {
        bottom: 47%!important;
    }

    #right-position:before {
        top: 120px!important;
        rotate: 0deg;
    }
    
    #left-position {
        bottom: 15%!important;
        left: 20%!important;
    }

    #left-position:before {
        top: -85%!important;
        rotate: 20deg;
        left: 60%;
    }
    
    .image-router {
        max-width: 440px!important;
        margin: auto;
    }
}

@media(max-width: 480px) {
    .absolute-icon {
        left: 10px!important;
    }

    .elementor-element-20c4236 {
        left: -10px!important;
    }

    .elementor-element-f8547e7 {
        left: 40px!important;
    }

    .image-router {
        max-width: 340px!important;
        margin: auto;
    }
}




.swiper-container.swiper-initialized {
    width: 100% !important;
    overflow: hidden !important;
}

.swiper-slide {
    margin: auto !important;
    width: 33%;
    display: flex !important;
    justify-content: center;
}

.title-product-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    padding-top: 20px;

    img {
        max-width: 50px;
        max-height: 50px;
    }

    p {
        color: #000;
        font-size: 12px;
        text-align: center;
        margin-bottom: 10px;

        &:hover {
            color: #11b8c9;
        }
    }
}

.arrow-box {
    top: 75px !important;

    &:after {
        font-size: 16px !important;
        font-weight: 800;
        position: absolute;
        top: -5px;
    }

    &:before {
        content: "";
        background-color: #1010101a;
        height: 106px;
        width: 24px;
        position: absolute;
        bottom: -10px;
    }
}

.arrow-next {
    &:before {
        right: -10px;
    }

    &:after {
        margin-left: 22px !important;
    }
}

.arrow-prev {
    left: 0px !important;

    &:before {
        left: 0px !important;
    }

    &:after {
        margin-left: 7px;
    }
}

.arrow-box.swiper-button-disabled {
    display: none;
}

.active-page {

    p,
    a {
        color: #11b8c9 !important;
    }
}

.header-fixed.elementor-sticky--effects {
    .title-product-header {
        padding: 10px !important;
        transition: padding 0.3s ease;

        a {
            display: flex;
            gap: 10px;
            padding: 5px !important;
            transition: padding 0.3s ease;

            img {
                width: 20px;
                height: 20px;
                transition: width 0.3s ease, height 0.3s ease;
            }
        }

        p {
            margin-bottom: 0px !important;
            transition: margin-bottom 0.3s ease;
        }
    }

    .arrow-box {
        &:before {
            height: 50px;
            top: -52px;
            width: 18px;
            transition: height 0.3s ease, top 0.3s ease;
        }

        &:after {
            top: -33px !important;
            right: -5px;
            font-size: 14px !important;
            transition: top 0.3s ease, right 0.3s ease, font-size 0.3s ease;
        }
    }

    .arrow-prev:after {
        left: -3px;
        transition: left 0.3s ease;
    }
}

.background-future {
    background: linear-gradient(180deg, #1c1c1c 21.87%, #002c6a 139.97%);
}

.border-gradient {
    width: 100%;
    background-image: radial-gradient(50% 2500% at 50% 0%,
            #319af6 0%,
            rgba(0, 233, 255, 0) 100%);
}

.color-gradient {
    background: linear-gradient(to left, rgb(49, 154, 246), rgb(0, 233, 255));
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.acordeao-home .elementor-tab-title {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.border-duvidas {
    height: 1px !important;
    background: linear-gradient(90deg, #60f2ff 0%, rgba(0, 233, 255, 0) 100%);
}

.box-border {
    border-image-source: linear-gradient(90.47deg,
            #319af6 -7.12%,
            rgba(0, 230, 255, 0) 98.58%,
            rgba(49, 154, 246, 0) 98.58%);
    border-image-slice: 1;
    border-width: 1px;
    border-style: solid;

    h3 {
        margin-top: 0px;
    }
}

.slide-images-home {
    .swiper-pagination-bullets {
        display: flex;
        justify-content: end;
        bottom: -20px !important;
        left: -20px !important;
    }

    .elementor-swiper-button {
        height: 100%;
        align-items: end !important;
        margin-top: 40px !important;
        margin-left: 5px;

        svg {
            border-radius: 30px;
            background: rgba(219, 239, 254, 1);
            height: 48px !important;
            width: 48px !important;
            padding: 16px;
        }
    }

    .elementor-swiper-button-prev {
        left: 10px;
    }

    .elementor-swiper-button-next {
        left: 80px;
    }
}

p#breadcrumbs>span {
    display: flex;
    gap: 8px;
}

.acordeao-footer {
    .elementor-tab-title {
        border: solid #686868 !important;
        border-width: 1px 0px !important;
    }

    .elementor-active:not(.elementor-tab-content) {
        background-color: #272727;
    }
}

.link-footer-zafarie {
    a {
        color: #686868;

        &:hover {
            color: #a29c9c;
        }
    }
}

.icon-box-contato h3 {
    margin: 0px;
}

.formulario-contato {
    label {
        font-family: Archivo;
        font-size: 14px;
        font-weight: 400;
        line-height: 15.23px;
        text-align: left;
        color: #1c1c1c;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    p {
        margin-bottom: 0px;
    }

    [type="file"] {
        width: 100%;
        padding: 16px;
    }

    [type="submit"] {
        width: fit-content;
        color: #fff;
        background-color: #46aef7;
        padding: 16px 56px !important;
        font-family: Archivo;
        font-size: 16px;
        border-radius: 56px;
    }

    input,
    select,
    textarea {
        background: #eeeeee;
        border: none !important;
        font-size: 14px;
        color: #505050;
        padding: 16px !important;

        &::placeholder {
            color: #afafaf;
        }
    }
}



.toggle-privacidade {
    .elementor-toggle-item {
        &:first-child {
            .elementor-tab-title {
                padding-top: 0px;
            }
        }

        .elementor-toggle-icon {
            span {
                font-size: 30px;
                margin-left: -10px;
            }
        }
    }
}


.box-router {
    position: relative;
    padding: 100px 0px !important;

    .box-router-desc {
        position: absolute;
    }
}

.box-avaliacao {
    .box-content-info {
        position: relative;

        &:after {
            position: absolute;
            content: '';
            height: 30px;
            width: 1px;
            background: #686868;
            right: 0px;
        }

        .name-avaliation {
            font-size: 18px;
            font-weight: 700;
            color: #F4F4F4;
            margin: 0px;
            padding-bottom: 8px;
        }

        .location-avaliation {
            margin-bottom: 0px;
            font-family: Archivo;
            font-size: 16px;
            color: #BEBEBE;
        }
    }
}

@media(min-width: 1023px) {
    .slide-images-home {
        .swiper-pagination-bullets {
            left: 0px !important;
        }

        .elementor-swiper-button-prev {
            left: 0px !important;
        }

        .swiper-slide {
            padding-bottom: 8px;

            * {
                height: 540px;
            }
        }
    }

    .arrow-box {
        display: none !important;
    }

    .header-fixed {
        .swiper-wrapper {
            justify-content: center;
            gap: 64px;

            .swiper-slide {
                width: fit-content !important;
                margin: 0 !important;
            }
        }
    }


}