@media (width <1000px) {

    .navbar {
        margin-top: 0;
        z-index: 1;
        opacity: 1;
        height: auto;

    }

    .navbar-nav a.activo::after {
        all: unset;
    }

    #navbarText {
        background: var(--azulclaro);
        opacity: 0.8;
        padding: 20px;
    }

    .img-banner {
        height: 45vh;

    }

    .slider-internas {
        margin-top: 70px;
    }

    .navbar-brand {
        padding: 35px 0;

    }

    .contenedor-general {
        /* margin-top: 42vh; */
    }

    .btn-conteiner {
        justify-content: center;
    }

    .imagen-seccion {
        margin-top: 15px;
    }

    .design-two {
        padding: 0;
    }

    .id_2 .col-lg-3 {
        width: auto;
    }

    .row_justify_2 {
        justify-content: center !important;
    }

    .id_2 .col-sm-9 {
        width: auto;
    }

    .id_14 .col-lg-3 {
        width: auto;

    }

    .id_14 .col-sm-9 {
        width: auto;
    }

    .row_justify_14 {
        justify-content: center !important;
    }

    .row_justify_39 .col-3{
        width: 100%;
    }
    .row_39 .design-imagen{
        height: auto;
    }
    .row_justify_39 .col-9{
        width: 100%;
    }
    .row_justify_39 .col-9 .img-disenio-imagen{
       height: auto;
    }

}


















@media (width <575px) {
    body {
        width: 100%;
    }

    .content-slider {
        display: none;
    }

    .content-slider-responsive {
        display: block;
        padding-top: 83px;
    }


    .navbar .container {
        --bs-gutter-x: 0rem !important;
    }

    .navbar {
        padding: 0 20px;
        margin-top: 0;
        z-index: 1;
        opacity: 1;
        width: 100%;
        position: fixed;
        transform: translateY(0%);

    }


    #navbarText {
        opacity: 1;
        --bs-gutter-x: 0rem !important;
    }

    .navbar-brand {
        padding: 15px 0;

    }

    .navbar-brand img {
        display: block !important;
        width: 130px;
        object-fit: contain;
    }

    .img-banner {
        height: 15vh;
    }

    .imagen-superpuesta {
        display:none;
    }

    .titulo-banner {
        top: 50%;
        font-size: 18px;
        width: 90%;
        margin: auto;
    }


    .slider-internas {
        margin-top: 0px;
    }

    .contenedor-general {
        margin-top: 1vh;
        display: block;
    }

    .imagen-seccion img {
        width: 100%;
    }
    .btn-conteiner {
        margin: 45px 0 30px 0;
    }
    .contenedor-seccion {
        padding: 45px 0 !important;
    }
    .row_2,
    .row_14 {
        display: flex;
        justify-content: center;
    }



    /* CONTACTENOS */
    .img-banner-internas {
        height: 100px;

    }

    /* SERVICIOS */

    .design-two {
        padding: 0;
    }

    .design-two h2 {
        font-size: 20px;
        padding: 0;
    }

    .design-two .img-design-two {
        width: 90px;
    }

    .design-two .descripcion {

        margin-top: 8px;
    }

    .design-two .descripcion p {
        font-size: 15px;
    }
}