/* ==========================================================================
    DEFINIÇÃO DE CONSTANTES
========================================================================== */
:root {
    --input-form-border: #d4d4d4;
}


/* ==========================================================================
  HEADER MODULO - ESPECÍFICO
========================================================================== */
header#header-modulo {
    background: url(../../../imagens/noticias/header-noticias.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*
ul.navbar-nav-complement li a, 
.btn-group.area-cliente .btn.btn-secondary .fa,
.navbar .btn-secondary, 
.navbar .show>.btn-secondary.dropdown-toggle {
    color: #FFF;
}

.hamburger,
.hamburger:before,
.hamburger:after {
    background-color: #FFF;
}*/

/* .navbar.navbar-dark {
    box-shadow: none;
} */

/* header#header-modulo h1 {
    margin-top: 190px;
}

header#header-modulo .header-box span {
    top: 235px;
} */

/* .hamburger,
.hamburger:before,
.hamburger:after {
    background-color: var(--cor-textos);
}

a.nav-link {
    color: var(--cor-textos);
}

a.nav-link:hover {
    color: var(--cor-3);
} */


/* ===================  FIM HEADER MODULO - ESPECÍFICO =================== */

/* ==========================================================================
    SECTION - AGENTES
========================================================================== */
#noticias, #feiras, #artigos {
    /* padding-top: 100px; */
    padding-top: 70px;
    padding-bottom: 70px;
}

#noticias {
    padding-top: 40px;
    padding-bottom: 100px;
}

#feiras span.url-back,
#artigos span.url-back {
    display: block;
    margin-bottom: 50px;
    margin-top: -50px;
    font-size: 18px;
    font-family: 'Roboto-Medium', sans-serif;
}

#feiras span.url-back a,
#artigos span.url-back a {
    font-family: 'Roboto-Medium', sans-serif;
}

article {
    margin-bottom: 0;
    border: none;
    background: #fff;
    overflow: hidden;
    color: #0a0a0a;
    
    border-radius: 10px;
    min-height: 375px;
    position: relative;
    margin-top: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;

    border: 1px solid var(--cor-botao-branco-border);
    box-shadow: 0 3px 6px var(--cor-botao-branco-sombra);
    background-color: #FFF;

    text-align: center;
}

article img {
    width: 100%;
    height: auto;
}

article h3 {
    text-align: center;
    margin-top: 20px;
    
    color: var(--cor-3);
    font-family: 'Roboto-Medium', sans-serif;
    margin-left: 5px;
    margin-right: 5px;

    font-size: 19px;
    line-height: 30px;

    margin-bottom: 0px;

}

article p {
    /* margin-bottom: 30px; */

    margin-left: 5px;
    margin-right: 5px;

    font-family: 'Roboto-Medium', sans-serif;
    margin-top: 0px;

    font-size: 12px;
    color: var(--cor-textos);
}

/*
.overlay-block {
    border-radius: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    transition: .9s ease;
    background-color: rgba(0, 0, 0, .5);
}


article:hover .overlay-block {
    opacity: 1;
}

.overlay-block a:link, 
.overlay-block a:visited {

    text-decoration: none;
    
    font-family: 'Roboto-Medium',
    sans-serif;
    font-size: 18px;
    padding: 16px 22px;
    border: 1px solid var(--cor-botao-branco-border);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: 0 3px 6px var(--cor-botao-branco-sombra);
    background-color: #FFF;
    color: var(--cor-botao-branco-textos);

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.overlay-block a:hover,
.overlay-block a:active {
    color: var(--cor-3);
    background-color: #FFF;
    border: 1px solid var(--cor-botao-branco-border);
}   
*/

.overlay-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;

    border-top-right-radius: 3px;
    border-top-left-radius: 3px;

    background-color: rgba(34, 181, 158, .9);
    -webkit-transition: .9s ease;
    -moz-transition: .9s ease;
    -ms-transition: .9s ease;
    -o-transition: .9s ease;
}

article.caixa-overlay {
    position: relative;
    overflow: hidden;
    width: 100%;
}

article.caixa-overlay:hover .overlay-block {
    opacity: 1;
}

.overlay-block a {
    color: #FFF;
    display: block;
    text-align: center;
    font-size: 16px;
    min-height: 100%;
    padding-top: 50%;
}

