/*
 Theme Name:   Blog26
 Theme URI:    https://vcaweb.com.br
 Description:  Blog26 - 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');
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');



:root {
  --bs-primary: #072855;
  --bs-secondary: #042F6C;
}
.row>* {
  padding-left: 5px;
  padding-right: 5px;
}
.text-primary {
  color: var(--bs-primary) !important;
}

/* Botões */
.btn-primary {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.btn-secondary {
  color: #fff;
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
}
.bg-secondary {
  background-color:#55acee!important;
}

/* Backgrounds */
body{
  background-color: #fbfbfb;
  font-family: "Sora", sans-serif;
}
.bg-primary {
  background: #072855!important;
}
.bg-dark {
  background-color: #072855 !important;
}

/* Navbar */
.navbar .img-fluid{
  max-width: 200px;
}
.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: #072855!important;
}

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

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

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

@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%;
    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,
#wrapper-footer-full h3.widget-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  letter-spacing: -0.2px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  color: #FFF;
}
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: #042f6c;
}
.wrapper {
  padding: 20px 0;
}

#wrapper-footer .site-info {
  text-align: center;
  font-size: 13px;
  color: #fff;
}

/* Navegação de Posts/Páginas */
.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: #072855;
  border-color: #072855;
}
.page-link{
  color: #072855;
}

.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;
  margin-left: 1em;
}

.comment-list .comment-edit-reply-wrap {
  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: 35px;
  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 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-radius: 4px;
    padding: 5px;
    padding-top: 0;
    margin: 0 0 10px;
}
.widget-menu {
  margin-bottom: 5px;
}
.navbar-dark {
  background: #072855;
  box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 20%);
}


/*SLIDE DESTAQUE*/
.category-title{
  display: inline-block; 
  background: #072855; 
  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: #072855;
  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: #072855 !important;
}
.category-title.cat2 {
  background: #072855 !important;
}
.category-title.cat3 {
  background: #072855 !important;
}
.category-title.cat4 {
  background: #072855 !important;
}
.category-title.cat5 {
  background: #072855 !important;
}

.title-destaque {
  font-family: "Sora", sans-serif;
  font-size: 19px;
  font-weight: bold;
}
#destaque {
  margin-top: 25px;
}
#mais-destaque #destaque {
  margin: 0 2px;
}
#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: 20px;
}
#wrapper-footer {
  background-color: #042F6C;
}
#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;
}

.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 {
  font-size: 23px;
  margin-top: 28px;
}
.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;
}
.site-main{

}
.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: #55acee;
  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 #072855;
  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: #072855;
  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: #072855 linear-gradient(180deg, #54d431, #072855) repeat-x;
  border-color: #072855;
  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 .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: #042F6C;
  height: 140px;
}
.header-row {
    height: 140px;
}

#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: Sora, sans-serif;
}

/****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: 548px;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.2);
}
.card-sub .card-model-1 {
  height: 323px;
}
.card-model-1 {
  height: 269px;
  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: #042F6C;
  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;
  Font-family: 'Sora', sans-serif;
  border-radius: 5px
}
.card-model-1 .image-link picture {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.card-theme {
  display: none;
  background-color: #fff;
  margin-bottom: 10px;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  -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: #072855;
  text-decoration: none !important;
}
a:hover{
  color: #072855;
}

/*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: 345px;
}
.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;
  background: #f7f7f7;
}
.bottom-article-title .title:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 27px;
  background: #007bff;
  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: "Sora", sans-serif;
}
/*Search*/

.searchbar {
  position: relative;
  min-width: 50px;
  width: 100%;
  width: 200px;
  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 #4f6989;
    outline: 0;
    background: transparent;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0px 55px 0px 20px;
    font-size: 15px;
    border-radius: 30px;
    color: #FFFFFF;
}
input.searchbar-input::placeholder {
  color:#4f6989;
}

.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: transparent;
}

.searchbar-open {
  width: 100%;
}

/*Topo*/
.bg-danger {
  background: #072855 !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: #072855 !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: 1px solid #fff;
    color: #FFF;
}
.menu-barra-topo #main-menu li a{
  color: #FFF;
  font-size: 10px;
  padding: 6px 5px 4px;
}

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

#menu.navbar-dark{ padding: 5px 0 0!important;}
#box-destaque article .box-destaque-inner{
  height: 280px; 
  width: 100%; 
  background-size: cover; 
  position: relative; 
  box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.2);
}



/*Carrousel*/
/* Wrapper da imagem para overlay e bordas arredondadas consistentes */
.card-img-wrap {
  position: relative;
  aspect-ratio: 16/9;          /* mantém proporção da capa */
  overflow: hidden;
}

