@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

.acessibilidade {
  font-size: inherit;
}

a {text-decoration: none!important;}

.sidebar {
  
    background-image: url(../img/bg-side-bar.png);
}
.fecha-nota {color: #8A8A8A!important ;}
.top10 {background: #3D8AB8; color: #fff!important;}

/* GLOBO */

.whatsapp {
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-image: url("../img/whatsapp.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: fixed;
  bottom: 30px;
  right: 28px;
  border-radius: 100%;
  z-index: 9;
}

.contactanos {
  width: 108px;
  height: 40px;
  background-image: url("../img/contactanos.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: fixed;
  bottom: 80px;
  right: 28px;
  z-index: 9;
}
/*TOP DIARIAS*/

.tptn_posts_shortcode ul {
  padding-left: 0;
  margin-bottom: 5px;

}
.tptn_posts_shortcode li  {

  display: inline-block !important;
  position: relative;
  padding-top: 5px;
  padding-left: 50px;
  margin-bottom: 5px !important;
  margin-left: 0px !important;
  
  
}

.tptn_posts_shortcode a {

 
  color: #fff !important;
 
  
}


.tptn_posts_shortcode li {

  border: none;
  font-size: 12px;
  text-align: left;
  
  
} 

.tptn_posts_shortcode ul>li:first-child {

  counter-reset: term;

}

.tptn_posts_shortcode li:first-child:before{

 content:'1';

}

.tptn_posts_shortcode li:before {

    
  counter-increment: term;
  content: counter(term);
  
  margin-right: 10px;
}

.tptn_posts_shortcode ul > li::before {
  content: counter(term) "";
  counter-increment: term;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  color: #e77716;
  background-color: #fff;
  font-weight: 700;
  width: 40px;
  height: 25px;
  line-height: 25px;
  text-align: right;
  padding-right: 10px;
  border-radius: 0 15px 15px 0;
  box-sizing: border-box;
}
.titulo_las_mas_leidas h2 {


  
    font-weight: 700;
    color: #fff;
    background-color: #333333;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);

}

.tptn_posts_shortcode a { text-decoration: none;  font-family: 'Montserrat', sans-serif;

}

.masleidas { 
	background: rgb(0,70,32);
background: linear-gradient(180deg, rgba(0,70,32,1) 0%, rgba(10,150,80,1) 44%, rgba(15,219,117,1) 100%); padding:15px; margin-top: 12px;}

.titmasleidas {    

  font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;

}
.arrow{
    width:10%;
    position:relative;
    background:#BB0101;
    text-align:center;
    
}
.arrow:after, .arrow:before{
    content:"";
    position:absolute;
    width:20px;
    height:50%;
    left:100%;
}
.arrow:after{
    bottom:0;
    background: linear-gradient(to right bottom, #BB0101 50%, #fff 55%);
}
.arrow:before{
      top:0;
    background: linear-gradient(to right top, #BB0101 50%, #fff 55%);
}
h1, h2, h3, h4, h5,  input {color: #2E2E2E; font-family: 'Montserrat', sans-serif;
}
.wp-pagenavi {font-family: 'Montserrat', sans-serif;
} 
.ff-fs {font-family: 'Montserrat', sans-serif;
}
.lh-358 {line-height: 35.8px;}
.fs-10 {font-size: 7px!important;}
.fs-15 {font-size: 15px!important;}
.fs-17 {font-size: 17px!important;}
.fs-20 {font-size: 20px!important;}
.fs-21 {font-size: 21px!important;}
.fs-22 {font-size: 22px!important;}
.fs-29 {font-size: 29px!important;}
.fs-30 {font-size: 30px!important;}
.fs-39 {font-size: 39px!important;}
.fs-45 {font-size: 45px!important;}


.excerpt p {color: #666; font-size: 20px!important;  line-height: 26px; font-weight: 400;}
.content p {color: #282828;  line-height: 21px;}
.excerpt-listado p {color: #666; font-size: 14px!important;  line-height: 16px; font-weight: 400;}


.circulo {

    border-radius: 100%!important;
    height: 30px;
    width: 30px;
   
}

.btn-outline-secondary:hover {color: #fff!important;}

.logo-footer img {width: 212px;}
.logo-copy img {width: 140px!important; }


/* NAV */

.dropdown-toggle::after {
    border: none!important;
    font-family: 'font awesome 5 free';
    content: '\f107'!important;
    vertical-align: 0!important;
    margin-left: 7px!important;
    font-weight: bold;
  }
  
  
  
  
  .navbar-light .navbar-nav .nav-link {
  
    font-size: 15px;
    font-weight: 500;
    line-height: 18.15px;
    font-family: 'Inter', sans-serif!important;
    color: #3D8AB8!important
  
  }
  
  .navbar-light .navbar-nav  .nav-link:hover{
  
    font-weight: 700;
    text-decoration: underline #3D8AB8;
    text-underline-offset: 0.3em;
    text-decoration-thickness: 2px;
  }
  
  
  
  .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link, .nav-link.active {
  
    font-weight: 700;
    color: #3D8AB8;
    text-decoration: underline #3D8AB8;
    text-underline-offset: 0.3em;
    text-decoration-thickness: 2px;
  }
  
  
  .dropdown-menu {
  border:0px!important;
  padding:0px!important;
  border-radius: 1px!important;
  }
  
  .dropdown-item {
    display: block!important;
    width: 100%!important;
    padding: 0.50rem 1rem!important;
    clear: both;
    color: #3D8AB8!important;
    text-align: inherit!important;
    text-decoration: none!important;
    white-space: nowrap!important;
    background-color: transparent!important;
    border: 0!important;
    
  }
  .dropdown-item:hover {
   background-color:#3D8AB8!important;
    color: #fff!important;
  }
  
  .navbar-light {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25)!important;
  
  }
  
  .navbar-toggler {border:0px!important; color:#3D8AB8!important; }
  
  .navbar-collapse ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

::placeholder {color: #fff!important;}
.buscar {border-start-start-radius: 50rem!important;border-end-start-radius: 50rem!important; border: none;}
.lupa {border-start-end-radius: 50rem!important;border-end-end-radius: 50rem!important;}


blockquote {font-weight: 600; color: #3d8ab8!important; font-style: italic; position:relative; padding-right:70px; padding-left:70px; padding-top:20px; padding-bottom:20px; margin:0px;}

blockquote:before {

  position: absolute;
  left: 0;
  font-weight: 700;
  font-family: 'font awesome 5 free';
  content:'\f10d';
  font-size: 50px;
  color: #3D8AB8;

 
   
}

blockquote:after {

  position: absolute;
  right: 0;
  font-weight: 700;
  bottom:35%;
  font-family: 'font awesome 5 free';
  content:'\f10e';
  font-size: 50px;
  color: #3D8AB8;
 
   
}

/* === Style WP-PageNavi Pagination === */

/* Center the pagination */
.wp-pagenavi { text-align:center; padding-top:5rem; padding-bottom:5rem}

/* Add a border */
.wp-pagenavi span, .wp-pagenavi a, .wp-pagenavi :last-child { 
    border-radius: 6px;
    
    color: #3D8AB8!important;
    padding: 6px 12px; 
    margin: 0;  
    margin: 2px;
    text-decoration: none;
}
.wp-pagenavi span, .wp-pagenavi a { border-right: none !important; }

/* Style the default text */
.wp-pagenavi span, .wp-pagenavi a { 
    border-radius: 6px;
 
    font-weight: bold !important; 
    color: #3D8AB8 !important;
    text-decoration: none;
    margin: 2px;
}

/* Style the current / hovered page link */
.wp-pagenavi span.current,
.wp-pagenavi a:hover { 
    color: #DA7C34 !important; 
     
    text-decoration: none;
}

/* Style the page count text */
.wp-pagenavi :first-child { color: #3D8AB8  !important; }

/* Add text to the "next" link */
.wp-pagenavi .nextpostslink:before {   font-family: 'font awesome 5 free'; font-weight: bold; content: '\b\f138 \b'!important; }
.wp-pagenavi .previouspostslink:after {   font-family: 'font awesome 5 free'; font-weight: bold; content: '\b \f137\b'!important; }


