.w-embed-youtubevideo {
    width: 100%;
    position: relative;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
    background-size: cover;
    background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
    min-height: 75px;
    padding-bottom: 56.25%;
}

.w-form-formradioinput--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
}

body {
    background-color: #ead499;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

.div-block {
    position: relative;
    z-index: 9999;
    padding-top: 17px;
    padding-bottom: 17px;
    background-color: #54361f;
}

.navbar {
    width: 100%;
    background-color: #54361f;
}

.nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 2px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
}

.item-menu {
    padding: 8px;
    border-radius: 4px;
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #ed6042;
}

.item-menu:hover {
    background-color: #ff5a00;
    color: #fff;
    text-shadow: none;
}

.item-menu.w--current {
    background-color: #ff5a00;
    color: #fff;
    text-shadow: none;
}

.image {
    display: block;
    width: 100%;
}

.link-block {
    display: block;
    width: 244px;
    float: left;
}

.link-block:hover {
    opacity: 0.8;
}

.form-block {
    height: 60px;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 0px;
    float: right;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 97.3%, 0.1);
    border-radius: 6px;
    background-color: transparent;
}

.item-login {
    position: relative;
    width: 220px;
    float: left;
    border-left-width: 1px;
    border-left-color: hsla(0, 0%, 97.3%, 0.1);
}

