.custom_div_initial{
    background-image: url(../images/fondo.jpg);
    width: auto;
    height: 143px;
    background-size: cover;
    background-position: 1px -253px;
}

.margin_div{
    margin-left: 200px;
    margin-top: 6px;
    margin-right: 200px;
    margin-bottom: 70px;
    background-color: #fff;
}

.color_body{
	background-color: #00000029;
	font-family: sans-serif;
}

.custom_padding{
	padding: 11px;
}

.title{
    font-weight: bold;
    font-size: 40px;
}

.kiubix{
	font-weight: bolder;
}

.question_title{
	font-weight: bolder;
	font-size: 18px;
}

.size_icon{
	font-size: 35px;
}

.fa-star:hover{
	color: #ffed00;
}

.icon_red:hover{
    background-color: red;
    color: white;
    padding: 10px;
}

.icon_selected_red{
	background-color: red;
    color: white;
    padding: 10px;
}

.start_selected{
	color: #ffed00;
}

.title_card{
	color: #fff;
    font-size: 2rem;
    top: 26%;
    position: sticky;
}

@media (max-width: 900px) {
	.margin_div{
	    margin-left: 0px;
	    margin-top: 0px;
	    margin-right: 0px;
	    margin-bottom: 0px;
	    background-color: #fff;
	}
}