@charset "UTF-8";
/* Tema do cliente *//**  cor: #AA8649;
  **//**  cor-hover: #FF5555;
  **//* Fonts */@font-face {
    font-family: 'poppins_black';
    src: url('../fonts/Poppins-Black.woff') format('woff'),         url('../fonts/Poppins-Black.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins_bold';
    src: url('../fonts/Poppins-Bold.woff') format('woff'),        url('../fonts/Poppins-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'poppins_medium';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'poppins_regular';
    src: url('../fonts/Poppins-Regular.woff') format('woff'),        url('../fonts/Poppins-Regular.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

strong, b{
  font-weight: lighter;
  font-family: 'poppins_bold';
}

body{
  font-family: 'poppins_regular';
  background-color: white!important;
}

html{
  max-width: 100%;
}

:root{
  --poppins_regular:'poppins_regular';
  --poppins_bold:'poppins_bold';
}

h1,h2,h3,h4,h5,h6{
  margin-top: 0px;
  margin-bottom: 0px;
}

p{
  line-height: 1.2;
  margin-top: 0px;
  margin-bottom: 0px;
}

.modal-open {
    overflow: auto!important;
    padding-right: 0!important;
}

.aceitar_termos{
    position: fixed;
    bottom: 0;
    padding: 20px 20px;
    text-align: center;
    color: #FFF;
    background-color: rgba(33,33,33, 0.9);
    width: 100%;
    z-index: 999999;
}

.aceitar_termos a{
    color: #FFFC9E!important;
}

.aceitar_termos a:hover{
    color: #38A7EB!important;
}

a.ctacookies{
    display: inline-block;
    padding: 3px 15px 3px 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #AA8649;
    color: #FFF;
    transition: all .2s linear;
    margin-left: 10px;
    cursor: pointer;
}

a.ctacookies:hover{
    filter: brightness(1.2);
}

.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}

.btnlive{
  position: fixed;
  z-index: 19999;
  background: #e6393a;
  padding: 10px;
  border-radius: 50%;
}

.btnwhats img{
  transition: all .2s linear;
  width: 60px;
}

.btnwhats:hover img{
  filter: brightness(1.2);
}

@media (max-width: 900px) {
  }

@media (max-width: 1555px) {
  .footer2{
    padding-bottom: 120px!important;
  }

}

.website{
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
}

.postagemcompleta a{
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: inline-block;
    position: relative;
    top: 7px;
}

/* novo css form */  .wpcf7-not-valid{
    background-color: #FFD2D2!important;
  }

  .wpcf7-form-control-wrap{
    display: block;
  }

  .wpcf7-response-output{
    color: #FFF!important;
    border: 0!important;
    margin-right: 0!important;
    margin-left: 0!important;
    text-align: center!important;
    font-weight: bold!important;
    padding: 10px 20px!important;
  }

  .wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
  }

  .wpcf7 form.failed .wpcf7-response-output,  .wpcf7 form.aborted .wpcf7-response-output {
    background-color: #dc3232;
  }

   .wpcf7 form.spam .wpcf7-response-output {
    background-color: #f56e28;
  }

  .wpcf7 form.invalid .wpcf7-response-output,   .wpcf7 form.unaccepted .wpcf7-response-output{
    background-color: #ffb900;
  }

  span.wpcf7-not-valid-tip{
    position: absolute;
    z-index: 1;
    right: 3px;
    font-size: 9px;
    top: 1px;
  }

/* noovo css form */form iframe{
  width: 304px!important;
  height: 78px!important;
}

.g-recaptcha{
    margin-bottom: 20px;
        display: block;
}

@media (max-width: 400px) {
  .g-recaptcha{
      transform: scale(0.7);
      transform-origin: 0 0;
  }

}

@media (max-width: 991px) {
  form .row>div{
    width: 100%;
  }

  form{
    border: 0;
    padding: 0;
  }

  .mbl{
    display: block;
  }

}

@media (min-width: 1200px) {
.container{
padding: 0px;
 }

 }

@media (max-width: 991px) {
  .fxsm{
    height: auto;
    min-height: 0;
    padding: 40px 0;
  }

}

@media (max-width: 596px) {
  .row{
    display: block!important;
  }

  .card-videos{
    max-width: 418px!important;
  }

  .card-videos .segura-imagem{
    width: 418px!important;
    height: 316px!important;
  }

}

@media (max-width: 418px) {
  .row{
    display: block!important;
  }

  .card-videos{
    max-width: 360px!important;
  }

  .card-videos .segura-imagem{
    width: 360px!important;
    height: 260px!important;
  }

}

@media (max-width: 356px) {
  .row{
    display: block!important;
  }

  .card-videos{
    max-width: 326px!important;
  }

  .card-videos .segura-imagem{
    width: 326px!important;
    height: 260px!important;
  }

}

@media (max-width: 480px) {
  .fxsm{
    padding: 30px 0;
  }

}

a{
  transition: all .2s linear;
}

.editor a{
  color: #E6393A!important;
}

.editor a:hover{
  text-decoration: underline!important;
}

a:link, a:visited{
  color: inherit;
}

a:hover, a:active{
  color: #E6393A;
}

::-moz-selection{
  background: #E6393A;
}

::selection{
  background: #E6393A;
}

.pagination .active a,.pagination .active a:hover{
  background-color: #E6393A;
  border-color: #E6393A;
}

.lds-ellipsis div{
    background-color: #E6393A;
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.editor p{
  margin-bottom: 20px;
}

.wp-pagenavi span,.wp-pagenavi a{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #DDD;
  margin:  0 5px;
}

.wp-pagenavi span.current{
  background-color: #E6393A;
  color: #FFF;
}

/* start */body{
  background-color: #EEEEEE;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.header{
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #F8F8F8;
}

.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-top: 35px;
}

.menu>li{
  display: inline-block;
  position: relative;
}

.menu>li{
  margin-right: 65px;
}

.menu>li>a, .menu-popup{
  display: block;
    color: #232956;
    padding-right: 0px;
  font-size: 17px;
  cursor: pointer;
}

.menu li:last-child{
  border-right: none;
  padding-right: 0;
  margin-right: 0;
  background-image: none;
}

.menu>li:hover>a,.menu>li>a.active{
  text-decoration: none;
  color: #E6393A;
}

.menu>li:hover .submenu{
  display: block;
}

/* menu responsivo  2 #E6393A */   @media (max-width: 991px) {
        .menuholder, .menuholderfloat{
      position: static;
    }

    .nav{
      position: fixed;
      right: 15px;
      top: 30px;
      z-index: 9998;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 50px;
      height: 50px;
    }

        .navbtn{
      background-color: black;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      cursor: pointer;
      display: block;
    }

    .menu{
      display: none;
      background-color:  #E6393A;
      width: 265px;
            margin-top: 0px!important;
      height: auto;
    }

    .nav:hover .menu{
      display: block;
    }

        .menu{
      padding: 15px;
    }

    #menu{
      max-height: calc(100vh - 65px);
      width: 280px;
      position: absolute;
      right: 0px;
      top: 40px;
      overflow: auto;
      border-top: 15px solid transparent;
    }

    .menu{
         width: 100%;
     }

    #menu::after {
        content: ' ';
        border: 10px solid transparent;
        border-bottom: 10px solid  #E6393A;
        position: fixed;
        right: 30px;
        top: 45px;
    }

    .menu>li{
      display: block;
      text-align: left;
      line-height: 30px;
      height: auto!important;
      background-image: none;
    }

    .menu>li>a{
      color: #FFF!important;
      height: auto!important;
    }

    .navbtn span{
      background-color: #E6393A;
      width: 20px;
      height: 3px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      display: inline-block;
      position: absolute;
      z-index: 1;
      top: 18px;
      left: 15px;
    }

    .nav span + span{
      top: 25px;
    }

    .nav span + span + span{
      top: 32px;
    }

        .header{
      height: auto;
      min-height: 30px;
      padding: 10px 0;
    }

    .header a.logo img{
      max-height: 50px;
      width: auto;
      margin-top: 0;
    }

    .tel{
      margin-top: 0!important;
      line-height: 50px;
    }

    .header .row{
      margin: 0;
    }

    .header .row > div{
      padding: 0;
    }

    .header{
      height: auto;
    }

        #menu{
      display: none;
    }

    .submenu{
      /*display: block!important;
*/      position: static!important;
      background-color: transparent!important;
      padding: 5px 0 0 5px!important;
      margin-top: -15px!important;
      margin-bottom: 15px!important;
      padding-top: 0px!important;
      margin-bottom: 10px!important;
      padding-bottom: 5px!important;
      margin-top: 10px;
      border-left: 4px solid rgba(0,0,0,0.2);
      border-bottom: 0!important;
      margin-top: 0!important;
      padding-left: 9px!important;
    }

    .submenu::after{
      display: none!important;
    }

    .submenu>li>a{
      padding-top: 5px;
          }

    .susubmenu{
      /*display: block!important;
*/      position: static!important;
      background-color: transparent!important;
      padding: 0 0 0 10px!important;
      margin-top: -5px!important;
      margin-bottom: 15px!important;
          }

    .susubmenu::after{
      display: none!important;
    }

    .susubmenu>li>a{
      color: #FFF!important;
     }

    .menu>li>a{
      padding-bottom: 0;
    }

    .submenu{
      box-shadow: none;
    }

  }

   @media (max-width: 860px) {
    .header .container{
      padding-right: 70px;
    }

  }

  @media (min-width: 992px) {
    .desktop{
      display: block;
    }

    .mobile{
      display: none;
    }

  }

  @media (max-width: 991px) {
    .desktop{
      display: none;
    }

    .mobile{
      display: block;
    }

  }

  @media (max-width: 480px) {
    .tel img{
      display: none;
    }

  }

