/*
 Theme Name:   Blog1
 Theme URI:    https://vcaweb.com.br
 Description:  Blog1 - Site de Notícias
 Author:       vcaweb
 Author URI:   https://vcaweb.com.br
 Template:     understrap
 Version:      1.0.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,700;1,600&display=swap');


:root {
  --primary: #1d642c!important;
  --secondary: #daa638!important;
}
.btn-primary {
    color: #fff;
    background-color: #1d642c;
    border-color: #1d642c;
}
.btn-secondary {
    color: #fff;
    background-color:#daa638;
    border-color: #daa638;
}
.bg-secondary {
    background-color:#daa638!important;
}

body{
  background-color: #fbfbfb;
}

.navbar .img-fluid{
  max-width: 200px;
}

/* 1. HEADER */

.navbar h1 {
  font-size: 25px;
  text-transform: capitalize;
}

/*Ajuste no menu escondido dropdown*/

.navbar-dark .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  color: #1d642c!important;
}

.dropdown-menu li a{
  color: #1d642c;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #1d642c;
}
/*Fim Ajuste no menu escondido dropdown*/

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .active > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-brand a {
  font-size: 15px;
}
.navbar-dark .navbar-toggler {
  border-color: #1d642c;
}
.navbar-form .btn-primary {
  border-color: #4caf50;
}

.navbar-toggler i {
  font-size: 26px;
  color: #1d642c;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    border: none;
  }
}
@media (max-width: 768px) {
  .navbar .container .navbar-form {
    max-width: 100%;
  }
}

/* ARTICLES */
.archive-header h1 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 1.5em;
}

/*article {
  margin-bottom: 1em;
}*/
article .entry-title a {
  color: #252525 !important;
}
article .entry-title {
  font-weight: bold;
  color: #252525;
  font-size: 32px;
  line-height: 36px;
  text-decoration: none;
}
article .entry-meta {
  margin-top: 0px;
  padding: 0 0 8px 0;
  color: #999;
  margin-bottom: 5px;
}
article .entry-date {
  text-transform: lowercase;
  font-size: 12px;
}
article .entry-meta,
article .entry-meta a {
  color: #787887;
  font-size: 14px;
}
article .entry-content {
  margin-top: 0.5em;
  color: #242424;
  line-height: 1.42;
  font-size: 18px;
  text-align: justify;
  font-family: 'Nunito', sans-serif;
}
article .entry-content figure{
  margin-bottom: 25px;
}
@media only screen and (min-width: 600px) {
  .entry-content,
  article .entry-meta,
  article .entry-title {
    padding-right: ;
    padding-left: ;
  }
}


article img {
  border-radius: 5px;
  display: block;
  margin: auto;
}

article .no-featured-image {
  margin-bottom: 0;
}
article .featured-image {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 1.5em;
}
article a.understrap-read-more-link {
  margin-bottom: 30px;
}

/* SINGLE */
.single article .featured-image {
  margin-top: 1.5em;
}
article blockquote::before {
  content: url("Assets/icons/right-quote.svg");
  font-size: 17px;
  display: block;
  width: 33px;
  height: 33px;
  line-height: 26px;
  margin-bottom: 21px;
}
article blockquote {
  background: #ffffff;
  padding: 2.4em 2.4em 2em;
  margin: 1.8em 0;
  color: #6e6e6e;
  margin-left: calc(var(--gap--vertical) * -1 - 4px);
}
article blockquote > cite {
  color: #000;
}

article .entry-footer,
article .entry-footer a {
  color: #787887;
  font-size: 15px;
  text-transform: capitalize;
}
/* SIDEBAR - WIDGETS */

.widget.widget_media_image {
  text-align: center;
}

h3.widget-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 20px;
  letter-spacing: -0.2px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
aside {
  margin-bottom: 20px;
  background-color: #fff;
}

aside .btn-primary:hover {
  background-color: #000;
  border-color: #000;
}
.footer-widget ul,
aside ul {
  padding: 0;
  list-style: none;
}
.footer-widget ul li,
aside ul li {
  padding: 0.5em 0.5em;
  display: inline-flex;
}
.footer-widget ul li a,
aside ul li a {
  color: #FFFFFF;
}
aside ul li a:hover {
  text-decoration: none;
}
.wrapper#wrapper-footer-full {
  background-color: #197203;
} 
.wrapper {
  padding: 20px 0;
}

#wrapper-footer .site-info {
  text-align: center;
  font-size: 13px;
}
/**
 * Post/Page Navigation
 */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #1d642c;
    border-color: #1d642c;
}
.page-link{
  color: #1d642c;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
  width: 50%;
  display: inline-block;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: right;
}
/**
 * COMMENTS
 */
.comments-count-wrapper {
  padding: 2em 0;
}

.comments-count-wrapper .comments-title {
  font-weight: normal;
  word-wrap: break-word;
}

.comment-list {
  margin: 0;
  word-wrap: break-word;
  padding-bottom: 0.5em;
  list-style: none;
}

