/*
 Theme Name:   Blog 4
 Theme URI:    https://www.vcaweb.com.br
 Author:       vcaweb.com.br
 Author URI:   https://www.vcaweb.com.br
 Template:     understrap
 Version:      2.3
 Text Domain:  customstrap
 License: GPL-2.0
 License URI: http://www.opensource.org/licenses/gpl-license.php
*/
#logo-tagline-wrap a .img-fluid {
  max-width: 290px;
  margin: 6px 0;
}

#logo-tagline-wrap{float: left; margin-bottom: -1px;}
body.blog,
body.archive {
    
}
h4{font-size: 1.3em;}
/* 1. HEADER */

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

}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }

 .navbar-brand{padding-top: 0;  padding-bottom: 0; margin-right: 0;}
 .navbar-dark .navbar-nav .nav-link{color: #FFF;}
 .navbar-dark .navbar-brand a{font-size: 15px;}
 .navbar-dark .navbar-toggler{border-color: rgba(255, 255, 255, 0.64);}
 #main-menu li a{font-weight: bold;}
  #main-menu li.menu-item-18599 {border-right: 0;}
 .navbar-form .btn-primary{}

 @media (min-width: 768px) {
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: .9rem;
    padding-left: .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: 23px;
    line-height: 30px;
    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: 12px;
}
article .entry-content {
    margin-top: 0.5em;
    color: #242424;
    line-height: 1.42;
    font-size: 15px;
    text-align: justify;
}
@media only screen and (min-width: 600px) {
.entry-content, article .entry-meta, article .entry-title{
    padding-right: ;
    padding-left: ;
}
}
article .entry-content p {
    margin-top: 0;
    margin-bottom: 10px;
}


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: -.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;
    border-bottom: 1px solid #f7f8fa;
}
.footer-widget ul li a,
aside ul li a {
    color: #787878;
}
aside ul li a:hover {
    text-decoration: none;
}
.wrapper#wrapper-footer-full {
    background-color: #0098DA;
    color: #FFF;
}
.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;
 }
 
 .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: .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;}
  .carousel-item{ }
  #main-slider article {
      background-size: cover;
      background-position: center;
      height: 400px!Important;
  }
  @media (max-width: 500px) {
    #main-slider article {
        height: 450px;
    }   
    #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;
    }
  }
  #main-slider article .carousel-caption {
    padding: 0 20px;
    width: 100%;
    bottom: 0px;
    text-align: left;
    left: 0;
    right: 0;
    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%);
    
  }
  #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 #11287a!important;
  background: #fff;
    padding: 10px;
    border: 1px solid #eee;
    margin: 0 0 10px;
} 
.widget-menu{margin-bottom: 5px;}
.bg-dark{   background-color: #11287a !important; 
            /*border-bottom: 4px solid #032451;*/ 
            box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.2); 
            background: -webkit-linear-gradient(45deg,#11287a,#dd3333); 
            padding: 13px;}
/*SLIDE DESTAQUE*/
.category-title{display: inline-block; background: #11287a; color: #fff; padding: 0 6px; font-size: 10px; line-height: 1.85em; margin-right: 4px;
  position: relative; white-space: nowrap; word-wrap: normal; letter-spacing: 0; transition: 0.3s; margin-bottom: 5px;}
  #blog .category-title{
    display: inline-block; 
    background: #11287a; 
    font-weight: 500; 
    color: #fff; 
    padding: 2 8px;
    font-size: 12px; 
    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: #11287a !important;}
