

@font-face {
    font-family: gotham;
    src: url('../fonts/Gotham-Bold(1).ttf');
}
@font-face {
    font-family: gotham-medio;
    src: url('../fonts/Gotham-Medium(1).ttf');
}
@font-face {
    font-family: gotham-light;
    src: url('../fonts/Gotham-Light_0(1).otf');
}
* {
    outline: none;
}
a {
    text-decoration: none!important;
    cursor: pointer!important;
}
p {
    line-height: 1.5;
}
ul {
    padding: 0;
}
li {
    list-style: none;
}
body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

.bar-natal {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: red;
    padding: 15px;
    text-align: center;
}

.no-gutters {
    margin: 0;
}

.bar-natal p {
    font-family:Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    margin-top: 0;
    color: #fff;
    text-align: right;
    font-size: 14px;
}

.bar-natal .sino-com-folhas {

    position: absolute;
    width: 90px;
    top: -20px;
    left: 0px;
}


#contentRich{
    mmargin: 0 auto; width: 700px;
}

#botaoFechar{
     margin-left: 637px;position: absolute;z-index: 9999;margin-top: -45px;
}

.container {
    max-width: 1200px!important;
    width: 100%;
}
table, th, td {
    border: 1px solid black;
    padding: 10px 10px 0 5px;
    text-align: center;
}

/* --- GERAL --- */
.titulo-geral {
       font-size: 26px;
    font-family: gotham;
    color: #484848;
    text-transform: uppercase;
    border-bottom: 1px solid #faa61a;
    padding-bottom: 10px;
    margin-bottom: 20px;

}
.outras-infor{
    background: #efefef;
    padding: 30px 0 50px 0;

}
.titulo-interno {
    font-size: 50px;
    font-family: gotham;
    color: #2f9463;
    float: left;
}

.receitas-box img{
    float: right; 
    margin-left: 10px;
    width: 300px;
}
.sub-interno {
    font-size: 18px;
    font-family: gotham;
    color: #807f7f;
    margin-bottom: 30px;
}
.tituloreceita{
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
    margin-bottom: 20px; 
}
.p-interno {
    font-size: 14px;
    color: #a8a9a9;
    margin-bottom: 30px;
}
.botao {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background: #2f9463;
    border: 1px solid #2f9463;
    border-radius: 50px;
    padding: 10px 50px;
    margin-top: 10px;
    display: -webkit-inline-box;
}
li.current.waves-effect, .prev.disabled.prv {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.botao:hover {
    color: #2f9463;
    background: transparent;
    border: 1px solid #2f9463;
}
.cadastrar {
    color: #fff;
    background: #faa61a!important;
    border: 1px solid #faa61a!important;
    padding: 0!important;
}
.cadastrar:hover {
    color: #fff;
    background: transparent!important;
    border: 1px solid #fff!important;
    padding: 0!important;
}
.topo {
    margin-bottom: 50px;
}
.topo img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    margin-bottom: 50px;
}
.breadcrumb {
    float: right;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    margin-top: 25px;
    padding: 8px 0;
}
.breadcrumb>li>a {
    font-size: 14px;
    font-family: gotham-light;
    color: #535353;
    text-transform: uppercase;
}
.breadcrumb>li.active {
    color: #3b7b01;
    text-transform: uppercase;
}
.breadcrumb>li+li:before {
    padding: 0 3px;
    color: #535353;
    content: "\003e";
}
.borda {
    border-bottom: 1px solid #e0dfdf;
    padding: 50px 0;
}