.comment-list li {
  list-style: none;
}

.comment-list li.depth-1 .comment,
.comment-list li.depth-2 .comment {
  border-bottom: 1px solid #eeeeee;
}

.comment-list .children {
  margin-left: 2em;
}

@media (max-width: 992px) {
  .comment-list .children {
    margin-left: 1em;
  }
}

@media (max-width: 544px) {
  .comment-list .children {
    margin-left: 0.66666em;
  }
}

.comment-list .comment-respond {
  padding: 1em 0;
  border-bottom: 1px solid #eeeeee;
}

.comment-list .comment-respond .comment-reply-title {
  margin-top: 0;
  padding-top: 0;
}

.comment-list .comment-respond p {
  margin-bottom: 0.5em;
}

.comment-list #cancel-comment-reply-link {
  white-space: nowrap;
  font-size: 15px;
  font-size: 1rem;
  margin-left: 1em;
}

.comment-list .comment-edit-reply-wrap {
  -js-display: flex;
  display: flex;
  justify-content: flex-end;
}

.comment-list .edit-link {
  flex: 1;
}

.comment-list .comment-awaiting-moderation {
  margin-bottom: 0;
}

.comment {
  padding: 1em 0;
}

.comment-avatar-wrap {
  float: left;
  clear: right;
  margin-right: 1.33333em;
}

@media (max-width: 768px) {
  .comment-avatar-wrap {
    margin-right: 0.5em;
  }
}

.comment-avatar-wrap img {
  border-radius: 50%;
}

@media (max-width: 768px) {
  .comment-avatar-wrap img {
    max-width: 2.5em;
  }
}

.comment-meta-wrap {
  float: left;
  clear: right;
  padding: 0 0 1.33333em;
}

.comment-content {
  clear: both;
}

.comment-cite-wrap {
  text-align: left;
}

.comment-cite-wrap cite {
  font-style: normal;
}

.comment-reply-title {
  padding-top: 1em;
  font-weight: normal;
  line-height: 1.65;
}

.comment-meta {
  margin-bottom: 0.5em;
}
.comment-meta .comment-author img {
  border-radius: 50%;
  margin-right: 10px;
}
.comment-metadata time {
  font-size: 12px;
  color: #6e6e6e;
}
.comment-time .timendate,
.comment-time .reply {
  margin-right: 0.5em;
}

.comments-area {
  border-top: 1px solid #eeeeee;
  margin-top: 2em;
  background: #fff;
  padding: 2em;
  /*  1 - Textarea Styles */
  /*  2 - Input Fields Styles */
  /*  4 - Comment List Styles  */
  /* Comment Cookie concent field aignment */
}

@media (max-width: 768px) {
  .comments-area {
    margin-top: 1.5em;
  }
}
.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"] {
  border: 1px solid #ebeced;
  padding: 1.5em;
}

.comments-area .comment-form-comment {
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

.comments-area .comment-notes,
.comments-area .comment-textarea,
.comments-area .form-allowed-tags {
  margin-bottom: 1.5em;
}

.comments-area .form-submit {
  margin-bottom: 0;
}

.comments-area textarea#comment,
.comments-area .comment-formwrap input[type="text"] {
  border: 1px solid #ebeced;
  width: 100%;
  border-radius: 0;
  vertical-align: middle;
  margin-bottom: 10px;
}

.comments-area .no-comments {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.comments-area p.logged-in-as {
  margin-bottom: 1em;
}

.comments-area #wp-comment-cookies-consent {
  margin-right: 10px;
}
.comments-area input[type="submit"] {
  background-color: #53f;
  border: none;
}
.comments-area input[type="submit"]:hover {
  background-color: #000;
}
/**
 * MAIN SLIDER
 */
#wrapper-hero {
  margin-bottom: 20px;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.2);
}

.slide-destaque {
  background-size: cover;
  border-radius: 5px;
}
.carousel-item {
}

  #main-slider article .carousel-caption h3 {
    font-size: 20px;
    text-transform: capitalize;
  }
  #main-slider article .carousel-caption {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 0px;
    padding-left: 10px;
    text-align: left;
    z-index: 9;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0, #222 100%);
    border-radius: 0 0 5px 5px;
  }
}

#main-slider article .carousel-caption h3 {
  font-size: 35px;
  text-transform: capitalize;
}
#main-slider article .carousel-caption h3 a {
  color: #fff;
  text-decoration: none;
}

.author-boxx {
  background: #fff;
  padding: 1em;
  margin-bottom: 2em;
}
.author-header h2 {
  font-size: 23px;
}

.entry-content .alignwide {
  margin-left: -25px;
  max-width: calc(100% + 50px);
  width: calc(100% + 50px);
}

.entry-content .alignfull {
  margin-left: calc(-49vw + 98% / 2);
  margin-right: calc(-49vw + 98% / 2);
  max-width: 100vw;
}

