.mas-dudas{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mas-dudas form{
    width: 80%;
    margin-left: 50px;
}
.mas-dudas form div:not(.policy){
    width: 100%;
    display: flex;
    justify-content: space-between;
    
}
.mas-dudas form div.policy{
    width: 100%;
    display: flex;
}
.mas-dudas form .datos input{
    
    width: 90%;
    padding: 0.5rem 0;
    background-color: var(--c3-light);
    outline: 0;
    border: 0;
    border-bottom: 2px solid #6E7075;
    
}
.new-datos{
    display: flex;
}
.new-datos .datos{
    width: 50%;
    padding: 10px;
}
.mas-dudas form .incidencia select{
    padding: 0.5rem 0;
    background-color: var(--c3-light);
    outline: 0;
    border: 0;
    border-bottom: 2px solid #6E7075;
    width: 100%;
}
.mas-dudas form .incidencia{
    margin-bottom: 2rem;
}
.mas-dudas form .explicacion textarea{
    width: 100%;
    max-height: 12vh;
    background-color: var(--c3-light);
    border: 2px solid #6E7075;
    outline: 0;
    padding: 1rem;
    resize: none;
}
.mas-dudas form .policy input{
    display: block;
    width: 8px;
    height: 8px;
    opacity: 1;
    overflow: auto;
    pointer-events: all;
    margin-right: .5rem;
}
.mas-dudas form div.send-form{
    width: 100%;
    display: flex;
    justify-content: center;
}

@media(max-width: 768px){
    .preguntas-frecuentes .categorias{
        flex: 4;
    }
}