.text-verde {color: #357960 !important;}
.bg-verde {
	background-color: #357960;
}
.bg-gris {
	background-color: #f3f5fb;
}
#intro-img {
	background-image: url(/media/com_vistas/images/working-summer-camp-in-spain.webp);
	background-repeat: no-repeat;
    background-size: cover;
    background-attachment: inherit;
    background-position: 50% 50%;
}
@media screen and (max-width: 3840px) {
	#intro-img {padding: 250px 100px !important;}
	#intro-tit {font-size: 5rem; margin-bottom:2rem;}
	#intro-desc {font-size: 1.7rem; line-height: 2.5rem;}
}
@media screen and (max-width: 1380px) {
	#intro-img {padding: 200px 100px !important;}
	#intro-tit {font-size: 4.5rem; margin-bottom:1.75rem;}
	#intro-desc {font-size: 1.6rem; line-height: 2.4rem;}
}
@media screen and (max-width: 1149px) {
	#intro-img {padding: 175px 95px !important;}
	#intro-tit {font-size: 4.25rem; margin-bottom:1.65rem;}
	#intro-desc {font-size: 1.55rem; line-height: 2.3rem;}
}
@media screen and (max-width: 1199.98px) {
	#intro-img {padding: 160px 80px !important;}
	#intro-tit {font-size: 4rem; margin-bottom:1.55rem;}
	#intro-desc {font-size: 1.5rem; line-height: 2.2rem;}
}
@media screen and (max-width: 991.98px) {
	#intro-img {padding: 140px 50px !important;}
	#intro-tit {font-size: 4rem; margin-bottom:1.5rem;}
	#intro-desc {font-size: 1.45rem; line-height: 2rem;}
}
@media screen and (max-width: 767.98px) {
	#intro-img {padding: 100px 20px !important;}
	#intro-tit {font-size: 3.5rem; margin-bottom:1.5rem;}
	#intro-desc {font-size: 1.4rem; line-height: 1.8rem;}
}
@media screen and (max-width: 575.98px) {
	#intro-img {padding: 70px 10px !important;}
	#intro-tit {font-size: 3rem; margin-bottom:1.4rem;}
	#intro-desc {font-size: 1.35rem; line-height: 1.5rem;}
}

/* CAROUSEL ASTURIAS */
.carousel-lento {
	transition: transform 1.5s ease-in-out !important;
}
.numero-razon {
	min-width: 50px;
	max-width: 50px;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	background-color: #595959;
	text-align: center;
	color: #ffffff;
	margin-right: 0.75rem;
	font-size: 1.7rem;
	border-radius: 5px;
}
.razon {
	font-size: 1.25rem;
}
.foto-coach {
	width: 60px;
	height: 60px;
}
.foto-coach img {
	border-radius: 50%;
}