/*
**  Estilos que se asocian al CPT de Ponencias
*/

/*	Plantilla CPT-premios.Ini	*/
.cpt-premios{
	.bloque-descripcion-adicional-premio{
		padding: 24px;
		border-radius: 16px;
		background: var(--Secondary-80, #4E5180);
	}
	
	.imagen-taxonomia{
		img{
			min-width: 100%;
		}
	}
    
    .bloque-premios{
        height: 130px;
    }
    
    /* Tamaño de los campos */
    .titulo-entrada{
        width: 322px;
    }
    .campo-premiados{
        width: 448px;
    }
    .titulo-obra{
        width: 332px;
    }

	.imagen-destacada {
        padding: 8px;
        margin-left: auto;
	   
		img {
			width: 104px;
            aspect-ratio: 1;
            object-fit: cover;
            border-radius: 8px;

		}
	}
	.border-bottom-2px{
	    border-bottom: solid 2px var(--Secondary-20);
	}
}

.invertido{
    .cpt-premios{
        .Primary-40,
        .Primary-40 *{
            color: var(--Secondary-100);
        }
        
    	.border-bottom-2px{
	        border-bottom: solid 2px var(--Secondary-60);
	    }
    }
}

/*	Plantilla CPT-premios.Fin	*/