.entry-content .alignfull img {
  width: 100vw;
}
.widget-sidebar {
  background: #fff;
  padding: 10px;
  border: 1px solid #eee;
  margin: 0 0 10px;
}
.widget-area {
    border-top: 10px solid #1d642c!important;
    border-radius: 4px;
    background: #fff;
    padding: 10px;
    border: 1px solid #eee;
    margin: 0 0 10px;
}
.widget-menu {
  margin-bottom: 5px;
}
.navbar-dark {
  background-image: linear-gradient(-20deg, #1d642c 0%, #26860d 100%);
  box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 20%);
}


/*SLIDE DESTAQUE*/
.category-title{
  display: inline-block; 
  background: #1d642c; 
  color: #fff;
  font-weight: 500; 
  padding: 3px; 
  font-size: 10px; 
  line-height: 1.35em; 
  margin-right: 4px;
  position: relative; 
  white-space: nowrap; 
  word-wrap: normal; 
  letter-spacing: 0; 
  transition: 0.3s; 
  border-radius: 2px; 
  margin-bottom: 5px;
}
#blog .category-title {
  display: inline-block;
  background: #1d642c;
  font-weight: 500;
  color: #fff;
  padding: 0 6px;
  font-size: 13px;
  line-height: 1.85em;
  margin-right: 4px;
  position: relative;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: 0;
  transition: 0.3s;
  margin-left: 15px;
  margin-top: 15px;
}
.category-title.cat1 {
  background: #1d642c !important;
}
.category-title.cat2 {
  background: #1d642c !important;
}
.category-title.cat3 {
  background: #1d642c !important;
}
.category-title.cat4 {
  background: #1d642c !important;
}
.category-title.cat5 {
  background: #1d642c !important;
}

.title-destaque {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: bold;
}
#destaque {
  margin-top: 25px;
}
#box-destaque article .box-destaque-inner {
  height: 196px;
  width: 100%;
  background-size: cover;
  position: relative;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
#box-destaque article {
  margin-bottom: 25px !important;
}
#box-destaque article .carousel-caption {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #222 100%);
  padding: 0 5px;
  width: 100%;
  bottom: 0px;
  text-align: left;
  left: 0;
  right: 0;
  position: absolute;
  border-radius: 0 0 5px 5px;
}
#box-destaque article .carousel-caption .title-destaque {
  font-size: 15px;
}
#wrapper-footer {
  background-color: #1d642c !important;
}
#wrapper-footer .site-info {
  color: #fff;
}
article .featured-image {
  text-align: center;
}
article {
    margin-bottom: 1em;
}
article .entry-content iframe {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.row.publicidade {
  text-align: center;
}
.single .row.publicidade {
  margin-top: 10px;
}
.single .site-main {
  border-radius: 4px;
  padding: 20px;
  border: 1px solid #eee;
  margin: 0 0 10px;
  background: #fff;
}

.entry-footer .sharethis-inline-share-buttons {
  margin: auto !important;
}
.entry-footer {
  margin-top: 30px;
}
.wp-caption-text {
    position: absolute;
	width: 100%;
    padding: 5px;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 2) 100% );
    color: #fff;
    z-index: 9;
    bottom: 0;
    border-radius: 0 0 5px 5px;
}
#destaque .wp-caption-text {
  margin-top: -46px !important;
}
article figure{
  position: relative;
}
.breadcrumb {
  display: block !important;
}

.title-subdestaque.h2-box {
  margin: 0px;
  margin-bottom: 30px;
}
.botao-h2 {
  float: right;
  margin-top: -3px;
}

#sec-destaque {
  margin-bottom: 35px;
}
#blog .box-destaque-inner {
  height: 240px;
  width: 100%;
  background-size: cover;
  position: relative;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
#blog .title-destaque {
  font-size: 24px;
  color: #444444;
}
#blog .content-blog {
  margin-top: 50px;
}
.blog .content-blog article {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #eee;
  padding-top: 25px;
}
.site-main #destaque {
  margin-bottom: 25px;
}
.pagination {
  float: left;
}
#search-wrapper article {
  margin-bottom: 1em;
  height: 250px;
  border-bottom: 1px solid #ccc;
  margin-top: 30px;
}
.widget-image img {
  display: block;
  margin: auto;
}

.titulo-post-texto p {
  margin-bottom: 0;
}
.titulo-post-texto {
  padding: 10px;
  padding-left: 20px;
}
.titulo-post-texto h5 a {
  color: #242424;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
}
.titulo-post-texto2 p {
  margin-bottom: 0;
}

