@media screen and (min-width:576px) {

    /* *heigth */
    .h-sm-100p {
        height: 100px;
    }

    /* *margin */
    .mb-sm-35p {
        margin-bottom: 35px;
    }

    /* *font-size */
    .fs-sm-13 {
        font-size: 13px;
    }

    .fs-sm-14 {
        font-size: 14px;
    }

    /* *clases-especiales */

    .white-sm-space-wrap {
        white-space: initial;
    }
}



@media screen and (min-width:768px) {

    /* *font-size */

    .fs-md-16 {
        font-size: 16px;
    }

    .fs-md-40 {
        font-size: 40px;
    }

    /* height */

    .lh-md-35 {
        line-height: 35px;
    }

    .lh-md-50 {
        line-height: 50px;
    }

    /*clases-especiales*/
    .img-social {
        width: 35px;
    }

    .br-green {
        height: 32%;
    }

    /* 
    .caption {
        bottom: 70px;
    } */

    /* lados */
    .top-md-50 {
        top: 50px;
    }

    .left-md-0 {
        left: 0px;
    }

    /* @media screen and (max-height:700px) {
        .body-content .slider-size {
            max-height: calc(100vh - 95px);
        }
    } */
}

@media screen and (min-width:992px) {


    .sides-lg-neg-10 {
        /* bottom: 0px;
        top: 0px; */
        left: 8px;
    }

    /* *height */
    .h-lg-425p {
        height: 425px;
    }

    .h-lg-101 {
        height: 101%;
    }

    /* *transfor-traslate */
    .ttraslate-lg-43 {
        transform: translateY(43px);
    }

    /* *width */
    .w-fit-lg-content {
        width: fit-content !important;
    }

    .max-w-lg-800 {
        max-width: 800px;
    }

    /* *clases especiales */
    .br-green {
        height: 68%;
    }

    .white-lg-space-nowrap {
        white-space: nowrap;
    }

    /* *margin */

    .ml-neg-lg-5 {
        margin-left: -5px;
    }

    .ml-lg-10 {
        margin-left: 10px;
    }

    .left-lg-10 {
        left: 10px;
    }

    .mb-lg-neg-114 {
        margin-bottom: -10px;
    }

    /* *padding */
    .pl-lg-65 {
        padding-left: 65px !important;
    }

    .pl-lg-100 {
        padding-left: 100px !important;
    }

    .px-lg-100 {
        padding-left: 100px;
        padding-right: 100px;
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly;
    }

}

@media screen and (min-width:1200px) {
    .ttraslate-xl-10 {
        transform: translateY(10px);
    }

    /* clases especiales */
    .br-green {
        width: 20px
    }

    @media screen and (min-height:800px) {
        .body-content .slider-size {
            /* min-height: calc(100vh - 120px) !important; */
        }

        .bg-footer {
            height: 130px !important;
            display: flex;
            align-items: center;
            /* background-color: red; */
        }
    }
}