.row{
  display: flex;
  flex-wrap: wrap;
}

.row:before,.row:after{
  display: none;
}

  .menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu>li{
  display: inline-block;
  position: relative;
}

.menu>li{
  margin-right: 14px;
  display: block;
  padding: 0px ;
}

.footer2 .container .flex{
  justify-content: space-between;
  align-items: flex-end;
}

.footer2 .container .flex:after,.footer2 .container .flex:before{
  display: none;
}

.menu>li>a, .menu-popup{
  display: block;
    color: #FFF;
    padding-right: 0px;
}

.menu li:last-child{
  border-right: none;
  padding-right: 0;
  margin-right: 0;
  background-image: none;
}

.menu>li:hover>a,.menu>li>a.active,.menu-popup:hover{
  text-decoration: none;
  color: #E6393A;
}

img{
  max-width: 100%;
  height: auto;
}

.menu>li:hover .submenu{
  display: block;
}

.fixed{
  background-color: rgba(0,0,0,0.8)!important;
}

.header{
  padding: 24px 0 24px;
  background-color: black;
  width: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
}

.header .segura-redes{
  margin-left: 37px;
}

.header .segura-redes .rede-social:not(:last-child){
  margin-right: 13px;
}

.pg-home .fx1, .pg-home3 .fx1, .pg-videos .fx1{
  background-color: black;
  padding-bottom: 71px;
}

.fx1 .card-noticia-principal, .fx1 .card-video-principal{
  position: relative;
  height: 709px;
  border-radius: 20px;
  width: 570px;
  display: flex;
  flex-direction:column ;
  justify-content: space-between;
  padding: 24px 16px;
  max-width: 100%;
  background-color: #333;
}

.card-noticia-principal2 .col-lg-6{
  z-index: 99;
}

.fx1 .card-noticia-principal:before, .fx1 .card-noticia1:before, .fx1 .card-noticia5:before, .fx1 .card-video1:before, .fx1 .card-video-principal:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /*  background: linear-gradient(2deg, #000, #000000bf, transparent);
*/}

.card-colunista:before,.fx1 .card-noticia-principal:before{
/*  começa a ficar degrade depois de uns 75% da imagem*/  background: linear-gradient(180deg, rgba(18,24,43,0) 0%, rgba(62,27,46,0) 61%, rgba(0,0,0,0.7091211484593838) 84%, rgba(0,0,0,0.8) 94%, rgba(0,0,0,0.804359243697479) 100%);
}

.fx1 .card-noticia1:before, .fx1 .card-noticia5:before, .fx1 .card-video1:before, .fx1 .card-video-principal:before{
/*  começa a ficar degrade depois de 50% da imagem*/  background: linear-gradient(180deg, rgba(18,24,43,0) 0%, rgba(62,27,46,0) 50%, rgba(0,0,0,0.7091211484593838) 65%, rgba(0,0,0,0.8) 74%, rgba(0,0,0,0.804359243697479) 100%);
}

.fx1 .card-noticia-principal2:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(93deg, #000, #000000bf, transparent);
  z-index: 1;
}

.sx-display-flex{
  display: none!important;
}

.tag{
  font-family: 'poppins_bold';
  font-size: 16px;
  color: #E6393A;
  z-index: 5;
}

.fx1 h3{
  z-index: 5;
  font-family: 'poppins_bold';
  font-size: 30px;
  line-height: 40px;
  color: white;
}

.patrocinado img{
  width: 100%;
  height: auto;
}

@media(max-width: 500px){
  .fx1 h3{
    font-family: 'poppins_bold';
    font-size: 22px;
    line-height: 30px;
    color: white;
  }

}

.pg-videos .fx1{
  padding-bottom: 0!important;
}

.pg-videos .fx1 .card-video-principal h3{
  font-family: 'poppins_bold';
  font-size: 18px;
  line-height: 22px;
  color: white;
}

.btn-play{
  width: 79px!important;
  height: 79px!important;
  margin: 0 auto;
}

@media(max-width: 500px){
  .pg-videos .fx1 .card-video1 h3{
    font-family: 'poppins_bold';
    font-size: 18px;
    line-height: 22px;
    color: white;
  }

}

.card-noticia1, .card-video1{
  width: 570px;
  height: 342px;
  border-radius: 20px;
  display: flex;
  flex-direction:column ;
  justify-content: space-between;
  padding: 24px 16px;
  margin-bottom: 27px;
  max-width: 100%;
}

.card-noticia1,.card-noticia-principal,.card-video-principal,.card-video1{
  position: relative;
  margin: 0 auto 27px auto;
  background-color: #333;
}

h2{
  font-family: 'poppins_bold';
  font-size: 25px;
  color: black;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 26px;
}

.pg-home .fx2{
  padding: 34px 0 53px 0;
}

.pg-home .fx2 h2:before, .pg-home .fx2-5 h2:before, .pg-home .fx3 h2:before, .pg-home .fx6 h2:before, .pg-home2 .fx2 h2:before, .pg-home2 .fx3 h2:before, .pg-home2 .fx4 h2:before, .pg-home2 .fx5 h2:before, .pg-home2 .fx6 h2:before, .pg-home2 .fx7 h2:before, .pg-notas .detalhe:before, .pg-opiniao .detalhe:before, .pg-noticia .fx4 h2:before, .pg-noticia .fx6 h2:before, .pg-noticia .fx7 h2:before, .pg-noticia .fx8 h2:before, .pg-opiniao h2.detalhe:before, .pg-home3 h2.detalhe:before{
  content: "";
  display: block;
  width: 28px;
  height: 27px;
  background-image: url(../imagens/icone.png );
  position: absolute;
  z-index: 999;
  bottom: -17px;
  left: -5px!important;
}

