/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 01 2024 | 14:19:21 */
/* Añade aquí tu código CSS.

Por ejemplo:
.ejemplo {
    color: red;
}

Para mejorar tu conocimiento sobre CSS, echa un vistazo a https://www.w3schools.com/css/css_syntax.asp

Fin del comentario */ 

span.textGCA{
	color:#C31B4C;
	font-weight:bold;
}

.swiper{
	border-radius:0 0 60px 60px;
}

@media only screen and (max-width: 600px) {
	.swiper{
		border-radius:0px 0px 0px 0px!important;
	}
}