@media (min-width: 0px) and (max-width: 768px){
    .home a{
        visibility: hidden;
    }
    .image img{
        height: 100px;
        top: -25px;
        left: 31%;
    }
    header{
        height: 90px;
    }
    .icon-container{
        top: 0;
    }

    /* LOGIN VIEW */
    .conteiner{
        top: 42%;
        width: 350px;
    }
    .conteiner h2{
        font-size: 20px;
    }
    .conteiner form{
        padding: 10px 25px;
    }
    form .username{
        margin: 30px 0;
    }
    .username input{
        height: 20px;
    }
    .username label{
        font-size: 12px;
    }
    .olvidada{
        font-size: 12px;
    }
    input[type="submit"]{
        height: 40px;
        font-size: 14px;
    }
    .registro{
        font-size: 12px;
    }
    .recuperar{
        font-size: 12px;
        margin: -10px 20px 10px 0;
    }

    /* REGISTER VIEW */
    .cont{
        top: 18%;
        width: 350px;
    }
    .cont h2{
        font-size: 20px;
    }
    .cont form{
        padding: 10px 25px;
    }
    form .datos{
        margin: 30px 0;
    }
    .datos input{
        height: 20px;
    }
    .datos label{
        font-size: 12px;
    }
    .entrar{
        font-size: 12px;
    }

    main{
        padding: 0px;
    }
    h6{
        font-size: 8px;
        margin-top: 10px;
    }
    aside, h6{
        width: 95%;
    }
    .text{
        font-size: 8px;
    }
    .shop-description p {
        display: -webkit-box;
        -webkit-line-clamp: 5;
    }
    .show-more-btn {
        font-size: 8px;
    }
    .cont-seller{
        top: 25%;
    }

    /*TRANSACCIONES*/
    .container-target{
        width: 90%;
        margin: 10px auto;
        height: 30px;
    }
    form .datos{
        margin: 15px 0;
    }
    .datos input{
        margin-top: 5px;
        padding-top: 20px;
    }
    .datos label{
        top: 25px;
        font-size: 14px;
    }
    h2{
        font-size: 20px;
        padding: 0 10px 10px 10px;
    }
    .acciones{
        & img{
            height: 30px;
        }
    }

    .container-tarjeta{
        width: 100%;
        height: 300px;
        margin: 20px;
        margin-top: 10px;
    }

    .main-transacciones{
        padding: 10px 0 0 0;

        & .btn-regresar{
            position: static;
            top: 100px;
            width: 90%;
        }
    }
    .modal-request{
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0 auto;

        & p{
            font-size: 12px;
        }
        & .modal-content-request{
            width: 95%;
        }
    }
    }
    .modal-header{
    margin-top: -25px;
    width: 130%;
    padding-top: 20px;
    margin-left: -50px;
    text-align: center;
    transform: translateY(-30px);

    & close{
        margin-right: 50px;
    }
    & h3{
        font-size: 12px;
    }
    & p{
        font-size: 10px;
    }
    & span{
        margin: 0 -80% 0 0;
        color: #c9184a;
        font-weight: bold;
        font-size: 50px;
        cursor: pointer;

        &:hover{
            color: #7f082a;
        }
    }
    .btn-urgente{
        width: 200%;
        background-color: black;
        display: grid;
        place-items: center;
    }
}
