
body {
    font-family: 'Roboto', sans-serif;
    background: linear-gradient(to bottom right, #674ef8, #0000FF, #000080, #5fbbda);
    width: 100% !important;
    height: 100% !important;
    min-height: 100vh !important;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fdfefe;

}

.icon {
    position: absolute;
    top: 20px;
    left: 20px;
}

.card_texto {
    /* background: #faebd7; Fondo antique white */
    border-radius: 10px;
    padding: 20px;
    max-width: 800px;
    width: 100%;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); */
    margin-top: 70px;

}

.titulo {
    text-align: center;
    margin-bottom: 40px;
}

.titulo h2 {
    font-weight: 700;
    margin: 0;
}

.parrafos {
    text-align: justify;
    line-height: 1.6;
    /* Color del texto negro */
}

.parrafos p {
    margin-bottom: 20px;
}

/* Parrafos cursivos */
.cursiva{
    font-style: italic;
    margin-left:10% ;
}
