::root{
    --rich-purple: #503291;
    --vibrant-cyan: #2dbecd;
    --vibrant-yellow: #ffc832;
}

body {
	font-family: 'Montserrat', sans-serif;
}

h4 {
    text-transform: uppercase;
    font-size: .70rem;
    font-weight: 600;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
}

a:focus {
	outline: none;
}

.cabecera {
	display: flex;
	text-align: center;
	flex-direction: column;
}

.cabecera h3 {
    font-size: .9rem;
    margin-top: 1.75rem;
    margin-bottom: 1.5rem;
}

.cabecera img {
	width: 19rem;
}

.img-thumbnail {
	border: 3px solid #2dbecd;

}

.viralizador {
	margin-right: 9rem;
}
.row {
	align-items: baseline;
}

.col, .col-1, .col-3, .col-5 {
	padding-top: 10px;
	padding-bottom: 8px;
}

.titulos {
	text-align: center;
}

.estrellas {
	display: flex;
	justify-content: center;
}

.fa {
	margin-left: 5px;
	margin-right: 5px;
	font-size: .85em;
	color: #6c6261;
}

.principal:hover .fa, .principal:focus .fa, .selected .fa {
	color: #ffc62a;
}

.fa.checked {
	color: #ffc62a;
}

.principal:hover .fa.checked, .principal:focus .fa.checked, .selected .fa.checked {
	color: #ffc62a;
}

.principal:hover, .principal:focus {
	cursor: pointer;
}

.datos .col-5 {
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    padding-bottom: 0px;
    padding-top: 10px;
}

.datos {
    background: #7c6f6e;
    margin-bottom: 10px;
    padding: 5px 0 4px;
    color: #ffffff;
    width: auto;
}

.principal:hover, .principal:focus, .selected {
	background-color: #503291;
}

.progress {
	height: .45rem;
	background-color: #6c6261;
	border-radius: .25rem;
	width: 80%;
	margin: 0 auto;
	box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.principal:hover .progress, .principal:focus .progress, .selected .progress {
	background-color: #2dbecd;
}

.progress-bar {
	background-color: #ffffff;
	border-radius: .25rem;

}

.nombre {
    font-size: .75em;
    font-weight: 600;
}

.numero {
	font-weight: 700;
	margin-left: 1rem;
}

.detalle {
    font-size: .45rem;
    text-align: center;
    margin-top: .25rem;
}

/* COMPONENTE */

.componente {
	display: flex;
	justify-content: center;
	margin-bottom: 1.3rem;
}

.componente img {
	width: 160px;
	height: 160px;
	object-position: center;
    object-fit: cover;
}

.retos .datos {
	font-weight: 500;
    line-height: 1.43;
    color: #39393a;
    background-color: #ffffff;
    align-items: stretch;
    padding-bottom: 0;
    padding-top: 0px;
    margin-bottom: 0;

}

.retos .reto {
	font-size: .70rem;
	margin-top: 5px;
	font-weight: 600;
}

.retos .progress-bar {
    background-image: linear-gradient(to right, #b1c6c5, #2dbecd);
}

.retos .progress {
	background-color: #dcdddd;
}

.retos .fa {
	color: #dcdddd;
}

.retos .fa.checked {
	color: #ffc832;
}

.retos h5 {
	color: #2dbecd;
    font-size: .95rem;
    letter-spacing: normal;
    margin-bottom: 3px;
    font-weight: 600;
}

.retos .col-5, .retos .col-3 {
	display: flex;
	align-items: center;
}

.centro {
	width: 100%;
}

.modal-dialog {
	max-width: 800px;
}

.modal-content {
	background-color: transparent;
	border: none;
    padding-top: 15px;
}

.modal-backdrop.show {
    opacity: .78;
}

.row.datos.final {
    background: white;
    height: 20px;
}


@media (max-width: 568px) { 
	body {
		background-repeat: repeat-y;
	}

	h4 {
		font-size: .50rem
	}

	.col, .col-1, .col-3, .col-5 {
	    padding: 2px;
	}

	.numero {
		margin-left: .25rem;
	}

	.estrellas .fa {
		display: none;
	}
	.estrellas .fa:nth-child(1) {
		display: block;
	}

 }

 .images{
    display: flex;
    justify-content: space-evenly;
 }