body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #FFF!important;
    color: #4f4f4f;
}

label {
    all: initial;
}

hr {
    all: initial;
}

a {
    all: inherit;
}

a:hover {
    all: inherit;
}

div {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

h3, h5 {
    padding: initial;
    margin: initial;
    line-height: normal;
}
h3 {
    font-size: 1.3rem;
    font-weight: 600;
}

h5 {
    font-size: 0.9rem;
    font-weight: 700;
}

.line-height {
    line-height: normal;
}

.center {
    text-align: center;
    align-items: center;
    align-content: center;
}

textarea:focus, input:focus {
    box-shadow: 0 0 0 0;
    outline: 0;
}



:root {
    --content-width: 1660px;
    --content-padding-lr: 0 25px 0 25px;
}

.btn-app {
    padding: 10px;
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #008984;
    color: #FFF;
    font-weight: 600;
    font-size: 0.8rem;
    cursor: pointer;
}

.btn-app:hover {
    background-color: #007973;
}

.flex-app {
    display: flex;
    align-items: baseline;
    height: 100%;
}

.flex-center-absolute {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.flex-center-app {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.left {
    float: left;
}

.left-all div {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.mode-row {
    flex-direction: row;
}

.mode-col {
    flex-direction: column;
}

.no-show {
    display: none;
}

.margin-tb5 {
    height: 1px;
    margin: 5px 0 5px 0;
}

.margin-tb10 {
    height: 1px;
    margin: 10px 0 10px 0;
}

.margin-tb15 {
    height: 1px;
    margin: 15px 0 15px 0;
}

.margin-tb20 {
    height: 1px;
    margin: 20px 0 20px 0;
}

.margin-tb25 {
    height: 1px;
    margin: 25px 0 25px 0;
}

.margin-tb30 {
    height: 1px;
    margin: 30px 0 30px 0;
}

.margin-tb35 {
    height: 1px;
    margin: 35px 0 35px 0;
}

.margin-tb40 {
    height: 1px;
    margin: 40px 0 40px 0;
}

.margin-tb45 {
    height: 1px;
    margin: 45px 0 45px 0;
}

.margin-tb50 {
    height: 1px;
    margin: 50px 0 50px 0;
}

.content-body-vertical {
    min-height: 100%;
}

.container-vertical-width {
    width: var(--content-width);
    padding: var(--content-padding-lr);
    height: 100%;
}

.header-vertical {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    height: 70px;
    background: #FFF;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #e0e0e0;
    -webkit-box-shadow: 0 15px 40px 0 rgba(204,204,204,0.3);
    box-shadow: 0 15px 40px 0 rgba(204,204,204,0.3);
    z-index: 10;
    color: #6a6a6a;
    font-weight: 700;
    font-size: 0.9rem;
}

.container-vertical {
    padding: 0 0 0 0;
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: #FFF;
    z-index: 5;
    margin-top: 70px; /* tamanho do header */
}

.footer-vertical {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    background: #FFF;
}

.logo {
    display: inline-flex;
    margin-left: -13px;
}

.menu div {
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
}

.menu div svg {
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    stroke: #6a6a6a;
}

.menu-hover {
    color: #0b51c5;
}

.menu-hover svg {
    stroke: #0b51c5 !important;
}

.footer-body {
    flex-wrap: wrap;
}

.footer-l, .footer-r {
    display: flex;
    width: 50%;
    height: 100%;
}

.footer-l {
    flex-direction: column;
    justify-content: left;
}

.footer-r {
    justify-content: right;
}

.logo-footer {
    height: 50px;
}

.logo-footer img {
    display: inline-flex;
    margin-left: -8px;
}

.footer-detail {
    display: block;
    text-align: justify;
    width: 90%;
}

.contact, .network {
    width: 50%;
}

.network {
    justify-content: right;
}

.network a {
    width: auto;
}

.network svg {
    color: #008984;
    margin: 0 0 0 20px;
    cursor: pointer;
}

.contact div, .network div {
    display: inline-flex;
    margin: 0 10px 0 10px;
    align-items: center;
    height: 100%;
}

.phone, .email {
    color: #008984;
}

.phone svg, .email svg {
    margin-right: 10px;
}

.newsletter {
    width: 90%;
}

.newsletter-title {
    font-weight: 600;
}

.newsletter-text {
    height: auto;
    text-align: justify;
}

.newsletter-email {
    display: flex;
    max-width: 100%;
}

.newsletter-email input {
    width: 100%;
    height: 50px;
    padding: 0 10px 0 45px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #e0e0e0;
    background-color: #f1f1f1;
}

.newsletter-email svg {
    position: absolute;
    top: 13px;
    left: 14px;
}

.newsletter-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 35px;
    width: 90px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #e0e0e0;
}

.newsletter-btn svg {
    top: 0 !important;
    left: 28px !important;
    width: 35px;
}

.footer-full {
    width: 100%;
    font-weight: 600;
    font-size: 0.8rem;
}

#cookies {

}

#cookies .card svg {
    margin: 0 0 -8px 0;
}

@media (max-width: 1680px) {
    :root {
        --content-width: calc(100vw - 20px);
        --content-padding-lr: 0 25px 0 25px;
    }
}

@media (max-width: 1600px) {

}

@media (max-width: 1440px) {

}

@media (max-width: 1366px) {

}

@media (max-width: 1360px) {

}

@media (max-width: 1280px) {
    .menu div {
        margin: 0 5px 0 0;
    }
}

@media (max-width: 1080px) {
    .menu div {
        margin: 0 5px 0 0;
    }
}

@media (max-width: 1024px) {
    .menu div {
        margin: 0 5px 0 0;
    }
}

@media (max-width: 980px) {
    .header-vertical {
        font-size: 0.7rem;
    }

    .menu div svg {
        width: 15px;
        height: 15px;
    }

    .logo {
        width: 185px !important;
        height: auto !important;
    }

    .menu div svg {
        margin: 0 3px 0 0;
    }

    .footer-detail {
        width: 90%;
        font-size: 0.9rem;
    }

    .newsletter {
        width: 100%;
    }

    .newsletter-text {
        font-size: 0.9rem;
    }

    #cookies .card {
        height: 130px;
    }
}