.titulo-post-texto2 h6 a {
  color: #242424;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  line-height: 1.1 !important;
}
.mais-noticias-box {
  height: 75px;
  margin-bottom: 15px;
}
.mais-noticias-box .box-destaque-inner {
  width: 110px;
  height: 75px;
  float: left;
  margin-right: 10px;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.2);
}
.borda-titulo-topico {
  background: #daa638;
  width: 100px;
  height: 5px;
  bottom: 0;
  left: 0;
  position: absolute;
}
.titulo-meta {
  position: relative;
}
.title-subdestaque small {
  margin-left: 30px;
}
.title-subdestaque small a {
  padding: 0 10px;
}
.data-post {
  text-transform: lowercase;
  margin-left: 5px;
  color: #6c757d;
  font-size: 10px;
}
.data-post-destaque {
  text-transform: lowercase;
  margin-left: 5px;
  color: #fff;
  font-size: 10px;
}

/*Seção Vídeos*/
#sec-video {
  background: #1f1f1f;
  padding: 35px;
}
#sec-video .title-video {
  color: #fff;
  border-bottom: 3px solid #1d642c;
  margin-bottom: 60px;
}
#sec-video .epyt-gallery-list {
  color: #fff;
}
@media (min-width: 768px) {
  #sec-video .wp-block-embed {
    width: 48%;
    float: left;
    margin-right: 30px;
  }
  #sec-video .epyt-gallery-list {
    width: 50%;
    float: left;
    margin-top: -50px;
  }
}

/*Mais LIdas*/
ul {
  counter-reset: section;
  list-style-type: none;
}
.posts-list-counter li:before {
  display: block;
  width: 35px;
  height: 35px;
  counter-increment: section;
  content: counters(section, ".") " ";
  position: absolute;
  z-index: 2;
  top: 0;
  left: -15px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  border: 2px solid #ffffff;
  background: #1d642c;
  color: #fff;
  border-radius: 100%;
}
li.wtpsw-post-li {
  padding: 7px 0;
  position: relative;
}
.wtpsw-post-title {
  font-size: 14px;
  font-weight: 600;
}
.wtpsw-date-post {
  font-size: 10px;
}
.wtpsw-post-thumb-left {
  width: 100px;
}
.wtpsw-post-items .wtpsw-post-li {
  padding-bottom: 5px !important;
}
.wtpsw-post-li {
  border-bottom: 0;
}
.wtpsw-post-items ul {
  margin-left: -15px;
}
.wtpsw-post-thumb-left img {
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.2);
}

/*POSTS RELACIONADOS*/
#rpbt-related-gallery-1.gallery-columns-4 .gallery-item {
  padding: 8px;
}
#rpbt-related-gallery-1.gallery-columns-4 .gallery-item a img {
  width: 100%;
}
#rpbt-related-gallery-1.gallery-columns-4 .gallery-item .wp-caption-text {
  max-width: 30ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  margin-top: -38px;
  border-radius: 0;
}
.post-relacionado .title {
  text-align: left !important;
  font-size: 23px;
  font-weight: bold;
  width: 160px;
  margin-left: 9px;
}
.comentario-title .title {
  text-align: left !important;
  font-size: 18px;
  margin-left: 9px;
}
#comentario {
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 10px;
}
.page-id-170 .entry-header h1,
.page-id-86739 .entry-header h1 {
  display: none;
}
.btn-outline-primary:hover,
.wpcf7 input[type="submit"] {
  color: #fff;
  background-color: #175e9d;
  border-color: #175e9d;
}
.botao-leiamais {
  margin-bottom: 10px;
  text-align: right;
}
#new-royalslider-1 {
  margin: auto;
  max-width: 600px !important;
}
.logo-vcaweb {
  max-width: 110px;
  padding: 5px;
  margin-top: -60px;
  float: right;
  margin-right: 20%;
  background: #fff;
  border-radius: 0 0 4px 4px;
}
.understrap-read-more-link {
  color: #fff;
  background: #1d642c linear-gradient(180deg, #54d431, #1d642c) repeat-x;
  border-color: #1d642c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  float: right;
}
.wp-block-embed-youtube {
  max-width: 900px;
  display: block;
  margin: auto;
}
#box-categoria #box-destaque article .box-destaque-inner {
  height: 215px;
}

/*Header*/
.header-topo #logo-tagline-wrap {
  width: 98%;
}
.header-topo #logo-tagline-wrap a img {
  max-width: 500px;
  padding: 15px;
}
.header-topo .fv-header-top__wrapper {
  display: flex;
  padding: 5px 0 5px;
  justify-content: space-between;
  align-items: center;
  height: 198px;
  background-image: url(sass/img/bg-topo.png);
}
.header-topo .content-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 200px;
}
.header-topo .menu-button__text {
  font-size: 15px;
  font-weight: 600;
  margin-top: 3px;
  position: absolute;
}
.header-topo button:focus {
  outline: 0px auto -webkit-focus-ring-color;
}
.header-topo {
  background: #22294e;
}
.bg-primary {
  background: #1d642c!important;
}
#main-menu li a {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  height: 100%;
  font-family: Roboto;
  text-transform: uppercase;
}

/****POST LAYOUT***/
/*Geral*/
.bg-color-4 {
  background-color: #617d8a !important;
}
.font-color-4 {
  color: #617d8a;
}
/*Entretenimento*/

