/*noticia grande*/
#comunidad-basep .imagen-portada {
    height: 250px;
    display: block;
    display: flex;
    position: relative;
    justify-content: flex-end;
    align-items: center;
}

.contenedor-comunidad-basep {
    display: flex;
    height: 250px;
    padding: 0px;
    margin: 0px;
    background-color: var(--color-bp);
    overflow: hidden;
    position: relative;
    width: 100%;
}

.caja-contenido-basep {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

  #comunidad-basep .imagen-portada .contenedor-comunidad-base-p {
    background-color: var(--color-blanco-bp);
    height: 250px;
    overflow: hidden;
    position: relative;
  }
  
  
  #comunidad-basep .imagen-portada .foto-portada {
    height: 250px;
    display: block;
    -webkit-box-shadow: 0 5px 5px 0px #000;
    box-shadow: 0 0px 0px 0px #000;
    position: absolute;
    right: 0px;
    width: 250px;
  }
   

  #comunidad-basep .imagen-portada p {
  display:none;  
  }
  
  
  #comunidad-basep .imagen-portada h3 {
    font-size: 1.25rem;
    font-weight: 900;
    display:block!important;
    color: #fff;
    text-transform: uppercase;
  }

#comunidad-basep .imagen-portada h3:before{
    margin-top: 10px;
    content: "";
    background-color: #000;
    height: 7px;
    width: 60px;
    display: block;
    margin-bottom: 5px;
}

#comunidad-basep .imagen-portada a {
    background-color: var(--color-bp);
    display: block;
}
  
  #comunidad-basep .imagen-portada p {
    font-size: 1.2rem;
    color: #000;
    display: block !important;
    font-weight: 700;
    font-family: var(--titan-title-typo);
    text-transform: uppercase;
    line-height: 100%;
}
  
  #comunidad-basep .imagen-portada .caja-contenido {
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  
.datos-soy-base h5 {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0px;
    color: #000;
}


.datos-soy-base h6{
font-size:0.9rem;
line-height:100%; 
margin:0px;
color:#fff;   
}

  /*noticia grande*/

  