/*gallery slide*/
.container-g{
    max-width: 1470px;
    margin: 0 auto;
    position: relative;
    margin-top: -7%;
}

.gallery-container{
    opacity: 0;
    display: block;
    position: fixed;
    z-index: -23;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.43);
}

.gallery-container-1{
    opacity: 0;
    display: block;
    position: fixed;
    z-index: -23;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.43);
}
.gallery-container-3{
    opacity: 0;
    display: block;
    position: fixed;
    z-index: -100;
    padding-top: 200px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.43);
}

.gallery-b{
    width: 100%;
    height: auto;
    margin: 0 auto;
    float: left;

}

.slider{
    width: 100%;

}

.close-buttom{
    width: 35px;
    height: 35px;
    background-color: #CE904A;
    font-weight: 500;
    font-size: 25px;
    line-height: 16px;
    color: rgba(255,255,255,0.87);
    display: block;
    margin: 0 0 auto auto;
    border: 1px solid #fff5fd;
    border-radius: 50px;
    background-image: url("../../img/icone-socias/multiply-2-512.png");
    background-size: 40% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.close-buttom-1{
    width: 35px;
    height: 35px;
    background-color: rgb(255,239,44);
    background-image: url("../../img/icone-socias/multiply-2-512.png");
    background-size: 40% auto;
    background-position: center;
    background-repeat: no-repeat;
    font-weight: 500;
    font-size: 25px;
    line-height: 16px;
    color: rgba(255,255,255,0.87);
    display: block;
    margin: 0 0 auto auto;
    border: 1px solid #fff5fd;
    border-radius: 50px;
}

.close-buttom-form{
    width: 35px;
    height: 35px;
    background-color: #CE904A;
    font-weight: 500;
    font-size: 25px;
    line-height: 16px;
    color: rgba(255,255,255,0.87);
    display: block;
    margin: 0 0 auto auto;
    border: 1px solid #fff5fd;
    border-radius: 50px;
    background-image: url("../../img/icone-socias/multiply-2-512.png");
    background-size: 40% auto;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {

    .gallery-container{
        opacity: 0;
        display: block;
        position: fixed;
        z-index: -23;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(255, 255, 255);
    }

    .gallery-container-1{
        opacity: 0;
        display: block;
        position: fixed;
        z-index: -23;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(255, 255, 255);
    }
    .gallery-container-3{
        opacity: 0;
        display: block;
        position: fixed;
        z-index: -100;
        padding-top: 200px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(255, 255, 255);
    }



    .close-buttom-form{
        width: 35px;
        height: 35px;
        background-color: #CE904A;
        font-weight: 500;
        font-size: 25px;
        line-height: 16px;
        color: rgba(255,255,255,0.87);
        display: block;
        margin: 0 0 auto 10px;
        border: 1px solid #fff5fd;
        border-radius: 50px;
    }



}
@media only screen and (max-width: 500px) {

    .gallery-container-3{
        opacity: 0;
        display: block;
        position: fixed;
        z-index: -23;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.43);
    }

    .close-buttom-form{
        width: 35px;
        height: 35px;
        background-color: #CE904A;
        font-weight: 500;
        font-size: 25px;
        line-height: 16px;
        color: rgba(255,255,255,0.87);
        display: block;
        margin: 0 0 auto 10px;
        border: 1px solid #fff5fd;
        border-radius: 50px;
    }

    .gallery-container{
        opacity: 0;
        display: block;
        position: fixed;
        z-index: -23;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(255, 255, 255);
    }



    .gallery-container-3{
        opacity: 0;
        display: block;
        position: fixed;
        z-index: -100;
        padding-top: 10%;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(255, 255, 255);
    }


    .gallery-container-1{
        opacity: 0;
        display: block;
        position: fixed;
        z-index: -23;
        padding-top: 200px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: #ffff;
    }
}

