@font-face {
    font-family: 'GOTHIC';
    src: url("GOTHIC.TTF");
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    max-width: 100%;
    background-color: #fff;
    font-family: 'GOTHIC';
    overflow-x: hidden;
    overflow-y: scroll;
}

.limpar {
    clear: both;
    width: 100%;
    height: 1px;
    margin: 0;
    padding: 0;
}

.topo {
    width: 100%;
}

.topo-esquerda {
    width: 70%;
    float: left;
    padding-left: 50px;
}

.topo-esquerda img {
    margin-left: 55%;
    width: 25%;
}

.topo-direita {
    padding-top: 100px;
    text-align: right;
    margin-right: 50px;
}

.banner-principal img {
    width: 100%;
}

@media screen and (max-width: 480px) {
    .topo {
        width: 100%;
    }
    .topo-esquerda {
        width: 100%;
        float: left;
        padding-left: 0;
    }
    .topo-esquerda img {
        margin-top: 18%;
        margin-left: 25%;
        width: 50%;
    }
    .topo-direita {
        padding-top: 100px;
        text-align: center;
        margin-right: 0px;
    }
}

.banner-principal img {}

.titulo {
    text-align: left;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 10px;
    width: 80%;
    background: linear-gradient(100deg, rgba(238, 136, 31, 1) 0%, rgba(255, 209, 0, 1) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.noticias {
    padding-left: 10%;
    padding-right: 10%;
}

.noticias-home {
    width: 48%;
    float: left;
    background-color: #e3e6e6;
    margin: 1%;
}

.img-not-home {
    width: 50%;
    float: left;
    border-radius: 10px;
    margin-right: 10px;
}

.img-not-home:hover {
    filter: grayscale(1);
    transition: 1.5s;
}

.titulo-not-home {
    background-color: #9c9c9c;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    color: #fff;
}

@media screen and (max-width: 480px) {
    .noticias {
        padding-left: 10%;
        padding-right: 10%;
    }
    .noticias-home {
        width: 100%;
        float: left;
        background-color: #e3e6e6;
        margin: 1%;
    }
    .img-not-home {
        width: 100%;
        float: left;
        border-radius: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .titulo-not-home {
        background-color: #9c9c9c;
        font-size: 18px;
        text-align: center;
        padding: 10px;
        font-weight: bold;
        color: #fff;
    }
}

.text-not-home {
    margin-top: 10px;
    font-size: 14px;
}

.botao-not-home {
    background-color: #ee881f;
    color: #fff;
    border: none;
    padding: 5px 10px 5px 10px;
    margin-top: 15px;
    cursor: pointer;
}

.botao-not-home:hover {
    background-color: #f4ab1e;
    transition: 1s;
}

.home-botoes {
    background-image: url('../_IMG/Barra-2.png');
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 2%;
    margin-bottom: 0%;
}

.botoes img {
    width: 10%;
    margin: 2%;
}


/*PARCEIROS*/

.parceiros {
    background-color: #fff;
    width: 100%;
}

.faixa-parceiros {
    background-color: #e6e7e9;
    text-align: center;
    color: #012b54;
    font-size: 1.8em;
    padding: 10px;
    margin-top: 4%;
    font-weight: bold;
}

.slick-slide {
    margin: 0px 10px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/*RODAPÉ*/

.rodape {
    background-image: url('../_IMG/rodape.png');
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 30px;
    height: 300px;
    margin-top: 2%;
}

@media screen and (max-width: 480px) {
    .rodape {
        background-image: url('../_IMG/rodape.png');
        background-size: cover;
        padding-top: 50px;
        padding-bottom: 30px;
        height: 600px;
        margin-top: 10%;
    }
}


/*BANNER*/

.posicao-slide-2 {
    width: 100%;
}

@media screen and (max-width: 480px) {
    .posicao-slide-2 {
        width: 100%;
        margin-top: 8%;
    }
}


/*NOSSA EQUIPE*/

.multi-diretoria {
    text-align: center;
}

.multi-diretoria-2 {
    text-align: center;
}

.single-diretoria {
    width: 28%;
    float: left;
}

.single-diretoria-2 {
    width: 28%;
    float: left;
    margin: 0 1% 0 21%;
}

.single-diretoria-01 {
    width: 30%;
    float: left;
    margin: 0 1% 0 1%;
}

.colab-fotos {
    width: 60%;
    border-radius: 50%;
    margin: 1% 20% 1% 20%;
}

.colab-fotos:hover {
    filter: grayscale(1);
    transition: 1s;
}

.bt-diretoria {
    background-color: #ec8200;
    color: #fff;
    border: none;
    float: right;
}

@media screen and (max-width: 480px) {
    .single-diretoria {
        width: 100%;
        float: none;
    }
    .single-diretoria-2 {
        width: 100%;
        float: left;
        margin: 0;
    }
    .single-diretoria-01 {
        width: 100%;
        float: left;
        margin: 0;
    }
    .colab-fotos {
        width: 80%;
        border-radius: 50%;
        margin: 1% 10% 1% 10%;
    }
}

.single-diretoria img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    transition: 0.2s;
    width: 75%;
    transition: 1s;
}

.single-diretoria-2 img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    transition: 0.2s;
    width: 75%;
    transition: 1s;
}

.single-diretoria img:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: 1s;
}

.single-diretoria-2 img:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: 1s;
}

.cargo-diretoria {
    font-size: 20px;
    color: #0d7f89;
    font-weight: bold;
    margin-top: 2%berali;
}

.nome-diretoria {
    font-size: 16px;
    color: #e67a36;
}

.contato-input {
    width: 100%;
    border: 2px solid #a6a6a6;
    height: 35px;
    border-radius: 10px;
    margin-bottom: 2%;
}

.contato-input::placeholder {
    color: #a1a1a1;
    padding-left: 10px;
}

.att-cad-esq {
    width: 50%;
    padding: 20px;
    float: left;
}

.att-cad-dir {
    width: 50%;
    padding: 20px;
    float: left;
}

@media screen and (max-width: 480px) {
    .contato-input {
        width: 100%;
    }
    .att-cad-esq {
        width: 100%;
        padding: 20px;
        float: left;
    }
    .att-cad-dir {
        width: 100%;
        padding: 20px;
        float: left;
    }
}

.att-cad-submit {
    background-color: #d48131;
    border-radius: 10px;
    border: 1px solid #dfa331;
    color: #fff;
    margin-top: 1%;
    padding: 10px 25px 10px 25px;
    height: auto;
    font-size: 16px;
    margin-left: 20px;
}


/*Noticias*/

.titulos {
    font-size: 28px;
    font-weight: bold;
    color: #d07831;
    text-align: center;
}

.bt-25 {
    width: 20%;
    height: 50px;
    margin: 1% 2% 1% 2%;
    border: none;
    background-color: #dea231;
    color: #fff;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .bt-25 {
        width: 80%;
        height: 50px;
        margin: 1% 10% 1% 10%;
        border: none;
        background-color: #dea231;
        color: #fff;
        font-weight: bold;
    }
}

.sub {
    background-color: #e9e9e9;
    padding: 20px 0 15px 15px;
}


/*RODAPE*/

.rod-txt {
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}