.main-title-help{
    color: white;
    font-size: 30px;
    font-weight: 800;
    padding: 10px 0;
}
.pos-help{
    margin-top: 56px;
    min-height: calc(100vh - 56px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.alturahelpframe{
    height: 334px;
}

@media screen and (max-width:767px){
    .alturahelpframe{
        height: 450px;
    }
}
@media screen and (max-width:442px){
    .alturahelpframe{
        height: 632px;
    }
}

/* Navbar */

#navhelp{
    background: #f8f9fa;
    min-height: 56px;
    position: fixed;
    width: 100%;
    z-index: 999;
}
#navhelp a{
    cursor: pointer;
}
#navhelp a.title-help{
    font-weight: 800;
}

/* help 1 */

#help input:-webkit-autofill,
#help input:-webkit-autofill:hover,
#help input:-webkit-autofill:focus
#help textarea:-webkit-autofill,
#help textarea:-webkit-autofill:hover
#help textarea:-webkit-autofill:focus,
#help select:-webkit-autofill,
#help select:-webkit-autofill:hover,
#help select:-webkit-autofill:focus {
  -webkit-text-fill-color: white;
    color: white;
}

#help{
    background: #24396e;
    width: 100vw;
    min-height: 100vh;
}
#help p{
    color: white;
}
#help a{
    color: white;
}

#help input,textarea{
    width: 100%;
    border-color: transparent;
    background: transparent;
    color: white;
    margin: 10px 0;
    border-bottom: 2px solid white;
}
#help button{
    border-color: transparent;
    background: transparent;
    color: white;
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 24px;
}
#help input::placeholder,textarea::placeholder{
    color: white;
}
#help textarea:focus, input:focus, button:focus{
    outline: none;
}

/* help-2 */

#help-2{
    background: #1eabe3;
    width: 100vw;
    min-height: 100vh;
}

#help-2 p{
    color: white;
}
#help-2 a{
    color: white;
    font-weight: 800;
    text-decoration: underline !important;
}

#iphelp{
    cursor: pointer;
}

/* help-3 */

#help-3{
    background: #e31d86;
    width: 100vw;
    min-height: 100vh;
}
#help-3 p{
    color: white;
}

/* help-4 */

#help-4{
    background: #f19109;
    width: 100vw;
    min-height: 100vh;
}
