 /* frontend-style.css */


    .banner_noticias {
    width: 100%;              
    max-width: 1200px;        
    margin: 20px auto;        
    border-radius: 2em;
    border: 1px solid #eaeaea;
    box-shadow: 0 5px 12px 0 rgba(65,34,52,0.2);
    padding: 10px 20px;       
    font: inherit;
    display: flex;
    flex-direction: row;
    justify-content: center;  
    align-items: center;

    flex-basis: 100%;        
    flex-wrap: wrap;         
    margin-top: 10px;
    
    grid-column: 1 / -1; 
}
	
   .banner_noticias a.enl {
		
		text-decoration: underline;
		font-weight: bold;
    color: #011C4B;
	}
	
	.banner-top{
	  display: inline-block;
      padding-left: 10px;
	}
	
	.banner-title{	 
	  text-align: center;
      padding: 5px 5px 5px 0;
      display: inline-block;
	}
	.banner-title-text{
	  font-size: initial;
      font-weight: bold;
      
      display: inline-block;
      cursor: default!important;
      text-transform: uppercase;
	}
	
	.banner-container{
      display: inline-block;
      padding-left: 10px;
	}
	
	
	
	@media (max-width: 700px) {
	  .portlet-content {
         margin-left: 20px;
         margin-right: 20px;
	  }
	}	
	
	.banner-content-text{
      
      display: inline-block;
	}
	
	
	
	.banner-content-more{
      display: inline-block;
	  font-weight: bold;
      color: #33adff !important;
	  text-decoration: underline;
	}
	
	.banner-content-more > a{
		color:#ff0000;
	}
	
	.final-separator{
      margin: 0!important;
	  display: block;
	}



#info-banner-modal {
  border: none;
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

#info-banner {
  border-radius: 10px;
  padding: 20px;
  font-family: Arial, sans-serif;
  position: relative;
}

.info-banner-title {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.info-banner-content {
  font-size: 1rem;
  line-height: 1.6;
}

.info-banner-content a {
  color: inherit;
  font-weight: bold;
  text-decoration: underline;
}

.separator {
  margin: 0 8px;
  color: #ccc;
}

.banner-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #fff; /* o ajusta según tu fondo */
  transition: color 0.2s;
}

.banner-close:hover {
  color: #000;
}
