.tarjetas-p{
    margin-top: 0px !important;
}

.contenedor_t{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: auto;    
    background: #fff;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

#titulo_t{
    font-size: 14px;
    text-align: center;
    color: #000;
    margin-bottom: 0px;
    font-family: 'Alright Sans Regular';
}

#subtitulo_t{
    font-size: 48px;
    text-align: center;
    color: #D31145;
    font-weight: bold;
    margin-bottom: 24px;
    font-family: 'Alright Sans Ultra';
}

.tarjetas_t{
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}

.tarjeta_t{
    width: 32%;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 10px 8px;
    box-shadow: 0px 4px 16px #5454541F;
    padding: 24px 20px;
    align-items: center;
    max-width: 394px;
}

#titulo2_t{
    font-size: 24px;
    color: #D31145;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0;
    height: 70px;
    font-family: 'Alright Sans Ultra';
}

#img_t{
    width: 40%;
    margin-bottom: 60px;
    margin-top: 40px;
}


#texto_t{
    width: 84%;
    height: 95px;
    font-size: 16px;
    margin-bottom: 0px;
    font-family: 'Alright Sans Regular';
}

#btn_t{
    width: 176px;
    padding: 11px 10px !important;
    background: #D31145;
    color: #fff;
    box-shadow: 0px 6px 16px #54545480;
    text-align: center !important;
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Alright Sans Ultra';
}

#hr_t{
    width: 81%;
    border: solid 0.5px #D31145 !important;
    margin-bottom: 24px;
}

.tarjeta_t .imagen-especial{
    margin-top: 40px !important;
}

@media screen and (max-width: 1300px){
    .tarjetas_t{
        width: 97%;
    }
}

@media screen and (max-width: 1150px){
    .tarjeta_t{
        width: 35%;
    }
    .tarjeta_t .imagen-especial{
        margin-top: 16px !important;
    }

    #img_t{
        width: 40%;
        margin-bottom: 66px;
        margin-top: 62px;
    }
    #texto_t{
        width: 95%;
    }
}

@media screen and (max-width: 800px){
    .tarjeta_t{
        width: 45%;
    }
    #titulo2_t{
        font-size: 20px;
    }
    #img_t{
        margin-top: 48px;
    }
    
}

@media screen and (max-width: 620px){
    .tarjeta_t{
        width: 70%;
    }
    #subtitulo_t{
        font-size: 30px;
    }
    #texto_t{
        font-size: 14px;
        margin-bottom: 20px;
    }
    #img_t{
        width: 40%;
        margin-bottom: 40px;
        margin-top: 40px !important;
    }
}