/* --- MENU --- */
.navbar-default {
    background-color: #2f9463;
    border-color: transparent;
    height: 110px;
    border-radius: 0;
    margin-bottom: 0px;
    border: none;
}
.navbar-header {
    height: 110px;
}
.navbar-brand {
    margin: 0;
    padding: 0;
}
.navbar-header img {
    margin: 10px 0;
    width: 160px;
}
#bs-example-navbar-collapse-1 {
    float: right;
    height: 110px;
    padding: 0;
}
ul.nav {
    margin-right: -10px;
    height: 110px;
    display: flex;
    align-items: center;
}
ul.nav>li>a {
    font-size: 13px;
    font-family: gotham-light;
    color: #fff!important;
    text-transform: uppercase;
    padding: 10px;
}
ul.nav .fa-angle-down {
    color: #61d1de;
    font-size: 12px;
    line-height: 1px;
}
.hvr-underline-from-center:before {
    bottom: 7px;
    background: #fff;
    height: 2px;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;
}
.dropdown-menu>li>a {
    padding: 5px 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    color: #fff;
}
.dropdown-menu>li>a:hover {
    background: #faa61a;
    color: #fff;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #2f9463;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.175);
    box-shadow: 0px 0px 20px rgba(0,0,0,.175);
}



/* --- VITRINE --- */

.carousel-inner{
     background: #faa61a;
}
.carousel-inner img{
    width: 100%;
}
.carousel-caption {
    position: initial;
    float: right;
   
    padding: 30px;
    text-align: left;
    text-shadow: none;
}
.carousel-caption .content {
    width: 330px;
}
.carousel-inner p.info {
    font-size: 12px;
    font-family: gotham-light;
    color: #fff;
    text-transform: uppercase;
}
.carousel-caption p.info span {
    font-family: gotham;
}
.carousel-inner h1 {
    font-size: 43px;
    font-family: gotham;
    color: #fff;
    line-height: 43px;
}
.carousel-inner p {
    font-size: 14px;
    font-family: gotham-light;
    color: #fff;
    line-height: 27px;
}
.carousel-indicators {
    position: relative;
    left: 0;
    width: 41%;
    margin-left: 0;
    float: right;
    text-align: left;
    padding-left: 30px;
    margin-top: -20px;
    margin-bottom: 0;
}
.carousel-indicators .active {
    width: 10px;
    height: 10px;
    background-color: #2f9463;
    border: 1px solid #2f9463;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: #fff;
}


/* --- NOTICIAS --- */
.noticias {
    padding: 50px 0;
    text-align: center;
}
.noticias img {
    width: 100%;
}
.noticias .item {
    text-align: left;
    margin-bottom: 50px;
    height: 325px;
    /*height: 425px;*/
}
.noticias .item h1 {
    font-size: 16px;
    font-weight: 700;
    color: #2f9463;
    line-height: 25px;
    margin: 20px 0;
}
.noticias .item p {
    font-size: 14px;
    color: #4e4e4e;
}