/*Saúde*/
.font-color-7 {
  color: #107c10;
}
.bg-color-7 {
  background-color: #107c10 !important;
}
/*Politica*/
.font-color-10 {
  color: #50ae54;
}
.bg-color-10 {
  background-color: #50ae54 !important;
}
/*Esporte*/
.font-color-12 {
  color: #fd9727;
}
.bg-color-12 {
  background-color: #fd9727 !important;
}
/*Culinária*/
.font-color-13 {
  color: #657ceb;
}
.bg-color-13 {
  background-color: #657ceb !important;
}

/*POST-1*/
.card-featured .card-model-1 {
  height: 408px;
}
.card-sub .card-model-1 {
  height: 323px;
}
.card-model-1 {
  height: 262px;
  background-color: #d2d5d8;
}
.card-model-1 .image-link picture img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.card-featured .card-model-1 .image-link .card-title h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
.card-model-1 .image-link .card-title h2 {
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
}
.card-theme .card-title h2 {
  line-height: 22px;
  margin: 0;
}
.card-model-1 .card-title h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
}
.card-img-overlay {
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cc000000',GradientType=0 );
}
.card-model-1 .card-title .hat {
  background-color: #1f2d3d;
  padding: 5px 10px;
  color: #ffffff;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
}
.card-theme .card-title .hat {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.card-model-1 .image-link picture {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.card-theme {
  display: none;
  background-color: #fff;
  margin-bottom: 30px;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.05);
}
.card-theme .card-title {
  margin: 0;
}
a {
  color: #1d642c;
  text-decoration: none !important;
}
a:hover{
  color: #1d642c;
}

/*POST-2*/
.card-model-2 {
  height: 116px;
  display: flex;
}
.card-model-2 .image-link {
  width: 116px;
  height: 116px;
  display: block;
}
.card-model-2 .image-link img {
  max-width: inherit;
  width: 116px;
  height: 116px;
  object-fit: cover;
  object-position: center center;
}
.card-model-2 .image-link + .card-title {
  width: calc(100% - 116px);
}
.card-model-2 .card-title {
  padding: 15px;
}
.card-theme .card-title .card-info {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
  background: none;
  line-height: 10px;
}
.font-color-economia {
  color: #1fbcd3 !important;
}
.card-theme .card-title h2 a {
  color: #1f2d3d;
  font-size: 18px;
  font-weight: 600;
  display: block;
  letter-spacing: -0.4px;
  word-break: break-word;
  line-height: 24px;
}
.card-advertising {
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.02);
  margin-bottom: 30px;
  overflow: inherit;
}
.no-image .card-model-2 .image-link {
  display: none;
}
.no-image .card-model-2 .image-link + .card-title {
  width: 100%;
}

