@media (max-width: 768px){
    
    .inicio{
        background-attachment: scroll;
        background-image: url('../img/4-min.jpg');
      }
  
      .content-imagen {
          background-attachment: scroll;
      }


    .menu{
        padding: 30px;
        margin: 0px;
        opacity: .9;
        padding-top: 150px;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #5a2952;
        height: 100rem;
        transform: translateX(-400px);
        transition: transform .5s ease-in-out;
    }

    .menu.show{
        transform: translateX(-20px);
    }
    .menu li {
        padding: 20px;
        border-bottom: #ccc solid 1px;
        font-size: 14px;
    }
    .header{
        justify-content: center;
    }
    .btn{
        width: 40px;
        height: 40px;
        background-image: url('../img/hamburguesa.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;

        position: absolute;
        position: fixed;
        cursor: pointer;
        top: 20px;
        left: 30px;
        z-index: 2;

    }

    .servicios{
        height: 112rem;
    }

    .container-servicios{
       display: block;
    }

    .tarjeta-servicio{
        max-width: 290px;
        margin: 40px auto;
    }

    .content-text{
        width: 320px;
        text-align: justify;
        margin-top: 35px;
        margin-left: 40px;
    }

    .content-info{
        width: 55%;
    }


    .mapa{
        width: 90%;
        height: 540px;
   }
   .content-form{
    width: 55%;
    padding: 0px 70px;
    margin: 0px 35px;
    height: 500px;
}
.nosotros{
    margin-top: 80px;
}
/* ----------------------- pagina servicios */
    .titulo-cabecera-servicios{
        margin-left: 60px   
    }

    .slider-frame{
        width: 300px;
        height: 270px;
        border-radius: 20px;
        margin: 130px auto 20px;
    }
    .listas{
        width: 200px;
    }
    .listas li{
        font-size: 13px;
    }
}