﻿.text-white {
    color: #fff !important;
}

.rounded {
    border-radius: 0.375rem !important;
}

.resalte {
    font-size: 24pt !important;
}

    .resalte p {
        font-size: 24pt !important;
    }

.descripcion {
    font-size: 20pt !important;
}

    .descripcion p {
        font-size: 20pt !important;
    }

.pt-3 {
    padding-top: 1rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: auto;
    word-wrap: break-word;
    background-color: #fff; /* Color de fondo blanco */
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.175); /* Borde suave */
    border-radius: 0.375rem; /* Radio de borde por defecto de Bootstrap */
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem; /* Relleno interno de 1rem (16px) en todos los lados */
    color: #212529; /* Color de texto oscuro para el cuerpo de la tarjeta */
}

.bg-transparent {
    background-color: transparent !important;
}

.border-0 {
    border: none !important;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.w-100 {
    width: 100% !important;
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }

    .d-md-none {
        display: none !important;
    }
}
