.Sorteo {
    /* border: 2px solid green; */
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.TITh3 {
    font-size: 40px;
    text-align: center;
    font-weight: bolder;
    color: #232E5D;
    margin-bottom: 10px;
    width: 80%;
}

.expoSort {
    width: 100%;
    /* border: 2px solid green; */
    display: flex;
    justify-content: center;
}

.cardSort {
    width: 30%;
    /* border: 2px solid red; */
}

.imgCardS {
    width: 100%;
}

@media (max-width:1500px) {

    .TITh3 {
        font-size: 35px;
    }
}

@media (max-width:735px) {
    .TITh3 {
        /* font-size: 30px; */
        font-size: 25px;
        width: 90%;
    }
}

@media (max-width: 500px) {
    .TITh3 {
        font-size: 20px;

    }
}

@media (max-width:400px) {
    .TITh3 {
        font-size:  15px;
    }
}