/*
Theme Name: AL360
Theme URI: https://al360.com.br/
Author: Jandeilton Batista
Author URI: https://clickalagoas.com.br/
Description: Tema personalizado convertido de HTML.
Version: 1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: al-360
*/


*{
    margin: 0px;
    padding:0px;
    border: 0px!important;
}

.bar-top{
    background-color: #0147c9;
    height: 60px;
    margin:0px;
}

.content-bar{
    height: inherit;
}

.scrolling-text span a:hover{
	color: #fff;
}
.scrolling-text a:hover{color: #fff;}

.post-content img{
	width:100%;
}

/**barra top**/ .top-bar {
      background-color: #0147c9;
      color: white;
      font-size: 14px;
      padding: 6px 0;
    }

    .top-bar .content {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 15px;
    }

    .top-bar .label {
      font-weight: bold;
      white-space: nowrap;
      display: flex;
      align-items: center;
      gap: 5px;
      height: 50px;
    }

    .scrolling-wrapper {
      flex-grow: 1;
      overflow: hidden;
      position: relative;
    }

    .scrolling-text {
      display: inline-block;
      white-space: nowrap;
      animation: scroll-left 20s linear infinite;
    }

    .scrolling-text span {
      margin-right: 50px;
      display: inline-flex;
      align-items: center;
    }

    .scrolling-text .video-icon {
      margin: 0 8px;
      color: white;
    }
    .social-icons{
        display: inline-flex;
    }

    .top-bar .social-icons a {
      color: white;
      margin-left: 10px;
      font-size: 16px;
      text-decoration: none;
    }

    @keyframes scroll-left {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }


     /* ✋ Pausar quando passar o mouse */
     .scrolling-wrapper:hover .scrolling-text {
        animation-play-state: paused;
      }



      .scrolling-text a {
        text-decoration: none;
        color: #fff;
      }



      

      .header-top {
        background-color: #ffffff;
        padding: 12px 0;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
      }
  
      .header-menu {
        display: flex;
        align-items: left;
        justify-content: center;
      }


  
  
      .header-logo {
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .header-search {
        display: flex;
        align-items: right;
        justify-content: center;
      }
  
  
      .header-logo img {
        max-height: 40px;
      }
  
      .search-input {
        border: 1px solid #ccc;
        border-radius: 20px;
        padding: 5px 10px;
        width: 100%;
        max-width: 250px;
      }
  
      @media (max-width: 767px) {
        .header-search {
          display: none;
        }
      }


      .pub-ads img{
        padding: 20px 0;
      }





      .navbar-nav .nav-link {
        color: #000;
        font-weight: 500;
        padding: 0.5rem 1rem;
      }
    
      .navbar-nav .nav-link:hover,
      .navbar-nav .nav-link.active {
        color: #0147c9;
        border-bottom: 2px solid #0147c9;
      }
    
      .navbar-brand {
        font-size: 1.8rem;
      }

      .lato-thin {
        font-family: "Lato", sans-serif;
        font-weight: 100;
        font-style: normal;
      }
      
      .lato-light {
        font-family: "Lato", sans-serif;
        font-weight: 300;
        font-style: normal;
      }
      
      .lato-regular {
        font-family: "Lato", sans-serif;
        font-weight: 400;
        font-style: normal;
      }
      
      .lato-bold {
        font-family: "Lato", sans-serif;
        font-weight: 700;
        font-style: normal;
      }
      
      .lato-black {
        font-family: "Lato", sans-serif;
        font-weight: 900;
        font-style: normal;
      }
      
      .lato-thin-italic {
        font-family: "Lato", sans-serif;
        font-weight: 100;
        font-style: italic;
      }
      
      .lato-light-italic {
        font-family: "Lato", sans-serif;
        font-weight: 300;
        font-style: italic;
      }
      
      .lato-regular-italic {
        font-family: "Lato", sans-serif;
        font-weight: 400;
        font-style: italic;
      }
      
      .lato-bold-italic {
        font-family: "Lato", sans-serif;
        font-weight: 700;
        font-style: italic;
      }
      
      .lato-black-italic {
        font-family: "Lato", sans-serif;
        font-weight: 900;
        font-style: italic;
      }
      

      .title-home-feature {
        font-size: 2rem;
        line-height: 30px;
        color: #000;
    }

    .title-home-feature:hover {
      color:#0147c9;
  }

      .subtitle-home-feature{
        font-family: "Lato", sans-serif;
        color: #000;
      }

.box-four-home h2{
font-size: 1.2rem;
font-family: "Lato", sans-serif;
font-weight: 900;
line-height: normal;
color: #000;
}
.box-four-home h2 a{
  color: #000;
}
.box-four-home h2 p{
  color: #000;
}

.box-four-home p{
  font-size: 1.0rem;
  font-family: "Lato", sans-serif;
line-height: 15px;
  }
.border-radius{
  border-radius: 10px;
}


.box-four-home img{
  border-radius: 10px;
  height: 170px;
  object-fit: cover;
}

.box-politica img{
  width: 100%;
}
.box-politica h2{
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 900;
}
.box-politica p{
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 14px;
}

.popular-title{
  font-size: 1rem;
  color:#000;
}
.post-content p{
  font-size: 1.2rem!important;
}
.related-title{
  font-size: 18px;
  text-decoration: none;

  color: #000;
}
.related-post a{
  text-decoration: none;

}

.post-meta small a{color: white; background-color: #0055ce; padding: 3px 5px; border-radius: 5px; font-size: 10px; text-decoration: none; text-transform: uppercase; font-weight: 700;}

.border{
    border: 1px solid red!important;
}

.title-home-feature-loop {
  font-size:25px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
}

@media (max-width: 767px) {

  .title-home-feature {
    font-size: 1.5rem;
    line-height: 21px;
}

.title-home-feature-loop {
  font-size: 1.0rem;
  line-height: 17px;
}


  .subtitle-home-feature{
    font-family: "Lato", sans-serif;
    color: #000;
  }


  .pub-ads img{
    width: 100%;
  }

  .box-four-home h2{
    font-size: 1.5rem;
    font-family: "Lato", sans-serif;
    line-height: 20px;
    font-weight: 900;
    margin-top: 5px;
    }

    .box-four-home p{
      font-size: 1.0rem;
      font-family: "Lato", sans-serif;
    line-height: 15px;
      }


      .subtitle-home-feature{
        font-size: 1.0rem;
        font-family: "Lato", sans-serif;
      line-height: 15px;
      color: #000;
      }
}


.menu-superior {
  border-top: 4px solid #0151c2; /* Azul */
  padding: 10px 0;
  background-color: #f9f9f9;
  font-size: 14px;
}

.menu-superior a {
  color: #000;
  text-decoration: none;
  margin: 0 10px;
  font-weight: 600;
}

.menu-superior a:hover {
  text-decoration: underline;
}

.direitos {
  color: #555;
  font-size: 12px;
  text-align: right;
}

@media (max-width: 768px) {
  .direitos {
    margin-top: 10px;
    text-align: center;
  }
}





.sidebar {
  background-color: #fff;
  padding: 15px;
  position: relative;
}
.ad-box {
  width: 300px;
  height: 300px;
  background-color: #e0e0e0;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: relative;
}
.sticky {
  position: fixed;
  top: 80px;
}
.stop {
  position: absolute;
}






footer{background-color: #999;}