main {
    color: #ffffff;
    text-align: justify;
}

h2 {
    margin-top: 40px;
    margin-bottom: 0px;
    color: #41b2b0;
}

li {
    list-style: none;
}

ul {
    margin-top: 5px;
}

.descripcion {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 38px;
}

.titulo {
    background-color: #032f47;
    border-radius: 10px;
    padding-bottom: 6px;
}

.chiquito {
    font-size: small;
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-content {
    background: #162340;
    border: 1px solid #ffffff1a;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px #00000080;
    max-width: 500px;
    width: 90%;
    color: #ffffff;
}