.appointment{
    padding: 0 4%;
}

.accountTitle{
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 2.813rem 0;
}

.accountTitle h1{
    color: var(--TES-dark);
    font-size: 1.2rem;
    letter-spacing: 0.188rem;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
}

.accountTitle svg{
    display: flex;
}

.appointmentContent{
    align-items: center;
    display: flex;
    flex-direction: column;
}
.appointmentStatus{
    border-bottom: 1px solid var(--TES-gray-light);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.appointmentStatus h2{
    color: var(--TES-gray-dark);
    font-size: 16px;
    padding-bottom: 25px;
}

.appointmentCard{
    background: var(--TES-white);
    border-radius: 10px;
    max-width: 620px;
    margin-bottom: 25px;
    padding: 10px;
}

.cardContent1, .cardContent2{
    display: flex;
}

.cardContent1{
    gap: 6px;
}

.appointmentCardImage{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: inherit;
    cursor: pointer;
    height: 88px;
    position: relative;
    width: 110px;
}

.appointmentCardInfo h1{
    color: var(--TES-gray-dark);
    font-size: 11px;
    margin-bottom: 6px;
}

.appointmentCardInfo p{
    color: var(--TES-primary-color);
    font-size: 10px;
    margin: 0;
}

.infoStartingPrice{
    align-items: center;
    display: flex;
    gap: 6px;
    justify-content: flex-start;
    margin-top: 11px;
}

.infoStartingPrice h2, .infoStartingPrice p{
    color: var(--TES-dark);
    margin: 0;
    padding: 0;
}

.infoStartingPrice h2{
    font-size: 15px;
}

.infoStartingPrice p{
    font-size: 10px;
}

.cardContent2{
    align-items: center;
    color: var(--TES-primary-color);
    margin-top: 8px;
}

.statusPaid, .statusSet{
    display: flex;
    width: 100%;
}

.statusPaid{
    border-top: 1px solid var(--TES-orange-dark);
    justify-content: center;
}

.statusSet{
    border-top: 1px solid var(--TES-primary-color);
    justify-content: space-between;
}

.appointmentBtnContent{
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 6px;
}

.appointmentBtn{
    align-items: center;
    background-color: var(--TES-white);
    display: flex;
    justify-content: center;
    padding: 10px 0 0 0;
    width: 100%;
}
.appointmentBtnContent p{
    color: var(--TES-orange-dark);
    font-size: 10px;
    margin: 0;
}

.appointmentBtnImage, .dateImage, .locationImage{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 14px;
    width: 13px;
}

.appointmentBtnImage{
    background-image: url("https://s3-bucket-todoensubastas.s3.ca-central-1.amazonaws.com/images/outline-calendar-warning.svg");
}

.dateImage{
    background-image: url("https://s3-bucket-todoensubastas.s3.ca-central-1.amazonaws.com/images/outline-calendar-lightblue.svg");
}

.locationImage{
    background-image: url("https://s3-bucket-todoensubastas.s3.ca-central-1.amazonaws.com/images/outline-ubication-lightblue.svg");
    height: 15px;
}

.appointmentCardDate, .appointmentCardLocation{
    align-items: center;
    display: inline-flex;
    gap: 6px;
    justify-content: center;
    margin-top: 10px;
}

.appointmentCardDate p, .appointmentCardLocation p{
    font-size: 10px;
    margin-bottom: 0;
}

.appointmentCardDate p{
    display: flex;
    gap: 3px;
}


/* Responsividad  */

@media(min-width: 375px ){
    .appointment{
        padding: 0 6%;
    }

    .accountTitle h1{
        font-size: 1.4rem;
    }

    .appointmentCardInfo h1{
        font-size: 12px;
    }

    .appointmentCardInfo p, .infoStartingPrice p, .appointmentBtnContent p,.appointmentCardDate p, .appointmentCardLocation p{
        font-size: 11px;
    }

    .infoStartingPrice h2{
        font-size: 17px;
    }

    .appointmentCardImage{
        height: 87px;
        width: 122px;
    }

}

@media(min-width: 400px){
    .appointmentCardImage{
        height: 100px;
        width: 133px;
    }
}

@media(min-width: 425px ){

    .appointmentCardInfo h1{
        font-size: 14px;
    }

    .appointmentCardInfo p, .infoStartingPrice p, .appointmentBtnContent p,.appointmentCardDate p, .appointmentCardLocation p{
        font-size: 13px;
    }

    .infoStartingPrice h2{
        font-size: 20px;
    }

}

@media(min-width: 540px){
    .appointmentCard{
        width: 500px;
    }
    .appointmentCardInfo h1{
        font-size: 17px;
    }

    .appointmentCardInfo p, .infoStartingPrice p, .appointmentBtnContent p,.appointmentCardDate p, .appointmentCardLocation p{
        font-size: 15px;
    }

    .infoStartingPrice h2{
        font-size: 24px;
    }

}

@media(min-width: 768px ){

    .accountTitle h1{
        font-size: 1.6rem;
    }

    .accountTitle svg {
        display: none;
    }

    .appointmentCard{
        width: 578px;
    }

    .appointmentStatus h2{
        font-size: 18px;
    }

    .appointmentCardInfo h1{
        font-size: 17px;
    }

    .infoStartingPrice h2{
        font-size: 25px;
    }

    .infoStartingPrice{
        margin-top: 30px;
    }

    .appointmentCardImage{
        height: 127px;
        width: 184px;
    }
}

@media(min-width: 1024px ){

    .appointmentStatus h2{
        font-size: 20px;
    }

    .appointmentCardInfo p, .infoStartingPrice p, .appointmentBtnContent p,.appointmentCardDate p, .appointmentCardLocation p{
        font-size: 16px;
    }

    .infoStartingPrice h2{
        font-size: 28px;
    }

}

@media(min-width: 1440px ){

    .appointmentCardInfo h1{
        font-size: 20px;
    }

    .appointmentCardInfo p, .infoStartingPrice p, .appointmentBtnContent p,.appointmentCardDate p, .appointmentCardLocation p{
        font-size: 17px;
    }

    .infoStartingPrice h2{
        font-size: 30px;
    }

    .infoStartingPrice{
        margin-top: 24px;
    }

    .appointmentCardImage{
        height: 140px;
        width: 211px;
    }

}