/*
 * Estilos para los distintos shortcodes disponibles para el tema RIO
 */
/*
 * Generales
 */
.rio-testimonios-section h2 {
	position: relative;
	margin-top: 2em;
	padding: 0.5em 15vw;
}

.rio-testimonios-section h2::after {
	position: absolute;
	top: 0;
	right: 0;'';
	width: 25vw;
	height: 100%;
	background-image: url( '../icons/waves.svg' );
	background-size: cover;
	background-position: center center;
	content: '';
}

.rio-transition-slide {
	transition: left 0.5s;
}

/*
 * Testimonios
 */
.rio-testimonios-slider {
	margin: 3em 0;
}

.rio-testimonios-cmd {
	width: 20vw;
	-webkit-justify-content: center;
	justify-content: center;
}

.rio-testimonios-btn {
	width: 100%;
	text-align: center;
}

.rio-testimonios-btn svg {
	height: 2em;
}

.rio-testimonios {
	position: relative;
	width: 60vw;
	overflow: hidden;
}

.rio-testimonio {
	position: absolute;
	top: 0;
	width: 100%;
}

.rio-testimonio > div {
	flex-wrap: -webkit-wrap;
	flex-wrap: wrap;
}

.rio-testimonio-active {
	left: 0;
}

.rio-testimonio-prev {
	left: -100vw;
}

.rio-testimonio-next {
	left: 100vw;
}

.rio-testimonio-person-img {
	width: 15vmax;
}

.rio-testimonio-person-img img {
	width: 100%;
}

.rio-testimonio-person-comment {
	width: 85vmax;
	flex-wrap: -webkit-wrap;
	flex-wrap: wrap;
}

.rio-testimonio-person-name {
	margin: 2em 0;
}

.rio-testimonio-person-name p {
	margin: 0;
	font-family: 'D-DIN Exp Italic';
	color: #494998;
}

.rio-testimonio-person-txt {
	font-family: 'Montserrat';
	color: #575756;
}

/*
 * Estilos por pantalla
 */
@media all and ( orientation: landscape ) {
	.rio-testimonios-section h2 {
		padding: 1.2em 15vw;
	}

	.rio-testimonios-section h2::after {
		width: 50vw;
	}

	.rio-testimonio > div {
		flex-wrap: -webkit-nowrap;
		flex-wrap: nowrap;
	}

	.rio-testimonio-person-img {
		margin-right: 2em;
		align-self: -webkit-flex-start;
		align-self: flex-start;
	}

	.rio-testimonio-person-txt {
		order: -1;
	}
}