/*
Theme Name: VIOMUNDO
Author: Leandro Guedes
Version: 2.0
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,600,700');

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 300;
}

strong {
  font-weight: 600;
}

.light {
    font-weight: 200;
}

a {
  color: #E41717;
}

a:hover {
  text-decoration: none;
  color: #E41717 !important;
}

a.red {
  color: #E41717 !important;
}

.pagination a {
  color: #666;
}

.text-dark {
  color: #262626;
}

.btn-viomundo {
  color: #808080;
  font-size: 10px;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  font-weight: 300;
  text-transform: uppercase;
}

nav a {
  font-size: 14px;
  font-weight: 400;
}

#menu-principal li:last-child a {
  color: #E41717 !important;
}

.socials a {
  color: #A6A6A6;
  font-size: 20px;
}

p.slogan {
  font-size: 12px;
  color: #A6A6A6;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2.5rem;
  }
}

.highlight {
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 600px;
  position: relative;
}

  .highlight .info {
    bottom: 25px;
    position: absolute;
  }

    @media (min-width: 992px) {
      .highlight .info {
        /* width: 70%; */
      }
    }

    .highlight h1 {
      font-size: 33px;
      line-height: 38px;
    }

    .highlight h1 a {
      color: #FFF;
      font-weight: 600;
    }

    @media (min-width: 992px) {
      .highlight h1 {
        font-size: 44px;
        line-height: 45px;
      }
    }

    .highlight .alert {
      background-color: rgba(0,0,0,0.2);
      color: #FF8080;
    }

    .highlight .alert a {
      color: #FFF;
    }

.gradient {
  background: -moz-linear-gradient(45deg, rgba(0,0,0,0.7) 41%, rgba(0,0,0,0) 80%);
  background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.7) 41%,rgba(0,0,0,0) 80%);
  background: linear-gradient(45deg, rgba(0,0,0,0.7) 41%,rgba(0,0,0,0) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#eb000000',GradientType=0 );
  height: 600px;
}

.category a {
  text-transform: uppercase;
  border: 1px solid #FFF;
  border-radius: 2px;
  padding: 5px 10px;
  font-size: 10px;
  color: #FFF;
}

.category.dark a {
  border: 1px solid #A6A6A6;
  color: #A6A6A6;
}

.date {
  color: #A6A6A6;
  font-size: 10px;
}

a.read {
  text-transform: uppercase;
  font-size: 10px;
  color: #A6A6A6;
}

section h2 {
  font-size: 36px;
  font-weight: bolder;
  letter-spacing: -2px;
}

  section .subtitle {
    font-weight: lighter;
    font-size: 18px;
  }

section.blogs {
  background: #FFF url('img/bg-triangules.jpg') repeat top center;
  background-size: cover;
}

section.bau {
    background: url('img/bg-bau.jpg') repeat-x top center;
    height: 207px;
}


.blog h3 {
  font-size: 12px;
  font-weight: bold;
}

  .blog .title img {
    /* width: 50px;
    height: 50px; */
    width: 100%;
    height: auto;
  }

  .blog .content {
    background-color: #ECECEC;
  }

    .blog .content.rounded-bottom {
      border-bottom-right-radius: 1.5rem!important;
    }

    .blog h4 {
      font-size: 15px;
      line-height: 21px;
      font-weight: 300;
    }

.card {
  border: 0;
}
  .card .card-img-top {
    height: 180px;
    object-fit: cover;
  }

  .card .category {
    position: absolute;
    bottom: 15px;
    left: 15px;
  }

  .card h3 {
    font-weight: 700;
    font-size: 20px;
    margin-top: 10px;
  }

  .card-text {
    font-size: 15px;
    font-weight: 300;
  }

section.videos {
  background: #FFF url('img/bg-dark.png') repeat top center;
  color: #FFF;
}

section.videos h3 {
  letter-spacing: -1px;
  font-weight: bolder;
}

  .charge .border {
    min-height: 320px;
  }
  .store {
    font-size: 13px;
  }

footer {
  font-size: 13px;
  font-weight: lighter;
}

