
.contenedorDestinos{
	padding: 0; 
}
.tituloSlider{
	text-align: center; 
	background-color: white;
	border-radius: 10px;
	box-shadow: 4px 4px 17px rgba(00,00,00,0.55);
}
.destinosTexto{
	padding: 5px;
	background-color: white;
	border-radius: 10px;
	box-shadow: 4px 4px 17px rgba(00,00,00,0.55);
}
.sliderDestinos{
	/*background-color: white;*/
}
.tituloDestinosSev{
	width: auto;
	text-align: center;
	background-color: white;
	border-radius: 10px;
	box-shadow: 4px 4px 17px rgba(00,00,00,0.55);
	font-size: calc(1rem + 1vw);
}
.textosDestinos{
	padding: 10px;
}

.minServ{
	text-align: center;
	margin: auto;
}
.minServ img{
	width: 90%;
}

.servDestinos a:link {
	text-decoration: none;
	color: inherit;
}
.servDestinos a:visited {
	text-decoration: none;
	color: inherit;
}