    /* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

    .sobre_nos_escritorio {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .sobre_nos_cel {
        display:  none !important;
    }


    /* Carousel base class */
    .carousel {
        margin-bottom: 0rem;
    }

    /* Since positioning the image, we need to help out the caption */
    .carousel-caption {
        bottom: 19rem;
        z-index: 10;
    }

    /* Declare heights because of positioning of img element */
    .carousel-item {
        background-color: #777;
    }

    .carousel-inner {
        text-align: center;
        position: relative;
        width: 100%;
        height: 600px;
        overflow: hidden;
    }


    .carousel-item>img {
        display: inline-block;
        width: 100%;
        height: auto;
    }

    .franja_posicion {
        position: relative;
    }

    .franja_telefono_escritorio {
        position: absolute;
        height: 100px;
        top: -35px;
        left: 150px;
        z-index: 2000;
    }
    @media (max-width: 760px) {
        .sobre_nos_escritorio {
            display: none !important;
        }

        .sobre_nos_cel {
            display: block !important;
        }

        .carousel-inner {
            text-align: center;
            position: relative;
            width: 100%;
            height: 350px;
                overflow: hidden;
        }

        .carousel-item>img {
            display: inline-block;
            width: auto;
            height: 350px;
        }

        .carousel-caption {
            position: absolute;
            right: 35px;
            bottom: 10px;
            left: 35px;
            z-index: 10;
            padding-top: 10px;
            padding-bottom: 10px;
            color: #fff;
            text-align: center; 
            width: 80%;
            font-size: 0.8rem;
        }

        .carousel-caption>h1 {
            font-size: 1rem;
        }
        .img {
            height: 500px;
        }
    }