.post h1 {
  font-size: 26px;
  letter-spacing: -1px;
  font-weight: 600;
  line-height: 35px;
}

  .post .author {
    color: #737373;
    font-size: 12px;
  }

  .post figure img {
    width: 100% !important;
  }

  @media (min-width: 992px) {
    .post h1 {
      font-size: 40px;
      line-height: 55px;
    }
    .post .author {
      font-size: 16px;
    }
  }


  .post .text {
    line-height: 25px;
    font-weight: 400;
    font-size: 17px;
  }

  @media (min-width: 992px) {
    .post .text {
      font-size: 16px;
      line-height: 26px;
      font-weight: 400;
    }
  }

  .text strong {
    font-weight: 600;
  }

.box.bg {
  background: #FFF url('img/bg-box.png') repeat top center;
  background-size: cover;
}

  .box .title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1px;
  }

  .box .subtitle {
    font-size: 14px;
    font-weight: lighter;
  }

  .box h3 {
    font-size: 19px;
  }

.comments .text-muted {
  font-size: 11px;
  line-height: 20px;
}

section.title {
    background: #262626 url('img/bg-triangules.jpg') repeat top center;
}

  section.title h1 {
    font-size: 36px;
    letter-spacing: -2px;
    font-weight: 600;
  }

  section.title p.breadcrumb {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: lighter;
    background-color: transparent;
  }

.text img {
  max-width: 100% !important;
  height: auto !important;
}

.wp-caption {
  width: auto !important;
}

.comments .media-body .text {
  font-size: 13px;
  line-height: 18px;
  color: #333;
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Slick */
.slick-prev:before, .slick-next:before {
  font-family: 'Font Awesome\ 5 Free';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #333;
  -webkit-font-smoothing: antialiased;
  margin-left: -30px;
}
.slick-prev:before {
  content: '\f104';
  font-weight: 900;
}
.slick-next:before {
  content: '\f105';
  font-weight: 900;
}
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: #BFBFBF;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev {
    left: -8px;
}
.slick-next {
    right: -37px;
}

@media (min-width: 468) {
  .slick-prev {
      left: -25px;
  }
  .slick-next {
      right: -25px;
  }
}

.stripes {
  background: url('img/bg-stripes.png') repeat top left;
}

iframe {
    width: 100% !important;
    border: 0;
}

.bau a.text-dark {
    font-size: 25px;
}

  @media (min-width: 992px) {
      .bau a.text-dark {
          font-size: 50px;
      }
  }


.pandemic .card .card-img-top {
  height: 160px;
}

.box-store .bg-red {
  background-color: #EB3D3D;
  color: #FFF;
}

.box-store .font-light {
  font-weight: 200;
}

.box-store h4 {
  font-weight: 700;
  font-size: 30px;
}

.box-store p {
  font-weight: 600;
}

.box-store .book p {
  font-size: 12px;
}

.box-store .text-red {
  color: #EB3D3D;
}

.box-store p.price {
  font-size: 20px;
  font-weight: 700;
}

  .box-store small {
    font-size: 10px;
    color: #7B7B7B;
  }

  .box-store button {
    background-color: transparent;
  }


.covid .bg-red {
  background-color: #CE150A;
  color: #FFF;
}

    @media (min-width: 992px) { 
        .covid .bg-red {
            height: 330px;
        }
    }

.covid h2 {
  font-size: 18px;
  color: #FFF;
  letter-spacing: 0px;
}

.covid hr {
  border-top: 3px solid rgba(255,255,255,.4);
}

.covid .bg-transparent-red {
  background-color: rgba(255,255,255,.2);
  color: #FFF;
}

  .covid .bg-transparent-red a {
    color: #FFF;
  }

  .covid .bg-transparent-red a:hover {
    color: yellow;
  }

.interviews img.thumb {
  min-width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
}

.grecaptcha-badge {
  display: none;
}

.alignnone {
    margin: 5px 20px 20px 0;
}
 
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
 
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
 
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
 
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
 
a img.alignnone {
    margin: 5px 20px 20px 0;
}
 
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
 
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
 
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
 
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
 
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
 
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
 
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
 
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
 
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
 
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}