.pg-home2 .sidebar .detalhe:before, .pg-notas .sidebar-right .detalhe:before, .pg-opiniao .sidebar h2.detalhe:before{
  content: "";
  display: block;
  width: 28px;
  height: 27px;
  background-image: url(../imagens/icone.png );
  position: absolute;
  z-index: 999;
  bottom: -20px;
  left: -5px;
}

.sidebar h2, .sidebar-right h2{
  padding-bottom: 8px!important;
  margin-bottom: 30px!important;
}

.pg-home .fx2 h2:after, .pg-home .fx2-5 h2:after, .pg-home .fx3 h2:after, .pg-home .fx6 h2:after, .pg-home2 .fx2 h2:after, .pg-home2 .fx4 h2:after, .pg-home2 .fx5 h2:after, .pg-home2 .fx6 h2:after, .pg-home2 .fx7 h2:after, .pg-home2 .sidebar .detalhe:after, .pg-notas .sidebar-right .detalhe:after, .pg-notas .detalhe:after, .pg-opiniao .detalhe:after, .pg-noticia .fx4 h2:after, .pg-noticia .fx6 h2:after, .pg-noticia .fx7 h2:after, .pg-noticia .fx8 h2:after, .pg-opiniao h2.detalhe:after, .pg-home3 h2.detalhe:after, .pg-videos h2.detalhe:after{
  content: "";
  display: block;
  width: calc(100% - 34px)!important;
  height: 2px;
  background-color: #C1C6DE;
  position: absolute;
  z-index: 999;
  bottom: -4px;
  right: 0!important;
}

 .pg-home2 .fx3 h2:after{
  content: "";
  display: block;
  width: calc(100% - 134px)!important;
  height: 2px;
  background-color: #C1C6DE;
  position: absolute;
  z-index: 999;
  bottom: -2px;
  left: 40px;
}

.card-noticia2{
  padding-bottom: 21px;
  margin-bottom: 12px;
  border-bottom: 1px solid #E4E6ED;
}

.card-noticia2 span{
  font-family: 'poppins_bold';
  font-size: 14px;
  color: #E6393A;
  text-align: center;
  white-space: nowrap;
  margin-right: 24px;
}

.card-noticia2 h3{
  font-family: 'poppins_bold';
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 25px;
}

.card-noticia2 p{
  font-family: 'poppins_regular';
  font-size: 15px;
  line-height: 22px;
}

.segura-botao{
  display: flex;
  justify-content: center;
}

.botao1{
  width: 192px;
  height: 46px;
  border-radius: 7px;
  border: 3px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'poppins_regular';
  font-size: 19px;
  transition: 0.4s linear all;
}

.botao1:hover{
  background-color: #E6393A;
  border: 3px solid #E6393A;
  color: white;
}

.botao2{
  width: 370px;
  height: 46px;
  border-radius: 7px;
  border: 3px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'poppins_regular';
  font-size: 19px;
}

.card-colunista:before{
  content: '';
  width: 100%;
  height: 50%;
/*  background: linear-gradient(2deg, #000, #000000bf, transparent);
*/  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
}

.card-colunista{
  position: relative;
  width: 269px;
  height: 269px;
  margin:0 auto 20px auto;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 7px;
  padding-bottom: 11px;
  color: white;
  background-repeat: no-repeat;
}

.card-colunista h3{
  font-size: 20px;
  z-index: 3;
}

.pg-home .fx3{
  padding-bottom: 63px;
}

.owl-shorts{
  margin-top: 51px;
  margin-bottom: 47px;
}

.card-shorts{
  width: 270px;
  height: 474px;
  border-radius: 20px;
}

.pg-home .fx4{
  padding-bottom: 31px;
}

.pg-home .fx4 .container{
  border-top: 2px solid #C1C6DE;
  position: relative;
  padding-top: 55px;
}

.pg-home .fx4 .container:before{
  content: "";
  display: block;
  width: 50px;
  height: 28px;
  background-color: white;
  background-image: url(../imagens/icone.png );
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 999;
  top: -13px;
  left: calc(50% - 25px);
}

.card-noticia3 h3{
  font-family: 'poppins_bold';
  font-size: 19px;
  color: black;
  margin-bottom: 10px;
  margin-top: 20px;
  line-height: 30px;
}

.card-noticia3 img{
  border-radius: 20px;
}

.card-noticia3 p{
  font-family: 'poppins_regular';
  font-size: 13px;
  color: black;
  line-height: 22px;
}

.card-noticia3 span{
  display: inline-block;
  margin-top: 30px;
  font-family: 'poppins_regular';
  font-size: 13px;
}

.card-noticia4{
  display: flex;
  align-items: center;
  padding-bottom: 19px;
  border-bottom: 1px solid #E4E6ED;
  margin-bottom: 19px;
}

.card-noticia4 img{
  border-radius: 10px;
}

.card-noticia4:not(:first-child){
  padding-top: 19px;
}

.card-noticia4:not(:last-child){
  border-bottom: 1px solid #E4E6ED;
}

.card-noticia4 .tag{
  display: inline-block;
  background-color: #E6393A;
  color: white;
  font-family: 'poppins_bold';
  font-size: 14px;
  margin-bottom: 8px;
  padding: 0px 8px;
}

.card-noticia4 h3{
  font-family: 'poppins_bold';
  font-size: 15px;
  color: #E6393A;
  margin-bottom: 10px;
  line-height: 23px;
}

.card-noticia4 span{
  font-family: 'poppins_regular';
  font-size: 13px;
  color: black;
}

