.nube a {
display: inline-block;
padding-top: 4px;
padding-bottom: 3px;
padding-left: 8px;
padding-right:8px; border-radius: 1rem;
text-transform: uppercase;
Font-size: 10px !important;
Font-weight: 500;
margin-top: 2px !important;	
}
.nube a:hover {
background-color: var(--porto-primary-color); 
}
.categ a {
background-color: #333366; 
}
.carac a {
background-color: #333366; 
}
.estilo_acf_view {
Font-family: "Roboto" !important;
Font-size: 14px;
color: "#070707" !important;
Font-weight: 600;
text-align: center !important;
}
.estilo_miembros_proyecto {
Font-family: "Roboto" !important;
Font-size: 14px;
color: "#070707" !important;
Font-weight: 400;
line-height: 135% !important;
text-align: left !important;
vertical-align: top;
}
.estilo_acf_view_ligera {
Font-family: "Roboto" !important;
Font-size: 14px;
color: "#070707" !important;
Font-weight: 400;
}
.contenedor{
width: 50px !important;
height: 50px !important;
overflow: hidden;
margin: 10px;
position: relative;
}
.contenedor > .crop {
position:absolute;
left: -100%;
right: -100%;
top: -100%;
bottom: -100%;
margin: auto;
min-height: 100%;
min-width: 100%;
}
img.participante {
display: block;
border-radius: 10% !important;
background-color: white;
margin: 0px;
padding: 0px;
width: 80px !important;
border: 1px solid #ddd !important;	
box-sizing: border-box;
}
img.participante:hover {	
border: 3px solid var(--porto-primary-color) !important;
}
.columna {
float: left;
column-gap: 1px;
}
.izquierda {
width: 20%; vertical-align: middle !important;
}
.derecha {
width: 80%;
min-height: 80px;
vertical-align: middle !important;
}
.sin-vinetas {
list-style-type: none;
padding-left: opx;
}