.contenido-secundario {
    max-width: 48rem;
    padding-left: 4rem;
    padding-right: 4rem;
    margin: auto;
}

.pb-5 {
    padding-bottom: 40px;
}

.container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.content-box {
    margin-top: 1rem;
}

.card-container {
    background-color: #edf0f4;
    border-radius: 8px;
}

.pd-3 {
    padding: 1.2rem;
}

.card-title h1 {
    font-size: 1.5rem;
    color: #222222;
    position: relative;
    margin-bottom: 12px;
    font-weight: bold;
}

.card-title p {
    font-size: 16px;
}

.title-01 {
    color: #B31200 !important;
    text-decoration: none;
    font-weight: 600;
}

.card-subtitle {
    margin-top: 7px;
}

.card-subtitle span {
    color: #6F777B;
}

.card-button-content {
    margin-top: 10px;
}

.btn-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    color: #fff !important;
    background: #B31200;
    border: 1px solid #B31200;
    height: 18px;
    width: 133px;
    padding: 10px 16px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    transition: all 500ms ease-in-out;
}

.btn-card-two {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    color: #B31200 !important;
    border: 2px solid #B31200;
    height: 18px;
    width: 133px;
    padding: 10px 16px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    transition: all 500ms ease-in-out;
}

.card-button-content .btn-card:hover {
    border: 1px solid #e63a27;
    background: #e63a27;
    box-shadow: 0 0 10px red;
    transition: all 500ms ease-in;
}

.card-button-content .btn-card svg {
    fill: #fff;
}

.card-button-content .btn-card-two svg {
    fill: #B31200;
}

.card-container-2 {
    border-radius: 8px;
    border: 2px solid #edf0f4;
}

.btn-card-two:hover {
    background-color: #ffdddd;
}


