
        .alquiler-w100{
            width: 100%;
            justify-content: center;
            padding-left:20px ; /*para que se ve mejor cuando usamos flex-start*/
            padding: 40px 0px;
        }

        .container-title-servicio .title-alquiler{
            text-align: start;
            color: var(--AzulFuerte);
            font-size: 30px;
            padding-bottom: 25px;
        }

        .container-title-servicio p{
            padding: 15px 0px;
            color: var(--Color-parrafo);
        }

        @media (max-width: 700px) {
         .container-title-servicio .title-alquiler{
          font-size:30px;
         }

         .alquiler-w100{
            justify-content: center;
         }
        }

         @media (max-width: 500px) {
         .container-title-servicio .title-alquiler{
            text-align: center;
         }
        }
