@font-face {
    font-family: 'barlow-black-webfont';
    src: url('../fonts/barlow-black-webfont.eot');
    src: url('../fonts/barlow-black-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/barlow-black-webfont.woff') format('woff'),
        url('../fonts/barlow-black-webfont.ttf') format('truetype'),
        url('../fonts/barlow-black-webfont.svg#barlow-black-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'barlow-bold-webfont';
    src: url('../fonts/barlow-bold-webfont.eot');
    src: url('../fonts/barlow-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/barlow-bold-webfont.woff') format('woff'),
        url('../fonts/barlow-bold-webfont.ttf') format('truetype'),
        url('../fonts/barlow-bold-webfont.svg#barlow-bold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'barlow-medium-webfont';
    src: url('../fonts/barlow-medium-webfont.eot');
    src: url('../fonts/barlow-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/barlow-medium-webfont.woff') format('woff'),
        url('../fonts/barlow-medium-webfont.ttf') format('truetype'),
        url('../fonts/barlow-medium-webfont.svg#barlow-medium-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'barlow-regular-webfont';
    src: url('../fonts/barlow-regular-webfont.eot');
    src: url('../fonts/barlow-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/barlow-regular-webfont.woff') format('woff'),
        url('../fonts/barlow-regular-webfont.ttf') format('truetype'),
        url('../fonts/barlow-regular-webfont.svg#barlow-regular-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'barlow-semibold-webfont';
    src: url('../fonts/barlow-semibold-webfont.eot');
    src: url('../fonts/barlow-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/barlow-semibold-webfont.woff') format('woff'),
        url('../fonts/barlow-semibold-webfont.ttf') format('truetype'),
        url('../fonts/barlow-semibold-webfont.svg#barlow-semibold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-family: 'barlow-regular-webfont', sans-serif;
    box-sizing: border-box;
    color: #555353;
}
nav, ul {
    list-style: none;
}
a {
    text-decoration: none;
    cursor: pointer;
}
img {
    max-width: 100%;
    display: block;
    height: auto;
}
.font_bold {
    font-family: 'barlow-bold-webfont', sans-serif;
}
.pd-none {
    padding: 0px;
}
.text_amar {
    color: #fbd32a;
}
.text_verm {
    color: red;
}
/* TOPO */
.bg-topo {
    background: #020000;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0px 120px;
}
.bg-topo a {
    display: flex;
    align-items: center;
}
.bg-topo a:hover, .bg-topo a i:hover {
    color: #fff;
}
.bg-topo a {
    margin-right: 10px;
    font-size: 22px;
}
.bg-topo a:nth-child(3) {
    margin-right: 10px;
}
.bg-topo i {
    font-size: 22px;
    color: #fbce16;
}
.bg-topo p {
    color: #fbce16;
    margin-left: 10px;
    font-size: 20px;
    font-family: 'barlow-bold-webfont', sans-serif;
    padding-top: 10px;
}

/* MENU */
.menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 120px;
    z-index: 999999;
}
.menu img {
    max-width: 100%;
    width: 225px;
    /* padding-left: 150px; */
}
.menu nav {
    display: flex;
}
.menu li a {
    font-size: 23px;
    color: #555353;
    /* font-family: 'barlow-semibold-webfont', sans-serif; */
}
.menu li a:hover {
    color: #272727;
}
.menu li {
    margin: 0 15px;
}
.menu li:nth-child(1) {
    margin-left: 0px;
}
.menu li:nth-child(7) {
    margin-right: 0px;
}
.menu-mobile {
    display: none;
}
.menu nav {
    z-index: 99999;
}
.borda-menu {
    max-width: 100%;
    width: 1290px;
    position: absolute;
    top: 12.5%;
    right: 0%;
    z-index: 99;
}
.borda-menu hr {
    height: 3px;
    border: none;
    background: #fbd32a;
}
/*SUBMENU*/
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -2px;
}
.dropdown-menu li a {
    font-size: 14px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu > a:after {
    content: "";
    margin-top: 6px;
    margin-right: -10px;
    float: right;
    border-left: 4px solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.menu li:nth-child(1) {
    margin-left: 15px;
}
/*SUBMENU*/
/* BANNER */
.banner {
    display: table;
    width: 100%;
    margin: 0 auto;
}
.banner img {
    display: table;
    width: 100%;
    margin: 0 auto;
}
.banner-mobl {
    display: none;
}
.banner hr {
    width: 100%;
    height: 10px;
    background: #fbd32a;
    border: none;
    margin: 0px;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
    background: #fbd32a;
    color: #ffffff !important;
    height: 130px;
    width: 25px;
    margin-top: 12.7%;
    font-size: 20px;
    padding-top: 52px;
    opacity: 0.9;
}
.carousel-control.left:hover, .carousel-control.right:hover {
    background: #fabe18;
    color: #ffffff !important;
}
.carousel-control.left {
    left: 0px;
}
.carousel-control.right {
    right: 0px;
}
.carousel-control {
    text-shadow: 0px 0px 0px rgba(0,0,0,.6);
}

/* EMPRESA */
.empresa {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.empresa h1 {
    font-size: 65px;
    font-family: 'barlow-black-webfont', sans-serif;
    margin: 35px 0;
    color: #555353;
}
.empresa p {
    font-size: 38px;
    line-height: 38px;
    font-family: 'barlow-bold-webfont', sans-serif;
    color: #555353;
}
.empresa-img {
    display: flex;
    width: 100%;
    position: relative;
}
.empresa-text {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    position: absolute;
    margin-top: 21.5%;
    right: 0%;
    padding-right: 150px;
}

/* HEMOSC - CEPON */
.hece {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* margin: 100px 0; */
    padding: 50px 230px;
}
.hece img {
    width: 95%;
    margin: 0 2.5%;
    display: table;
}
/* NOTÍCIAS */
.noticias {
    width: 100%;
    background: #fbce16;
    padding: 50px 230px;
}
.noticias-topo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding: 0 20px;
}
.noticias-topo button {
    font-size: 22px;
    text-align: center;
    border: 1px solid #555353;
    background: transparent;
    padding: 7px 25px;
    color: #555353;
    cursor: pointer;
    border-radius: 2px;
}
.noticias-topo button:hover {
    background: #fff;
    color: #555353;
}
.noticia-list {
    width: 100%;
    display: flex;
}
.noticia-list p a {
    color: #555353;
    font-size: 20px;
    font-family: 'barlow-bold-webfont', sans-serif;
}
.noticia-list p a:hover {
    color: #272727;
}
.noticia-list article {
    flex: 1 0 33.33%;
    align-content: center;
    padding: 0 20px;
}
.noticia-list p {
    font-family: 'barlow-bold-webfont', sans-serif;
    margin-top: 15px;
}

/* INFORMAÇÕES */
.informacoes {
    width: 100%;
    display: flex;
    padding: 50px 230px;
    background: #fff;
    justify-content: space-between;
}
.informacoes img {
    width: 50%;
}
.informacoes p {
    font-size: 20px;
    padding-left: 130px;
    color: #555353;
}

/* BOTÕES */
.botoes {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding-bottom: 50px;
}
.botoes img {
    width: 100%;
}


/* FOOTER */
footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 30px 230px;
}
footer img {
    max-width: 75%;
}
footer p {
    color: #555353;
    border-left: 5px solid #fbce16;
    height: 90px;
}
footer>.footer-img1 {
    width: 200px;
    height: 62px;
}
footer a>.footer-img2 {
    width: 40px;
    height: 27px;
    margin-top: 100px;
}
footer p span {
    padding-left: 20px;
    font-size: 20px;
}
footer a {
    color: #555353;
}
/* CURRÍCULO */
.titl-curr {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.titl-curr h1 {
    font-size: 40px;
    font-family: 'barlow-black-webfont', sans-serif;
    padding: 50px 0 30px 0;
}
.titl-curr p a {
    font-size: 22px;
    font-family: 'barlow-bold-webfont', sans-serif;
}
.titl-curr p {
    font-size: 22px;
    text-align: center;
    padding: 0 400px;
}
.subt-curr, .subt-curr-list {
    width: 100%;
    display: flex;
    margin: 50px 0;
    justify-content: space-between;
    align-items: center;
}
.subt-curr-list {
    margin: 0px 0;
}
.subt-curr hr, .subt-curr-list hr {
    width: 38%;
    height: 40px;
    background: #fbd32a;
    border: none;
}
.subt-curr p, .subt-curr-list p {
    width: 24%;
    text-align: center;
    font-size: 30px;
    font-family: 'barlow-black-webfont', sans-serif;
}
.subt-curr span, .subt-curr-list span {
    font-size: 22px;
    margin: 0px;
    padding: 0px;
    font-family: 'barlow-medium-webfont', sans-serif;
}
.form-curr {
    width: 100%;
    margin: 0 auto;
    padding: 0 450px;
    margin-bottom: 30px;
    display: table;
}
.form-curr p {
    font-family: 'barlow-medium-webfont', sans-serif;
}
.form-group {
    margin-bottom: 20px;
}
input.form-control, textarea.form-control, select.form-control {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #fbd32a;
    padding-left: 5px;
    font-size: 18px;
    color: #555353;
}
textarea.form-control {
    height: 140px;
}
.botn-form-curr {
    text-align: center;
}
.botn-form-curr button {
    font-size: 22px;
    text-align: center;
    border: 1px solid #555353;
    background: transparent;
    padding: 7px 25px;
    color: #555353;
    cursor: pointer;
    border-radius: 2px;
    margin-top: 30px;
}
.form-curr button:hover {
    background: #555353;
    color: #fff;
}
.form-curr-anexo p {
    text-align: center;
    padding-bottom: 25px;
}
.form-curr-anexo input {
    padding-top: 5px;
}
.form_padd {
    margin-top: 10px;
}
/* FAÇA PARTE */
.list-faca {
    width: 100%;
    margin: 0 auto;
    padding: 0px 250px;
}
.tudo-list-faca-pcds {
    width: 98%;
    background: #ffe992;
    padding: 5px 30px 20px 30px;
    justify-content: space-between;
    margin: 1%;
    text-align: center;
}
.tudo-list-faca {
    width: 48%;
    float: left;
    background: #f1f1f1;
    padding: 30px;
    justify-content: space-between;
    margin: 1%;
    text-align: center;
    min-height: 560px;
}
.tudo-list-faca h1 {
    font-size: 25px;
    text-align: center;
    font-family: 'barlow-bold-webfont', sans-serif;
}
.tudo-list-faca h2, .tudo-list-faca-pcds h2 a {
    font-size: 23px;
    text-align: center;
    font-family: 'barlow-bold-webfont', sans-serif;
    margin: 0px;
}
.tudo-list-faca-pcds h2, .tudo-list-faca-pcds p {
    color: #555353;
}
.tudo-list-faca p, .tudo-list-faca-pcds p {
    font-size: 17px;
    text-align: center;
    font-family: 'barlow-medium-webfont', sans-serif;
}
.info-list-faca p, .info-list-faca p a {
    width: 100%;
    display: flex;
    font-size: 16px;
    font-family: 'barlow-bold-webfont', sans-serif;
    text-align: left;
}
.info-list-faca p {
    margin-bottom: 10px;
}
.info-list-faca span {
    padding-top: 5px;
    text-align: left;
    font-size: 15px;
    font-family: 'barlow-regular-webfont', sans-serif;
}
.info-list-faca img {
    width: 25px;
    height: 21px;
    padding-right: 5px;
}
.info-list-faca2 {
    width: 100%;
    /* display: flex; */
    /* justify-content: space-around; */
}
.info-list-faca2 p {
    width: 31.33%;
    float: left;
    margin: 1%;
    font-size: 16px;
    font-family: 'barlow-bold-webfont', sans-serif;
    text-transform: uppercase;
}
.tudo-list-faca a button, .tudo-list-faca-pcds a button, .tudo-list-faca p, .tudo-list-faca-pcds p {
    border: 0px;
    border-radius: 2px;
    background: transparent;
    font-family: 'barlow-bold-webfont', sans-serif;
    font-size: 20px;
    text-align: center;
    align-content: center;
    margin-top: 10px;
    cursor: pointer;
}
.tudo-list-faca p, .tudo-list-faca-pcds p {
    cursor: auto;
}
.tudo-list-faca a button:hover, .tudo-list-faca p:hover {
    color: #020000;
}
.tudo-list-faca a {
    color: #555353;
}
.tudo-list-faca a:hover {
    color: #020000;
}

/* QUEM SOMOS */
.titl_quem p {
    position: absolute;
    top: 53%;
    left: 38.5%;
    padding-right: 600px;
    font-size: 25px;
    color: #020000;
}
.titl_qual p {
    position: absolute;
    top: 53%;
    left: 31.5%;
    padding-right: 600px;
    font-size: 25px;
    color: #020000;
}
.titl_finl_quem p {
    position: absolute;
    top: 30%;
    left: 27%;
    padding-right: 1300px;
    font-size: 25px;
    color: #020000;
}
.titl_finl_quem p span {
    font-size: 25px;
}
.foto_endr_quem {
    position: absolute;
    top: 12%;
    left: 3%;
}
.foto_endr_quem img {
    width: 75%;
    border: 5px solid #fecf10;
}
.esqd_endr_quem {
    position: absolute;
    top: 47%;
    left: 38%;
}
.dirt_endr_quem {
    position: absolute;
    top: 46%;
    left: 51%;
}
.esqd_endr_quem p {
    font-size: 30px;
    font-family: 'barlow-bold-webfont', sans-serif;
}
.esqd_endr_quem div:nth-child(2) {
    margin-top: 45px;
}
.dirt_endr_quem div:nth-child(2) {
    margin-top: 5px;
}
.dirt_endr_quem p {
    font-size: 24px;
    margin: 0px;
}

/* DOAÇÕES */
.titl-doac {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.titl-doac h1 {
    font-size: 40px;
    font-family: 'barlow-black-webfont', sans-serif;
    padding: 50px 0 30px 0;
}
.titl-doac p strong {
    font-size: 26px;
}
.tudo_doac {
    width: 100%;
    margin: 0 auto;
    padding: 20px 250px 20px 250px;
}
.tudo_doac img {
    margin: 0 auto;
    margin-bottom: 50px;
}
.bann_doac img {
    width: 30%;
    margin: 0 auto;
    margin-top: 50px;
}
.esqd_doac, .dirt_doac {
    width: 100%;
    margin: 0%;
    display: table;
}
.dirt_doac {
    background: #f3f3f3;
}
.esqd_doac img, .dirt_doac img {
    width: 50%;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
}
.esqd_doac p, .dirt_doac p {
    font-size: 18px;
    text-align: center;
}
.esqd_doac p b, .dirt_doac p b {
    font-size: 18px;
    text-align: center;
}
.esqd_doac p a, .dirt_doac p a {
    font-size: 18px;
    font-family: 'barlow-bold-webfont', sans-serif;
}

.esqd_doac p, .dirt_doac p {
    text-align: center;
}
/* CONVÊNIOS */
.tudo_conv {
    width: 100%;
    margin: 0 auto;
    padding: 50px 250px 50px 250px;
    text-align: center;
}
.tudo_conv_amar1, .tudo_conv_amar2 {
    width: 100%;
    background: #fffde8;
    padding: 20px;
    margin-bottom: 35px;
}
.tudo_conv_amar1 p b, .tudo_conv_amar2 p b {
    font-size: 22px;
}
.tudo_conv_amar1 p, .tudo_conv_amar2 p {
    font-size: 17px;
}
.tudo_conv_amar2 {
    width: 100%;
    background: #fdfad1;
}

/* CONTATO */
.info_cont {
    width: 100%;
    margin: 0 auto;
    padding: 0px 250px 50px 250px;
    display: table;
}
.esqd_info_cont2, .meio_info_cont2, .dirt_info_cont {
    width: 29.33%;
    float: left;
    margin: 0 2%;
}   
.esqd_info_cont, .dirt_info_cont {
    width: 45%;
    float: left;
    margin: 0 2.5%;
}   
.titl_info_cont {
    font-size: 22px;
    font-family: 'barlow-semibold-webfont', sans-serif;
    text-align: center;
    margin-bottom: 20px;
}
.info_cont p {
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.situacao {
    margin-top: 3px;
    color: #9e0b0f;
    font-size:14px;
}
.correto {
    color: #020000;
    font-size: 22px;
}
label.error {
    color: #9e0b0f;
    font-size: 14px;
}
label.error i {
    color: #9e0b0f;
    font-size: 16px !important;
}

/* HEMOSC / CEPON */
.tudo_hemo_intr {
    width: 100%;
    margin: 0 auto;
    padding: 50px 250px 50px 250px;
    text-align: center;
}
.esqd_hemo_intr, .dirt_hemo_intr {
    width: 49.8%;
    float: left;
}
.meio_hemo_intr {
    width: 0.4%;
    float: left;
    height: 250px;
    background: #fbd32a;
}
.titl_hemo_intr {
    font-size: 36px;
    margin: 35px 0;
    font-family: 'barlow-bold-webfont', sans-serif;
}
.esqd_hemo_intr p a, .dirt_hemo_intr p a {
    font-size: 20px;
    font-family: 'barlow-medium-webfont', sans-serif;
}
.esqd_hemo_intr p, .dirt_hemo_intr p {
    margin: 0px;
    padding: 0px;
}
.esqd_hemo_intr i, .dirt_hemo_intr i {
    font-size: 16px;
}

/* NOTÍCIAS LIST / INTERNA */
.tudo_list_notc {
    width: 100%;
    margin: 0 auto;
    padding: 50px 250px 50px 250px;
    display: table;
}
.list_notc_intr {
    width: 31.33%;
    float: left;
    margin: 1%;
    min-height: 520px;
}
.list_notc_intr p a {
    color: #555353;
    font-size: 18px;
}
.list_notc_intr p a:hover {
    color: #272727;
}
.list_notc_intr p {
    font-family: 'barlow-bold-webfont', sans-serif;
    margin-top: 5px;
    text-align: center;
    padding: 0px;
    line-height: 20px;
}
.tudo_intr_notc {
    width: 100%;
    margin: 0 auto;
    padding: 0px 250px;
    display: table;
}
.tudo_intr_notc p {
    text-align: justify;
    padding: 0px;
}
.tudo_intr_notc img {
    margin: 0 auto;
}
.tudo_topo_notc {
    width: 100%;
    margin: 0 auto;
    padding: 0px 50px;
    display: table;
}
.thum_notc {
    margin: 0 auto;
    display: block;
}
.tudo_thum_notc {
    width: 18%;
    float: left;
    margin: 0 5%;
    /* min-height: 520px; */
}
.tudo_imag_notc {
    width: 43%;
    float: left;
    margin: 0 auto;
    text-align: center;
    min-height: 520px;
}
.botn_intr_notc {
    width: 100%;
    margin: 0 auto;
    display: table;
    text-align: right;
}
.botn_intr_notc a button {
    background: transparent;
    color: #555353;
    font-size: 15px;
    border: 0px;
    border-radius: 0px;
    font-family: 'barlow-bold-webfont', sans-serif;
}
.botn_intr_notc a button:hover {
    color: #272727;
}

/* PÁGINAS INTERNAS TEXTO */
.tudo_pagn_intr, .tudo_pagn_fisc {
    width: 100%;
    margin: 0 auto;
    padding: 50px 250px 50px 250px;
    display: table;
}
.esqd_pagn_intr, .dirt_pagn_intr {
    width: 45%;
    float: left;
    margin: 0 2.5%;
}   
.titl_pagn_intr {
    font-size: 22px;
    font-family: 'barlow-semibold-webfont', sans-serif;
    text-align: center;
    margin-bottom: 20px;
}
.tudo_pagn_intr p {
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.tudo_pagn_fisc p {
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.botn-noticias-list {
    margin: 0 auto;
    text-align: center;
}
.botn-noticias-list a button {
    font-size: 22px;
    text-align: center;
    border: 1px solid #555353;
    background: transparent;
    padding: 7px 25px;
    color: #555353;
    cursor: pointer;
    border-radius: 2px;
}
.botn-noticias-list a button:hover {
    background: #555353;
    color: #fff;
}
.titl_tran {
    font-size: 22px;
    margin-top: 20px;
    font-family: 'barlow-bold-webfont', sans-serif;
    text-align: center;
}
.titl_tran a {
    font-size: 22px;
    margin-top: 20px;
    font-family: 'barlow-bold-webfont', sans-serif;
    text-align: center;
}
.tudo_tran p a {
    font-size: 18px;
    font-family: 'barlow-regular-webfont', sans-serif;
}
.caret {
    margin-top: -5px;
}
.tudo_labt {
    width: 87%;
    margin: 0 auto;
    display: table;
}
.esqd_labt {
    width: 60%;
    float: left;
    margin-right: 5%;
}
.dirt_labt {
    width: 35%;
    float: left;
}
.esqd_labt p {
    padding: 0px;
    text-align: left;
}
.tudo_doac_novo {
    width: 100%;
    margin: 0 auto;
    padding: 20px 50px 20px 50px;
    text-align: center;
}
.tudo_doac_novo p, .text_peqn_cont {
    text-align: center;
    font-size: 20px;
}
.titl_doac_novo {
    text-align: center;
    font-size: 23px;
    margin-top: 50px;
    font-family: 'barlow-bold-webfont', sans-serif;
}
.tudo_doac_novo a button {
    width: 100%;
    font-size: 22px;
    text-align: center;
    border: 0px;
    background: #fbd32a;
    padding: 7px 25px;
    color: #272727;
    cursor: pointer;
    border-radius: 2px;
    margin: 100px 0;
}
.tudo_doac_novo a button:hover {
    background: #555353;
    color: #fff;
}
.tudo_doac_novo img {
    width: 50%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.tudo_doac_novo2 {
    width: 100%;
    margin: 0 auto;
    padding: 20px 250px 20px 250px;
    text-align: center;
}
.tudo_doac_novo2 img {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* BENEFÍCIOS 15.05.2020 */
.bene_curr_novo {
    width: 70%;
    margin: 0 auto;
    display: table;
    margin-top: 30px;
    margin-bottom: 50px;
}
.esqd_bene_curr_novo {
    width: 50%;
    float: left;
}
.esqd_bene_curr_novo img {
    width: 100%;
}
.dirt_bene_curr_novo {
    width: 48%;
    margin-left: 2%;
    float: left;
}
.text_bene_curr_novo {
    font-size: 20px;
    letter-spacing: 5px;
    font-weight: 600;
    margin-top: 45px;
}
.text_bene_curr_novo p {
    padding: 0px;
    text-align: left;
    padding-top: 15px;
}
.text_bene_curr_novo i {
    font-size: 22px;
}
/* BENEFÍCIOS 15.05.2020 */
.info-list-faca3 {
    margin-top: 30px !important;
}

/* ALTERAÇÃO TRABALHE CONOSCO / VAGA ESTÁGIO 27.01.2021 */
.tudo_vaga_curr {
    width: 70%;
    margin: 0 auto;
    display: table;
}
.esqd_tudo_vaga_curr {
    width: 49%;
    float: left;
    margin-right: 1%;
}
.dirt_tudo_vaga_curr {
    width: 49%;
    float: left;
    margin-left: 1%;
}
.botn_tudo_vaga_curr {
    width: 100%;
    margin: 0 auto;
    display: table;
}
.botn_tudo_vaga_curr {
    width: 100%;
    font-size: 22px;
    text-align: center;
    border: none;
    background: #fabe18;
    color: #272727;
    padding: 7px 25px;
    cursor: pointer;
    border-radius: 2px;
}
.botn_tudo_vaga_curr:hover {
    background: #e2a808;
}
.botn_tudo_vaga_curr a {
    font-size: 22px;
}

.list-faca-estg1, .list-faca-estg2 {
    width: 100%;
    background: #f7f7f7;
    padding: 20px 20px 10px 20px;
    display: table;
}

.list-faca-estg1 p, .list-faca-estg2 p {
    width: 33.33%;
    float: left;
    text-align: center;
    font-family: 'barlow-semibold-webfont', Arial;
}
.list-faca-estg1 p:nth-child(1), .list-faca-estg2 p:nth-child(1) {
    text-align: left;
}
.list-faca-estg1 p a, .list-faca-estg2 p a {
    font-family: 'barlow-black-webfont', Arial;
    font-size: 20px;
    letter-spacing: 2px;
}

.list-faca-estg1 p b, .list-faca-estg2 p b {
    font-size: 22px;
}
.list-faca-estg1 p, .list-faca-estg2 p {
    font-size: 17px;
}
.list-faca-estg2 {
    width: 100%;
    background: #eeeeee;
}
.list-faca-estg1 p a button, .list-faca-estg2 p a button {
    font-size: 18px;
    text-align: center;
    border: none;
    background: #272727;
    padding: 8px 10px 5px 10px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
}
.list-faca-estg1 p a button:hover, .list-faca-estg2 p a button:hover {
    background: #e2a808;
}
.tudo-botn-list-faca-estg {
    width: 20%;
    margin: 0 auto;
    display: table;
    margin-top: 50px;
    margin-bottom: 50px;
}
.botn-list-faca-estg {
    font-size: 22px;
    text-align: center;
    border: none;
    background: #fabe18;
    color: #272727;
    cursor: pointer;
    border-radius: 2px;
}
.botn-list-faca-estg:hover {
    background: #e2a808;
}
/* ALTERAÇÃO TRABALHE CONOSCO / VAGA ESTÁGIO 27.01.2021 */
/* ALTERAÇÃO CHECK CURRÍCULO 17.05.2021 */
.form_chec input {
    width: 15px !important;
    height: 15px !important;
    float: left !important;
    margin-right: 5px !important;
}
.form_chec p {
    font-size: 16px;
    margin-top: 3px;
    text-align: left;
}
/* ALTERAÇÃO CHECK CURRÍCULO 17.05.2021 */

/* ALTERAÇÃO LISTA TRABALHE CONOSCO 22.02.2022 */
.fund_list_trab_novo {
    width: 95%;
    margin: 0 auto;
    display: table;
    padding: 0px 250px 10px 250px;
    margin-top: -40px;
}
.fund_list_trab_novo p {
    width: 30%;
    float: left;
    text-align: right;
    padding-right: 10px;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 7px;
    color: #272727;
}
.fund_list_trab_novo select, .fund_list_trab_novo input {
    width: 70%;
    float: left;
}
/* ALTERAÇÃO LISTA TRABALHE CONOSCO 22.02.2022 */

/* ALTERAÇÃO LISTA TRABALHE CONOSCO 24.02.2022 */
.botn-list-trab {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: table;
    margin-top: 30px;
}
.botn-list-trab button {
    font-size: 22px;
    text-align: center;
    border: 1px solid #555353;
    background: transparent;
    padding: 7px 25px;
    color: #555353;
    cursor: pointer;
    border-radius: 2px;
}
.botn-list-trab button:hover {
    background: #555353;
    color: #fff;
}
.msgs_erro_faca {
    width: 100%;
    margin: 0 auto;
    display: table;
    margin-top: 30px;
    margin-bottom: 30px;
}
/* ALTERAÇÃO LISTA TRABALHE CONOSCO 24.02.2022 */

.espc_titl_curr {
    margin-bottom: 50px;
}

/* ALTERAÇÃO TRABALHE CONOSCO 13.04.2022 */
.fund_list_trab_radi p {
    margin-top: -10px;
}
.fund_list_trab_radi input {
    width: auto;
    float: none;
}
/* ALTERAÇÃO TRABALHE CONOSCO 13.04.2022 */

/* ALTERAÇÃO LEGENDA NOTÍCIA 14.05 */
.legd_notc {
    text-align: center;
    font-size: 14px;
    padding: 5px 0 15px 0;
}
/* ALTERAÇÃO LEGENDA NOTÍCIA 14.05 */

/* BARRA RODAPÉ 16.11.2022 */
.tk-float-splash-opac.shown, .tk-float-splash.shown {
    bottom: -1px;
}
.tk-float-splash {
    width: 100%;
    /* bottom: -200px; */
    position: fixed;
    z-index: 9999;
    text-align: center;
    transform: translateZ(0);
    transition: bottom .2s ease-in-out;
}
.tk-float-splash .tk-float-splash--content {
    height: 70px;
    margin: 0 auto;
    display: block;
    position: relative;
    background: #fbd32a;
    padding: 0 350px;
}
.fixo-rod1 {
    width: 85%;
    float: left;
    font-size: 13px;
    padding: 17px 0px 12px 0px;
    text-align: center;
    color: #2b2b2b;
    margin-right: 5%;
}
.fixo-rod2 {
    width: 10%;
    float: left;
    font-size: 15px;
    letter-spacing: 2px;
    padding-top: 22px;
}
.fixo-rod2 a {
    padding: 10px 20px;
    text-align: center;
    font-size: 13px;
    background-color: #2b2b2b;
    color: #fff !important;
    border: 0px;
    margin: 1%;
}
.fixo-rod2 a:hover {
    background-color: #fff;
    color: #2b2b2b !important;
}
.text-polt-rodp {
    text-align: center;
    margin-top: 25px;
}
/* BARRA RODAPÉ 16.11.2022 */

/* TEXTO DECLARO 18.11.22 */
.text-decl p {
    font-size: 16px;
}
.text-decl p a {
    font-family: 'barlow-semibold-webfont', Arial;
    font-size: 16px !important;
}
/* TEXTO DECLARO 18.11.22 */

.vide_home {
    margin: 20px 0 10px 0;
    text-align: center;
}
.vide_home iframe {
    width: 35%;
    height: 375px !important;
}
.icon_tool {
    margin-left: -12px;
    cursor: pointer;
}
.li_tool {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.icon_tool_mobl {
    margin-left: 5px;
}
.li_tool_mobl {
    display: flex;
    align-items: center !important;
}
.menu_lado {
    left: -100px !important;
}
.text_info {
    margin: 0 20px 10px 0;
}
.text_impt {
    font-size: 12px !important;
}

.botn-trab {
    font-size: 22px;
    text-align: center;
    border: 1px solid #555353;
    background: transparent;
    padding: 7px 25px;
    color: #555353;
    cursor: pointer;
    border-radius: 2px;
    margin-top: 30px;
}
.botn-trab:hover {
    background: #555353;
    color: #fff;
}

@media screen and (max-width: 1920px) {
    .titl_finl_quem p {
        padding-right: 680px;
    }
}

@media screen and (max-width: 1680px) {
    /* ALTERAÇÃO LISTA TRABALHE CONOSCO 22.02.2022 */
    .fund_list_trab_novo {
        padding: 30px 150px 10px 150px;
    }
    /* ALTERAÇÃO LISTA TRABALHE CONOSCO 22.02.2022 */
    .text_bene_curr_novo {
        font-size: 18px;
        letter-spacing: 3px;
        margin-top: 30px;
    }
    footer p span {
        font-size: 17px;
    }
    footer p {
        height: 80px;
    }
    .vide_home iframe {
        height: 327px !important;
    }
    .titl_qual p {
        padding-right: 500px;
    }
}

@media screen and (max-width: 1600px) {
    .list-faca {
        padding: 50px 150px;
    }
    .menu img {
        width: 220px;
    }
    .borda-menu {
        top: 15.5%;
    }
    .empresa h1 {
        font-size: 55px;
    }
    .empresa-text {
        margin-top: 22%;
        padding-right: 90px;
    }
    .empresa p {
        font-size: 33px;
    }
    .noticias {
        padding: 50px 150px;
    }
    .noticias-topo img {
        max-width: 40%;
    }
    .informacoes {
        padding: 50px 150px;
    }
    .informacoes img {
        width: 40%;
    }
    .botoes img {
        width: 96%;
    }
    .btn2 img {
        margin-left: 2%;
    }
    .btn3 img {
        margin-left: 4%;
    }
    footer {
        padding: 30px 150px;
    }
    .subt-curr hr {
        width: 35%;
        height: 35px;
    }
    .subt-curr p {
        width: 30%;
        font-size: 28px;
    }
    .hece {
        padding: 50px 150px;
    }
    .titl_quem p {
        padding-right: 335px;
    }
    .titl_qual p {
        left: 32.5%;
        padding-right: 500px;
        font-size: 23px;
    }
    .titl_finl_quem p {
        padding-right: 460px;
    }
    .dirt_endr_quem {
        left: 53%;
    }
    .tudo_list_notc {
        padding: 50px 200px 50px 200px;
    }
    .tudo_conv {
        padding: 50px 200px 50px 200px;
    }
    .tudo_conv_amar1 p, .tudo_conv_amar2 p {
        font-size: 17px;
        padding: 0px;
    }
    .titl-curr p {
        padding: 0 20px;
    }
    .esqd_labt p {
        padding: 0px;
        text-align: left;
    }
    .foto_endr_quem img {
        width: 63%;
    }
    .tudo_doac_novo, .tudo_doac_novo2 {
        padding: 20px 50px 20px 50px;
    }
    .tudo_doac_novo p, .text_peqn_cont {
        font-size: 18px;
    }
    .menu li a {
        font-size: 19px;
    }
    .borda-menu {
        width: 1115px;
    }
    .tudo-list-faca {
        min-height: 560px;
    }
    .text_bene_curr_novo p {
        padding: 0px;
    }
    .titl_finl_quem p {
        font-size: 23px;
    }
    .vide_home iframe {
        height: 312px !important;
    }
}
@media screen and (max-width: 1440px) {
    .info-list-faca2 p a {
        font-size: 14px;
    }
    .tudo-list-faca p {
        margin-bottom: 20px;
    }
    .bg-topo {
        padding: 10px;
    }
    .borda-menu {
        width: 1065px;
        top: 17%;
    }
    .empresa h1 {
        font-size: 45px;
    }
    .empresa-text {
        margin-top: 22%;
        padding-right: 75px;
    }
    .empresa p {
        font-size: 30px;
    }
    .noticias {
        padding: 50px 50px;
    }
    .noticias-topo button {
        font-size: 18px;
    }
    .informacoes {
        padding: 50px 50px;
    }
    footer {
        padding: 30px 50px;
    }
    footer p {
        height: 80px;
    }
    .form-curr {
        padding: 0 250px;
    }
    .titl-curr p {
        padding: 0 250px;
    }
    .menu img {
        width: 220px;
        padding-left: 10px;
    }
    .menu {
        padding: 30px 65px 10px;
    }
    .hece {
        padding: 50px 50px;
    }
    .titl_quem p {
        padding-right: 280px;
        font-size: 22px;
    }
    .titl_finl_quem p, .titl_finl_quem p span {
        font-size: 22px;
    }
    .dirt_endr_quem {
        left: 55%;
    }
    .tudo_hemo_intr {
        padding: 50px 50px 50px 50px;
    }
    .titl-curr p {
        padding: 0px 60px;
    }
    .tudo_list_notc {
        padding: 50px 100px 50px 100px;
    }
    .list_notc_intr p {
        padding: 0px;
    }
    .tudo_intr_notc {
        padding: 0px 100px;
    }
    .tudo_intr_notc p {
        font-size: 18px;
        margin: 10px 0;
        padding: 0px;
    }
    .tudo_conv {
        padding: 50px 150px 50px 150px;
    }
    .tudo-list-faca {
        min-height: 605px;
    }
    .esqd_labt p {
        padding: 0px;
        text-align: left;
    }
    .tudo_labt {
        width: 95%;
    }
    .foto_endr_quem img {
        width: 56%;
    }
    .tudo_doac_novo a button {
        font-size: 18px;
        padding: 11px 25px;
    }
    .tudo_doac_novo p, .text_peqn_cont {
        font-size: 16px;
    }
    .text_bene_curr_novo p {
        padding: 0px;
        font-size: 16px;
    }
    .tudo-list-faca {
        min-height: 627px;
    }
    .titl_finl_quem p {
        font-size: 20px;
    }
    .text_bene_curr_novo {
        margin-top: 50px;
    }
    .tk-float-splash .tk-float-splash--content {
        padding: 0 150px;
    }
    .vide_home iframe {
        width: 45%;
        height: 361px !important;
    }
    .titl_qual p {
        padding-right: 430px;
        font-size: 20px;
    }
}
@media screen and (max-width: 1366px) {
    .list-faca {
        padding: 50px 100px;
    }
    .borda-menu {
        top: 20%;
    }
    .menu {
        padding: 30px 55px 10px;
    }
    .foto_endr_quem img {
        width: 52%;
    }
    .tudo_doac_novo a button {
        font-size: 18px;
        padding: 11px 10px;
    }
    .tudo_doac_novo, .tudo_doac_novo2 {
        padding: 20px;
    }
    .tudo-list-faca {
        min-height: 605px;
    }
    .vide_home iframe {
        height: 342px !important;
    }
    .titl_qual p {
        padding-right: 391px;
        font-size: 18px;
    }
    .tudo_imag_notc {
        min-height: 450px;
    }
}
@media screen and (max-width: 1280px) {
    .list-faca {
        padding: 50px 50px;
    }
    .botn-form-curr button {
        font-size: 22px;
    }
    .form-curr {
        padding: 0 100px;
    }
    .titl-curr p {
        padding: 0 100px;
    }
    .subt-curr hr {
        width: 30%;
        height: 30px;
    }
    .subt-curr p {
        width: 40%;
    }
    .empresa h1 {
        font-size: 45px;
    }
    .empresa-text {
        margin-top: 23%;
    }
    .empresa p {
        font-size: 26px;
    }
    .borda-menu {
        top: 16.5%;
        width: 990px;
    }
    .menu_lado {
        left: -120px !important;
    }
    .menu {
        padding: 10px 30px 10px;
    }
    .hece {
        padding: 50px 50px;
    }
    .informacoes p {
        padding-left: 40px;
    }
    .menu li a {
        font-size: 20px;
    }
    .titl_quem p {
        padding-right: 255px;
        font-size: 20px;
    }
    .titl_finl_quem p, .titl_finl_quem p span {
        font-size: 20px;
    }
    .esqd_endr_quem p {
        font-size: 20px;
    }
    .dirt_endr_quem {
        left: 51%;
    }
    .dirt_endr_quem p {
        font-size: 19px;
    }
    .titl_hemo_intr {
        font-size: 28px;
        margin: 15px 0;
    }
    .titl-curr p {
        padding: 0 50px;
    }
    .tudo_list_notc {
        padding: 50px;
    }
    .list_notc_intr p {
        padding: 0px;
    }
    .tudo_intr_notc {
        padding: 0px 50px;
    }
    .tudo_intr_notc p {
        padding: 0px;
    }
    .tudo_conv {
        padding: 50px;
    }
    .foto_endr_quem img {
        width: 47%;
    }
    .tudo_doac_novo, .tudo_doac_novo2 {
        padding: 20px 50px 20px 50px;
    }
    .tudo_doac_novo p span {
        font-size: 14px;
    }
    .menu li a {
        font-size: 18px;
    }
    .bene_curr_novo {
        width: 80%;
    }
    .titl_finl_quem p {
        font-size: 18px;
    }
    .titl-curr p {
        padding: 0 0px;
    }
    footer p span {
        font-size: 16px;
    }
    .vide_home iframe {
        width: 45%;
        height: 320px !important;
    }
}
@media screen and (max-width: 1024px) {
    .list-faca {
        padding: 35px 15px;
    }
    .tudo-list-faca p {
        margin-bottom: 10px;
    }
    .info-list-faca2 p a {
        font-size: 12px;
    }
    .titl-curr h1 {
        font-family: 'barlow-bold-webfont', sans-serif;
        padding: 30px 0 30px 0;
    }
    footer {
        padding: 15px 15px;
    }
    .informacoes {
        flex-direction: column;
        align-items: center;
    }
    .informacoes p {
        text-align: center;
        margin-top: 15px;
    }
    .informacoes img {
        width: 50%;
    }
    .informacoes {
        padding: 35px 15px;
    }
    .noticias {
        padding: 30px 15px;
    }
    .noticia-list p a {
        font-size: 17px;
    }
    .empresa h1 {
        font-size: 40px;
        margin: 35px 0;
    }
    .empresa-text {
        margin-top: 25%;
        padding-right: 45px;
    }
    .empresa p {
        font-size: 22px;
        line-height: 22px;;
    }
    .borda-menu {
        width: 740px;
        top: 14.5%;
    }
    .borda-menu hr {
        height: 2px;
    }
    .menu li a {
        font-size: 16px;
    }
    .menu li {
        margin: 0 8px;
    }
    .hece {
        padding: 50px 15px;
    }
    .informacoes p {
        padding-left: 0px;
    }
    .titl_quem p {
        padding-right: 210px;
        font-size: 16px;
    }
    .titl_finl_quem p, .titl_finl_quem p span {
        font-size: 16px;
    }
    .esqd_endr_quem p {
        font-size: 17px;
    }
    .dirt_endr_quem p {
        font-size: 17px;
    }
    .tudo_doac {
        padding: 20px 50px 20px 50px;
    }
    .tudo_hemo_intr {
        padding: 50px 15px 50px 15px;
    }
    .titl-curr p {
        padding: 0 15px;
    }
    .tudo_list_notc {
        padding: 15px;
    }
    .list_notc_intr p {
        padding: 0px;
        line-height: 20px;
    }
    .list_notc_intr {
        min-height: 435px;
    }
    .tudo_intr_notc {
        padding: 0px 15px;
    }
    .tudo_intr_notc p {
        padding: 0px;
    }
    .tudo_conv {
        padding: 15px;
    }
    .tudo-list-faca {
        min-height: 440px;
    }
    .info_cont {
        padding: 0px 50px 50px 50px;
    }
    .esqd_labt {
        width: 100%;
        float: none;
    }
    .dirt_labt {
        display: none;
    }
    .foto_endr_quem img {
        width: 40%;
    }
    .tudo_doac_novo, .tudo_doac_novo2 {
        padding: 0px 15px 20px 15px;
    }
    .titl-curr h1 {
        padding: 0px;
    }
    .menu li a {
        font-size: 14px;
    }
    .tudo-list-faca {
        min-height: 535px;
    }
    .tudo-list-faca {
        width: 98%;
        float: none;
        min-height: 455px;
    }
    .botn_tudo_vaga_curr {
        font-size: 18px;
    }
    .botn_tudo_vaga_curr {
        font-size: 18px;
    }
    .titl_finl_quem p {
        padding-right: 282px;
    }
    /* ALTERAÇÃO LISTA TRABALHE CONOSCO 22.02.2022 */
    .fund_list_trab_novo {
        padding: 30px 50px 10px 50px;
    }
    /* ALTERAÇÃO LISTA TRABALHE CONOSCO 22.02.2022 */
    .text_bene_curr_novo {
        margin-top: 27px;
    }
    footer p span {
        font-size: 13px;
    }
    footer p {
        border-left: 3px solid #fbce16;
        height: 75px;
    }
    .text-polt-rodp a {
        font-size: 14px;
    }
    .text-polt-rodp i {
        font-size: 14px;
    }
    .text-polt-rodp {
        margin-top: 15px;
    }
    .tk-float-splash .tk-float-splash--content {
        padding: 0 40px;
    }
    .vide_home iframe {
        width: 80%;
        height: 455px !important;
    }
    .titl_qual p {
        padding-right: 300px;
        font-size: 16px;
    }
    .tudo_imag_notc {
        min-height: 300px;
    }
}
@media screen and (max-width: 769px) {
    .tudo-list-faca {
        width: 98%;
        float: none;
        margin: 1%;
    }
    .form-curr {
        padding: 0 15px;
    }
    .titl-curr p {
        padding: 0 15px;
    }
    .subt-curr hr {
        width: 25%;
        height: 25px;
    }
    .subt-curr p {
        width: 50%;
        font-size: 24px;
        font-family: 'barlow-bold-webfont', sans-serif;
    }
    .subt-curr span {
        font-size: 18px;
    }
    .titl-curr p {
        font-size: 18px;
    }
    .titl-curr h1 {
        padding: 60px 0 30px 0;
    }
    footer p span {
        font-size: 14px;
        padding-left: 10px;
    }
    footer p {
        border-left: 3px solid #fbce16;
        height: 90px;
    }
    .hece {
        margin: 0;
    }
    .empresa h1 {
        font-size: 30px;
    }
    .empresa-text {
        margin-top: 27%;
        padding-right: 25px;
    }
    .empresa p {
        font-size: 17px;
    }
    .menu {
        padding: 10px;
        flex-direction: column;
    }
    .menu img {
        width: 200px;
        padding-left: 0px;
        margin-bottom: 15px;
    }
    .menu li a {
        font-size: 15px;
    }
    .menu li {
        margin: 0 10px;
    }
    .borda-menu {
        display: none;
    }
    .titl_quem p {
        left: 2%;
        padding-right: 2%;
    }
    .titl_finl_quem p, .titl_finl_quem p span {
        font-size: 14px;
    }
    .esqd_endr_quem {
        top: 41%;
        left: 40%;
    }
    .dirt_endr_quem p {
        font-size: 14px;
    }
    .dirt_endr_quem {
        top: 43%;
        left: 58%;
    }
    .esqd_hemo_intr p a, .dirt_hemo_intr p a {
        font-size: 16px;
    }
    .titl_hemo_intr {
        font-size: 24px;
    }
    .meio_hemo_intr {
        height: 175px;
    }
    .list_notc_intr {
        width:48%;
        margin: 1%;
        min-height: 435px;
    }
    .list_notc_intr p {
        padding: 0px;
        line-height: 20px;
    }
    .tudo_intr_notc {
        padding: 0px 15px;
    }
    .tudo_intr_notc p {
        padding: 0px;
    }
    .tudo-list-faca {
        min-height: 315px;
    }
    .foto_endr_quem img {
        width: 33%;
    }
    .tudo_doac_novo img {
        width: 90%;
    }
    .tudo_doac_novo a button {
        margin: 10px 0;
    }
    .menu li a {
        font-size: 13px;
    }
    .esqd_bene_curr_novo, .dirt_bene_curr_novo {
        width: 100%;
        float: none;
    }
    .titl-curr p {
        font-size: 16px;
    }
    /* ALTERAÇÃO TRABALHE CONOSCO / VAGA ESTÁGIO 27.01.2021 */
    .list-faca-estg1 p, .list-faca-estg2 p {
        width: 100%;
        float: none;
    }
    .list-faca-estg1 p:nth-child(1), .list-faca-estg2 p:nth-child(1) {
        text-align: center;
    }
    .tudo-botn-list-faca-estg {
        width: 96%;
    }
    /* ALTERAÇÃO TRABALHE CONOSCO / VAGA ESTÁGIO 27.01.2021 */

    /* ALTERAÇÃO LISTA TRABALHE CONOSCO 22.02.2022 */
    .fund_list_trab_novo {
        padding: 30px 10px 10px 10px;
        width: 100%;
    }
    .fund_list_trab_novo p {
        width: 35%;
        font-size: 16px;
    }
    .fund_list_trab_novo select, .fund_list_trab_novo input {
        width: 65%;
    }
    /* ALTERAÇÃO LISTA TRABALHE CONOSCO 22.02.2022 */
    /* ALTERAÇÃO TRABALHE CONOSCO 13.04.2022 */
    .fund_list_trab_radi p {
        margin-top: -10px;
    }
    .fund_list_trab_radi input {
        width: auto;
        float: none;
    }
    /* ALTERAÇÃO TRABALHE CONOSCO 13.04.2022 */
    .tk-float-splash .tk-float-splash--content {
        height: 90px;
    }
    footer {
        display: table;
    }
    footer img {
        max-width: 35%;
        margin: 0 auto;
        margin-bottom: 35px;
    }
    .titl_info_cont {
        margin-bottom: 5px;
        margin-top: 20px;
    }
    .vide_home iframe {
        width: 95%;
        height: 265px !important;
    }
    .tudo_thum_notc {
        width: 100%;
        float: left;
        margin: 5%;
    }
    .tudo_imag_notc {
        width: 100%;
        float: left;
        margin: 0 5%;
    }
}
@media screen and (max-width: 767px) {
    .banner {
        display: none;
    }
    .banner-mobl {
        display: table;
        padding-top: 50px;
    }
    .menu {
        display: none;
    }
    .menu {
        padding: 10px;
        flex-direction: column;
    }
    .menu img {
        width: 200px;
        padding-left: 10px;
        margin-bottom: 15px;
    }
    .menu li a {
        font-size: 12px;
    }
    .menu li {
        margin: 0 5px;
    }
    .menu-mobile {
        display: block;
    }

    .animate {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .nav-controller {
        position: fixed;
        top: 9px;
        right: 15px;
        padding: 4px 7px 3px;
        border: 2px solid rgb(254, 237, 2);
        color: rgb(254, 237, 2);
        border-radius: 25px;
        font-size: 12pt;
        cursor: pointer;
        z-index: 300;
    }
    nav ~ .nav-controller > .controller-open {
        display: inline-block;
        color: #fff;
    }
    nav ~ .nav-controller > .controller-close {
        display: none;
    }
    nav.focus ~ .nav-controller > .controller-open {
        display: none;
    }
    nav.focus ~ .nav-controller > .controller-close {
        display: inline-block;
    }
    nav {
        position: fixed;
        top: 0px;
        right: -100%;
        padding-top: 65px;
        padding-bottom: 15px;
        height: 100%;
        max-width: 200px;
        text-align: right;
        background-color: rgb(255, 255, 255);
        box-shadow: -3px 0px 3px 0px rgba(160, 160, 160, 0.30);
        z-index: 100;    
        overflow: auto;
    }
    nav.focus {
        right: 0px;
    }
    nav > .divider {
        content: '';
        border-bottom: 1px solid rgb(230, 230, 230);
        max-height: 1px;
        overflow: hidden;
        margin: 15px 0px;
    }
    nav > ul > li {
        font-size: 15px;
        padding: 0 20px 10px 20px;
    }
    nav > ul > li a {
        color: #272727;
        font-family: 'barlow-medium-webfont', sans-serif;
        border-bottom: 1px solid #ffee00;
    }
    .logo-fahe-mobl {
        position: fixed;
        width: 14%;
        padding: 12px 0 0 12px;
        z-index: 999;
    }
    .text_amar {
        color: #feec03;
    }
    footer {
        width: 100%;
        margin: 0 auto;
        flex-direction: column;
        align-content: center;
    }
    footer img {
        margin: 0 auto;
    }
    footer a>.footer-img2 {
        margin-top: 20px;
    }
    footer p span {
        font-size: 12px;
    }
    footer p {
        border-left: 2px solid #fbce16;
        height: 65px;
        margin-top: 20px;
    }
    footer :nth-child(2) {
        order: 3;
    }
    footer>.footer-img1 {
        width: 130px;
        height: 39px;
    }
    footer a>.footer-img2 {
        width: 30px;
        height: 20px;
    }
    .botoes {
        flex-direction: column;
        padding-bottom: 0px;
    }
    .botoes img {
        width: 100%;
        margin-bottom: 2%;
    }
    .btn2 img {
        margin-left: 0%;
    }
    .btn3 img {
        margin-left: 0%;
    }
    .informacoes img {
        width: 70%;
    }
    .informacoes p {
        padding-left: 0px;
    }
    .informacoes {
        padding: 0px 15px 30px 0px;;
    }
    .noticias {
        padding: 35px 15px;
        background: #ffffff
    }
    .noticia-list {
        flex-direction: column;
    }
    .noticia-list>article {
        margin-bottom: 30px;
    }
    .noticia-list p {
        margin-top: 5px;
    }
    .noticias-topo img {
        max-width: 60%;
    }
    .noticias-topo button {
        font-size: 14px;
        padding: 5px 15px;
        margin-top: 10px;
        border: 1px solid #020000;
        background: #020000;
        color: #ffffff;
    }
    .noticias-topo {
        margin-bottom: 20px;
    }
    .hece {
        margin: 0;
        flex-direction: column;
        padding: 0px 15px 0px 15px;
    }
    .hece img {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .empresa h1 {
        font-size: 28px;
        line-height: 34px;
        text-align: center;
        margin: 15px 0 15px 0;
    }
    .empresa-img, .empresa-text {
        /* display: none; */
        position: relative;
        margin: 10px;
        font-size: 24px !important;
        text-align: center;
    }
    .empresa p {
        font-size: 22px;
    }
    .bg-topo a:nth-child(3) {
        margin-right: 15px;
    }
    .bg-topo {
        padding: 2px;
        position: fixed;
        z-index: 99;
    }
    .titl_quem img, .titl_finl_quem img, .titl_endr_quem {
        display: none;
    }
    .titl_quem_mobl {
        text-align: center;
        font-size: 28px;
        line-height: 34px;
        font-family: 'barlow-black-webfont', sans-serif;
        margin-top: 0px;
        /* padding-bottom: 15px; */
    }
    .titl_finl_quem_mobl {
        text-align: center;
        font-size: 28px;
        line-height: 34px;
        font-family: 'barlow-black-webfont', sans-serif;
        /* padding-top: 20px;
        padding-bottom: 15px; */
    }
    
    .titl_qual img, .titl_finl_quem img, .titl_endr_quem {
        display: none;
    }
    .titl_qual_mobl {
        text-align: center;
        font-size: 28px;
        line-height: 34px;
        font-family: 'barlow-black-webfont', sans-serif;
        padding-top: 85px;
        padding-bottom: 15px;
    }
    .titl_qual p {
        position: relative;
        top: 0%;
        left: 0%;
        padding-right: 15px;
        padding-left: 15px;
        font-size: 16px;
    }


    .esqd_endr_quem, .dirt_endr_quem {
        position: relative;
        top: 0%;
        left: 0%;
    }
    .tudo_doac {
        padding: 20px;
    }
    .esqd_doac img {
        padding-top: 50px;
    }
    .esqd_doac img, .dirt_doac img {
        width: 90%;
    }
    .bann_doac img {
        width: 80%;
        margin-top: 25px;
    }
    .titl-curr h1 {
        padding: 50px 0 0px 0;
        font-size: 28px;
    }
    .esqd_hemo_intr, .dirt_hemo_intr {
        width: 100%;
        float: none;
    }
    .meio_hemo_intr {
        display: none;
    }
    .dirt_hemo_intr {
        margin-top: 30px;
    }
    .list_notc_intr {
        width: 98%;
        margin: 1%;
        min-height: 435px;
    }
    .list_notc_intr p {
        padding: 0px;
        line-height: 20px;
    }
    .carousel-control.left, .carousel-control.right {
        height: 50px;
        margin-top: 0;
        padding-top: 12px;
        top: 43%;
    }
    .dropdown-submenu > .dropdown-menu {
        top: 30px;
        left: 0%;
        width: 80%;
        margin: 0 auto;
        margin-top: 0px;
        margin-left: 10%;
        text-align: center;
    }
    .tudo_tran {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 50px;
    }
    .tudo_tran p {
        margin: 0px;
        padding: 0px;
    }
    .tudo_tran strong {
        font-size: 18px;
    }
    .tudo_tran p a {
        font-size: 18px;
        font-family: 'barlow-regular-webfont', sans-serif;
    }
    .titl_hemo_intr a {
        font-size: 24px;
    }
    .bg-topo p {
        margin-right: 50px;
        color: rgb(254, 237, 2);
    }
    .sepr_tran {
        width: 50px;
        height: 2px;
        background: #555353;
        margin: 0 auto;
        margin-bottom: 3px;
    }
    .sepr_tran2 {
        width: 40px;
        height: 1px;
        background: #fbd32a;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .bg-topo i {
        color: rgb(254, 237, 2);
    }
    .esqd_info_cont, .dirt_info_cont, .esqd_info_cont2, .meio_info_cont2, .dirt_info_cont2 {
        width: 95%;
        float: none;
        margin: 2.5% 2.5% 5% 2.5%;
    }
    .tudo_doac_novo, .tudo_doac_novo2 {
        padding: 70px 15px 20px 15px;
    }
    .tudo_pagn_intr, .tudo_pagn_fisc {
        padding: 20px 15px 20px 15px;
    }
    .esqd_pagn_intr, .dirt_pagn_intr {
        width: 95%;
        float: none;
        margin: 0 2.5%;
    }
    .titl_finl_quem {
        padding: 0 2% 0 2%;
    }
    .titl_finl_quem p, .titl_finl_quem p span {
        padding-right: 5px;
        font-size: 16px;
    }
    .titl_finl_quem_mobl p, .titl_finl_quem p {
        position: static;
    }
    .tudo_doac_novo, .tudo_doac_novo2 {
        padding: 70px 15px 20px 15px;
    }
    /* .tudo_doac_novo, .tudo_doac_novo2 {
        padding: 0px;
    } */
    .tudo_doac_novo2 img {
        width: 100%;
        margin: 0 auto;
        margin-top: 0px;
        margin-bottom: 30px;
    }
    /* ALTERAÇÃO 28.08.2020 */
    .tudo-list-faca {
        min-height: auto;
        display: table;
    }
    /* ALTERAÇÃO 28.08.2020 */
    /* ALTERAÇÃO TRABALHE CONOSCO / VAGA ESTÁGIO 27.01.2021 */
    .esqd_tudo_vaga_curr {
        width: 98%;
        float: none;
        margin-right: 0%;
        margin: 0 auto;
    }
    .dirt_tudo_vaga_curr {
        width: 98%;
        float: none;
        margin-right: 0%;
        margin: 0 auto;
        margin-top: 4%;
    }
    /* ALTERAÇÃO TRABALHE CONOSCO / VAGA ESTÁGIO 27.01.2021 */

    /* ALTERAÇÃO LISTA TRABALHE CONOSCO 22.02.2022 */
    .fund_list_trab_novo {
        padding: 30px 0px 10px 0px;
        width: 100%;
    }
    .fund_list_trab_novo p {
        width: 100%;
        float: none;
        text-align: left;
    }
    .fund_list_trab_novo select, .fund_list_trab_novo input {
        width: 100%;
        float: none;
    }
    /* ALTERAÇÃO LISTA TRABALHE CONOSCO 22.02.2022 */
    .espc_titl_curr {
        margin-bottom: 0px;
    }
    .bene_curr_novo {
        width: 98%;
    }
    .esqd_bene_curr_novo, .dirt_bene_curr_novo {
        width: 100%;
        float: none;
        margin: 0%;
    }
    .subt-curr, .subt-curr-list {
        margin: 15px 0;
    }
    .list-faca {
        padding: 15px 15px;
    }
    /* ALTERAÇÃO TRABALHE CONOSCO 13.04.2022 */
    .fund_list_trab_radi p {
        margin-top: -10px;
    }
    .fund_list_trab_radi input {
        width: auto;
        float: none;
    }
    /* ALTERAÇÃO TRABALHE CONOSCO 13.04.2022 */
    .fixo-rod1, .fixo-rod2 {
        width: 100%;
        float: none;
    }
    .tk-float-splash .tk-float-splash--content {
        height: 175px;
    }
    footer p {
        height: 47px;
    }
    footer p span {
        font-size: 10px;
    }
    .text-espc-polt {
        padding: 20px;
    }
    .titl_doac_novo {
        margin-bottom: 20px;
    }
}

a:link{color:#555353; text-decoration: none;}
a:visited {color:#555353; text-decoration: none;}
a:hover {color:#020000; text-decoration: none}

.linkedit:link{color: red; text-decoration: none;}
.linkedit:visited {color: red; text-decoration: none;}
.linkedit:hover {color:#020000; text-decoration: none}

.linkimpt:link{color: #555353; text-decoration: none;}
.linkimpt:visited {color: #555353; text-decoration: none;}
.linkimpt:hover {color:#020000; text-decoration: none}

.linkcook:link{color: #2b2b2b; text-decoration: none; font-size: 13px;}
.linkcook:visited {color: #2b2b2b; text-decoration: none; font-size: 13px;}
.linkcook:hover {color:#2b2b2b; text-decoration: underline; font-size: 13px;}