/** POST 3 **/
.card-model-3 {
  height: 262px;
}
.card-model-3 .image-link {
  height: 140px;
}
.card-model-3 .image-link picture img {
  object-fit: cover;
  object-position: center center;
  height: 140px;
  width: 100%;
}
.card-model-3 .card-title {
  padding: 15px;
  position: relative;
}
.card-model-3 .card-title h2 a {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

/** POST 5 **/
.card-model-5 {
  height: 230px;
  width: 100%;
}
.card-model-5 .image-link {
  height: 230px;
  margin-left: -15px;
}
.card-model-5 .image-link img {
  object-fit: cover;
  object-position: center center;
  height: 230px;
  width: 100%;
}
.card-model-5 .card-title .hat {
  font-weight: 500;
  color: #fff;
  padding: 5px;
}
.card-model-5 .card-excerpt .btn-secondary {
  display: none;
}
.card-model-5 .card-title {
  margin-top: 10px;
}

/** POST 6 **/
.card-model-6 {
  height: 320px;
}
.card-model-6 .image-link {
  height: 210px;
}
.card-model-6 .image-link picture img {
  object-fit: cover;
  object-position: center center;
  height: 210px;
  width: 100%;
}
.card-model-6 .card-title {
  padding: 15px;
  position: relative;
}
.card-model-6 .card-title h2 a {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
/*section-editorias*/
.section-editorias .topo-editorias {
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 0px;
  z-index: 9;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
.section-editorias .topo-editorias h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: inherit;
  position: relative;
  padding-left: 10px;
  margin: 0;
}
.section-editorias .topo-editorias h3:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #fff;
  left: 0;
  bottom: 10px;
}
.section-editorias .topo-editorias .col-md-12 {
  height: 45px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.section-editorias .content-editorias {
  margin-top: 30px;
}
.section-editorias .content-editorias .box-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding-right: 330px;
  width: 100%;
}
.card-advertising.sec-posicao-2 {
  position: absolute;
  right: 15px;
  top: 0;
  height: 700px;
}
/** indicator-section **/
.indicator-section {
  position: fixed;
  top: 50%;
  left: 20px;
  z-index: 9;
  margin-top: -140px;
}
.indicator-section a {
  margin-bottom: 20px;
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  border-radius: 100px;
}
.indicator-section a:hover {
  text-decoration: none;
}
.indicator-section a > span {
  position: relative;
  overflow: hidden;
  width: 20px;
  height: 20px;
  padding-left: 20px;
  border-radius: 100px;
  -webkit-transition: width 0.2s ease 0s, padding-left 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s, padding-left 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s, padding-left 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s, padding-left 0.2s ease 0s;
  transition: width 0.2s ease 0s, padding-left 0.2s ease 0s;
}
.indicator-section a > span:hover {
  width: 100%;
  padding-left: 20px;
}
.indicator-section a > span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  max-width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.indicator-section a > span span {
  position: relative;
  top: -1px;
  z-index: 1;
  padding-right: 25px;
}
.page-scroll {
  transition: top 0.5s ease-in-out;
  transition-delay: 0s;
}
.indicator-section a.indicator--color-topo > span:before {
  background-color: #1084c0;
}
/**Menu styck **/
.topo .wrapper .fv-header-nav.sticky-menu {
  display: flex;
  position: fixed;
  z-index: 90;
  width: 100%;
  top: -80px;
  height: 60px;
  transition: top 0.3s;
  -moz-transition: top 0.3s;
  -webkit-transition: top 0.3s;
  -o-transition: top 0.3s;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}
.topo .wrapper .fv-header-nav {
  position: relative;
  z-index: 60;
  background-color: #fff;
  padding: 0 15px;
}
.bottom-article {
  padding: 50px 0;
  border-top: 1px solid #ccc;
}
.bottom-article-title .title:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 27px;
  background: #daa638;
  height: 2px;
  width: 63px;
}
/* Breaking News */
.breaking-news .news {
  width: 180px;
  background: url(./img/bg-news1.png) no-repeat;
  background-position: right;
}
.breaking-news .news span:before {
  content: "";
  position: absolute;
  left: 129px;
  background: ;
  top: 13px;
  width: 22px;
  height: 22px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.breaking-news .news-scroll a {
  text-decoration: none;
}

.breaking-news .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: rgb(207, 23, 23);
  border-radius: 50%;
  display: inline-block;
}
.breaking-news {
  position: relative;
  float: left;
  width: 100%;
  height: 48px;
  margin: 20px 0;
  overflow: hidden;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%);
  -webkit-box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  font-family: "Roboto", sans-serif;
}
/*Search*/

.searchbar {
  position: relative;
  min-width: 50px;
  width: 100%;
  /*width: 0%;*/
  height: 50px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.searchbar-input {
  top: 0;
  right: 0;
  border: 1px solid #ccc;
  outline: 0;
  background: #ffffff;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0px 55px 0px 20px;
  font-size: 15px;
  border-radius: 5px;
  color: #868585;
}

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

.searchbar-input:-moz-placeholder {
  color: #fff;
}

.searchbar-input::-moz-placeholder {
  color: #fff;
}

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

.searchbar-icon,
.searchbar-submit {
  width: 50px;
  height: 40px;
  display: block;
  position: absolute;
  border-radius: 3px;
  top: 0;
  font-family: verdana;
  font-size: 14px;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: #000;
  border-left: 1px solid white;
}

.searchbar-open {
  width: 100%;
}

/*Topo*/
.bg-danger {
  background: #1d642c !important;
}

.btn.btn-social-icon {
  width: 45px;
  height: 45px;
  padding: 0;
  border-radius: 50%;
}

.btn.btn-rounded {
  border-radius: 50px;
}

.btn-outline-facebook {
  border: 1px solid #3b579d;
  color: #3b579d;
}

.btn-outline-facebook:hover {
  background: #3b579d;
  color: #ffffff;
}

.btn-outline-youtube {
  border: 1px solid #e52d27;
  color: #e52d27;
}

.btn-outline-twitter {
  border: 1px solid #2caae1;
  color: #2caae1;
}

.btn-outline-instagram {
  border: 1px solid #dc4a38;
  color: #dc4a38;
}

.btn-outline-twitter:hover {
  background: #2caae1;
  color: #ffffff;
}

.btn-outline-youtube:hover {
  background: #e52d27;
  color: #ffffff;
}

.btn-outline-instagram:hover {
  background: #e52d27;
  color: #ffffff;
}

.btn-facebook {
  background: #3b579d;
  color: #ffffff;
}

.btn-youtube {
  background: #e52d27;
  color: #ffffff;
}

.btn-twitter {
  background: #2caae1;
  color: #ffffff;
}

.btn-instagram {
  background: #dc4a38;
  color: #ffffff;
}

 .btn-whatsapp {
     background: #2ac24d;
     color: #ffffff
 }

 .btn-whatsapp:hover,
 .btn-whatsapp:focus {
     background: #1ca93d;
     color: #ffffff
 }

.btn-facebook:hover,
.btn-facebook:focus {
  background: #2d4278;
  color: #ffffff;
}

.btn-youtube:hover,
.btn-youtube:focus {
  background: #c21d17;
  color: #ffffff;
}

.btn-twitter:hover,
.btn-twitter:focus {
  background: #1b8dbf;
  color: #ffffff;
}

.btn-instagram:hover,
.btn-instagram:focus {
  background: #bf3322;
  color: #ffffff;
}
.bg-dark {
  background-color: #1d642c !important;
}
img.wp-post-image,
article img,
figure,
img,
#secondary img {
  max-width: 100%;
  margin: auto;
  height: auto;
}
.content-media__description {
  font-size: 12px;
  text-align: center;
}

