  .top-noticia{
        	background-color: #E6E6E6;
        	min-height: 300px;
        	overflow: auto;
        	padding-bottom: 5px;

        	
        }
        .titulo{
        	border-bottom: 2px black solid;
        	margin-bottom: 15px;
          margin-top: 15px;

        }
        .titulo h4{
          color: black;
          font-family: 'Ubuntu', sans-serif;
        }
       
        .img-texto {
   	position: relative;
   	float: left;
   	margin-bottom: 5px;
   }
   .img-texto::after {
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  }
  .texto{
  	margin-bottom: 5px;
  	padding-bottom: 5px;
  	font-size: 14px;
  }
  .no{
    background-color:white;
     margin-top:40px;
     margin-bottom:200px;
  }
  .noo{
    background-color:white; 
  }
  .noo h4{
    font-family: 'Ubuntu', sans-serif;
    color:black;

  }
  .noo p{
     font-family: 'Montserrat', sans-serif;
    padding-top:5px;
    font-size:16px;
  }
  a:link   
{   
 text-decoration:none;   
}   
  @media only screen and (max-width: 767px){
	.texto {font-size: 40px;}
}
 @media (max-width: 767px) {
      .logo img{
        margin-top: 30px;
        margin-left: 20px;
      }
    }