/* --- EVENTOS --- */
.vitrine {
    background: url(../images/eventos.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
  
    text-align: center;
    padding: 50px 0;
}
.eventos .item {
    background: #2f9463;
}
.eventos .item img {
    width: 100%;
}
.eventos .item .content {
    padding: 20px 30px 60px 30px;
   min-height: 110px; 
}
.eventos .item .content .data {
    float: left;
    width: 20%;
    border-right: 1px solid #37b075;
}
.eventos .item .content .data h1 {
    font-size: 56px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    margin-top: -10px;
}
.eventos .item .content .data span {
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
}
.eventos .item .content p {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    width: 77%;
    float: right;
    text-align: left;
    margin-top: 5px;
}


/* --- ASSOCIADOS --- */
.associados {
    text-align: center;
    /*padding: 50px 0;*/
}
.associados .owl-dots {
    display: -webkit-inline-box
}
.associados .owl-dots .active span {
    background: none repeat scroll 0 0 #2f9463;
}
.associados .owl-dots span {
    background: none repeat scroll 0 0 #aeacac;
    border-radius: 20px;
    display: block;
    height: 10px;
    margin: 70px 7px 0 7px;
    width: 10px;
}


/* --- FOOTER --- */
.rodape1 {
    width: 100%;
    min-height: 115px;
    background: #2f9463;
    display: flex!important;
    align-items: center!important;
}
.rodape1 h1 {
    font-size: 26px;
    font-family: gotham-light;
    color: #fff;
    text-transform: uppercase;
    margin-top: 5px;
}
.rodape1 h1 span {
    font-family: gotham;
}
.rodape1 input {
    width: 100%;
    height: 40px;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    padding: 0 20px;
}
.rodape1 ::-webkit-input-placeholder {
   color: #fff;
}
.rodape1 :-moz-placeholder {
   color: #fff;
}
.rodape1 ::-moz-placeholder {
   color: #fff;
}
.rodape1 :-ms-input-placeholder {
   color: #fff;
}
.rodape2 {
    width: 100%;
    min-height: 65px;
    background: #484848;
}
.rodape2 address {
    margin-bottom: 0;
}
.rodape2 address span {
    font-size: 14px;
    color: #fff;
    margin-right: 20px;
    display: inline-flex;
    height: 65px;
    align-items: center;
}
.rodape2 address span i {
    color: #faa61a;
    margin-right: 8px;
    font-size: 18px;
}
.rodape2 .redes-sociais {
    float: right;
    display: inline-flex;
    height: 65px;
    align-items: center;
}
.rodape2 .redes-sociais i {
    font-size: 16px;
    margin-left: 15px;
    color: #fff;
}
.rodape2 .redes-sociais a:hover i {
    color: #faa61a;
}
h1,h2,h3,h4,h5,h6{
    font-weight: bold;
}

/* --- FALE CONOSCO --- */
.fale-conosco {
    margin-top: 50px;
}
.fale-conosco form,
.interna-blog .content {
    padding-right: 30px;
}
.fale-conosco label {
    font-size: 14px;
    font-family: gotham-light;
    color: #2f9463;
    text-transform: uppercase;
}
.fale-conosco .label-checkbox{
    height: 34px;
    padding: 6px 12px;
}
.fale-conosco h3 {
    font-family: gothan;
    color: #2f9463;
    text-decoration: underline;
}
.fale-conosco h4 {
    font-family: gothan;
    color: #2f9463;
}
.fale-conosco input {
    /*height: 45px!important;*/
    border: 1px solid #ccc!important;
    border-radius: 0!important;
}
.fale-conosco textarea {
    height: 230px;
}
.mapa {
    margin-bottom: -5px;
    margin-top: 100px;
}
.sidebar .item {
    height: auto;
}

.media {
    margin-top: 15px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.x-redei{
    height: 450px;
}
.sidebar h3 {
    font-size: 20px;
    font-family: gotham;
    color: #2f9463;
    text-transform: uppercase;
}
.sidebar p {
    font-size: 14px;
    color: #a8a9a9;
    margin-bottom: 35px;
}
.sobre {
    margin-bottom: 80px;
}
.sobre img,
.interna-blog img {
    /*width: 100%!important;*/
    height: auto!important;
    margin-bottom: 50px;
}



.albuns img {
    width: 65% !important;
    float: right;
    margin-right: 148px;
}

/*#contentConteudo img {
    width: 60%!important;
    margin-left: 150px;
}*/

#contentConteudo img {
    width: 80%!important;
    margin-left: 80px;
}


.associe-form{
    margin-bottom: 100px;
}


/* --- BLOG - INTERNA --- */
.interna-blog {
    margin: 50px 0;
}
.interna-blog .infos p.info {
    font-size: 12px;
    font-family: gotham-light;
    color: #a7a6a6;
    text-transform: uppercase;
}
.interna-blog .infos p.info span {
    font-family: gotham;
}
.interna-blog .infos h1 {
    font-size: 26px;
    font-family: gotham;
    color: #2f9463;
    line-height: 31px;
    margin-top: 25px;
    margin-bottom: 35px;
}
.interna-blog p {
    font-size: 14px;
    color: #4e4e4e;
    text-align: justify;
}
.media-object {
    display: block;
    width: auto !important;
}
.interna-blog .shares ul>li {
    float: left;
    margin-right: 10px;
}
.interna-blog .shares ul>li>a>img {
    width: 33px!important;
    margin-bottom: 0!important;
}
.interna-blog .sidebar h3 {
    color: #9c9b9b!important;
    margin-bottom: 20px;
}
.interna-blog .sidebar .item h1 {
    font-size: 14px;
    font-weight: 700;
    color: #2f9463;
    line-height: 20px;
    margin-top: -35px;
}
.interna-blog .noticias {
    padding: 0;
}
.interna-blog .eventos {
    background: none;
    height: auto;
    padding: 0;
}
.interna-blog .eventos .item .content {
    padding: 10px;
    min-height: 100px;
    margin-top: -40px;
}
.interna-blog .eventos .item .content .data {
    width: 25%;
}
.interna-blog .eventos .item .content .data h1 {
    font-size: 46px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.interna-blog .eventos .item .content .data span {
    font-size: 8px;
}
.interna-blog .eventos .item .content p {
    font-size: 14px;
    width: 72%;
    margin-top: 0;
}
.interna-blog .owl-nav {
    display: -webkit-box;
    float: right;
    position: absolute;
    right: 0;
    top: -41px;
}
.interna-blog .owl-prev {
    margin-right: 10px;
}
.interna-blog .owl-nav .fa {
    font-size: 20px;
    color: #2f9463;
}
.e-destaque{
    text-align: left;
    margin: 20px;
}

.sidebar {
    margin-top: 90px;
}
#st-1 {
    float: left;
    margin-top: 25px;
}

.fruticultura .topo {
    /*background: url(../../assets/banner-fruticultura.jpg) no-repeat center top !important;*/
    background: url(../../assets/banner-Fruticultura-Ago2022.jpg) no-repeat center top !important;
}

/*.associados .topo {
    background: url(../../assets/banner-associados.jpg) no-repeat center top !important;
}*/

.associados .topo {
    background: url(../../assets/banner-Associados-Ago2022.jpg) no-repeat center top !important;
}

.diretoria .topo {
    background: url(../../assets/banner-diretoria.jpg) no-repeat center top !important;
    display: none;
}

/*.diretoria .topo {
    background: url(../../assets/banner-diretoria-Ago2022.jpg) no-repeat center top !important;
}*/


.missao-visao-e-valores .topo {
    background: url(../../assets/banner-Missao-Ago2022.jpg) no-repeat center top !important;
}


/*.monitoramento .topo {
    background: url(../../assets/banner-monitoramento.jpg) no-repeat center top !important;
}*/

.monitoramento .topo {
    background: url(../../assets/banner-Monitoramento-Ago2022.jpg) no-repeat center top !important;
}


.indicacao-geografica .topo {
    background: url(../../assets/banner-indicacao-geografica-Ago2022.jpg) no-repeat center top !important;
}



/*.coex .topo {
    background: url(../../assets/banner-associacao.jpg) no-repeat center top !important;
}*/

.coex .topo {
    background: url(../../assets/banner-associao-Ago2022.png) no-repeat center top !important;
}

/*.municipios-da-area-livre-no-rn .topo {
    background: url(../../assets/banner-municipios.jpg) no-repeat center top !important;
}*/

.municipios-da-area-livre-no-rn .topo {
    background: url(../../assets/banner-Area-Livre-Ago2022.jpg) no-repeat center top !important;
}

#faleconosco{
    background: url(../../assets/coex-topo-fale-conosco-2023.jpg) no-repeat center top;
    height: 235px;
}

