.jumbotron {
    display: flex;
    align-items: center;
    background-image: url('../images/iStock_000016543138Medium.jpg');
    background-size: cover;
    background-position: center right;
    color: #ffffff;
    height: 400px;
    text-shadow: 0.5px 0.5px 0.5px #000000;
}

.menu {
    border-bottom: 1px solid grey;
    display: none;
}

.menu-center {
    width: 100%;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
}

.menu-center .entry {
    display: inline-block;
    width: 50%;
    max-width: 130px;
    padding: 10px;
    font-size: 25px;
    cursor: pointer;
}

.menu-center .entry:hover,
.menu-center .active {
    border-bottom: 4px solid #34aeb6;
    padding-bottom: 6px;
}

.menu-help,
.menu-suggestion {
    position: relative;
    display: none;
}

.menu-suggestion {
    display: block;
}

.menu-suggestion .success {
    font-size: 25px;
}

.menu-help .topic .flex {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
}

.topic .card {
    width: 250px;
    height: 250px;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.topic .card .title {
    width: 100%;
    height: 30%;
    font-size: 25px;
    text-transform: uppercase;
    position: absolute;
    color: #333;
}

.topic .card .title span {
    display: block;
    height: 20px;
    padding-top: 10%;
    font-weight: bold;
}

.topic .card .entrys {
    top: 30%;
    width: 100%;
    height: 70%;
    position: absolute
}

.topic .card .entrys div {
    position: relative;
    margin-top: 20px;
    font-size: 18px;
}

.card .entrys div span {
    color: #248188;
    cursor: pointer;
    display: block;
}

.card .entrys div span:hover {
    text-decoration: underline;
}


/*/////////////////////////////////////////////////////*/


/*///////////////////////extend////////////////////////*/


/*/////////////////////////////////////////////////////*/

.menu-help .extend-topic {
    width: 30%;
    border-right: 1px solid grey;
}

.menu-help .extend-topic h2 {
    font-size: 22px;
}

.extend-topic .card {
    width: 100%;
    margin: 10px auto 0px auto;
    position: relative;
}

.extend-topic .card .title {
    width: 90%;
    margin: 20px auto 0px auto;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    color: #333;
}

.extend-topic .card .title span {
    display: block;
    font-weight: bold;
}

.extend-topic .card .entrys {
    width: 100%;
    position: relative;
}

.extend-topic .card .entrys div {
    position: relative;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
}


/*////////////////////////////////////////////*/

.help-text {
    display: none;
    width: 70%;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px 15px 10px;
}

.help-text h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 26px;
    text-transform: uppercase;
}

.help-text div p {
    text-align: left;
    font-size: 20px;
}

.help-text div .size-less {
    font-size: 15px;
}

.help-text div a {
    text-transform: uppercase;
}

.help-text textarea {
    min-width: 270px;
    width: 100%;
    height: 100px;
    border: 1px solid grey;
    margin-left: auto;
    margin-right: auto;
    resize: none;
}

.form span {
    font-size: 20px;
}

.form .linha {
    width: 100%;
    position: relative;
}

.form .input,
.menu-help .form .textarea {
    min-width: 270px;
    width: 50%;
    border: 1px solid grey;
    margin-left: auto;
    margin-right: auto;
    resize: none;
}

.form .input {
    height: 50px;
    margin-top: 20px;
    font-size: 18px;
}

.form .textarea {
    height: 150px;
}

.form .input:focus,
.menu-help .form .textarea:focus,
.help-text textarea:focus {
    border: 2px solid #34aeb6;
}

.form .button,
.help-text .button {
    background-color: white;
    margin-top: 20px;
    height: 50px;
    width: 100px;
    border-radius: 4px;
    border: 3px solid #34aeb6;
    font-weight: bold;
    font-size: 18px;
    color: #34aeb6;
    text-transform: uppercase;
    transition: all 0.5s linear;
}

.form .button:hover,
.help-text .button:hover {
    color: white;
    background-color: #34aeb6;
}


/*/////////////////////////////////////////////
// ////////////////////////////////////////////

////////////////media queries/////////////////
// ////////////////////////////////////////////

////////////////////////////////////////////*/

@media only screen and (max-width:450px) {
    .topic .card {
        height: 150px;
    }
    .topic .card .title {
        height: 20%;
        font-size: 25px;
    }
    .topic .card .title span {
        height: 100%;
        padding-top: 0px;
    }
    .topic .card .entrys {
        top: 20%;
        height: 80%;
    }
    .topic .card .entrys div {
        margin-top: 10px;
        font-size: 18px;
    }
    /*///////////////////////extend////////////////////////*/
    .menu-help .extend-topic {
        width: calc(30% + 10px);
        margin-left: -10px;
    }
    .menu-help .extend-topic h2 {
        font-size: 18px;
        margin-bottom: 0px;
    }
    .extend-topic .card {
        margin: 10px auto 0px auto;
    }
    .extend-topic .card .title {
        width: 100%;
        margin: auto;
        font-size: 16px;
    }
    .extend-topic .card .entrys div {
        margin-top: 5px;
        height: auto;
        line-height: 18px;
        font-size: 15px;
    }
    /*/////////////////////////////////////////////////////*/
    /*/////////////////////////////////////////////////////*/
    .help-text {
        padding: 0px 10px 10px;
    }
    .help-text h2 {
        margin-bottom: 10px;
        font-size: 22px;
    }
    .help-text div p {
        font-size: 15px;
    }
    .help-text div .size-less {
        font-size: 12px;
    }
    .help-text textarea {
        min-width: 190px;
        width: 100%;
        height: 100px;
    }
    .help-text .button {
        margin-top: 5px;
    }
}