.category-title.cat2{background: #FD9727 !important;}
.category-title.cat3{background: #e12804 !important;}
.category-title.cat4{background: #0098DA !important;}
.category-title.cat7{background: #be1515 !important;}  

.title-destaque{font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 19px; font-weight: bold;}
#destaque{margin-top: 25px;}
header.header-topo { padding: 5px 0; }
#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{margin-bottom: 8px!important;}
#box-destaque article .carousel-caption {
  padding: 0 5px;
  width: 100%;
  bottom: 0px;
  text-align: left;
  left: 0;
  right: 0;
  position: absolute;
  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%);
 
}
#box-destaque article .carousel-caption .title-destaque{font-size: 15px;}
#wrapper-footer { background-color: #11287a !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: 15px; 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: relative; padding: 10px; background: rgba(0,0,0,0.7);
    color: #fff; margin-top: -40px; z-index: 999; border-radius: 0 0 5px 5px;
}
#destaque .wp-caption-text{margin-top: -46px!important;}
.breadcrumb{display: block!important;}
.title-subdestaque{font-weight: bold; color: #FFF; font-size: 25px; line-height: 40px; text-decoration: none; 
  padding: 5px 10px; border-top: 1px solid #ededed; display: block;
     margin: auto; box-shadow: 1px 4px 5px #d0d0d0; margin: 15px -11px;}
.title-subdestaque.h2-box{margin: 0px -5px 25px -5px!important;}
.botao-h2{float: right; margin-top: -3px;}

#destaque .col-md-3, #destaque .col-md-6{padding-right: 4px; padding-left: 4px;}
#sec-destaque{margin-bottom: 35px;}
#blog .box-destaque-inner { height: 240px; width: 100%; background-size: cover; position: relative; box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.2); }
#blog .title-destaque {font-size: 24px; color: #11287a;}
#blog .content-blog {margin-top: 50px;}
.site-main #destaque{    margin-bottom: 25px;}
.pagination{float: left;}

/*Seção Vídeos*/
#sec-video{background: #1f1f1f; padding: 35px;}
#sec-video .title-video{    color: #FFF; border-bottom: 3px solid #11287a;  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;}
}


/*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: 23px; font-weight: bold; width: 240px; margin-left: 9px;}
#comentario{border-radius: 5px; border: 1px solid #CCC; 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; position: absolute; bottom: 0; right: 15px;}
.botao-leiamais .btn-primary {font-size: 13px;}
#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: #11287a linear-gradient(180deg, #0a6593, #11287a) repeat-x;
    border-color: #11287a;
    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;}

/*POST-1*/
.card-featured .card-model-1{ height: 408px; }
.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: 35px;
    line-height: 40px;
    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;
    text-transform: uppercase;
    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 { text-decoration: none!important;}

/*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: 250px;
    width: 100%;
}
.card-model-5 .image-link {
    height: 250px;
    margin-left: -15px;
}
.card-model-5 .image-link img {
    object-fit: cover;
    object-position: center center;
    height: 250px;
    width: 100%;
}
.card-model-5 .card-title .hat {
    font-weight: 500;
    background: -webkit-linear-gradient(45deg,#11287a,#dd3333);
    color: #fff;
    padding: 9px;
}
.card-model-5 .card-excerpt .btn-secondary{display: none;}
.card-model-5 .card-title {margin-top: 10px;}

small, .small{font-size:65%;}

/*************LAYOUT POST HOME REVISTA IMAGEM*******************/
body{font-family: Fira Sans Condensed,sans-serif!important;}
.card-home__title, .card-home__title a, .home-title {
    font-weight: 700;
    font-size: 1.25rem;
}
.card-home .card-title {
    font-weight: 700;
    font-size: 1.2rem;
}
.card-home .card-text {
    font-size: 1.1rem;
}
.card-home__title, .card-home__title a {
    color: #0098DA;
}
.hr-green {
    border: 0;
    border-top: 1px solid #0098DA;
}
#sub-destaque .card-img-top {
    height: 210px;
    object-fit: cover;
    object-position: center;
}
.box-noticias .card-img-top {
    height: 214px;
    object-fit: cover;
    object-position: center;
}
.classificados #sub-destaque .card-home__title,
.classificados #sub-destaque hr {
  display: none;
}
.sidebar-menu {
    /*position: fixed;
    top: 110px;*/
    position: absolute;
    top: 5px;
    left: 0;
    -khtml-transform: translateX(-300px);
    transform: translateX(-300px);
    z-index: 999;
    width: 288px;
    height: 100%;
    padding-top: 10px;
    padding-left: 20px;
    box-shadow: 1px 27px 18px 0 rgb(0 0 0 / 30%);
    background-color: #fff;
    overflow-y: auto;
    transition: all .25s linear;
}
.sidebar-menu.collapse.show {
    -khtml-transform: translateX(0);
    transform: translateX(0);
}


/*************RESPONSIVE*****************/

  @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;}
  #wrapper-hero{ height: 250px!important;}
  .carousel-item{height: 250px!important; }
  .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: 20px;}
  #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;}
  .card-model-5 .image-link{height: 250px; margin-left: 0; width: 100%; padding: 0;}
  .card-model-5 {height: 550px; width: 100%;}
  .busca-mob{margin-right: 10px;}
  .sidebar-menu{top: 5px!important;}

}
  @media (min-width: 768px){
    .slide-destaque {height: 400px;}
      #wrapper-hero{ height: 400px!important;}
  .carousel-item{height: 400px!important; }
  .busca-mob{display: none;}
 #blog { height: 270px; border-bottom: 1px solid #e5e5e5; margin-bottom: 30px;}
 #blog .entry-content{margin-top: -4px;}
 /*.iconx-mobile{display: none;}*/
 
}

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

@media (min-width: 992px){
.navbar-expand-lg .navbar-toggler {
    display: block!important;
}
}