.overlay-block a:hover {
    text-decoration: none;
}

span.texto-link {
    position: relative;
    text-decoration: none;
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 18px;
    padding: 16px 22px;
    border: 1px solid var(--cor-botao-branco-border);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: 0 3px 6px var(--cor-botao-branco-sombra);
    background-color: #FFF;
    color: var(--cor-3);

    text-transform: capitalize;
    left: 7px;
}

span.texto-link:hover {
    color: var(--cor-3);
    background-color: #FFF;
    border: 1px solid var(--cor-botao-branco-border);
}



.bloco-info {
    min-height: 117px;
    margin-top: -20px;
    margin-bottom: -16px;
    padding-top: 10px;
}

#feiras h2,
#artigos h2 {
    margin-top: -20px;
    margin-bottom: 60px;
    font-family: 'Roboto-Bold', sans-serif;
}

#feiras .bloco-imagem {
    height: 80px;
    text-align: center;
}

#feiras h4 {
    font-family: 'Roboto-Bold', sans-serif;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
}

#feiras a:link,
#feiras a:visited, 
#artigos a:link,
#artigos a:visited {
    text-decoration: none;
    color: var(--cor-textos);
}

#feiras a:hover, 
#artigos a:hover {
    text-decoration: none;
    color: var(--cor-3);
}

#feiras p {
    text-align: center;

    font-size: 16px;
    color: var(--cor-textos);
}

#feiras time {
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin-top: -10px;
    margin-bottom: 60px;

    font-size: 13px;
    color: var(--cor-subtitulos);
}

#artigos h2 {
    margin-top: -10px;
    margin-bottom: 30px;
}

#artigos h4 {
    font-size: 28px;
    line-height: 40px;
}

/* #artigos p {
    font-family: 'Roboto-Medium',sans-serif;
    font-size: 16px;
} */

footer#footer-artigo {
    background-color: transparent;
    border: none;
    width: 100%;
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 12px;
    padding-top: 25px;
    padding-bottom: 0;
    margin-top: 0;

    color: var(--cor-subtitulos);

}

footer#footer-artigo span.data-artigo {
    font-family: 'Roboto-Bold', sans-serif;
}

img.img-noticia-dir {
    border-radius: 20px;;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}


a.btn-link-noticia {
    text-decoration: none;

    font-family: 'Roboto-Medium',
        sans-serif;
    font-size: 18px;
    padding: 16px 22px;
        border: 1px solid var(--cor-botao-video-border);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: 0 3px 6px var(--cor-botao-video-sombra);
    background-color: var(--cor-botao-video-fundo);
    color: #FFF !important;
}

a.btn-link-noticia:hover {
    color: #FFF;
    background-color: var(--cor-botao-video-fundo-hover);
    border: 1px solid var(--cor-botao-video-border);
}

a.btn-link-noticia .fa {
    margin-left: 26px;
}




/* ---------------------------------------------------
BARRA LIGAÇÃO LOJA ONLINE
-----------------------------------------------------*/
footer.shadow-top {
    margin-top: 0px !important;
}



/* ---------------------------------------------------
Projetos PT2020
-----------------------------------------------------*/
.caixa-section h3 {
    font-size: 26px;
}

.caixa-section img.pt2020-header {
    display: block;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 30px;
}

.caixa-section div.pt2020-header {
    border-top: 2px solid var(--cor-textos);
    border-bottom: 2px solid var(--cor-textos);
    padding-top: 25px;
    padding-bottom: 15px;
}

.caixa-section div.pt2020-header span,
.caixa-section div.pt2020-resumo span {
    display: block;
    text-align: justify;
    color: var(--cor-textos);
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.caixa-section div.pt2020-resumo {
    padding-top: 30px;
    padding-bottom: 30px;
}

.caixa-section img.pt2020-resumo-img {
    display: block;
    margin: auto;
    margin-top: auto;
    width: 200px;
    height: auto;
    margin-top: -20px;
}

.caixa-section p {
    text-align: justify;
}

.caixa-section div.img-sintese-bloco {
    padding: 30px;
}

.caixa-section div.img-sintese-bloco img.img-exemplo {
    display: block;
    margin: auto;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