.card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Pill "Categoria" no topo-esquerdo */
.pill-category {
  position: absolute;
  top: .9rem;
  left: .9rem;
  background: #123a8b;         /* ajuste para sua paleta */
  color: #fff;
  font-weight: 700;
  font-size: .95rem;
  padding: .45rem .9rem;
  border-radius: .6rem;
  box-shadow: 0 6px 16px rgba(0,0,0,.2);
}

/* Título com leitura agradável e 2 linhas (trunc) */
.card-title {
  line-height: 1.25;
  font-weight: 800;
  font-size: 1.1rem;
  /*display: -webkit-box;*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Interação do card */
.card-link {
  transition: transform .18s ease, box-shadow .18s ease;
  text-decoration: none;
  color: inherit;
}

.card-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
}

/* Botões de navegação */
.carousel-controls .btn {
  width: 44px;
  height: 44px;
  line-height: 0;
  font-size: 1.6rem;
  padding: 0;
  border: 1px solid #d4d4d4;
}

/*model 7*/
.card-model-7 {
  height: 290px;
  padding: 10px;
  padding-top: 30px;
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
}
.card-model-7 .image-link {
  width: 100%;
  height: 220px;
  display: block;
  position: relative;
}
.card-model-7 .image-link img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center center;
  border-radius: 5px;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.2);
}
.card-model-7 .card-body .hat {
  background-color: #042F6C;
  padding: 5px 10px;
  color: #ffffff;
  border-radius: 5px;
  margin-botton: 5px
}
.card-model-7 .card-title {
  font-size: 20px
}

/* Widget redes sociais*/

.wg-redes-sociais .social-card {
    background: var(--bs-primary);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    max-width: 350px;
    margin: 0 auto;
    transition: transform 0.3s ease;
}

.wg-redes-sociais .card-header {
    margin-bottom: 2rem;
}

.wg-redes-sociais .title {
    color: white;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
}

.wg-redes-sociais .social-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.wg-redes-sociais .social-btn {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 50px;
    text-decoration: none;
    color: #495057;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    justify-content:center;
}

