/**
 * Estilos para la página de inicio
 */
/*
 * Generales
 */
h2 {
	font-family: 'D-DIN Exp Italic';
	color: #575756;
}

/*
 * Slider
 */
.n2-ss-layer:not( :first-child ) {
	/*display: none;*/
}

/*
 * Novedades
 */
.rio-novedades-section .getwid-columns.getwid-columns-3 > * {
	padding: 0;
}

.rio-novedad {
	padding: 0 2em;
}

.rio-novedad img {
	width: 100%;
	height: auto;
}

.rio-novedad h2 a {
	font-family: 'DIN Alternate Bold';
	color: #494998;
}

.rio-novedad p {
	font-family: Montserrat;
	color: #575756;
}

.rio-novedad > div > div:last-child {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.rio-novedad > div > div:last-child a {
	padding: 0 0.2em 0.1em;
	height: 1em;
	width: 1em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

/*
 * Cursos
 */
.rio-cursos-section {
	background-color: #494998;
}

.rio-cursos-section h2 {
	margin-bottom: 0;
	padding-top: 2em;
	padding-bottom: 0;
	color: white;
}

.rio-cursos-section .getwid-columns {
	margin-bottom: 0;
}

.rio-cursos-container {
	padding-top: 2em;
	padding-bottom: 2em;
	background-color: #494998;
	font-family: 'DIN Alternate Bold';
}

.rio-cursos-container .wp-block-buttons:last-child {
	margin-top: 3em;
}

.rio-cursos-container .wp-block-buttons:last-child a {
	padding: 0.5em 2em;
	font-size: 1em;
}

.rio-curso {
	padding: 1.5em;
	border: 1px solid white;
	border-radius: 1em;
}

.rio-curso-duracion {
	margin-top: 2em;
	padding: 0.2em 2em;
	background-color: white;
	border-radius: 1em;
	display: inline-block;
}

.rio-cursos-section .wp-block-button__link {
	padding: 0.5em 2em;
	font-family: 'DIN Alternate Bold';
}

.rio-testimonio {
	left: 100vw;
}

.wp-block-getwid-testimonial {
	position: absolute;
}

.wp-block-getwid-testimonial__header {
	margin-top: 0 !important;
	font-family: 'D-DIN Exp Italic';
	color: #494998;
	flex-wrap: -webkit-wrap;
	flex-wrap: wrap;
	order: -1;
}

.rio-testimonios-btn::after {
	content: '';
	height: 3em;
	width: 3em;
	background-repeat: no-repeat !important;
	display: inline-block;
}

.rio-testimonios-btn-left::after {
	background: url( '../icons/chevron-left.svg' );
}

.rio-testimonios-btn-right::after {
	background: url( '../icons/chevron-right.svg' );
}

/*
 * Estilos por pantalla
 */
@media all and ( orientation: portrait ) {
	.wp-block-getwid-testimonial__heading {
		margin: 1em 0 !important;
	}
}