.color-back {
    background-color: #dcdbdb !important;
}
.bg-01 {
	background-image: url(../../images/gt-talent/banner-format-1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-02 {
	background-image: url(../../images/gt-talent/bg-partecipanti.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-03 {
	background-image: url(../../images/gt-talent/premio-finale-mitjet.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-video {
    background-color: #000;
}
.bg-01 h1 {
	color: #fff;
    padding-left: 0;
}
h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #E5283B;
}
h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #E5283B;
    margin-bottom: 0;
}
b {
    font-weight: 600;
}
.description-wite {
	color: #fff;
    font-size: 1.1rem;
    font-weight: 300;
}
.description-blue {
	color: #13404D;
    font-size: 1.1rem;
    font-weight: 300;
}
.pl-2 {
	padding-left: 2rem;
}
.text-boxes-sub {
    color: #898585;
    font-size: 0.9rem;
}
.space-format {
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.text-justify {
    text-align: justify;
}
.boxes-dark {
    box-shadow: none;
}