#info-carousel {
    display: flex;
    height: 100vh;
    margin-bottom: 105px;
    position: relative;
}

#info-carousel .glide__bullet:focus,
#info-carousel .glide__bullet:hover {
    border-color: transparent;
}

#info-carousel .anchor-arrow-info {
    bottom: 50%;
    color: #fee0c8;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 30px 20px 30px 20px;
    position: absolute;
    right: 20%;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    z-index: 50;
}

#info-carousel .anchor-arrow-info img {
    height: 17.6px;
    margin: 0 auto;
    width: 30.8px;
}

#info-carousel .glide__bullet {
    background: #616d45 !important;
}

#info-carousel .glide__bullet:hover {
    background: #fee0c8 !important;
}

#info-carousel .glide__bullet--active {
    background: #fee0c8 !important;
}

#info-carousel .leave-holder {
    background-image: url(../images/leaves_ludovice.png);
    background-position: 600px -600px;
    background-repeat: space;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

#info-carousel .info-carousel__wrapper {
    height: 610px;
    position: relative;
    z-index: 2;
}

#info-carousel .info-carousel__wrapper .glide__track {
    position: relative;
}

#info-carousel .info-carousel__wrapper .glide__track:before {
    background-image: url(../images/caixa_folha_1.jpg);
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
}

#info-carousel .info-carousel__wrapper .info-carousel .glide__item {
    height: 610px;
    position: relative;
    width: 100%;
}

#info-carousel .info-carousel__wrapper .info-carousel .glide__item:before {
    background: linear-gradient(180deg, #000 0, rgba(0, 0, 0, .94) 36%, rgba(0, 0, 0, .15) 100%);
    content: "";
    height: 100%;
    left: 0;
    opacity: .35;
    position: absolute;
    top: 0;
    width: 100%;
}

#info-carousel .info-carousel__wrapper .info-carousel .glide__item:after {
    background-position: center;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#info-carousel .info-carousel__wrapper .info-carousel__box {
    background: #fff;
    bottom: -70px;
    box-shadow: -3px 27px 44px -17px rgba(0, 0, 0, .22);
    height: 454px;
    left: 60px;
    position: absolute;
    width: 424px;
    z-index: 10;
}

#info-carousel .info-carousel__wrapper .info-carousel__box .glide__item .text-wrapper {
    align-items: center;
    height: 100%;
    justify-content: space-evenly;
    padding: 80px 0 0 0;
}

#info-carousel .info-carousel__wrapper .info-carousel__box .glide__item .text-wrapper h2 {
    color: #616d45;
    font-size: 42px;
    line-height: 1.08;
}

#info-carousel .info-carousel__wrapper .info-carousel__box .glide__item .text-wrapper p {
    color: #525252;
    font-size: 12px;
    letter-spacing: .65px;
    line-height: 1.54;
    width: 80%;
}

@media all and (max-width:991.98px) {
    #info-carousel {
        height: auto;
        margin-top: 80px;
    }

    #info-carousel .container {
        padding-left: 0;
        padding-right: 0;
    }

    #info-carousel .anchor-arrow-info {
        bottom: 50% !important;
        color: #fee0c8;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding: 30px 20px 30px 20px;
        position: absolute;
        right: 15%;
        text-align: center;
        text-decoration: none;
        transition: .3s;
        z-index: 50;
    }

    #info-carousel .anchor-arrow-info img {
        height: 17.6px;
        margin: 0 auto;
        width: 30.8px;
    }

    #info-carousel .glide__track:before {
        display: none;
    }

    #info-carousel .leave-holder {
        background-position: center -1210px !important;
        background-repeat: no-repeat;
    }

    #info-carousel .info-carousel .glide__item {
        height: 225px !important;
        width: 100%;
    }

    #info-carousel .info-carousel__box {
        background: 0 0 !important;
        box-shadow: none !important;
        height: auto !important;
        left: 0 !important;
        margin-top: -30px;
        position: relative !important;
        width: auto !important;
    }

    #info-carousel .info-carousel__box .glide__item .text-wrapper {
        padding-top: 0 !important;
    }

    #info-carousel .info-carousel__box .glide__item .text-wrapper .paragraph {
        font-size: 13px !important;
        margin-top: 15px;
    }

    #info-carousel .info-carousel__box .glide__bullets {
        bottom: -30px;
    }
}

@media all and (max-width:991.98px) {
    #info-carousel .anchor-arrow-info {
        bottom: 65%;
        color: #fee0c8;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding: 30px 20px 30px 20px;
        position: absolute;
        right: 8%;
        text-align: center;
        text-decoration: none;
        transition: .3s;
        z-index: 50;
    }

    #info-carousel .anchor-arrow-info img {
        height: 17.6px;
        margin: 0 auto;
        width: 30.8px;
    }
}