.wg-redes-sociais .social-btn:hover {
    transform: translateX(5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.wg-redes-sociais .social-btn i {
    font-size: 1.2rem;
    width: 20px;
    text-align: center;
}

/* Facebook */
.wg-redes-sociais .facebook-btn:hover {
    background: #1877f2;
    color: white;
    border-color: #1877f2;
}

.wg-redes-sociais .facebook-btn i {
    color: #1877f2;
}

.wg-redes-sociais .facebook-btn:hover i {
    color: white;
}

/* Instagram */
.wg-redes-sociais .instagram-btn:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
}

.wg-redes-sociais .instagram-btn i {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.wg-redes-sociais .instagram-btn:hover i {
    -webkit-text-fill-color: white;
}

/* YouTube */
.wg-redes-sociais .youtube-btn:hover {
    background: #ff0000;
    color: white;
    border-color: #ff0000;
}

.wg-redes-sociais .youtube-btn i {
    color: #ff0000;
}

.wg-redes-sociais .youtube-btn:hover i {
    color: white;
}

/* LinkedIn */
.wg-redes-sociais .linkedin-btn:hover {
    background: #0077b5;
    color: white;
    border-color: #0077b5;
}

.wg-redes-sociais .linkedin-btn i {
    color: #0077b5;
}

.wg-redes-sociais .linkedin-btn:hover i {
    color: white;
}
/**Whatsapp*/

.wg-redes-sociais .whatsapp-btn:hover {
    background: #25D366; /* Verde WhatsApp */
    color: white;
    border-color: #25D366;
}

.wg-redes-sociais .whatsapp-btn i {
    color: #25D366; /* Ícone em verde WhatsApp */
}

.wg-redes-sociais .whatsapp-btn:hover i {
    color: white;
} 
/* Smooth animations */


.wg-redes-sociais .social-btn:nth-child(1) { animation-delay: 0.1s; }
.wg-redes-sociais .social-btn:nth-child(2) { animation-delay: 0.2s; }
.wg-redes-sociais .social-btn:nth-child(3) { animation-delay: 0.3s; }
.wg-redes-sociais .social-btn:nth-child(4) { animation-delay: 0.4s; }

/*Widget Instagram*/

.wg-card-instagram .instagram-card {
    background: var(--bs-primary);
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    max-width: 350px;
    margin: 0 auto;
    transition: transform 0.3s ease;
    position: relative;
}

/* Header */
.wg-card-instagram .card-header {
    margin-bottom: 1.5rem;
}

.wg-card-instagram .instagram-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.wg-card-instagram .instagram-header i {
    font-size: 1.5rem;
    color: #E4405F;
}

.wg-card-instagram .header-title {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

/* Video Container */
.wg-card-instagram .video-container {
    position: relative;
    background: linear-gradient(135deg, #8B7355 0%, #6B5B47 100%);
    border-radius: 15px;
    height: 280px;
    margin-bottom: 1rem;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
    background-image: url("img/bg-wg-instagram.png");
    background-size: contain;
}

.wg-card-instagram .video-container:hover {
    transform: scale(1.02);
}

.wg-card-instagram .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.1) 0%,
        rgba(0,0,0,0.3) 50%,
        rgba(0,0,0,0.7) 100%
    );
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wg-card-instagram .play-button {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.wg-card-instagram .play-button:hover {
    background: white;
    transform: scale(1.1);
}

.wg-card-instagram .play-button i {
    font-size: 1.5rem;
    color: #1e3a8a;
    margin-left: 3px;
}

.wg-card-instagram .video-text {
    text-align: center;
}

.wg-card-instagram .click-text {
    color: white;
    font-size: 0.9rem;
    font-weight: 500;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

/* Profile Info */
.wg-card-instagram .profile-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    text-shadow: 0 2px 4px rgba(0,0,0,0.7);
}

.wg-card-instagram .profile-name {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.wg-card-instagram .profile-title {
    font-size: 0.8rem;
    font-weight: 500;
    opacity: 0.9;
}

/* Profile Badge */
.wg-card-instagram .profile-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.wg-card-instagram .badge-circle {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.wg-card-instagram .badge-circle i {
    color: white;
    font-size: 1rem;
}

/* Description */
.wg-card-instagram .video-description {
    text-align: center;
    margin-bottom: 1.5rem;
}

.wg-card-instagram .video-description h3 {
    color: white;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

/* Action Buttons */
.wg-card-instagram .action-buttons {
    display: flex;
    justify-content: center;
}

.wg-card-instagram .action-btn {
    background: transparent;
    border: none;
    color: white;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0.5rem;
    border-radius: 50%;
}

.wg-card-instagram .action-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: scale(1.1);
}

.wg-card-instagram .like-btn:hover {
    color: #E4405F;
}

.wg-card-instagram .bookmark-btn:hover {
    color: #FFC107;
}

.wg-card-instagram .share-btn:hover {
    color: #17A2B8;
}

/* Footer */
.wg-card-instagram .card-footer {
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.wg-card-instagram .back-btn {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: color 0.3s ease;
}

.wg-card-instagram .back-btn:hover {
    color: white;
    text-decoration: none;
}

.wg-card-instagram .footer-text {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
    font-weight: 400;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .wg-card-instagram .instagram-card {
        padding: 1rem;
        margin: 1rem;
    }
    
    .wg-card-instagram .video-container {
        height: 250px;
    }
    
    .wg-card-instagram .header-title {
        font-size: 1rem;
    }
    
    .wg-card-instagram .video-description h3 {
        font-size: 0.9rem;
    }
    
    .wg-card-instagram .action-buttons {
        gap: 8px;
    }
    
    .wg-card-instagram .action-btn {
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .wg-card-instagram .instagram-card {
        padding: 0.8rem;
    }
    
    .wg-card-instagram .video-container {
        height: 220px;
    }
    
    .wg-card-instagram .play-button {
        width: 50px;
        height: 50px;
    }
    
    .wg-card-instagram .play-button i {
        font-size: 1.2rem;
    }
}

/* Animations */
.wg-card-instagram .instagram-card {
    animation: fadeInUp 0.6s ease-out;
}

.wg-card-instagram .video-container {
    animation: fadeInUp 0.8s ease-out;
}

.wg-card-instagram .action-buttons {
    animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hover effects for video container */
.wg-card-instagram .video-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.1) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    z-index: 1;
}

.wg-card-instagram .video-container:hover::before {
    transform: translateX(100%);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.social-top{
  display: flex;
  gap: 10px;
  margin: 6px;
  margin-top: -3px;
}
.social-top .social-btn{
  color: #FFF;
  font-size: 15px;
}


.linha-decorada {
  display: flex;
  align-items: center;
  gap: 8px;       /* espaço entre o bloco e as linhas */
  margin: 24px 0;
}

/* Bloco azul com corte diagonal */
.linha-decorada::before {
  content: "";
  width: 60px;
  height: 8px;
  background: var(--bs-primary);
  display: inline-block;
  clip-path: polygon(
    0 0,
    100% 0,
    calc(100% - 10px) 100%,
    0 100%
  );
}

/* Linhas à direita */
.linha-decorada::after {
  content: "";
  flex: 1;
  height: 8px;
  background: repeating-linear-gradient(
    to bottom,
    var(--bs-primary) 0,
    var(--bs-primary) 2px,
    transparent 2px,
    transparent 6px
  );

  /* aplicar o mesmo chanfro na esquerda */
  clip-path: polygon(
    10px 0,
    100% 0,
    100% 100%,
    0 100%
  );
}

/*FOOTER*/
.footer-widget .menu{
  display: flex;
  flex-direction: column;
  margin-left: 31px;
  margin-top: 35px;
}
.footer-widget.widget_search{
   display: flex;
   align-items: center;
}
.footer-widget.widget_text{
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-widget.widget_text .social-card {
  background: #042f6c!important;
}

/*Menu Mobile*/

 @media (max-width: 768px) {
.menu-mobile{
	background-image: linear-gradient(-20deg, #081034 0%, #072855 100%);
  color: #FFF;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 10px;
  align-items: center;
  box-shadow: 0 15px 20px 0 rgb(0 0 0 / 20%);
  position: fixed;
  width: 100%;
  z-index: 12;
  top: 0;
}
#menuMobile .navbar-nav{
  padding-left: 15px;
}
.menu-mobile #logo-tagline-wrap{
	width: 120px;
}
.menu-mobile .search-icon{
	padding: 8px;
    padding-right: 10px;
    font-size: 20px;
    color: #FFF;
}
.menu-sidenav .icons-social-mobile {
    margin-top: 20px;
    display: flex;
    padding: 0px 10px;
}
.menu-sidenav .icons-social-mobile a{
    background-color: #FFF;
    border-radius: 50px;
    padding: 5px 8px;
    margin-right: 5px;
}
.menu-sidenav .icons-social-mobile i {
    background: #ffffff;
    padding: 8px;
    color: #072855;
    font-size: 18px;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    text-align: center;
    vertical-align: center;
}
.menu-sidenav .redes-sociais-mob {
	padding: 15px;
    align-items: center;
}
.menu-sidenav .redes-sociais-mob h6{
	font-size: 12px;
    font-style: italic;
    color: #FFF;
}

.menu-sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  background-image: linear-gradient(-20deg, #081034 0%, #072855 100%);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  margin-left: -250px;
}

.menu-sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.menu-sidenav a:hover {
  color: #f1f1f1;
}

.menu-sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .menu-sidenav {padding-top: 15px;}
  .menu-sidenav a {font-size: 18px;}
}

}

/*SINGLE*/
.single .card-model-1{
  height: 500px;
}
.single .entry-title{
  color: var(--bs-primary)
}
.single .entry-content>p igm{
  text-align: center
} 
.single .aligncenter{
  text-align: center
}
.single .post-single{
  padding-right:20px
}
.single .linha-decorada{
  margin: 40px 0px
}
.single .entry-content img{
  border-radius: 5px
}
.single .entry-content .aligncenter{
  margin: auto!important
}

#sb_instagram .sbi_photo img{
  border-radius: 12px;
}

/* RESPONSIVE MOBILE */
@media (max-width: 768px) {
  .st-has-labels .st-btn.st-remove-label,
  .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: 23px;
    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,
  .header-topo .content-right,
  .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;
    font-size: 13px;
    font-weight: 500;
  }
  .card-model-2 .card-title {
    padding: 12px;
  }
  /*.card-model-3 {
    height: 280px;
  }*/
  .card-model-3 .image-link picture img {
    height: 230px;
  }
  .card-model-1 .image-link .card-title h2 {
    font-size: 20px;
  }
  .card-featured .card-model-1 .image-link .card-title h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .header-topo #logo-tagline-wrap {
    margin: auto;
  }
  .navbar .container .navbar-form {
    width: 100%;
  }
  .title-subdestaque.h2-box {
    margin-bottom: 30px;
  }
  .carousel {
    margin-bottom: 20px;
  }
  .publicidade-top{
    margin-top: 40px!important;
  }
  .single-post{
    margin-top: 80px;
  }
  .wp-caption-text{
    font-size: 12px;
  }
  .card-featured .card-model-1 {
    height: 300px;
  }
  .home .site{
    margin-top: 80px;
  }
  .search .site{
    margin-top: 80px;
  }
  .content-blog .card-model-3 .card-title h2 a {
    font-size: 19px;
    line-height: 22px !important;
    font-weight: 600;
    margin-bottom: 12px;
  }
  article .entry-meta, article .entry-meta a{
    font-size: 11px;
  }
  article .entry-content{
    font-size: 16px;
  }

}

/* RESPONSIVE DESKTOP */
@media (min-width: 768px) {
  .slide-destaque {
    height: 416px;
  }
  #wrapper-hero {
    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: 1225px;
  }
  .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;
  }
  .publicidade-top{
    margin-top: 40px!important;
  }

  .wp-caption-text{
    font-size: 12px;
  }
  .site-main{
    margin-right: 20px;
  }
}