.image-2 {
    position: absolute;
    left: auto;
    top: 50%;
    right: 15px;
    bottom: auto;
    max-height: 24px;
    max-width: 24px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.campo-login {
    width: 100%;
    height: 60px;
    margin-bottom: 0px;
    padding-right: 43px;
    padding-left: 15px;
    border-style: none;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #ed6042;
    letter-spacing: 0.5px;
}

.campo-login:hover {
    background-color: rgba(63, 31, 24, 0.3);
    color: #fff;
}

.campo-login:focus {
    background-color: rgba(63, 31, 24, 0.3);
    color: #fff;
}

.campo-login::-webkit-input-placeholder {
    color: #fff;
}

.campo-login:-ms-input-placeholder {
    color: #fff;
}

.campo-login::-ms-input-placeholder {
    color: #fff;
}

.campo-login::placeholder {
    color: #fff;
}

.botao-acessar {
    width: 120px;
    height: 60px;
    padding: 0px;
    float: left;
    border-left: 1px solid hsla(0, 0%, 97.3%, 0.1);
    background-color: transparent;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.botao-acessar:hover {
    border-radius: 0px 6px 6px 0px;
    background-color: #ed6042;
    color: #f5eee7;
}

.rodape {
    padding-top: 35px;
    background-color: #54361f;
}

.heading-2 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #956036;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.col {
    padding-right: 15px;
    padding-left: 15px;
}

.div-block-10 {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 50px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.08);
    opacity: 0.35;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.div-block-10:hover {
    opacity: 1;
}

.paragraph-6 {
    width: 350px;
    margin-top: 3px;
    margin-bottom: 0px;
    float: left;
    color: #fff;
}

.bloco-assinatura {
    display: block;
    float: right;
}

.texto-assinatura {
    display: block;
    margin-right: 10px;
    margin-bottom: 0px;
    float: left;
    color: #fff;
    font-size: 12px;
}

.neex {
    position: relative;
    top: 0px;
    display: block;
    width: 100px;
    height: 24px;
    float: left;
    background-image: url('../../images/logo-neex.svg');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.neex:hover {
    top: -3px;
    background-position: 50% 100%;
}

.link-2 {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    text-decoration: none;
}

.link-2:hover {
    color: #ed6042;
}

.link-2-copy-2 {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
    line-height: 18px;
    font-weight: 700;
    text-decoration: none;
}

.link-2-copy-2:hover {
    color: #ed6042;
}

.link-social {
    width: 40px;
    height: 40px;
    margin-right: 14px;
    float: left;
    border-radius: 50%;
    background-color: #724928;
    line-height: 38px;
    text-align: center;
}

.link-social:hover {
    background-color: #ed6042;
}

.logo-social {
    display: inline-block;
    height: 20px;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.form-block-copys {
    display: none;
    margin-bottom: 0px;
    float: right;
}

.div-block-12 {
    margin-bottom: 20px;
    padding-top: 10px;
    background-color: #fff;
    text-align: center;
}

.heading-3 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #452e1c;
    font-weight: 600;
    text-align: left;
}

.div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.link-block-5 {
    position: relative;
    top: 0px;
    width: 24%;
    height: 150px;
    padding-right: 30px;
    padding-left: 30px;
    border: 1px solid #f8f3e8;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    line-height: 150px;
}

.link-block-5:hover {
    top: -3px;
}

.image-3 {
    max-height: 100px;
    max-width: 100%;
}

.button-2-copy {
    display: block;
    width: 150px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding: 8px 0px;
    border-top: 1px solid #f8f3e8;
    border-radius: 6px;
    background-color: #ead499;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #683c25;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

.button-2-copy:hover {
    background-color: #ee3b15;
    color: #fff;
}

.div-block-14 {
    margin-bottom: 20px;
}

.link-block-6 {
    display: block;
    width: 100%;
    height: 90px;
    margin-top: 10px;
    padding: 18px 11px 10px;
    border: 2px solid #ff5a00;
    border-radius: 6px;
    background-color: transparent;
    background-image: url('../../images/Botao-Download.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #ff5a00;
    text-align: center;
    text-decoration: none;
}

.link-block-6:hover {
    background-color: #fcdece;
}

.link-block-6.links {
    background-image: url('../../images/Botao-Link.png');
}

.image-4 {
    display: block;
    width: 32px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    -webkit-filter: none;
    filter: none;
}

.paragraph-8 {
    display: block;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.paragraph-9 {
    margin-bottom: 10px;
    color: #414141;
    line-height: 22px;
}

.link-block-copy {
    display: block;
    width: 244px;
    float: left;
}

.link-block-copy:hover {
    opacity: 0.8;
}

.image-7 {
    width: 22px;
    height: 22px;
    float: left;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.paragraph-10 {
    margin-bottom: 0px;
    margin-left: 5px;
    float: left;
}

.link-block-7 {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.link-block-7:hover {
    color: #ed6042;
}

.form-busca {
    width: 220px;
    height: 60px;
    margin-top: 20px;
    margin-bottom: 0px;
    float: right;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 97.3%, 0.1);
    border-radius: 6px;
}

.div-block-17 {
    position: relative;
}

.botao-buscar {
    position: absolute;
    left: auto;
    top: 50%;
    right: 15px;
    bottom: auto;
    width: 24px;
    height: 24px;
    padding: 0px;
    background-color: transparent;
    background-image: url('../../images/icone_busca.svg');
    background-position: 50% 50%;
    background-size: 14px;
    background-repeat: no-repeat;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.botao-buscar:hover {
    opacity: 0.8;
}

.text-field-copy {
    width: 100%;
    height: 60px;
    margin-bottom: 0px;
    padding-right: 43px;
    padding-left: 25px;
    border-style: none;
    border-radius: 6px;
    background-color: rgba(61, 33, 33, 0.59);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    letter-spacing: 0.5px;
}

.text-field-copy:hover {
    color: #fff;
}

.text-field-copy:focus {
    color: #fff;
}

.text-field-copy::-webkit-input-placeholder {
    color: #fff;
}

.text-field-copy:-ms-input-placeholder {
    color: #fff;
}

.text-field-copy::-ms-input-placeholder {
    color: #fff;
}

.text-field-copy::placeholder {
    color: #fff;
}

.form-block-copy-copy {
    display: none;
    height: 60px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    float: right;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 97.3%, 0.1);
    border-radius: 6px;
}

.container {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.div-block-18 {
    height: 6px;
    border-bottom: 1px solid #ead499;
    background-color: #3e2819;
}

.conteudo {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 30px 30px 1px;
    border-radius: 6px;
    background-color: #fff;
}

.paragraph-11 {
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 8px;
}

.image-8 {
    position: relative;
    top: -1px;
    width: 20px;
}

.tabs-menu {
    margin-left: 1px;
    text-align: left;
}

.tab-link-tab-2 {
    margin-left: -1px;
    padding-right: 20px;
    padding-left: 20px;
    border: 1px solid #efefef;
    background-color: #fff;
    font-weight: 600;
}

.tab-link-tab-2:hover {
    border-color: #ff8543;
    background-color: #ff8543;
    color: #fff;
}

.tab-link-tab-2.w--current {
    border-color: #ff5a00;
    background-color: #ff5a00;
    color: #fff;
}

.tab-pane {
    z-index: 10;
    overflow: auto;
    max-height: 590px;
    padding: 20px 20px 1px;
    border: 2px solid #ff5a00;
    background-color: #ff5a00;
}

.tab-pane.tab-interna {
    overflow: visible;
    max-height: 100%;
}

.div-block-22 {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
    text-align: left;
}

.heading-5 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
}

.div-block-23 {
    width: 50%;
    margin-bottom: 20px;
    float: left;
}

.paragraph-12 {
    width: 30%;
    margin-bottom: 0px;
    float: left;
    font-size: 13px;
    line-height: 16px;
}

.paragraph-13 {
    width: 70%;
    margin-bottom: 0px;
    float: left;
    color: #757575;
    line-height: 16px;
    font-weight: 700;
}

.div-block-24 {
    margin-bottom: 20px;
}

.div-block-24._5s5s5 {
    margin-bottom: 10px;
}

.div-block-25 {
    width: 15%;
    padding-top: 15px;
    padding-bottom: 15px;
    float: left;
    background-color: #54361f;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.div-block-25:hover {
    background-color: #8d4712;
}

.div-block-26 {
    width: 85%;
    padding-left: 20px;
    float: left;
}

.paragraph-14 {
    margin-bottom: 0px;
    font-size: 50px;
    line-height: 50px;
    font-weight: 800;
}

.paragraph-15 {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.paragraph-16 {
    margin-bottom: 0px;
    font-size: 16px;
}

.div-block-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.paragraph-17 {
    margin-top: -14px;
    margin-bottom: 14px;
    color: #fff;
    font-size: 16px;
}

.paragraph-18 {
    margin-bottom: 20px;
    padding: 20px 30px;
    background-color: #fff;
    text-align: left;
}

.div-block-29 {
    margin-bottom: 5px;
    padding: 25px 35px;
    background-color: #fff;
    text-align: left;
}

.heading-6 {
    margin-top: 0px;
    font-size: 20px;
}

.paragraph-19 {
    margin-bottom: 0px;
    font-style: italic;
}

.tabs-content {
    z-index: 1;
}

.button-4 {
    margin-bottom: 20px;
    padding: 14px 31px;
    border-radius: 6px;
    background-color: #ead499;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #683c25;
    font-weight: 700;
}

.button-4:hover {
    background-color: #683c25;
    color: #ead499;
}

.heading-7 {
    display: block;
    margin-top: 0px;
    color: #000;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.div-block-30 {
    margin-bottom: 10px;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.heading-8 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 1px 0px 1px 1px;
    background-color: #ff5a00;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.icon-2 {
    position: static;
    margin-top: 3px;
    margin-right: 0px;
    margin-left: 5px;
    float: left;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #3ea3fc;
    font-size: 11px;
}

.text-block-2 {
    float: left;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 700;
}

.dropdown-toggle {
    width: 100%;
    padding: 5px 0px 5px 5px;
    background-color: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #000;
    line-height: 16px;
    font-weight: 700;
}

.dropdown-toggle:hover {
    color: #ff5a00;
}

.dropdown-toggle.interno-too {
    display: block;
}

.link-sub {
    display: block;
    padding: 2px 0px 2px 20px;
    background-color: transparent;
    color: #363636;
    font-size: 13px;
}

.link-sub:hover {
    color: #ff5a00;
}

.div-block-31 {
    width: 20%;
    float: left;
}

.div-block-32 {
    width: 80%;
    padding-left: 20px;
    float: left;
}

.div-block-33 {
    position: relative;
}

.div-block-34 {
    width: 73%;
    margin-top: -5px;
    padding-right: 20px;
    padding-left: 20px;
    float: left;
}

.button-2-copy-copy {
    display: block;
    padding: 8px 12px;
    float: left;
    border-top: 1px solid #f8f3e8;
    border-radius: 6px;
    background-color: #ead499;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #683c25;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

.button-2-copy-copy:hover {
    background-color: #ee3b15;
    color: #fff;
}

.div-block-35 {
    width: 26%;
    float: left;
}

.paragraph-20 {
    margin-bottom: 0px;
}

.heading-9 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
}

.div-block-36 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.link-block-8 {
    color: #575757;
    text-decoration: none;
}

.link-block-8:hover {
    text-decoration: underline;
}

.submit-button {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 4px;
    background-color: #54361f;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 14px;
    font-weight: 600;
}

.submit-button:hover {
    background-color: #753b0e;
}

.text-field {
    height: 40px;
    margin-top: 10px;
    margin-bottom: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #eee;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
    color: #292929;
    font-size: 14px;
}

.div-block-38 {
    width: 33%;
    margin-bottom: 20px;
    float: left;
}

.link-block-9 {
    display: block;
    padding: 7px 22%;
    background-color: #ff5a00;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-align: center;
    text-decoration: none;
}

.link-block-9:hover {
    background-color: #ff8400;
}

.div-block-38-copy {
    width: 100%;
    float: left;
}

.paragraph-22 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 18px;
    font-style: italic;
    text-transform: uppercase;
}

.paragraph-23 {
    margin-bottom: 2px;
    color: #242424;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.paragraph-24 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 2px;
}

.div-block-39 {
    position: fixed;
    left: auto;
    top: auto;
    right: 20px;
    bottom: 0%;
    z-index: 9007199254740991;
    padding: 7px 10px;
    border-style: solid solid none;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.08);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #54361f;
}

.div-block-39:hover {
    background-color: #46260e;
}

.image-10 {
    display: block;
    width: 22px;
    float: left;
}

.paragraph-25 {
    margin-top: 2px;
    margin-bottom: 0px;
    padding-left: 5px;
    float: left;
    color: #ff5a00;
    font-size: 14px;
    font-weight: 600;
}

.div-block-40 {
    margin-top: 20px;
}

.button-5 {
    padding: 4px 0px;
    float: left;
    background-color: transparent;
    color: #383838;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.button-5:hover {
    color: #ff5a00;
}

.paragraph-26 {
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    float: left;
    opacity: 0.3;
    font-size: 16px;
    line-height: 18px;
}

.form-block-2 {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 15px;
    float: left;
}

.div-block-38-copy {
    width: 50%;
    padding-left: 15px;
    float: left;
}

.video {
    margin-top: 10px;
    margin-bottom: 20px;
}

.div-block-38-copy-copy {
    width: 100%;
    float: left;
}

.heading-10 {
    margin-top: 0px;
    margin-bottom: 30px;
    color: #000;
    font-size: 26px;
    line-height: 26px;
}

.heading-10.ajuste-conta {
    float: left;
}

.div-block-42 {
    width: 90px;
}

.heading-11 {
    width: 100%;
    margin-top: -5px;
    float: left;
    color: #ff5a00;
}

.div-block-43 {
    width: 100%;
    margin-bottom: 30px;
}

.tabs {
    clear: both;
}

.nav-menu-2 {
    float: none;
}

.nav-categoria {
    background-color: transparent;
}

.paginador {
    padding-bottom: 20px;
    color: #000;
    text-align: center;
}

.item-paginador {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    padding: 10px;
    border-radius: 4px;
    background-color: #bbb;
    opacity: 0.23;
    color: #979797;
    font-size: 13px;
    line-height: 14px;
    font-weight: 700;
    text-decoration: none;
}

.item-paginador:hover {
    background-color: #ff5a00;
    opacity: 1;
    color: #fff;
}

.link-block-5-copy {
    position: relative;
    top: 0px;
    display: block;
    width: 100%;
    height: 150px;
    margin-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
    border: 1px solid #f8f3e8;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    line-height: 150px;
    text-align: center;
}

.link-block-5-copy:hover {
    top: -3px;
}

.image-12 {
    display: block;
    width: 79px;
    margin-bottom: -3px;
}

.div-block-44 {
    text-align: left;
}

.paragraph-27 {
    margin-top: -25px;
    margin-bottom: 20px;
}

.paragraph-28 {
    margin-bottom: 30px;
}

.field-label {
    margin-bottom: 4px;
    color: #707070;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.campo {
    margin-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #dfdfdf;
    border-radius: 4px;
    font-size: 13px;
}

.campo.mensagem {
    height: 236px;
}

.campo.select {
    background-color: #fff;
    background-image: url('../../images/seta_select.svg');
    background-position: 100% 50%;
    background-size: 26px;
    background-repeat: no-repeat;
}

.bold-text {
    font-size: 15px;
    font-weight: 600;
}

.submit-button-2 {
    padding: 12px 30px;
    float: right;
    border-radius: 4px;
    background-color: #ff5a00;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    letter-spacing: 0.5px;
}

.submit-button-2:hover {
    background-color: #db4d00;
}

.link-3 {
    display: block;
    margin-bottom: 10px;
    padding: 8px 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #e6e6e6;
    border-radius: 6px;
    background-color: #f8f8f8;
    color: #414141;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.link-3:hover {
    border-color: #ff5a00;
    background-color: #ff5a00;
    color: #fff;
}

.div-block-45 {
    margin-bottom: 30px;
}

.paragraph-29 {
    margin-bottom: 0px;
    color: #868686;
    font-size: 14px;
}

.link-3-copy {
    display: block;
    margin-bottom: 10px;
    padding: 22px 28px;
    border-style: solid;
    border-width: 1px;
    border-color: #e6e6e6;
    border-radius: 6px;
    background-color: #f8f8f8;
    color: #414141;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.link-block-6-copy {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 3px;
    border: 2px solid #ff5a00;
    border-radius: 6px;
    background-color: transparent;
    opacity: 0.7;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #ff5a00;
    text-align: center;
    text-decoration: none;
}

.link-block-6-copy:hover {
    background-color: #fcdece;
    opacity: 1;
    -webkit-filter: none;
    filter: none;
}

.image-4-copy {
    display: inline-block;
    width: 25px;
    margin-bottom: 5px;
    -webkit-filter: none;
    filter: none;
}

.paragraph-8-copy {
    position: relative;
    top: -2px;
    display: inline-block;
    margin-top: -1px;
    margin-bottom: 0px;
    margin-left: 6px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.heading-12 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 20px;
}

.div-block-46 {
    width: 80%;
    padding-right: 15px;
    float: left;
}

.div-block-47 {
    width: 20%;
    float: left;
}

.sombra-video {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, #000 100%, #fff 101%);
    opacity: 0.65;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.icone-play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    display: block;
    overflow: hidden;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 50%;
    background-color: #ff5a00;
    background-image: url('../../images/icone_play.svg');
    background-position: 55% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.14);
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.link-noticia {
    display: block;
    width: 100%;
    float: left;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-decoration: none;
}

.link-noticia:hover {
    opacity: 0.8;
}

.img {
    display: block;
    width: 100%;
}

.tit-fotos {
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    color: #444;
    font-size: 16px;
    line-height: 18px;
}

.link-video-2 {
    position: relative;
    display: block;
    margin-bottom: 15px;
    opacity: 1;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.link-video-2:hover {
    -webkit-filter: brightness(129%);
    filter: brightness(129%);
}

.item-galeria {
    display: inline-block;
    width: 31%;
    margin-bottom: 30px;
}

.div-block-48 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.div-block-49 {
    padding-top: 30px;
    padding-bottom: 10px;
    border-top: 1px solid #ebebeb;
}

.div-block-50 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 80px;
}

.titulo-galeria-foto {
    display: block;
    width: 80%;
    margin: 0px auto 30px;
    color: #000;
    font-size: 38px;
    line-height: 38px;
    text-align: center;
    text-transform: none;
}

.box-share {
    padding: 34px 24px 30px;
    background-color: #252320;
    text-align: center;
}

.link-social-2 {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    float: left;
    border-radius: 50%;
    background-color: #2cca73;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    line-height: 28px;
    text-align: center;
}

.link-social-2:hover {
    -webkit-filter: saturate(200%);
    filter: saturate(200%);
}

.link-social-2.cor-linkedin {
    background-color: #0077b5;
}

.link-social-2.cor-twitter {
    background-color: #1ea1f3;
}

.link-social-2.cor-whatsapp {
    display: none;
    background-color: #139809;
}

.link-social-2.cor-facebook {
    background-color: #3b5998;
}

.link-social-2.cor-whatsapp {
    background-color: #139809;
}

.bloco-foto {
    position: relative;
    background-color: #181817;
}

.icon-share {
    height: 14px;
}

.alinhar-compartilhar {
    display: inline-block;
    padding-right: 10px;
}

.titulo {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eef2f6;
    color: #ff5a00;
    font-size: 16px;
    line-height: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

.link-4 {
    color: #414141;
}

.link-4:hover {
    color: #ff5a00;
}

.div-block-51 {
    margin-bottom: 30px;
    padding: 47px;
    border: 2px solid #f3f1ed;
    background-color: #f3f1ed;
}

.div-block-51.asd5 {
    background-color: #fff;
}

.heading-13 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.form-block-4 {
    margin-bottom: 0px;
}

.paragraph-9-copy {
    margin-bottom: 30px;
    color: #414141;
    line-height: 22px;
}

.form-block-5 {
    margin-bottom: 30px;
}

.link-5 {
    display: inline-block;
    color: #999;
    font-size: 12px;
    text-decoration: none;
}

.link-5:hover {
    color: #ff5a00;
}

.paragraph-30 {
    display: inline-block;
    margin-bottom: 5px;
    padding-right: 7px;
    padding-left: 7px;
    color: #bdbdbd;
    font-size: 12px;
}

.paragraph-31 {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 700;
}

.heading-9-copy {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
}

.paragraph-32 {
    margin-top: 30px;
}

.div-block-52 {
    margin-bottom: 30px;
}

.paragraph-33 {
    margin-bottom: 30px;
}

.link-6 {
    color: #ff5a00;
    font-weight: 700;
}

.link-6:hover {
    color: #ffbf00;
}

.html-embed {
    overflow: hidden;
    width: 100%;
}

.paragraph-34 {
    display: inline-block;
    margin-bottom: 20px;
    padding: 8px 13px;
    border-radius: 4px;
    background-color: #ff5a00;
    color: #ff5a00;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}

.paragraph-34.cor-campo-grande {
    background-color: #683c25;
    color: #ff5a00;
}

.paragraph-34.cor-cuiaba {
    background-color: #683c25;
    color: #ff5a00;
}

.paragraph-34.cor-dourados {
    background-color: #683c25;
    color: #ff5a00;
}

.link-block-10 {
    color: #303030;
    text-decoration: none;
}

.link-block-10:hover {
    color: #ff5a00;
}

.heading-14 {
    margin-top: 0px;
    margin-bottom: 5px;
    color: #ff5a00;
    text-transform: uppercase;
}

.paragraph-35 {
    margin-bottom: 20px;
}

.form-block-6 {
    margin-bottom: 0px;
}

.radio-button-field {
    margin-right: 15px;
    margin-bottom: 20px;
    padding-left: 0px;
    float: left;
}

.radio-button {
    width: 15px;
    height: 15px;
    margin-left: 0px;
}

.radio-button-label {
    margin-left: 10px;
}

.heading-15 {
    margin-top: 0px;
    color: #ff5a00;
}

.div-block-53 {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fcfcfc;
}

.paragraph-36 {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
}

.text-block-3 {
    display: inline-block;
}

.dropdown-link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    background-color: #ff5a00;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
}

.dropdown-link:hover {
    color: #000;
    font-weight: 700;
}

.dropdown-link.w--current {
    color: #3d3d3d;
    font-weight: 700;
}

.image-13 {
    width: 15px;
    height: 15px;
}

.item-curso {
    display: inline-block;
    width: 31%;
    margin-bottom: 20px;
    padding: 18px 24px;
    border-style: solid;
    border-width: 1px;
    border-color: #e6e6e6;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: left;
}

.item-curso:hover {
    background-color: #f3f3f3;
}

.image-14 {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 4px;
}

.paragraph-37 {
    margin-top: -10px;
}

.link-block-11 {
    display: block;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.link-block-11:hover {
    opacity: 0.8;
}

.heading-5-copy {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
}

.paragraph-38 {
    margin-bottom: 0px;
    font-weight: 700;
}

.div-block-54 {
    display: block;
    width: 100%;
    margin-top: -12px;
    margin-bottom: 10px;
    float: left;
}

.form-block-6-copy {
    margin-bottom: 0px;
}

.autor-noticia {
    margin-top: 30px;
    margin-bottom: 0px;
    color: #6b6b6b;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.div-block-55 {
    margin-bottom: 0px;
    float: right;
}

.paragraph-39 {
    height: 30px;
    float: left;
    font-size: 12px;
    line-height: 30px;
}

.link-social-2-copy {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    float: left;
    border-radius: 50%;
    background-color: #524b47;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    line-height: 28px;
    text-align: center;
}

.link-social-2-copy:hover {
    -webkit-filter: saturate(200%);
    filter: saturate(200%);
}

.link-social-2-copy.cor-linkedin {
    background-color: #0077b5;
}

.link-social-2-copy.cor-twitter {
    background-color: #1ea1f3;
}

.link-social-2-copy.cor-whatsapp {
    display: none;
    background-color: #139809;
}

.link-social-2-copy.cor-facebook {
    background-color: #3b5998;
}

.link-social-2-copy.cor-whatsapp {
    background-color: #139809;
}

.div-block-56 {
    margin-left: 15px;
    float: left;
}

.link-7 {
    display: block;
    margin-bottom: 5px;
    padding: 0px;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
}

.link-7:hover {
    color: #ff5a00;
}

.dropdown-list-copy.w--open {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
}

.dropdown-link-copy {
    padding: 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    background-color: #ff5a00;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
}

.dropdown-link-copy:hover {
    color: #000;
    font-weight: 700;
}

.dropdown-link-copy.w--current {
    color: #3d3d3d;
    font-weight: 700;
}

.dropdown {
    display: block;
}

.body {
    background-color: #ead499;
}

.botao-2 {
    display: block;
    padding: 8px 12px;
    float: left;
    border-top: 1px solid #f8f3e8;
    border-radius: 6px;
    background-color: #ff5a00;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 #000;
}

.botao-2:hover {
    background-color: #ee3b15;
    color: #fff;
}

.button-6 {
    padding-right: 24px;
    padding-left: 24px;
    border-radius: 150px;
    background-color: #ead499;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #683c25;
    font-size: 13px;
    font-weight: 600;
}

.button-6:hover {
    background-color: #683c25;
    color: #ead499;
}

.heading-16 {
    margin-top: 0px;
    margin-bottom: 20px;
    float: left;
    color: #683c25;
}

.button-7 {
    margin-bottom: 20px;
    padding: 5px 10px;
    float: right;
    border-radius: 105px;
    background-color: #ead499;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #683c25;
    font-size: 12px;
    line-height: 12px;
}

.button-7:hover {
    background-color: #683c25;
    color: #ead499;
}

.div-block-57 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.paragraph-40 {
    margin-bottom: 0px;
}

.dropdown-toggle-copy {
    display: block;
    padding: 5px 0px;
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    line-height: 18px;
    font-weight: 700;
}

.dropdown-toggle-copy:hover {
    color: #ff5a00;
}

.dropdown-toggle-copy.w--current {
    color: #ff5a00;
}

.dropdown-toggle-copy.interno-too {
    display: block;
}

.nav-menu-3 {
    float: none;
}

.dropdown-2 {
    z-index: 99999999;
    margin-top: 20px;
    margin-right: 20px;
    float: right;
}

.dropdown-toggle-2 {
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 97.3%, 0.1);
    border-radius: 4px;
    color: #fff;
}

.paragraph-41 {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 16px;
}

.form-block-7 {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 4px;
    background-color: #683c25;
}

.text-field-2 {
    width: 80%;
    margin-bottom: 0px;
    float: left;
    border: 1px none #000;
    background-color: transparent;
    color: #e4dcc8;
}

.text-field-2::-webkit-input-placeholder {
    color: #e4dcc8;
}

.text-field-2:-ms-input-placeholder {
    color: #e4dcc8;
}

.text-field-2::-ms-input-placeholder {
    color: #e4dcc8;
}

.text-field-2::placeholder {
    color: #e4dcc8;
}

.submit-button-3 {
    width: 20%;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 4px;
    background-color: #cfba82;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #683c25;
    font-weight: 700;
}

.submit-button-3:hover {
    background-color: #ff5a00;
    color: #fff;
}

.tab-pane-copy {
    z-index: 10;
    padding: 20px 20px 1px;
    border: 2px solid #ff5a00;
    background-color: #ff5a00;
}

.tab-pane-copy.tab-interna {
    overflow: visible;
    max-height: 100%;
}

.text-block-4 {
    margin-right: 5px;
    float: left;
    font-size: 16px;
    font-weight: 800;
}

.text-block-5 {
    float: left;
}

.button-8 {
    padding: 6px 20px;
    float: right;
    border-radius: 4px;
    background-color: #ff5a00;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-weight: 600;
}

.button-8:hover {
    background-color: #cf4900;
}

.heading-9-copy {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.link-block-8-copy {
    color: #383838;
    text-decoration: none;
}

.link-block-8-copy:hover {
    text-decoration: underline;
}

.div-block-36-copy {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 4px;
    background-color: #fff;
}

.div-block-49-copy {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 0px;
    border-radius: 4px;
    background-color: #ead499;
}

.heading-17 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}

.tab-link-tab-2-copy {
    margin-left: -1px;
    padding-right: 20px;
    padding-left: 20px;
    border: 1px solid #efefef;
    background-color: #fff;
    font-weight: 600;
}

.tab-link-tab-2-copy:hover {
    border-color: #ff8543;
    background-color: #ff8543;
    color: #fff;
}

.tab-link-tab-2-copy.w--current {
    border-color: #ff5a00;
    background-color: #ff5a00;
    color: #fff;
}

.tabs-content-copy {
    z-index: 1;
}

.tabs-menu-copy {
    margin-left: 1px;
    text-align: left;
}

.navbar-3 {
    background-color: transparent;
}

.paragraph-43 {
    line-height: 16px;
}

.heading-18 {
    margin-top: 0px;
    margin-bottom: 5px;
    color: #ff5a00;
    text-transform: uppercase;
}

.button-9 {
    margin-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    border-radius: 4px;
    background-color: #ead499;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #683c25;
    font-weight: 700;
}

.button-9:hover {
    background-color: #ff5a00;
    color: #fff;
}

.button-10 {
    padding: 12px 30px;
    margin-right: 15px;
    float: left;
    border-radius: 4px;
    background-color: #ead499;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #683c25;
    font-weight: 700;
}

.button-10:hover {
    background-color: #ff5a00;
    color: #fff;
}

.div-block-58 {
    margin-bottom: 30px;
}

.paragraph-44 {
    margin-bottom: 20px;
}

.div-block-59 {
    margin-bottom: 30px;
}

.heading-7-copy {
    margin-top: 0px;
    margin-bottom: 5px;
    color: silver;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.dropdown-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    background-color: #683c25;
    color: #ead499;
    font-size: 14px;
}

.dropdown-link-2:hover {
    background-color: #422413;
    color: #fff;
}

.dropdown-link-2.w--current {
    background-color: #422413;
    color: #fff;
}

.dropdown-list-2 {
    padding-top: 5px;
}

.dropdown-list-2.w--open {
    background-color: transparent;
}

.data-pergunta {
    margin-bottom: 10px;
    color: #9c9c9c;
    font-size: 12px;
    line-height: 12px;
}

.link-block-12 {
    float: left;
    clear: none;
    text-decoration: none;
}

.link-block-12:hover {
    opacity: 0.69;
}

.div-block-55-copy {
    margin-bottom: 0px;
    float: right;
}

.bloco-info {
    width: 67%;
    margin-top: 30px;
    float: left;
}

.heading-7-copy {
    display: block;
    margin-top: 0px;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

@media screen and (max-width: 991px) {
    .div-block {
        z-index: 99999;
    }

    .navbar {
        z-index: 9999;
        border-top: 1px solid #fff;
    }

    .nav-menu {
        z-index: 9999;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 0px;
        background-color: #54361f;
        text-align: center;
    }

    .item-menu {
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #2a1409;
        text-align: center;
    }

    .item-menu.w--current {
        background-color: #ff5a00;
    }

    .item-menu.w--open {
        display: block;
    }

    .link-block {
        width: 244px;
        margin-top: 10px;
        margin-left: 10px;
    }

    .form-block {
        height: 50px;
    }

    .item-login {
        width: 130px;
    }

    .image-2 {
        right: 15px;
        display: none;
        max-height: 15px;
        max-width: 15px;
    }

    .campo-login {
        height: 50px;
        padding-right: 18px;
        padding-left: 16px;
        font-size: 12px;
        letter-spacing: 0px;
    }

    .botao-acessar {
        width: 80px;
        height: 50px;
        font-size: 10px;
    }

    .rodape {
        padding-right: 40px;
        padding-left: 40px;
    }

    .heading-2 {
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 13px;
        letter-spacing: 0.5px;
    }

    .link-2 {
        font-size: 12px;
    }

    .link-2-copy-2 {
        font-size: 14px;
    }

    .link-social {
        width: 35px;
        height: 35px;
        margin-right: 10px;
        line-height: 34px;
    }

    .menu-button {
        padding: 14px 0px;
        float: none;
        color: #ed6042;
        text-align: center;
    }

    .menu-button.w--open {
        background-color: rgba(15, 13, 11, 0.26);
    }

    .icon {
        display: inline-block;
        font-size: 26px;
    }

    .paragraph-7 {
        position: relative;
        top: -5px;
        display: inline-block;
        margin-bottom: 0px;
        font-size: 19px;
        font-weight: 700;
    }

    .div-block-12 {
        margin-bottom: 10px;
    }

    .heading-3 {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 20px;
    }

    .link-block-5 {
        height: 100px;
        line-height: 100px;
    }

    .button-2-copy {
        letter-spacing: -0.5px;
    }

    .link-block-6 {
        width: 100%;
        float: left;
    }

    .paragraph-8 {
        font-size: 16px;
    }

    .link-block-copy {
        width: 244px;
        margin-top: 10px;
        margin-left: 10px;
    }

    .paragraph-10 {
        font-size: 14px;
    }

    .form-busca {
        display: block;
        width: 160px;
        height: 50px;
    }

    .botao-buscar {
        right: 15px;
        max-height: 20px;
        max-width: 20px;
    }

    .text-field-copy {
        height: 50px;
        padding-right: 44px;
        padding-left: 16px;
        font-size: 12px;
    }

    .form-block-copy-copy {
        display: none;
        width: 170px;
        height: 50px;
    }

    .container {
        width: 90%;
    }

    .conteudo {
        margin-bottom: 20px;
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .tab-link-tab-2 {
        padding: 2px 10px;
        font-size: 12px;
    }

    .paragraph-14 {
        font-size: 40px;
        line-height: 40px;
    }

    .paragraph-15 {
        font-size: 14px;
        line-height: 14px;
    }

    .paragraph-17 {
        margin-top: -8px;
    }

    .heading-7 {
        padding-right: 20px;
    }

    .dropdown-toggle {
        font-size: 14px;
    }

    .div-block-31 {
        width: 25%;
    }

    .div-block-32 {
        width: 75%;
        padding-left: 20px;
    }

    .div-block-34 {
        width: 80%;
        margin-bottom: 20px;
    }

    .button-2-copy-copy {
        letter-spacing: -0.5px;
    }

    .div-block-35 {
        width: 20%;
    }

    .div-block-38 {
        width: 100%;
        margin-top: 20px;
    }

    .div-block-39 {
        right: 7%;
    }

    .form-block-2 {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0px;
    }

    .div-block-38-copy {
        width: 100%;
        padding-left: 0px;
    }

    .link-block-5-copy {
        height: 100px;
        line-height: 100px;
    }

    .image-12 {
        width: 66px;
        margin-bottom: 0px;
    }

    .link-block-6-copy {
        width: 100%;
        float: left;
    }

    .paragraph-8-copy {
        font-size: 16px;
    }

    .div-block-46 {
        width: 70%;
    }

    .div-block-47 {
        width: 30%;
    }

    .tit-fotos {
        overflow: visible;
        height: auto;
        font-size: 16px;
        line-height: 18px;
    }

    .div-block-50 {
        padding: 70px;
    }

    .titulo-galeria-foto {
        width: 100%;
        font-size: 30px;
        line-height: 30px;
    }

    .link-social-2.cor-whatsapp {
        display: block;
    }

    .link-social-2.cor-whatsapp {
        display: block;
    }

    .div-block-51 {
        padding: 35px;
    }

    .heading-13 {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 20px;
    }

    .dropdown-link {
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }

    .dropdown-list {
        position: relative;
    }

    .link-social-2-copy.cor-whatsapp {
        display: block;
    }

    .link-social-2-copy.cor-whatsapp {
        display: block;
    }

    .dropdown-list-copy {
        position: relative;
    }

    .dropdown-link-copy {
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }

    .botao-2 {
        letter-spacing: -0.5px;
    }

    .dropdown-toggle-copy {
        font-size: 14px;
    }

    .dropdown-toggle-2 {
        z-index: 9999;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .text-block-5 {
        font-size: 14px;
    }

    .div-block-36-copy {
        padding: 22px;
    }

    .tab-link-tab-2-copy {
        padding: 2px 10px;
        font-size: 12px;
    }

    .navbar-3 {
        z-index: 9;
    }

    .bloco-info {
        width: 100%;
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .div-block {
        height: auto;
    }

    .nav-menu {
        padding-top: 0px;
    }

    .link-block {
        width: 244px;
        margin-top: 0px;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .form-block {
        display: none;
        height: 60px;
        margin-bottom: 10px;
        margin-left: 10px;
        float: none;
        border-top: 1px solid hsla(0, 0%, 100%, 0.16);
    }

    .item-login {
        width: 100%;
        border-bottom: 1px solid #000;
        border-left-style: none;
    }

    .image-2 {
        display: block;
        max-height: 18px;
        max-width: 18px;
    }

    .campo-login {
        height: 60px;
        padding-right: 50px;
        font-size: 14px;
    }

    .botao-acessar {
        width: 100%;
        height: 60px;
        float: none;
        border-bottom: 1px solid #000;
        border-left-style: none;
        background-color: rgba(126, 30, 30, 0.15);
        font-size: 14px;
    }

    .rodape {
        text-align: center;
    }

    .heading-2 {
        margin-top: 20px;
        text-align: center;
    }

    .col {
        padding-right: 0px;
        padding-left: 0px;
    }

    .paragraph-6 {
        width: auto;
        float: none;
        text-align: center;
    }

    .bloco-assinatura {
        margin-top: 22px;
        float: none;
    }

    .texto-assinatura {
        margin-right: 0px;
        margin-bottom: 2px;
        float: none;
        text-align: center;
    }

    .neex {
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .link-2 {
        margin-bottom: 0px;
        font-size: 14px;
    }

    .link-2-copy-2 {
        font-size: 20px;
    }

    .link-social {
        display: inline-block;
        margin-right: 4px;
        margin-left: 4px;
        padding-right: 5px;
        padding-left: 5px;
        float: none;
    }

    .form-block-copys {
        display: block;
        float: none;
        border-top: 1px solid hsla(0, 0%, 100%, 0.16);
        background-color: rgba(46, 21, 21, 0.6);
    }

    .heading-3 {
        font-size: 16px;
        line-height: 16px;
    }

    .div-block-13 {
        display: block;
    }

    .link-block-5 {
        width: 100%;
        height: 100px;
        margin-bottom: 20px;
        padding-right: 40%;
        padding-left: 40%;
        line-height: 100px;
    }

    .image-3 {
        max-height: 80px;
    }

    .button-2-copy {
        position: static;
        margin-top: 0px;
        padding-left: 0px;
    }

    .link-block-6 {
        padding-right: 25px;
        padding-left: 25px;
    }

    .link-block-copy {
        width: 244px;
        margin: 22px auto;
        float: none;
    }

    .image-7 {
        float: none;
    }

    .paragraph-10 {
        display: inline-block;
        float: none;
        font-size: 20px;
    }

    .form-busca {
        display: none;
        width: auto;
        height: 60px;
        margin-left: 10px;
        float: none;
        border-top: 1px solid hsla(0, 0%, 100%, 0.16);
    }

    .botao-buscar {
        max-height: 18px;
        max-width: 18px;
    }

    .text-field-copy {
        height: 60px;
        font-size: 12px;
    }

    .form-block-copy-copy {
        display: block;
        width: auto;
        height: 60px;
        margin: 30px 20px;
        float: none;
        border-top: 1px solid hsla(0, 0%, 100%, 0.16);
    }

    .tab-link-tab-2 {
        display: block;
        margin-top: -1px;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 14px;
        letter-spacing: -0.5px;
    }

    .tab-pane {
        padding-top: 10px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .div-block-22 {
        margin-bottom: 10px;
        padding-bottom: 1px;
    }

    .div-block-23 {
        width: 100%;
        margin-bottom: 0px;
    }

    .div-block-24._5s5s5 {
        margin-bottom: 20px;
    }

    .div-block-25 {
        width: 100%;
        margin-bottom: 15px;
        padding-left: 15px;
    }

    .div-block-26 {
        width: 100%;
        padding-left: 0px;
        float: none;
    }

    .paragraph-14 {
        margin-right: 10px;
        float: left;
    }

    .paragraph-15 {
        margin-right: 10px;
        float: left;
        font-size: 20px;
        line-height: 40px;
    }

    .paragraph-16 {
        float: left;
        font-size: 20px;
        line-height: 40px;
    }

    .div-block-28 {
        display: block;
    }

    .heading-7 {
        display: none;
    }

    .dropdown-toggle {
        padding-left: 5px;
    }

    .dropdown-toggle.w--open {
        background-color: transparent;
        color: #3ea3fc;
    }

    .dropdown-toggle.interno-too {
        display: none;
    }

    .div-block-31 {
        width: 100%;
    }

    .div-block-32 {
        width: 100%;
        padding-left: 0px;
    }

    .div-block-34 {
        padding-right: 0px;
    }

    .button-2-copy-copy {
        position: static;
    }

    .heading-9 {
        color: #272727;
    }

    .link-block-9 {
        padding-right: 12%;
        padding-left: 12%;
    }

    .div-block-39 {
        right: 5%;
    }

    .heading-10 {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 22px;
    }

    .heading-10.ajuste-conta {
        margin-bottom: 30px;
    }

    .image-11 {
        width: 100px;
        margin-bottom: 20px;
    }

    .nav-menu-2 {
        position: relative;
        background-color: transparent;
        text-align: left;
    }

    .item-paginador {
        margin-right: 5px;
        margin-left: 5px;
    }

    .link-block-5-copy {
        width: 100%;
        height: 100px;
        margin-bottom: 20px;
        padding-right: 40%;
        padding-left: 40%;
        line-height: 100px;
    }

    .image-12 {
        width: 52px;
    }

    .paragraph-27 {
        margin-top: -20px;
    }

    .link-block-6-copy {
        border-width: 1px;
        border-radius: 4px;
    }

    .image-4-copy {
        width: 20px;
    }

    .paragraph-8-copy {
        font-size: 12px;
    }

    .icone-play {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px;
        background-size: 14px;
    }

    .tit-fotos {
        font-size: 14px;
        line-height: 16px;
    }

    .div-block-48 {
        display: block;
    }

    .div-block-50 {
        padding: 40px;
    }

    .titulo-galeria-foto {
        margin-bottom: 20px;
        font-size: 25px;
        line-height: 25px;
    }

    .titulo {
        padding-bottom: 20px;
    }

    .form-block-5 {
        margin-bottom: 20px;
    }

    .heading-9-copy {
        color: #272727;
    }

    .item-curso {
        display: block;
        width: 100%;
    }

    .form-block-6-copy {
        margin-bottom: 20px;
    }

    .autor-noticia {
        float: none;
    }

    .div-block-56 {
        margin-left: 0px;
        float: none;
    }

    .link-7 {
        margin-top: 7px;
        margin-bottom: 7px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 14px;
        text-align: center;
    }

    .dropdown-list-copy.w--open {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .dropdown-link-copy {
        font-size: 14px;
    }

    .botao-2 {
        position: static;
    }

    .dropdown-toggle-copy {
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        background-color: #ff5a00;
        color: #fff;
        font-size: 16px;
    }

    .dropdown-toggle-copy:hover {
        color: #ead499;
    }

    .dropdown-toggle-copy.w--current {
        color: #ead499;
    }

    .dropdown-toggle-copy.w--open {
        background-color: transparent;
        color: #3ea3fc;
    }

    .dropdown-toggle-copy.interno-too {
        display: none;
    }

    .nav-menu-3 {
        position: relative;
    }

    .dropdown-2 {
        width: 100%;
        margin-right: 0px;
        float: none;
    }

    .dropdown-toggle-2 {
        display: block;
    }

    .paragraph-41 {
        margin-bottom: 15px;
        font-size: 15px;
        text-align: center;
    }

    .form-block-7 {
        margin-bottom: 15px;
    }

    .text-field-2 {
        width: 75%;
    }

    .submit-button-3 {
        width: 25%;
    }

    .tab-pane-copy {
        padding-top: 10px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .button-8 {
        margin-bottom: 30px;
    }

    .heading-9-copy {
        color: #272727;
    }

    .div-block-36-copy {
        margin-bottom: 15px;
        padding: 12px;
    }

    .heading-17 {
        margin-bottom: 15px;
    }

    .tab-link-tab-2-copy {
        display: block;
        margin-top: -1px;
        padding-top: 8px;
        padding-bottom: 8px;
        float: left;
        font-size: 14px;
        letter-spacing: -0.5px;
    }

    .tab-link-tab-2-copy.w--current {
        float: left;
    }

    .tabs-content-copy {
        width: 100%;
    }

    .tabs-menu-copy {
        width: 100%;
        float: left;
    }

    .menu-button-2 {
        padding-top: 14px;
        padding-bottom: 14px;
        float: none;
        background-color: #ff5a00;
        text-align: center;
    }

    .menu-button-2.w--open {
        background-color: #683c25;
    }

    .paragraph-42 {
        margin-bottom: 0px;
        font-size: 16px;
    }

    .navbar-3 {
        margin-bottom: 20px;
        background-color: transparent;
    }

    .heading-7-copy {
        display: none;
    }

    .bloco-info {
        margin-top: 0px;
        padding-top: 20px;
        border-top: 2px solid #ff5a00;
    }

    .heading-7-copy {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    .link-block {
        width: 244px;
    }

    .form-block {
        display: none;
    }

    .item-login {
        width: 100%;
        background-color: #382323;
    }

    .campo-login {
        border-bottom: 1px solid hsla(0, 0%, 97.3%, 0.1);
    }

    .botao-acessar {
        width: 100%;
        border-bottom: 1px solid hsla(0, 0%, 97.3%, 0.1);
        border-left-style: none;
        background-color: #3d2316;
    }

    .rodape {
        padding-top: 15px;
    }

    .heading-2 {
        margin-bottom: 5px;
    }

    .div-block-10 {
        margin-top: 15px;
        padding-top: 15px;
        padding-bottom: 60px;
    }

    .bloco-assinatura {
        width: 95%;
        margin-top: 15px;
        text-align: center;
    }

    .texto-assinatura {
        display: inline-block;
        width: 100%;
        margin-right: 5px;
        float: none;
        font-size: 12px;
    }

    .neex {
        display: inline-block;
        float: none;
    }

    .link-social {
        margin-right: 10px;
        margin-left: 10px;
        float: none;
    }

    .logo-social {
        height: 15px;
    }

    .menu-button {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .form-block-copys {
        display: block;
    }

    .div-block-13 {
        display: block;
    }

    .link-block-5 {
        display: block;
        padding-right: 24%;
        padding-left: 24%;
        float: none;
    }

    .div-block-14 {
        padding-bottom: 20px;
    }

    .link-block-6 {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .paragraph-8 {
        display: inline-block;
        float: none;
    }

    .paragraph-9 {
        font-size: 12px;
        line-height: 18px;
    }

    .div-block-16 {
        width: 100%;
    }

    .link-block-copy {
        width: 244px;
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .form-busca {
        display: none;
    }

    .text-field-copy {
        border-bottom: 1px solid hsla(0, 0%, 97.3%, 0.1);
    }

    .form-block-copy-copy {
        display: block;
    }

    .heading-5 {
        font-size: 14px;
        line-height: 16px;
    }

    .paragraph-12 {
        width: 100%;
        font-size: 12px;
        line-height: 14px;
    }

    .paragraph-13 {
        width: 100%;
        font-size: 12px;
        line-height: 14px;
    }

    .div-block-24 {
        margin-bottom: 10px;
    }

    .div-block-24._5s5s5 {
        margin-bottom: 10px;
    }

    .div-block-25 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .paragraph-14 {
        margin-right: 5px;
        font-size: 30px;
        line-height: 30px;
    }

    .paragraph-15 {
        margin-right: 5px;
        font-size: 16px;
        line-height: 30px;
    }

    .paragraph-16 {
        font-size: 14px;
        line-height: 30px;
    }

    .paragraph-17 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .div-block-34 {
        margin-bottom: 0px;
        padding-left: 10px;
    }

    .link-block-9 {
        padding-right: 4%;
        padding-left: 4%;
    }

    .paragraph-22 {
        font-size: 16px;
        line-height: 18px;
    }

    .paragraph-23 {
        font-size: 16px;
        line-height: 16px;
    }

    .paragraph-24 {
        font-size: 18px;
        line-height: 18px;
    }

    .heading-10 {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 20px;
    }

    .heading-10.ajuste-conta {
        width: 100%;
        margin-bottom: 10px;
        text-align: left;
    }

    .paginador {
        padding-bottom: 5px;
    }

    .item-paginador {
        font-size: 11px;
    }

    .link-block-5-copy {
        display: block;
        padding-right: 24%;
        padding-left: 24%;
        float: none;
    }

    .paragraph-27 {
        margin-top: -15px;
    }

    .submit-button-2 {
        width: 100%;
    }

    .link-3 {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 14px;
        line-height: 18px;
    }

    .link-3-copy {
        padding-right: 20px;
        padding-left: 20px;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }

    .link-block-6-copy {
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .paragraph-8-copy {
        display: inline-block;
        float: none;
    }

    .div-block-46 {
        width: 100%;
        margin-bottom: 10px;
        padding-right: 0px;
    }

    .div-block-47 {
        width: 100%;
    }

    .tit-fotos {
        font-size: 16px;
        line-height: 20px;
    }

    .item-galeria {
        width: 100%;
        margin-bottom: 20px;
    }

    .div-block-48 {
        display: block;
    }

    .div-block-49 {
        padding-top: 20px;
    }

    .div-block-50 {
        padding: 20px;
    }

    .titulo-galeria-foto {
        font-size: 16px;
        line-height: 16px;
    }

    .box-share {
        padding-top: 24px;
        padding-bottom: 20px;
    }

    .link-social-2 {
        margin-left: 5px;
    }

    .titulo {
        padding-bottom: 15px;
        font-size: 14px;
        line-height: 14px;
    }

    .heading-13 {
        margin-bottom: 20px;
    }

    .paragraph-9-copy {
        font-size: 13px;
        line-height: 18px;
    }

    .div-block-53 {
        padding: 0px;
        background-color: transparent;
    }

    .item-curso {
        width: 100%;
        margin-bottom: 20px;
        padding: 14px;
        text-align: left;
    }

    .image-14 {
        margin-bottom: 10px;
    }

    .heading-5-copy {
        font-size: 14px;
        line-height: 16px;
    }

    .autor-noticia {
        float: none;
    }

    .div-block-55 {
        margin-bottom: 7px;
    }

    .paragraph-39 {
        display: none;
    }

    .link-social-2-copy {
        margin-left: 5px;
    }

    .heading-16 {
        font-size: 13px;
    }

    .form-block-7 {
        margin-bottom: 10px;
    }

    .text-field-2 {
        width: 70%;
        padding-left: 6px;
        font-size: 12px;
    }

    .submit-button-3 {
        width: 30%;
        font-size: 12px;
    }

    .text-block-4 {
        font-size: 12px;
    }

    .text-block-5 {
        font-size: 12px;
    }

    .button-8 {
        display: block;
        width: 100%;
        margin-top: 15px;
        padding-top: 12px;
        padding-bottom: 12px;
        border: 2px solid tomato;
        background-color: #fff;
        color: #ff5a00;
        text-align: center;
    }

    .button-8:hover {
        background-color: #ff5a00;
        color: #fff;
    }

    .heading-9-copy {
        font-size: 14px;
        line-height: 20px;
    }

    .div-block-36-copy {
        margin-bottom: 10px;
    }

    .div-block-49-copy {
        margin-bottom: 10px;
        padding-top: 5px;
    }

    .heading-17 {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 16px;
    }

    .tab-link-tab-2-copy {
        padding: 2px 6px;
    }

    .div-block-55-copy {
        margin-bottom: 7px;
        float: none;
    }
}