.content {
    display: flex;
    flex-direction: column;
    max-width: 1096px;
    width: 100%;
}

h1 {
    margin: 10px 10px 0px 10px;
    display: flex;
    color: #fff;
    font-weight: 950;
    text-transform: uppercase;
    font-family: nexaBlack;
    font-size: 1.3em;
}

h2 {
    margin: 10px 10px 0px 10px;
}


.hrwhite {
    border-top: 3px solid #fff;
    margin-bottom: 0.4rem;
}

.numero {
    color: #fff;
    padding: 0.5rem 0.5rem;
}

details {
    background-color: #444153;
    border-radius: 87px;
    padding: 1rem;
}

details summary {
    color: #fff;
    /* margin: 10px 10px 10px 40px; */
    margin-left: 40px;
    font-family: quickSand;
    font-weight: 600;
    cursor: pointer;
}

details p {
    padding: 1rem;
    color: #fff;
    margin: 0 1rem 1rem 1rem;
    border-left: 2px solid var(--purple-font);
    font-family: quickSand;
}

p {
    font-family: quickSand;
    color: #fff;
    font-weight: 500;
}

.contManual {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 2rem;
}

.button-download {
    background-color: #1F1D28;
    color: #fff;
    padding: 0.5rem;
    font-family: quickSand;
    border-radius: 87px;
}


details[open] {
    background-color: #444153;
    border-radius: 20px;
}

details[open] summary {
    color: #fff;
    font-family: quickSand;
}

.bigcolumn {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    flex-shrink: 1;
}

.boxfaq {
    background-color: #1F1D28;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    padding: 40px 3rem 40px 3rem !important;
    max-width: 50rem;
    width: 100%;
    flex-shrink: 1;

}

.questions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-height: 18rem;
    flex-shrink: 1;
    font-size: auto;

}

.row {
    display: flex;
    flex-direction: row;
    gap: 3rem;
    flex-wrap: wrap;
}

.manual {
    display: flex;
    flex-direction: column;
    background-color: var(--purple-div-color);
    max-width: 18rem;
    height: 20rem;
    flex: 1;
    margin: auto;
}


.text-manual {
    margin-top: 1rem;
}


.box.contacto {
    margin-left: 3rem;
}


.send-error {
    padding: 40px 3rem 40px 3rem !important;
    margin-bottom: 1rem;
    background-color: white;
    max-width: 1096px;
    display: flex;
    flex-shrink: 1;
    margin-top: 40px;

}


.descripcion {
    background-color: var(--input-color);
    color: var(--black-font);
    border: 1px solid transparent;
    font-size: 15px !important;
    resize: none;
    height: 9rem;
    border-radius: 20px;
    width: 100%;
}

.report-content-button {
    height: 1.8rem;
    width: 8rem;
    background: #8A33FF;
    border-radius: 87px;
    margin-top: 25px;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    color: white;
    border: none;
}


.boton {
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
}

.col {
    display: flex;
    flex-direction: column;
    width: 25rem;
}

.oneInput {
    display: flex;
    flex: 1;
    flex-grow: 1;
    justify-content: start;
    margin: 0px 0px 0px 0px;
    margin-top: 10px;
    flex-direction: column;
}

.inputForm {
    background-color: var(--input-color);
    color: var(--black-font);
    border: 1px solid transparent;
    font-size: 15px !important;
    height: 3rem;
    width: 100%;
    border-radius: 20px;
}

.inputForm.big {
    height: 10rem;
}

.inputForm:active,
.inputForm:focus,
.descripcion:active,
.descripcion:focus {
    outline: none !important;
    border: 1px solid var(--input-border-color);
    box-shadow: 0 0 5px var(--input-border-color);
}


.report-title {
    font-family: 'Nexa';
    font-style: normal;
    font-weight: 950;
    font-size: 1.25rem;
    /* Mantenido igual */
    line-height: 1.875rem;
    /* 30px = 1.875rem */
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #8A33FF;
}

.report-content-warning {
    margin-top: 2.5rem;
    /* 40px = 2.5rem */
    border-radius: 20px;
    max-width: 20.5625rem;
    /* 329px = 20.5625rem */
    min-height: 22rem;
    /* 352px = 22rem */
    background-color: #1F1D28;
    gap: 0;
    padding: 5.5rem 3rem 4rem 3rem;
    /* 100px = 6.25rem, 51px = 3.1875rem, 76px = 4.75rem */
    flex-shrink: 1;
    margin-right: 3rem;
}

.report-content-warning p.text {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    font-size: 0.8125rem;
    /* 13px = 0.8125rem */
    line-height: 1rem;
    /* 16px = 1rem */
    leading-trim: both;
    text-edge: cap;
    text-align: justify;
    white-space: pre-line;
    color: #FFFFFF;
}


.report-line {
    width: 100%;
    height: 0.125rem;
    /* 2px = 0.125rem */
    background-color: #8A33FF;
}

.report-content {
    display: flex;
    flex-direction: row;
    flex: 1;
    flex-wrap: wrap;
    width: 100%;
}

.report-content-input {
    margin-top: 2rem;
    /* 56px = 3.5rem */
    margin-right: auto;
    /* 70px = 4.375rem */
    flex-shrink: 1;
    width: 100%;
    max-width: 470px;
}

.report-content-input p {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    font-size: 1.0625rem;
    /* 17px = 1.0625rem */
    line-height: 1.3125rem;
    /* 21px = 1.3125rem */
    display: flex;
    align-items: center;
    color: #45405A;
}


input,
textarea {
    padding: 15px !important;
}

@media(max-width: 600px) {
    .manual * {
        align-self: center;
        text-align: center;
    }

    .report-content-warning {
        margin-right: 0;
    }

    .report-content-warning p.text {
        text-align: center;
    }
}

.dropdownManual-content{
    display: none;
    
}

.dropdownManual-content a{
    margin-top: 5px !important;
    padding: 1.2vw;
    border-radius: 10px;
    margin-bottom: 5px;
}

.dropdownManual-content a:hover{
    background-color: #8A33FF;
}

#dropdownManual.open .dropdownManual-content{
    display: block;
}

#dropdownManual {
    cursor: pointer;
    background-color: #1F1D28;
    color: #fff;
    padding: 0.5rem;
    font-family: quickSand;
    border-radius: 87px;
    z-index: 999;
    align-self: center;
    text-align: center;
    margin-top: 10px;
}
#dropdownManual.open{
    cursor: auto;
    padding: 1rem;
    width: 100%;
    border-radius: 20px;
}
#dropdownManual.open .dropdownManual{
    margin-bottom: 20px;
}