body#tinymce { padding-left : 15px !important; padding-right : 15px !important; }
.single-post .entry-header .understrap-read-more-link{
  display: none;
}
.single-post .entry-content ul{
  list-style-type: disc!important;
}
#wrapper-footer-full h3.widget-title{
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
    letter-spacing: -0.2px;
    padding-bottom: 15px;
    border-bottom: 2px solid #dca83a;
    color: #FFF;
}
.menu-barra-topo #main-menu li a{
  color: #FFF;
  font-size: 10px;
  padding: 6px 5px 4px;
}

#wrapper-topbar{
  background: #32323a;
}
/*********************Blog 6 *****************************/

.widget-menu{margin-bottom: 5px;}
#menu.navbar-dark{ padding: 5px 0 0!important;}

.title-destaque{font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 19px; font-weight: bold;}
header.header-topo { background: #ffffff; }
#box-destaque article .box-destaque-inner{height: 196px; width: 100%; background-size: cover; position: relative; box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.2);}

#box-destaque article .carousel-caption .title-destaque{font-size: 15px;}
#wrapper-footer { background-color: #1d642c !important;}
#wrapper-footer .site-info{color: #FFF;}
article .featured-image { text-align: center; }
article .entry-content iframe{max-width: 100%;margin-left: auto; margin-right: auto; display: block;}
.row.publicidade{text-align: center; }
.single .row.publicidade{margin-top: 10px;}
.single .site-main{border-radius: 4px; padding: 10px; border: 1px solid #eee; margin: 0 0 10px;}

.entry-footer .sharethis-inline-share-buttons{margin: auto!important;}
.entry-footer {margin-top: 30px;}

#destaque .wp-caption-text{margin-top: -46px!important;}
.breadcrumb{display: block!important;}
.botao-h2{float: right; margin-top: -3px;}


#sec-destaque{margin-bottom: 35px;}
#blog .box-destaque-inner { height: 240px; width: 100%; background-size: cover; position: relative; box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2); }
#blog .title-destaque {font-size: 24px; color: #444444;}
#blog .content-blog {margin-top: 50px;}
.site-main #destaque{    margin-bottom: 25px;}
.pagination{float: left;}
#search-wrapper article { margin-bottom: 1em; height: 250px; border-bottom: 1px solid #CCC; margin-top: 30px; }
.widget-image img{display: block; margin: auto;}

.titulo-post-texto p{margin-bottom: 0;}
.titulo-post-texto{padding: 10px; padding-left: 20px;}
.titulo-post-texto h5 a{color: #242424; font-weight: 700; font-size: 17px; text-decoration: none;}
.titulo-post-texto2 p{margin-bottom: 0;}

.titulo-post-texto2 h6 a{color: #242424; font-weight: 700; font-size: 14px; text-decoration: none; line-height: 1.1!important;}
.mais-noticias-box {height: 75px;}
.mais-noticias-box .box-destaque-inner{width: 110px; height: 75px; float: left; margin-right: 10px; box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.2);}
.titulo-meta{position: relative;}
.title-subdestaque small{margin-left: 30px;}
.title-subdestaque small a{padding: 0 10px;}
.data-post{text-transform: lowercase; margin-left: 5px; color: #6c757d; font-size: 10px;}
.data-post-destaque{text-transform: lowercase; margin-left: 5px; color: #fff; font-size: 10px;}

/*Seção Vídeos*/
#sec-video{background: #1f1f1f; padding: 35px;}
#sec-video .title-video{    color: #FFF; border-bottom: 3px solid #1d642c;  margin-bottom: 60px;}
#sec-video .epyt-gallery-list{color: #FFF}
@media (min-width: 768px){
#sec-video .wp-block-embed{width: 48%; float: left; margin-right: 30px;}
#sec-video .epyt-gallery-list{width: 50%; float: left; margin-top: -50px;}
}

/*Mais LIdas*/
ul {counter-reset: section; list-style-type: none;}
.posts-list-counter li:before {display: block; width: 35px; height: 35px; counter-increment: section; content: counters(section,".") " ";
     position: absolute; z-index: 2; top: 0; left: -15px; text-align: center; font-size: 14px; font-weight: 600;
    line-height: 30px; border: 2px solid #ffffff; background: #1d642c; color: #fff; border-radius: 100%; }
li.wtpsw-post-li{ padding: 7px 0;  position: relative;}
.wtpsw-post-title{font-size: 14px;font-weight: 600;}
.wtpsw-date-post{font-size: 10px;}
.wtpsw-post-thumb-left{width: 100px;}
.wtpsw-post-items .wtpsw-post-li{padding-bottom: 5px!important; }
.wtpsw-post-li{border-bottom: 0;}
.wtpsw-post-items ul{margin-left: -15px; }
.wtpsw-post-thumb-left img {box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.2);}

/*****Box Mais Notícias*******/
.title-subdestaque{ color: #1d642c; font-size: 23px; text-decoration: none;}
.titulo-post-texto p{margin-bottom: 0;}
.titulo-post-texto{padding: 10px;}
.titulo-post-texto h5 a{color: #242424; font-weight: 700; font-size: 17px; text-decoration: none;}
.titulo-post-texto2 p{margin-bottom: 0;}

.titulo-post-texto2 h6 a{color: #242424; font-weight: 700; font-size: 14px; text-decoration: none; line-height: 1.1!important;}
.mais-noticias-box {height: 75px;}
.mais-noticias-box .box-destaque-inner{width: 110px; height: 75px; border-radius: 5px; float: left; margin-right: 10px; box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.2);}
.titulo-meta{position: relative;}
.title-subdestaque small{margin-left: 30px;}
.title-subdestaque small a{padding: 0 10px;}

/*Widget Categoria*/

#category-posts-2-internal .cat-post-thumbnail .cat-post-crop img{
  width: 100px !important;
  height: 100px !important;
  display: block;
  border-radius: 5px
}
#category-posts-2-internal .cat-post-item .cat-post-title{
  color: #1f1f1f;
  margin-top: 10px;
}
#category-posts-2-internal .cat-post-thumbnail .cat-post-crop img{
  max-width:none!important;
}
.category-posts-internal .cat-post-item{
  border-bottom: 1px solid #ebebeb;
}
.cat-post-title{
  margin-top: 10px
}

/*RESPONSIVE MOBILE*/
@media (max-width: 768px) {
  .st-has-labels .st-btn.st-remove-label {
    min-width: 50px !important;
  }
  .st-has-labels .st-btn {
    min-width: 50px !important;
  }
  .st-has-labels .st-last {
    display: inline-block !important;
  }
  .slide-destaque {
    height: 250px;
  }
  .title-destaque {
    font-size: 18px;
  }

  .navbar-dark .navbar-brand,
  .navbar-dark .navbar-brand a {
    font-size: 15px;
    font-family: Open Sans Condensed;
    font-weight: 500;
  }

  article .entry-title {
    font-size: 30px;
    line-height: 30px;
  }
  #box-destaque article .box-destaque-inner {
    height: 230px;
  }
  article .entry-content iframe {
    max-height: 280px;
  }
  .logo-vcaweb {
    margin-right: 10px;
  }
  #wrapper-footer .site-info {
    text-align: left;
  }
  .title-subdestaque {
    font-size: 18px;
  }
  .header-topo #search-box {
    display: none;
  }
  .header-topo .content-right {
    display: none;
  }
  .card-advertising.sec-posicao-2 {
    display: none;
  }
  .section-editorias .content-editorias .box-content {
    padding-right: 0;
  }
  .card-theme .card-title h2 a {
    line-height: 18px;
  }
  .card-model-2 .card-title {
    padding: 12px;
  }
  .card-model-3 {
    height: 280px;
  }
  .card-model-3 .image-link picture img {
    height: 180px;
  }
  .card-model-1 .image-link .card-title h2 {
    font-size: 20px;
  }
  .card-featured .card-model-1 .image-link .card-title h2 {
    font-size: 22px;
  }
  .header-topo #logo-tagline-wrap {
    margin: auto;
  }
  .navbar .container .navbar-form {
    width: 100%;
  }
  .title-subdestaque.h2-box {
    margin-bottom: 30px;
  }
  .carousel {
    margin-bottom: 20px;
  }
  .card-featured .card-model-1 .image-link .card-title h2{
    line-height: 26px;
  }
  .site{
    margin-top: 40px;
  }
  .publicidade-top{
    margin-top: 40px!important;
  }
  .single-post{
    margin-top: 80px;
  }
  .wp-caption-text{
    font-size: 12px;
  }
  .logo-mobile img{
    border-radius: 5px;
  }
}
/*RESPONSIVE DESKTOP */
@media (min-width: 768px) {
  .slide-destaque {
    height: 416px;
  }
  #wrapper-hero {
    height: 416px !important;
  }
  .carousel-item {
    height: 416px !important;
  }
  .busca-mob {
    display: none;
  }
  #blog {
    height: 270px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
  }
  #blog .entry-content {
    margin-top: -4px;
  }
  .box2 #box-destaque article .box-destaque-inner {
    height: 270px;
}
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
