.galeria-home {
    min-height: 565px;
    position: relative;
    .slick-slide img {
        @media (max-width: 900px) {
            width: 100%;
        }
    }
    .galeria-home-wrapper {
        .galeria-fotos {
            padding-bottom: 60px;
            @media (max-width: 900px) {
                padding-bottom: 0px;
            }
            .slick-slide {
                margin-right: 10px;
                @media (max-width: 900px) {
                    margin-right: 0px;
                }
            }
            div[data-target="#modal-slick"] {
                position: relative;
                max-height: 399px;
                overflow: hidden;
                .layer {
                    width: 100%;
                    height: 100%;
                    display: block;
                    position: absolute;
                    top: 0;
                    right: 0;
                    opacity: 0;
                    background: rgba(35,82,78,.8);
                    transition: all .5s;
                    cursor: pointer;

                    .material-icons {
                        position: absolute;
                        bottom: 7px;
                        right: 7px;
                        color: #fff;
                    }
                }
                &:hover {

                    .layer {
                        opacity: 1;
                    }
                }
            }
        }

        @media (max-width: 900px) {
            padding: 35px 0 35px 0;
            position: static;
            height: 100%;
            min-height: 270px;
        }
        @media (min-width:$large_lapt) {
            max-width: 52vw;
        }
    }
    .carousel-btns {
        width: 40px;
        height: 40px;
        display: block;
        border-radius: 50%;
        border: 2px solid $color-3;
        line-height: 34px;
        text-align: center;
        cursor: pointer;
        transition: all .5s;
        z-index: 99;
        i {
            font-size: 18px;
            color: $color-3;
            margin-bottom: 0;
            margin-left: 0;
        }

        &:hover {
            background: $color-3;

            i {
                color: #fff;
            }
        }
    }
    .slick-prev {
        position: absolute;
        bottom: 0;
        right: 78px;
        @media (max-width: 900px) {
            bottom: -40px;
        }
        &:before {
            content: '';
            width: 80vw;
            height: 1px;
            position: absolute;
            bottom: 20px;
            right: 60px;
            background: rgba(172, 121, 99, 0.25);
        }
    }
    .slick-next {
        position: absolute;
        bottom: 0;
        right: 18px;
        @media (max-width: 900px) {
            bottom: -40px;
        }
    }
    .info-section {
        flex-direction: column;
        height: 100%;

        .wysiwyg {

            p {
                font-size: 12px;
                line-height: 1.71;
            }
        }

        @media(max-width:900px) {
            padding: 0 $padd_mob;
            min-height: 0;
            position: static;
        }
        @media (min-width:$large_lapt) {
            max-width: 22vw;
        }

    }

    
    @media(max-width:900px) {
        height: auto;
        min-height: 0;
        padding: 50px 0;
        display: flex;
        flex-direction: column;
    }

}