.card-noticia5{
  width: 370px;
  height: 342px;
  border-radius: 20px;
  padding: 26px 16px 37px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-noticia5 h3{
  font-family: 'poppins_bold';
  font-size: 25px;
  line-height: 30px;
}

@media(max-width: 768px){
  .card-noticia5 h3{
    font-family: 'poppins_bold';
    font-size: 18px;
    color: white;
    line-height: 22px;
  }

}

.card-noticia6{
  margin-bottom: 25px;
}

.card-noticia6 .media img{
  max-width: 370px;
 max-height: 235px;
  border-radius: 30px;
}

.card-noticia6 .media h3{
  font-family: 'poppins_bold';
  font-size: 20px;
  margin-bottom: 10px;
  line-height:30px;
}

.card-noticias6 .media p{
  font-family: 'poppins_regular';
  font-size: 13px;
  }

.card-noticia6 .media span{
  display: inline-block;
  font-family: 'poppins_regular';
  font-size: 13px;
  margin-top: 15px;
}

.card-noticia6 .media .media-body{
  margin-left: 30px;
}

.card-noticia7{
  border-bottom: 1px solid #E4E6ED;
  padding: 11px 0;
}

.card-noticia7 span{
  font-family: 'poppins_bold';
  font-size: 14px;
  margin-bottom: 14px;
  color: #E6393A;
}

.card-noticia7 h3{
  font-family: 'poppins_bold';
  font-size: 18px;
  color: black;
  line-height: 25px;
}

.card-noticia7 p{
  font-family: 'poppins_regular';
  font-size: 15px;
  line-height: 25px;
  color: black;
  margin-bottom: 10px;
}

.card-noticia8{
  padding-bottom: 23px;
  border-bottom: 1px solid #E4E6ED;
}

.card-noticia8:not(:first-child){
  margin-top: 23px;
}

.card-noticia8 h3{
  font-family: 'poppins_bold';
  font-size: 14px;
  color: #E6393A;
}

.pg-home .fx5{
  padding: 0 0 58px 0;
}

.pg-home .fx6 h2{
  margin-bottom: 46px;
}

.videos-categorias .botao2{
  margin-bottom: 0!important;
}

.card-videos{
  max-width: 270px;
  margin: 0 auto 30px auto;
}

.card-videos2 .segura-imagem{
  max-width: 237px;
  height: 156px;
  margin: 0 auto 30px auto;
}

.card-videos img{
  border-radius: 20px;
}

.card-videos h3, .card-videos2 h3{
  font-family: 'poppins_bold';
  font-size: 13px;
  color: #E6393A;
  margin-top: 14px;
  line-height: 20px;
}

.card-videos2 .segura-imagem{
  position: relative;
}

.card-videos2 .media{
    position: absolute;
    left: 15px;
    bottom: 15px;
}

.card-videos2 .media .media-body{
  margin-left: 10px;
}

.card-videos2 .media .media-body a:hover{
  color: #000!important;
}

.publicidade-vertical{
  margin: 34px 0;
}

.publicidade-pequena{
  margin: 34px 0 48px 0;
}

.pg-home .website, .pg-home2 .website, .pg-videos .website{
  padding-top: 100px;
}

 .pg-home3 .website{
  padding-top: 80px;
 }

.pg-home .fx1, .pg-home2 .fx1, .pg-home3 .fx1, .pg-videos .fx1{
  padding-top: 20px;
}

.pg-home2 .secao2{
  padding-bottom: 32px;
  padding-top: 32px;
}

.pg-home2 .fx2{
  margin-top: 36px;
  line-height: 40px;
}

.card-noticia6 p{
  font-family: 'poppins_regular';
  font-size: 13px;
  line-height: 22px;
}

.pg-home2 .fx2,.pg-home2 .fx3,.pg-home2 .fx4,.pg-home2 .fx5,.pg-home2 .fx6{
  margin-bottom: 30px;
}

.pg-home2 .fx2 h2,.pg-home2 .fx3 h2,.pg-home2 .fx4 h2,.pg-home2 .fx5 h2,.pg-home2 .fx6 h2{
  margin-bottom: 32px;
}

.card-noticia9{
  padding: 15px 0;
  border-bottom: 1px solid #E4E6ED;
}

.card-noticia9 img{
  border-radius: 10px;
}

.btn-formulario{
  width: 103px;
  height: 34px;
  border-radius: 100px;
  background-color: #E6393A;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'poppins_bold';
  font-size: 13px;
  border: 0px;
}

.card-noticia9 .media .media-body1{
  margin-right: 14px;
}

.card-noticia9 .media .media-body2{
  margin-left: 14px;
}

.card-noticia9 .media h3{
  font-family: 'poppins_bold';
  font-size: 15px;
  color: #E6393A;
  line-height: 25px;
}

.pg-home2 .fx5 h2,.pg-home2 .fx6 h2{
  margin-top: 32px;
}

.pg-home2 .fx1{
  background: black;
  padding-bottom: 40px;
  padding-top: 20px;
}

.pg-home2 .fx1 .card-noticia-principal2{
  max-width: 100%;
  width: 1366px;
  height: 600px;
  border-radius: 26px;
  margin: 0 auto 54px auto;
  position: relative;
  background-color: #333;
}

.pg-home2 .fx1 .card-noticia-principal2 .borda{
  background-image: url(../imagens/borda.png);
  background-repeat: no-repeat;
  margin-left: 100px;
  margin-top: 160px;
}

.pg-home2 .fx1 .card-noticia-principal2 .titulo{
  width: 537px;
  height: 304px;
  padding: 41px 21px 50px 0;
}

.pg-home2 .fx1 .card-noticia-principal2 h2{
  font-family: "poppins_bold";
  font-size: 35px;
  color: white;
  margin-bottom: 35px;
  line-height: 50px;
}

.pg-home2 .fx1 .card-noticia-principal2 span{
  color: white;
  font-size: 18px;
}

.pg-home2 .owl-noticiaprincipal{
  margin: 58px 0 41px 0;
}

.secao2{
  padding-top: 62px;
}

.sidebar-right .mes{
  padding: 7px 0;
  border-bottom: 2px solid #C1C6DE;
  cursor: pointer;
}

.sidebar-right .mes span{
  font-family: 'poppins_bold';
  font-size: 14px;
  color: #E6393A;
}

.card-notas{
  border-bottom: 1px solid #E4E6ED;
  margin-bottom: 15px;
  padding-bottom: 18px;
}

.card-notas span{
  font-family: 'poppins_bold';
  font-size: 14px;
  color: #E6393A;
}

.card-notas h3{
  font-family: 'poppins_bold';
  font-size: 18px;
  margin-bottom: 14px;
  line-height: 25px;
}

.card-notas p{
  font-family: 'poppins_regular';
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 25px;
}

.card-notas .segura-redes3 span{
  font-family: 'poppins_regular';
  font-size: 15px;
  color: black;
  margin-right: 10px;
}

.card-notas .segura-redes3 .rede-social{
  margin: 0 3px;
}

.pg-opiniao .fx1{
  border-bottom: 2px solid #C1C6DE;
  padding-top: 40px;
}

.pg-opiniao .fx1 .media-body{
  margin-left: 30px;
}

.pg-opiniao .fx1 h2{
  font-family: 'poppins_bold';
  font-size: 25px;
  color: black;
  margin-bottom: 10px;
}

.pg-opiniao .fx1 p{
  font-family: 'poppins_regular';
  font-size: 15px;
  line-height: 30px;
  color: black;
}

.pg-opiniao .segura-redes4{
  margin: 35px 0;
  display: flex;
  align-items: flex-end;
}

.pg-opiniao .segura-redes4 img{
  margin: 0 5px;
}

.pg-opiniao .fx2{
  padding-top: 38px;
}

.pg-opiniao .fx2 h2{
  font-family: 'poppins_bold';
  font-size: 30px;
  color: black;
  margin-bottom: 0px;
  margin-top: 29px;
}

.pg-opiniao .fx2 p{
  font-family: 'poppins_regular';
  font-size: 18px;
  line-height: 30px;
  color: black;
  margin-bottom: 25px;
}

.pg-opiniao .fx2 .atencao{
  margin: 21px 0 26px 0;
}

.pg-opiniao .fx2 .atencao p{
  background-color: #E6393A;
  padding: 16px;
  color: white;
  font-family: 'poppins_regular';
  font-size: 15px;
  line-height: 20px;
}

.pg-opiniao .fx2 .atencao p span{
  font-family: 'poppins_bold';
}

.pg-opiniao .fx3 .card-opiniao h3{
  font-family: 'poppins_bold';
  font-size: 18px;
  color: black;
  margin-bottom: 8px;
}

.pg-opiniao .fx3 .card-opiniao p{
  font-family: 'poppins_regular';
  font-size: 15px;
  color: black;
  margin-bottom: 15px;
  line-height: 20px;
}

.pg-opiniao .segura-botao{
  margin-top: 30px;
  margin-bottom: 35px;
}

.pg-opiniao .card-opiniao{
  margin-bottom: 15px;
  border-bottom: 1px solid #E4E6ED;
}

.pg-home3 .segura-botao{
  margin-top: 51px;
  margin-bottom: 51px;
}

.pg-videos .fx2{
  padding:0 25px;
}

.pg-home3 .card-shorts,.pg-home .card-shorts, .pg-videos .card-shorts, .pg-noticia .card-shorts, .pg-opiniao .card-shorts, .pg-notas .card-shorts, .pg-home2 .card-shorts{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.pg-home .card-shorts, .pg-videos .card-shorts,.pg-noticia .card-shorts, .pg-opiniao .card-shorts, .pg-notas .card-shorts, .pg-home2 .card-shorts{
  padding: 15px 8px;
}

.pg-home3 .card-shorts,.pg-home .card-shorts, .pg-videos .card-shorts .segura-tempo,.pg-noticia .card-shorts .segura-tempo, .pg-opiniao .card-shorts .segura-tempo, .pg-notas .card-shorts .segura-tempo, .pg-home2 .card-shorts{
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
}

.pg-home3 .card-shorts span,.pg-home .card-shorts .segura-tempo span, .pg-videos .card-shorts .segura-tempo span, .pg-noticia .card-shorts .segura-tempo span, .pg-opiniao .card-shorts .segura-tempo span, .pg-notas .card-shorts .segura-tempo span, .pg-home2 .card-shorts span{
  display: inline-block;
  border-radius: 5px;
  background-color: black;
  padding: 6px 13px;
  color: white;
}

.pg-home3 .card-shorts h3,.pg-home .card-shorts h3, .pg-videos .card-shorts h3,.pg-noticia .card-shorts h3,.pg-opiniao .card-shorts h3,.pg-notas .card-shorts h3, .pg-home2 .card-shorts h3{
  background-color: #E6393A;
  color: white;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  font-size: 20px!important;
}

.pg-videos .botao2{
  margin: 50px 0 38px 0;
}

.pg-videos .videos-categorias{
  padding: 56px 0;
}

.pg-videos .tema-claro{
  color: black;
}

.pg-videos .tema-escuro h2,.pg-videos .tema-escuro2 h2,.pg-videos .tema-escuro2 .card-videos h3, .pg-videos .tema-escuro .botao2{
  color: white;
}

.pg-videos .tema-claro h2,.pg-videos .tema-claro .card-videos h3, .pg-videos .tema-claro .botao2{
  color: black;
}

.pg-videos .tema-escuro .card-videos h3{
  color: #E6393A;
}

.pg-videos .tema-escuro .botao2,.pg-videos .tema-escuro2 .botao2{
  border: 3px solid white;
  color: white;
}

.pg-videos .tema-escuro2 .card-videos{
  color: white;
}

.card-videos .segura-imagem{
  position: relative;
  width: 270px;
  height: 152px;
  border-radius: 5px;
}

.card-videos .segura-imagem .media{
  position: absolute;
  bottom: 13px;
  left: 13px;
}

.card-videos .segura-imagem .media .media-body{
  color: white;
  margin-left: 12px;
}

.pg-videos .fx6{
  padding: 50px 0;
}

.pg-noticia .fx1{
  background-color: black;
  color: white;
}

.pg-noticia .fx1 .img-principal{
  border-radius: 20px;
}

.pg-noticia .fx1 .publicidade-grande{
  margin-bottom: 48px;
}

.pg-noticia .segura-legenda{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pg-noticia .fx1 h1{
  text-align: center;
  font-family: "poppins_bold";
  font-size: 49px;
  color: #E6393A;
  text-align: left;
  line-height: 70px;
}

.pg-texto .fx1 h1{
  text-align: center;
  font-family: "poppins_bold";
  font-size: 45px;
  color: black;
  text-align: center;
  line-height: 60px;
  margin-top: 30px;
  margin-bottom: 45px;
}

.pg-texto .fx1 .texto{
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 80px;
}

.pg-noticia .fx1 p{
  font-family: 'poppins_regular';
  font-size: 18px;
  color: white;
  margin: 21px 0;
}

.pg-noticia .fx2{
  padding-top: 50px;
}

.pg-noticia .fx2 .segura-redes{
  display: flex;
  justify-content: space-between;
  font-family: 'poppins_regular';
  font-size: 15px;
  line-height: 25px;
  border-bottom: 2px solid #C1C6DE;
  padding-bottom: 15px;
  margin-bottom: 21px;
}

.pg-noticia .fx2 .segura-redes .redes{
  display: flex;
  align-items: center;
}

.pg-noticia .fx2 .segura-redes .redes span{
  margin-right: 10px;
}

.pg-noticia .fx2 .segura-redes .redes img{
  margin-right: 3px;
  margin-left: 3px;
}

.pg-noticia .fx2 .btn-whatsapp{
  background-color: #55903E;
  border-radius: 15px;
  padding: 25px 30px;
  width: 100%;
  color: white;
  margin-bottom: 34px;
}

.pg-noticia .fx2 .btn-whatsapp a{
  margin-left: 50px;
}

.pg-noticia .fx2 .btn-whatsapp .media-body p{
  font-family: 'poppins_bold';
  font-size: 22px;
  margin-bottom: 8px;
  margin-left: 10px;
}

.pg-noticia .fx2 .segura-texto-principal p{
  font-family: 'poppins_regular';
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}

.pg-noticia .fx2 .segura-texto-principal p strong{
  font-family: 'poppins_bold';
  font-size: 20px;
  line-height: 30px;
  color: #E6393A;
}

.pg-noticia .fx2 h3{
  margin-top: 30px;
  margin-bottom: 21px;
  font-family: 'poppins_bold';
  font-size: 30px;
}

.pg-noticia .fx2 .segura-texto-principal .d-f{
  margin-top: 25px;
}

.pg-noticia .segura-redes2{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: 'poppins_regular';
  font-size: 15px;
  margin-bottom: 30px;
}

.pg-noticia .segura-redes2 span{
  margin-right: 15px;
}

.pg-noticia .segura-redes2 img{
  margin-left: 5px;
  margin-right: 5px;
}

.pg-noticia .fx3{
  background-color: #E3E3E3;
  padding: 28px 0;
  margin-top: 30px;
}

.pg-noticia .fx3 span{
  font-family: 'poppins_bold';
  font-size: 14px;
  color: #E6393A;
  margin-bottom: 5px;
}

.pg-noticia .fx3 h2{
  font-family: 'poppins_bold';
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.pg-noticia .fx3 p{
  font-family: 'poppins_regular';
  font-size: 15px;
  margin-bottom: 15px;
}

.pg-noticia .fx3 .segura-redes3{
  display: flex;
  align-items: center;
  margin-top: 13px;
}

.pg-noticia .fx3 .segura-redes3 span{
  font-family: 'poppins_regular';
  font-size: 15px;
  margin-right: 15px;
  color: black;
}

.pg-noticia .fx3 .segura-redes3 img{
  margin-left: 5px;
  margin-right: 5px;
}

.pg-noticia .fx4 .col-lg-8{
  padding: 44px 0 40px 0;
  border-bottom: #C1C6DE solid 2px;
}

.pg-noticia .fx4 h2{
  margin-bottom: 44px;
}

.pg-noticia .fx5 form{
  margin-top: 25px;
}

.pg-noticia .fx5 input,.pg-noticia .fx5 textarea{
  width: 100%;
}

.pg-noticia .fx5 .btn-enviar-form{
  width: 103px;
  height: 34px;
  border-radius: 100px;
  background-color: #E6393A;
  color: white;
  font-family: 'poppins_bold';
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}

.pg-noticia .fx6 h2{
  margin-top: 66px;
}

.pg-noticia .fx7{
  margin-top: 40px;
}

.pg-home2 .fx7{
  margin-bottom: 40px;
}

.pg-noticia .fx8{
  padding-bottom: 10px;
}

.tag-topo{
  background-color: #E6393A;
  color: white;
  font-family: 'poppins_bold';
  font-size: 22px;
  text-align: center;
  border-radius: 100px;
  text-align: center;
  padding: 1px 30px;
  position: absolute;
  top: -40px;
  right: 70px;
  margin-top: 3px;
}

.footer{
  background-color: black;
  padding: 53px 0 90px 0;
  text-align: center;
  color: white;
}

.footer h2{
  font-family: 'poppins_bold';
  font-size: 20px;
  color: white;
  margin: 10px 0 33px 0;
}

.footer ul{
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
}

.footer li{
  padding: 0 15px;
}

.footer li:not(:last-child){
  border-right: 1px solid #B01E2D;
}

.footer .media{
  width: 866px;
  max-width: 100%;
  margin: 29px auto 54px auto;
}

.footer .media .media-body{
  text-align: left;
  border-left: 3px solid #B01E2D;
  padding: 14px;
  margin-left: 15px;
}

.copyright{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.kryzalis{
  display: flex;
  align-items: flex-end;
}

.kryzalis img{
  margin-left: 15px;
}

.d-f{
  display: flex;
}

.margin-auto{
  margin-left: auto;
  margin-right: auto;
}

.jc-sb{
  justify-content: space-between;
}

.ai-center{
  align-items: center;
}

.pb-0{
  padding-bottom: 0!important;
}

.mt-0{
  margin-top: 0!important;
}

.mb-0{
  margin-bottom: 0!important;
}

.mb-20{
  margin-bottom: 20px!important;
}

.mt-20{
  margin-top: 20px!important;
}

.mt-27{
  margin-top: 27px!important;
}

.mt-32{
  margin-top: 32px!important;
}

.mb-32{
  margin-bottom: 32px!important;
}

.mt-37{
  margin-top: 37px!important;
}

.mt-39{
  margin-top: 39px!important;
}

.mb-39{
  margin-bottom: 39px!important;
}

.mb-45{
  margin-bottom: 45px!important;
}

.mt-45{
  margin-top: 45px!important;
}

.mt-50{
  margin-top: 50px!important;
}

.mb-50{
  margin-bottom: 50px!important;
}

.mb-55{
  margin-bottom: 55px!important;
}

.ml-30{
  margin-left: 30px!important;
}

.img-fluid{
  max-width: 100%;
  height: auto;
}

.media{
  display: flex;
  align-items: center;
}

 .menu>li{
    display: inline-block;
  }

.owl-colunistas .owl-nav{
  display: block!important;
  margin-top: 0;
}

.owl-colunistas .owl-next,.owl-colunistas .owl-prev{
  line-height: 0;
  background-color: transparent!important;
  outline: none;
  position: absolute;
    bottom: -50px;
  transform: translate(0%,-50%);
  z-index: 2;
}

.owl-colunistas .owl-next span,.owl-colunistas .owl-prev span{
  font-size: 1px;
  background-color: transparent!important;
  color: transparent!important;
  line-height: 0;
  display: block;
}

@media (max-width: 991px) {
  .owl-colunistas .owl-nav{
    padding-top: 10px;
  }

  .owl-colunistas .owl-prev,  .owl-colunistas .owl-next{
    position: static!important;
    margin: 5px;
  }

}

.owl-colunistas .owl-prev{
  left: calc(50% - 50px);
}

.owl-colunistas .owl-next{
  right: calc(50% - 50px);
;
  }

.owl-colunistas .owl-next span,.owl-colunistas .owl-prev span{
  width: 36px;
  height: 35px;
}

.owl-colunistas .owl-next span{
  background-image: url(../imagens/seta-direita.png);
}

.owl-colunistas .owl-prev span{
  background-image: url(../imagens/seta-esquerda.png);
}

.owl-shorts2 .owl-nav{
  display: block!important;
  margin-top: 0;
}

.owl-shorts2 .owl-next,.owl-shorts2 .owl-prev{
  line-height: 0;
  background-color: transparent!important;
  outline: none;
  position: absolute;
    bottom: -80px;
  transform: translate(0%,-50%);
  z-index: 2;
}

.owl-shorts2 .owl-next span,.owl-shorts2 .owl-prev span{
  font-size: 1px;
  background-color: transparent!important;
  color: transparent!important;
  line-height: 0;
  display: block;
}

@media (max-width: 991px) {
  .owl-shorts2 .owl-nav{
    padding-top: 10px;
  }

  .owl-shorts2 .owl-prev,  .owl-shorts2 .owl-next{
    position: static!important;
    margin: 5px;
  }

  .botao1{
    margin: 30px auto 50px;
  }

}

.owl-shorts2 .owl-prev{
  right: 50px;
  top: -33px;
}

.owl-shorts2 .owl-next{
  right: 0;
  top: -33px;
 }

.owl-shorts2 .owl-next span,.owl-shorts2 .owl-prev span{
  width: 36px;
  height: 35px;
}

.owl-shorts2 .owl-next span{
  background-image: url(../imagens/seta-direita.png);
}

.owl-shorts2 .owl-prev span{
  background-image: url(../imagens/seta-esquerda.png);
}

.owl-noticias .owl-nav{
  display: block!important;
  margin-top: 0;
}

.owl-noticias .owl-next,.owl-noticias .owl-prev{
  line-height: 0;
  background-color: transparent!important;
  outline: none;
  position: absolute;
    top: 50%;
  transform: translate(0%,-50%);
  z-index: 2;
}

.owl-noticias .owl-next span,.owl-noticias .owl-prev span{
  font-size: 1px;
  background-color: transparent!important;
  color: transparent!important;
  line-height: 0;
  display: block;
}

@media (max-width: 991px) {
  .owl-noticias .owl-nav{
    padding-top: 10px;
  }

  .owl-noticias .owl-prev,  .owl-noticias .owl-next{
    position: static!important;
    margin: 5px;
  }

}

.owl-noticias .owl-prev{
  left: -65px;
}

.owl-noticias .owl-next{
  right: -65px;
  }

.owl-noticias .owl-next span,.owl-noticias .owl-prev span{
  width: 36px;
  height: 35px;
}

.owl-noticias .owl-next span{
  background-image: url(../imagens/seta-direita.png);
}

.owl-noticias .owl-prev span{
  background-image: url(../imagens/seta-esquerda.png);
}

.owl-shorts .owl-nav{
  display: block!important;
  margin-top: 0;
}

.owl-shorts .owl-next,.owl-shorts .owl-prev{
  line-height: 0;
  background-color: transparent!important;
  outline: none;
  position: absolute;
    top: 50%;
  transform: translate(0%,-50%);
  z-index: 2;
}

.owl-shorts .owl-next span,.owl-shorts .owl-prev span{
  font-size: 1px;
  background-color: transparent!important;
  color: transparent!important;
  line-height: 0;
  display: block;
}

@media (max-width: 991px) {
  .owl-shorts .owl-nav{
    padding-top: 10px;
  }

  .owl-shorts .owl-prev,  .owl-shorts .owl-next{
    position: static!important;
    margin: 5px;
  }

}

.owl-shorts .owl-prev{
  left: -36px;
}

.owl-shorts .owl-next{
  right: -36px;
  }

.owl-shorts .owl-next span,.owl-shorts .owl-prev span{
  width: 36px;
  height: 35px;
}

.owl-shorts .owl-next span{
  background-image: url(../imagens/seta-direita.png);
}

.owl-shorts .owl-prev span{
  background-image: url(../imagens/seta-esquerda.png);
}

.owl-colunistas2{
  margin-bottom: 80px;
}

.owl-colunistas2 .owl-nav{
  display: block!important;
  margin-top: 0;
}

.owl-colunistas2 .owl-next,.owl-colunistas2 .owl-prev{
  line-height: 0;
  background-color: transparent!important;
  outline: none;
  position: absolute;
    bottom: -30px;
  z-index: 2;
}

.owl-colunistas2 .owl-next span,.owl-colunistas2 .owl-prev span{
  font-size: 1px;
  background-color: transparent!important;
  color: transparent!important;
  line-height: 0;
  display: block;
}

@media (max-width: 991px) {
  .owl-colunistas2 .owl-nav{
    padding-top: 10px;
  }

  .owl-colunistas2 .owl-prev,  .owl-colunistas2 .owl-next{
    position: static!important;
    margin: 5px;
  }

}

.owl-colunistas2 .owl-prev{
  left: 90px;
}

.owl-colunistas2 .owl-next{
  right: 90px;
  }

.owl-colunistas2 .owl-next span,.owl-colunistas2 .owl-prev span{
  width: 36px;
  height: 35px;
}

.owl-colunistas2 .owl-next span{
  background-image: url(../imagens/seta-direita.png);
}

.owl-colunistas2 .owl-prev span{
  background-image: url(../imagens/seta-esquerda.png);
}

.owl-noticiaprincipal .owl-nav{
  display: block!important;
  margin-top: 0;
}

.owl-noticiaprincipal .owl-next,.owl-noticiaprincipal .owl-prev{
  line-height: 0;
  background-color: transparent!important;
  outline: none;
  position: absolute;
    top: 50%;
  transform: translate(0%,-50%);
  z-index: 2;
}

.owl-noticiaprincipal .owl-next span,.owl-noticiaprincipal .owl-prev span{
  font-size: 1px;
  background-color: transparent!important;
  color: transparent!important;
  line-height: 0;
  display: block;
}

@media (max-width: 991px) {
  .owl-noticiaprincipal .owl-nav{
    padding-top: 10px;
  }

  .owl-noticiaprincipal .owl-prev,  .owl-noticiaprincipal .owl-next{
    position: static!important;
    margin: 5px;
  }

}

.owl-noticiaprincipal .owl-prev{
  left: 0;
}

.owl-noticiaprincipal .owl-next{
  right: 0;
  }

.owl-noticiaprincipal .owl-next span,.owl-noticiaprincipal .owl-prev span{
  width: 36px;
  height: 35px;
}

.owl-noticiaprincipal .owl-next span{
  background-image: url(../imagens/seta-direita.png);
}

.owl-noticiaprincipal .owl-prev span{
  background-image: url(../imagens/seta-esquerda.png);
}

.modalfechar{
  width: 20px;
  height: 20px;
  background-color: #333;
  color: #FFF;
  font-size: 12px;
  border-radius: 50%;
  line-height: 20px;
  position: absolute;
  right: -20px;
  top: -20px;
  cursor: pointer;
}

.modalzao{
  background-color: rgba(30,30,30,0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.modalcentro{
  max-width: 900px;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
        margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

#modalzao{
  display: none;
}

.modalzao img{
    max-width: 100%;
    max-height: 90vh;
}

@media(max-width:1024px){
  .menu>li>a{
    font-size: 13px;
  }

  .pg-noticia .fx1 h1{
    font-size: 22px;
    margin-top: 15px;
    line-height: 30px  }

  .pg-noticia .fx1 p{
    text-align: left;
  }

  .segura-botao{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }

  .owl-noticias .owl-prev{
    left: 0;
  }

  .owl-noticias .owl-next{
    right: 0;
  }

  .card-noticia5{
    margin: 0 auto;
  }

  .publicidade-vertical,.publicidade-pequena{
    text-align: center;
    }

  .card-noticia7,.card-noticia8,.card-noticia9,.card-opiniao,.card-notas,.mes{
    max-width: 368px;
    margin: 0 auto 30px auto;
  }

  .sidebar-left{
    display: none;
  }

  .pg-home .fx2 h2:before, .pg-home .fx3 h2:before, .pg-home .fx6 h2:before, .pg-home2 .fx2 h2:before, .pg-home2 .fx3 h2:before, .pg-home2 .fx4 h2:before, .pg-home2 .fx5 h2:before, .pg-home2 .fx6 h2:before, .pg-home2 .fx7 h2:before, .pg-home2 .sidebar .detalhe:before, .pg-notas .sidebar-right .detalhe:before, .pg-notas .detalhe:before, .pg-opiniao .detalhe:before, .pg-noticia .fx4 h2:before, .pg-noticia .fx6 h2:before, .pg-noticia .fx7 h2:before, .pg-noticia .fx8 h2:before, .pg-opiniao h2.detalhe:before{
    left: calc(50% - 190px);
  }

  .pg-home .fx2 h2:after, .pg-home .fx3 h2:after, .pg-home .fx6 h2:after, .pg-home2 .fx2 h2:after, .pg-home2 .fx3 h2:after, .pg-home2 .fx4 h2:after, .pg-home2 .fx5 h2:after, .pg-home2 .fx6 h2:after, .pg-home2 .fx7 h2:after, .pg-home2 .sidebar .detalhe:after, .pg-notas .sidebar-right .detalhe:after, .pg-notas .detalhe:after, .pg-opiniao .detalhe:after, .pg-noticia .fx4 h2:after, .pg-noticia .fx6 h2:after, .pg-noticia .fx7 h2:after, .pg-noticia .fx8 h2:after, .pg-opiniao h2.detalhe:after{
    right: calc(50% - 190px);
    width: 340px;
  }

}

@media(max-width:768px){
  .submenu{
    display: block!important;
  }

  .pg-noticia .fx4 .col-lg-8{
    padding: 30px 15px!important;
  }

  .pg-noticia .ml-30{
    margin-left: 0!important;
  }

  .submenu li{
    background-color: transparent!important;
    border-bottom: 0 !important;
  }

  .menu>li{
    display: block;
    padding: 0 15px;
  }

  .card-noticia3, .card-noticia4{
    max-width: 368px;
    margin: 0 auto 30px auto;
  }

  .footer ul{
    display: block;
    padding-left: 0;
  }

  .footer ul li{
    border-right: 0!important;
  }

  .owl-nav{
    text-align: center;
  }

  .sx-display-block{
    display: none!important;
  }

  .sx-display-none{
    display: block!important;
  }

  .d-f,.flex{
    display: block;
  }

  .kryzalis{
    margin-top: 30px;
    justify-content: center;
  }

  .header .segura-redes{
    display: flex;
    justify-content: center;
  }

}

@media(max-width:768px){
  h2{
    text-align: center;
  }

  .segura-legenda{
    display: block!important;
    text-align: center;
  }

  .card-shorts{
    margin: 0 auto 30px auto;
  }

  .segura-redes{
    display: flex;
    justify-content: center;
  }

  .footer .media{
    display: block;
  }

  .footer .media .media-body{
    border-left: 0;
    text-align: center;
  }

  .copyright{
    display: block;
    text-align: center;
  }

  .card-noticia6 .media .media-body{
    text-align: left;
  }

  .card-noticia6 .media{
    display: block;
    text-align: center;
  }

  .card-noticia6 .media .media-body h3{
    margin-top: 15px;
  }

  .pg-opiniao .fx1 .media{
    display: block;
    text-align: center;
  }

  .pg-opiniao .fx1 .media p{
    display: block;
    text-align: left;
  }

  .sx-display-flex{
    display: flex!important;
    background-position: center center;
  }

  .sx-display-none{
    display: none!important;
  }

  .card-noticia-principal2{
    margin-bottom: 30px;
  }

}

@media(max-width: 375px){
  .pg-home .fx2 h2:before, .pg-home .fx3 h2:before, .pg-home .fx6 h2:before, .pg-home2 .fx2 h2:before, .pg-home2 .fx3 h2:before, .pg-home2 .fx4 h2:before, .pg-home2 .fx5 h2:before, .pg-home2 .fx6 h2:before, .pg-home2 .fx7 h2:before, .pg-home2 .sidebar .detalhe:before, .pg-notas .sidebar-right .detalhe:before, .pg-notas .detalhe:before, .pg-opiniao .detalhe:before, .pg-noticia .fx4 h2:before, .pg-noticia .fx6 h2:before, .pg-noticia .fx7 h2:before, .pg-noticia .fx8 h2:before, .pg-opiniao h2.detalhe:before{
    left: calc(50% - 180px);
  }

  .pg-home .fx2 h2:after, .pg-home .fx3 h2:after, .pg-home .fx6 h2:after, .pg-home2 .fx2 h2:after, .pg-home2 .fx3 h2:after, .pg-home2 .fx4 h2:after, .pg-home2 .fx5 h2:after, .pg-home2 .fx6 h2:after, .pg-home2 .fx7 h2:after, .pg-home2 .sidebar .detalhe:after, .pg-notas .sidebar-right .detalhe:after, .pg-notas .detalhe:after, .pg-opiniao .detalhe:after, .pg-noticia .fx4 h2:after, .pg-noticia .fx6 h2:after, .pg-noticia .fx7 h2:after, .pg-noticia .fx8 h2:after, .pg-opiniao h2.detalhe:after{
    right: calc(50% - 170px);
    width: 320px;
  }

}

.menu-hover{
  position: relative;
}

.menu-hover:hover .submenu{
  display: block;
}

.submenu{
  text-align: center;
  width: 177px;
  color: white;
  list-style: none;
  position: absolute;
  padding-left: 0;
  padding: 8px;
  left: calc(50% - 84px);
  top: 20px;
  display: none;
  padding-top: 20px;
}

.submenu li{
  padding: 8px 0;
  border-bottom: 1px solid #2E2E2E;
  font-family: 'poppins_regular';
  font-size: 13px;
  background-color: black;
}

.submenu:after{
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: black;
  position: absolute;
  left: calc(50% - 5px);
  top: 15px;
  position: absolute;
  display: block;
}

/**comentarios**/    .comment-form .submit{
      display: inline-block;
      font-size: 13px;
      padding: 11px 16px 9px 16px;
      transition: all .2s linear;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      width: 103px!important;
      height: 34px;
      border-radius: 100px;
      background-color: #E6393A;
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: 'poppins_bold';
      font-size: 13px;
      border: 0px;
    }

.comment-form .submit:hover{
      filter: brightness(1.2);
     }

    .nanome{
      margin-bottom: 5px;
    }

    .nletra{
      float: left;
      margin-right: 15px;
      width: 70px;
      height: 70px;
      text-align: center;
      padding-top: 6px;
      background-color: ##E6393A!important;
      font-size: 40px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 0;
    }

    .nautor{
      margin-top: 20px;
      min-height: 70px;
      padding-left: 85px;
      position: relative;
      padding-top: 10px;
    }

    .nautor.commadm{
      min-height: 85px;
      margin-left: 30px;
      border-radius: 5px;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 90px;
    }

    .commadm .nletra{
      margin-top: 7px;
      margin-left: 7px;
    }

    .fundo-form{
      padding: 30px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
    }

    .comment-form-author label,    .comment-form-email label,    .comment-form-comment label{
      display: block;
    }

    .comment-notes{
      font-size: 11px;
    }

    .comment-reply-title{
      margin-top: 0;
    }

    .comment-form-cookies-consent{
      display: none;
    }

    .comment-form-author{
      float: left;
      width: 50%;
    }

    .comment-form-email{
      float: left;
      width: 50%;
    }

    #si_captcha_code{
      width: 127px;
      position: relative;
    }

    #si_captcha_code label{
      display: none;
    }

    #si_captcha_code span{
      position: absolute;
      left: 135px;
      top: 0;
    }

    .comment-form-author input,    .comment-form-email input,    .comment-form-comment textarea{
      width: 100%;
      /*height: 100px;
*/      padding: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      margin-top: 5px;
    }

    .comment-form-author input{
      width: 95%;
    }

    .comment-form-comment textarea{
      height: 100px;
    }

    input#si_captcha_code{
      padding: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
    }

  /***comentarios**/  .accordion h6{
                      margin: 0;
                      font-size: 15px;
                      padding: 20px 20px 20px 50px;
                      line-height: 1.2;
                      outline: none;
                      cursor: pointer;
                      background-image: url(../imagens/seta-lado.png);
                      background-position: left center;
                      background-repeat: no-repeat;
                    }

                                        .accordion h6.ui-state-active{
                      color: #00D9D9;
                      background-image: url(../imagens/seta-baixo.png);
                    }

                                        .accordion div + h6{
                      border-top: 1px solid #DDD5D0;
                    }

                                        .accordion div{
                      padding-bottom: 20px;
                    }

.icone{
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    z-index: 999;
    bottom: -20px;
    left: -5px!important;
}

.pulse {
  animation: pulse 0.7s infinite;
  margin: 0 auto;
  display: table;
  margin-top: 50px;
  animation-direction: alternate;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 60px;
  height: 60px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -webkit-filter: brightness(100%);
  }

  100% {
    -webkit-transform: scale(1.1);
  }

}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }

}

