header .img-fluid-v0 {
    width: 100%;
    max-height: 500px;
    margin: auto;
}
/* Estilo general para pantallas grandes */
.kenburns-top {
    -webkit-animation: kenburns-top 20s ease-out backwards;
    animation: kenburns-top 20s ease-out backwards;
}

.forma-div-container {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #edeff2;
    box-shadow: 1px -3px 2px rgb(247 110 10 / 100%);
}

.contenido {
    font-family: 'MuseoSans-300' !important;
    font-size: 16px;
    color: rgba(35, 43, 56, 0.9);
}

.subtitulo {
    color: rgba(40, 55, 69, 1);
    font-family: 'Quicksand-Bold' !important;
    font-size: 1.12rem;
    list-style-type: none;
}

.titulo {
    font-family: 'Quicksand-SemiBold' !important;
    font-size: 1.15rem;
    color: rgba(40, 55, 69, 1);

}

.card-header {
    padding: 0 !important;
    margin-bottom: 0 !important;
    background-color: rgba(0, 0, 0, .03) !important;
    border-bottom: none !important;
}

.sombra-card {
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset !important;
}

.table-text-orange-v0 {
    background: hsla(29, 100%, 47%, 0.5) !important;
    color: #000 !important;
    font-weight: bold !important;
    font-family: 'Quicksand-SemiBold' !important;

}

.table-text-black-v0 {
    background: hsla(29, 100%, 47%, 0.5) !important;
    color: #000 !important;
    text-shadow: 0px 0px 0.5px #000 !important;
    font-weight: bold !important;
    text-align: center !important;
}

.table-text-white-v0 {
    background: #ffff !important;
    color: #000 !important;
    text-shadow: 0px 0px 0.5px #000 !important;
    font-weight: bold !important;
    font-family: 'Comfortaa-VariableFont_wght', sans-serif !important;
    text-align: center !important;
}

.table-text-whit-v0 {

    text-decoration: none !important;
    /* Elimina el subrayado */
}

div.borde-cuadrado {
    border: 1px solid rgba(40, 55, 69, 0.3);
    border-bottom-right-radius: 250px 100px;

    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

div.borde-cuadrado-2 {
    border: 1px solid rgba(40, 55, 69, 0.3);
    border-bottom-right-radius: 50px 25px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

#triangulo {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 50px solid rgba(237, 110, 0);
    border-right: 50px solid transparent;
}

.min-tam-img {
    max-height: 200px;
}

.article-content {
    font-family: 'Quicksand-SemiBold' !important;
    font-size: 1.15rem;
    color: rgba(40, 55, 69, 1);
    text-align: justify;
}
.text-orange {
    font-family: 'MuseoSans-300' !important;
    color: #ee7500 !important;
}
