.content {
    background-color: #f6f6f6;
    font-family: "Roboto Condensed", sans-serif;
}

.txt-azul {
    color: #0079b6;
    font-size: 24px;
    margin: 10px 0;
    font-weight: 700;
    text-align: left;
}

input:not([type]), input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="time"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="tel"], input[type="number"], input[type="search"], textarea, .select-dropdown {
    background-color: #fff !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
}

textarea {
    border: none;
    min-height: 250px !important;
    border-bottom: 1px solid #9e9e9e;
}

textarea:focus {
    border-bottom: 1px solid #26a69a;
    box-shadow: 0 1px 0 0 #26a69a;
}

input:not([type]), input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="time"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="tel"], input[type="number"], input[type="search"], textarea {
    min-height: 3rem;
    height: auto;
}

.no-marg-bottom {
    margin-bottom: 0!important;
}

.input-field.col label {
    margin: 0 !important;
    width: auto !important;
    left: 20px;
    color: #333;
    font-size: 14px;
}

.obrigatorio-asterisco {
    color: red !important;
}

select {
    display: block;
}

label {
    color: black;
    text-align: left;
}

input, textarea, input[type="search"], ._form-input, ._form-box-msg {
    box-sizing: border-box;
}

.col label{
    text-align: left;
}
textarea {
    max-width: none;
    max-height: none;
}

blockquote {
    border-left: 3px solid #0079b6;
}

blockquote.destaque {
    padding: 5px 15px;
    line-height: 20px;
    text-align: left;
}

blockquote.destaque span {
    font-weight: 700;
    font-size: 19px;
}

strong {
    font-weight: 700;
}

.btn {
    background: #007ab5;
    border: 1px solid #005884;
    border-radius: 0;
    font-family: "Roboto Condensed", sans-serif;
}

.btn:hover {
    background: #0092da;
}

/* correções */

.menu-top-main li ul li a {
    text-align: left;
}

.menu-top-main li ul li {
    font-size: 14px;
}

@media screen and (min-width: 1000px) {
    .container-submn-top {
        height: 480px;
    }
}