/* --- MOBILE --- */
@media (max-width: 999px) {
    #contentConteudo img {
        width: 100%!important;
        margin: 0 !important;
    }
    
    .interna-blog img {
        width: 100%!important;
        height: auto!important;
        margin-bottom: 30px;
    }

}
@media (max-width: 767px) {

    .albuns img{
        width: 100% !important;
        float: none;
        margin: 0;
    }



    .titulo-geral {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .navbar-default .navbar-toggle {
        border-color: #fff;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-toggle {
        padding: 15px 15px;
        margin-top: 25px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
    #bs-example-navbar-collapse-1 {
        float: none;
        height: auto!important;
        position: relative;
        z-index: 100;
        margin-top: -10px;
        background: #2f9463;
        text-align: center;
    }
    ul.nav {
        display: block;
        margin-right: 0;
        height: auto;
        margin-bottom: 25px;
    }
    ul.nav>li {
        margin-top: 15px;
    }
    ul.nav>li>a {
        padding-right: 0;
    }
    .vitrine {
        background: none !important;
        padding: 0px ;
    }
    .vitrine .item img {
        float: none;
        width: 100%;
       
    }

    .outras-infor img{
        width: 100%;
    }

    .carousel-inner h1 {
    font-size: 24px;
    font-family: gotham;
    color: #fff;
    line-height: 25px;
}

    .carousel-caption {
        float: none;
        width: 100%;
        height: 250px;
        padding: 10px;
    }
    .carousel-caption .content {
        width: 100%;
    }
    .carousel-caption h1 {
        font-size: 16px;
        line-height: 20px;
    }
    .carousel-caption p {
        font-size: 12px;
        line-height: 20px;
    }
    .carousel-indicators {
        width: 100%;
        float: none;
        text-align: center;
        padding-left: 0;
        margin-top: -30px;
    }
    .noticias {
        padding: 30px 0;
    }
    .eventos {
        min-height: 720px;
        padding: 10px 0;
        height: 100%;
    }
    .eventos .item {
        margin-bottom: 20px;
    }
    .eventos .item .content {
        padding: 5px;
    }
    .eventos .item .content .data {
        width: 22%;
    }
    .eventos .item .content .data h1 {
        font-size: 34px;
        margin-top: 0;
    }
    .eventos .item .content .data span {
        font-size: 8px;
    }
    .eventos .item .content p {
        font-size: 12px;
        width: 74%;
    }
    .associados {
        text-align: center;
        padding: 10px 0 30px 0;
    }
    .rodape1 h1 {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .rodape1 input {
        margin-bottom: 15px;
    }
    .rodape2 {
        padding-top: 20px;
    }
    .rodape2 address span {
        height: auto;
        text-align: center;
        margin-right: 0;
        display: block;
    }
    .rodape2 .redes-sociais {
        float: none;
        height: 0;
        margin-top: 20px;
        margin-bottom: 40px;
        text-align: center;
        display: block;
    }
    
    .topo img {
        height: 80px;
        margin-bottom: 30px;
    }
    .breadcrumb {
        float: left;
        margin-top: -10px;
    }
    .titulo-interno {
        font-size: 39px;
        float: none;
    }
    .borda {
        padding: 30px 0;
    }
    .sidebar {
        margin-top: 80px;
        margin-bottom: -50px;
    }
    .interna-blog .eventos {
        min-height: auto;
    }
}
@media (min-width: 900px) and (max-width: 1022px) {
    ul.nav>li>a {
        font-size: 12px;
        padding: 9px;
    }
}
@media (min-width: 768px) and (max-width: 910px) {
    ul.nav>li>a {
        font-size: 10px;
        padding: 5px;
    }
    .carousel-caption .content {
        width: 100%;
    }
    .carousel-caption {
        padding: 10px;
    }
    .eventos .item .content {
        padding: 10px;
    }
    .eventos .item .content .data h1 {
        font-size: 46px;
    }
    .eventos .item .content p {
        font-size: 14px;
        margin-top: 0;
    }
}

@media (max-width: 991px) {

    .bar-natal p {
        font-size: 16px;
        text-align: center;
    }

    .bar-natal .sino-com-folhas {
        width: 120px;
    }

    #contentRich{
        mmargin: 0 auto; width: 300px;
    }

    #imageRich{
        width: 100% !important;
    }

   #botaoFechar {
        margin-left: 280px;
        position: absolute;
        z-index: 9999;
        margin-top: -47px;
    }

}


@media (min-width: 768px) and (max-width: 1135px) {
    ul.nav>li>a {
        font-size: 9px;
        padding: 2px;
    }
}
@media (max-width: 599px) {

    .receitas-box img{
        width: 100%;
        margin: 0;
    }

    .x-redei{
        height: auto;
    }

}

li.current.waves-effect, .prev.disabled.prv {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}