.pg-texto p{
  margin-bottom: 15px!important;
  line-height: 30px!important;
}

.btn-search{
  position: absolute;
  right: 25px;
  top: 19px;
  border: 0;
  background: transparent;
}

.noticia_patrocinada{
  padding: 28px 0;
  margin-top: 30px;
}

.sidebar .card-noticia6 h3{
     font-family: 'poppins_bold';
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 30px;
    margin-bottom: 6px;
}

.sidebar .card-noticia6 img{
  border-radius: 20px;
  margin-bottom: 6px;
}

.mbl{
  display: none;
}

/* responsivo */    @media (max-width: 991px)/* mobiles */ {
     .pg-home2 .fx1 .noticia-principal-regioes .borda{
      margin: 0!important;
      background-image: none!important;
    }

    .pg-home2 .fx1 .noticia-principal-regioes .titulo{
      width: 100%;
      height: auto;
    }

    .pg-home2 .fx1 .noticia-principal-regioes{
      width: auto!important;
      height: auto!important;
    }

    .pg-home2 .fx1 .noticia-principal-regioes span{
      text-align: center;
      display: block;
      padding-right: 15px;
      padding-left: 15px;
    }

    }

/* /responsivo */

.segura-texto-principal div,
.segura-texto-principal video{
  max-width: 100%!important;
}

.fundo-form{
  background-color: #F3F3F3;
}

.comment-form .submit{
  margin-top: 15px;
}