.swiper {
	width: calc(100% + 15px);
	height: 100vh;
	height: 100svh;
	color: #FFFFFF;
	overflow: hidden;
	margin-left: -15px;
}

/* Slider HOME*/

.mry-content-frame{
	position: relative;
	background: #12161c;
	z-index: 9;
}

.mry-project-slider-item {
	width: 100vw;
	min-height: 100%;
	height: 100vh;
	height: 100svh;
	position: relative;
	padding: 0;
	margin: 0;
}

/* CANVAS DOT */
.mry-dots {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: 100svh;
	opacity: 0.3;
	z-index: 2;
}
/* CANVAS DOT */
.mry-main-slider{
	z-index: 3;
}
.mry-project-slider-item .mry-project-frame {
	width: 100%;
	height: 100%;
}

.mry-project-slider-item .mry-project-frame .mry-cover-frame {
	float: right;
	width: 80%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.mry-project-slider-item .mry-project-frame .mry-cover-frame .mry-project-cover {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mry-project-slider-item .mry-project-frame .mry-cover-frame .mry-project-cover.mry-position-center {
	object-position: top center;
	min-height: 100vh;
}

.mry-project-slider-item .mry-project-frame .mry-cover-frame .mry-project-cover.mry-position-left {
	object-position: left;
}

.mry-project-slider-item .mry-project-frame .mry-cover-frame .mry-project-cover.mry-position-right {
	object-position: right;
}

.mry-project-slider-item .mry-project-frame .mry-cover-overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6362920168067228) 28%, rgba(26,41,64,0) 77%);
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6362920168067228) 28%, rgba(26,41,64,0) 77%);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6362920168067228) 28%, rgba(26,41,64,0) 77%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#1a2940",GradientType=1);
	opacity: .65;
}

.mry-project-slider-item .mry-project-frame .mry-cover-overlay.mry-gradient-overlay {
	background: rgb(0,0,0);
	background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6362920168067228) 28%, rgba(26,41,64,0) 77%);
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6362920168067228) 28%, rgba(26,41,64,0) 77%);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6362920168067228) 28%, rgba(26,41,64,0) 77%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#1a2940",GradientType=1);
}

.mry-project-slider-item .mry-project-frame.mry-project-half {
	width: 100%;
	height: 100%;
}

.mry-project-slider-item .mry-project-frame.mry-project-half .mry-cover-frame {
	float: right;
	width: 60%;
	height: 100%;
	position: relative;
}

.mry-project-slider-item .mry-main-title-frame {
	position: absolute;
	z-index: 3;
	display: flex;
	align-items: center;
	height: 100vh;
	height: 100svh;
	width: 100%;
}

.mry-project-slider-item .mry-main-title-frame .mry-main-title {
	width: 100%;
}

.mry-project-slider-item .mry-main-title-frame .mry-main-title h2 {
	text-shadow: none;
	text-align: left;
	margin: 0 0 25px;
	font-size: 4.5vw;
	font-weight: 600;
	color: #FFFFFF;
	max-width: 60%;
}
.mry-project-slider-item .mry-main-title-frame .mry-main-title h2 span {
	color: transparent;
	text-stroke: 2px #FFFFFF;
	-webkit-text-stroke: 2px #FFFFFF;
}
h5.mry-subtitle.mry-mb-20 {
	text-align: left;
	color: #a8b5cd;
	margin-bottom: 5px;
}
p.mry-text {
	text-align: left;
	color: #a8b5cd;
	opacity: .75;
	max-width: 32%;
}
.mry-btn.common_btn {
	margin-top: 25px;
}
.swiper {
	width: 100vw;
	margin-left: 0;
}

@media (max-width: 1440px) {
	.swiper {
		width: 100vw;
		margin-left: 0;
	}
}
@media (max-width: 1280px) {
	.mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title h2 {
		font-size: 4vw;
	}
}

/* Slider Navigation */

.mry-slider-pagination-frame {
	height: 100vh;
	position: absolute;
	z-index: 9;
	top: 0;
	width: 100px;
	padding: 40px;
	right: 0;
	display: flex;
	align-items: center;
	background-color: transparent;
}

.mry-slider-pagination-frame .mry-slider-pagination {
	margin-bottom: 60px;
	width: 20px;
	display: flex;
	flex-direction: column;
}

.mry-slider-pagination-frame .mry-slider-pagination .swiper-pagination-bullet {
	width: 10px;
	margin-left: auto !important;
	margin-bottom: 20px !important;
	border-radius: 6px;
	height: 4px;
	opacity: 1 !important;
	background-color: #FFFFFF;
	transition: 0.3s ease-in-out;
}

.mry-slider-pagination-frame .mry-slider-pagination .swiper-pagination-bullet:last-child {
	margin-bottom: 0 !important;
}

.mry-slider-pagination-frame .mry-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 20px;
	background-color: #3067dd;
}

.mry-slider-nav-panel {
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: 0;
	height: 60px;
	width: 100vw;
}

.mry-slider-progress-bar-frame {
	display: flex;
	align-items: center;
	height: 100px;
	width: 25vw;
}
.corner-slider {
	position: absolute;
	width: 500px;
	bottom: 0;
	right: 0;
	z-index: 0;
	pointer-events: none;
	animation-name: desplazamiento-der;
	animation-duration: 1s;
	transition: position ease-in-out 1s;
}
@keyframes desplazamiento-der {
  from {right: -100%;}
  to {right: 0%;}
}
.mry-slider-progress-bar-frame .mry-slider-progress-bar {
	display: flex;
	height: 3px;
	width: 100%;
}

.mry-slider-progress-bar-frame .mry-slider-progress-bar .mry-progress {
	position: relative;
	height: 3px;
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.1);
	width: 100%;
	clear: both;
	opacity: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.mry-slider-progress-bar-frame .mry-slider-progress-bar .mry-progress:after {
	position: absolute;
	top: 0;
	left: 0;
	background: #3067dd;
	border-radius: 3px;
	height: 100%;
	width: 0;
	content: "";
}

.mry-slider-progress-bar-frame .mry-slider-progress-bar.active .mry-progress {
	opacity: 1;
}

.mry-slider-progress-bar-frame .mry-slider-progress-bar.animate .mry-progress:after {
	transition: width linear;
	transition-delay: unset;
	width: 100%;
	transition-duration: 10s;
}

.mry-slider-arrows {
    position: absolute;
    top: 0;
    padding: 0 40px 0 40px;
    right: 0;
    background-color: transparent;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #FFFF;
    z-index: 2;
}

.mry-slider-arrows .mry-label {
	margin-right: 20px;
	color: #FFFFFF;
}

.mry-slider-arrows .mry-button-next, .mry-slider-arrows .mry-button-prev {
	width: 38px;
	cursor: pointer;
}

.mry-slider-arrows .mry-button-next span, .mry-slider-arrows .mry-button-prev span {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
}

.mry-slider-arrows .mry-button-next span i, .mry-slider-arrows .mry-button-prev span i {
	font-size: 20px;
	width: 20px;
	height: 20px;
	color: #FFFFFF;
}

/*--- Slider Portrait ---*/

@media (max-width: 1180px) and (orientation: portrait) {
	.swiper-wrapper .container, .swiper-wrapper .container-lg, .swiper-wrapper .container-md, .swiper-wrapper .container-sm {
		max-width: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.mry-project-slider-item .mry-project-frame .mry-cover-overlay.mry-gradient-overlay {
		background-color: rgba(255, 255, 255, 0);
		background-image: none;
	}
	.mry-project-slider-item .mry-project-frame .mry-main-title-frame {
		left: 0;
		width: 100%;
		align-items: flex-end;
	}
	.mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title {
		margin-left: 0;
		padding: 40px;
		background-color: #12161c;
		width: 100%;
		max-width: 600px;
	}
	.mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title h2 {
		position: relative;
		overflow: hidden;
		font-size: 4vw;
		line-height: 1.1em;
		font-weight: 900;
		letter-spacing: -1px;
	}
	.mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title h2 br{
		display: none;
	}
	.mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title .mry-mb-20 {
		margin-bottom: 15px;
	}
	.mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title .mry-mb-30 {
		margin-bottom: 20px;
	}
	.mry-project-slider-item .mry-project-frame.mry-project-half .mry-cover-frame {
		width: 100%;
	}
	.corner-slider {
		width: 340px;
	}
	.mry-label {
		display: none;
	}
	.mry-slider-arrows {
		padding: 0 20px 0 20px;
	}
	.mry-slider-arrows .mry-button-next, .mry-slider-arrows .mry-button-prev {
		width: 50px;
	}
	.mry-slider-arrows .mry-button-next span, .mry-slider-arrows .mry-button-prev span {
		width: 40px;
		height: 40px;
	}
	.mry-slider-arrows .mry-button-next span i, .mry-slider-arrows .mry-button-prev span i {
		font-size: 30px;
		width: 40px;
		height: 40px;
	}
	.mry-btn.common_btn {
		margin-top: 30px;
	}
	p.mry-text {
		max-width: 100%;
	}
	.mry-project-slider-item .mry-main-title-frame .mry-main-title h2 {
		max-width: 100%;
	}
}
@media (max-width: 992px) {
	.swiper-wrapper .container, .swiper-wrapper .container-lg, .swiper-wrapper .container-md, .swiper-wrapper .container-sm {
		max-width: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.mry-project-slider-item .mry-project-frame .mry-cover-overlay.mry-gradient-overlay {
		background-color: rgba(255, 255, 255, 0);
		background-image: none;
	}
	.mry-project-slider-item .mry-project-frame .mry-main-title-frame {
		left: 0;
		width: 100%;
		align-items: flex-end;
	}
	.mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title {
		margin-left: 0;
		padding: 40px;
		background-color: #12161c;
		width: 100%;
		max-width: 600px;
	}
	.mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title h2 {
		position: relative;
		overflow: hidden;
		font-size: 5vw;
		line-height: 1.1em;
		font-weight: 900;
		letter-spacing: -1px;
	}
	.mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title h2 br{
		display: none;
	}
	.mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title .mry-mb-20 {
		margin-bottom: 15px;
	}
	.mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title .mry-mb-30 {
		margin-bottom: 20px;
	}
	.mry-project-slider-item .mry-project-frame.mry-project-half .mry-cover-frame {
		width: 100%;
	}
	.corner-slider {
		width: 340px;
	}
	.mry-label {
		display: none;
	}
	.mry-slider-arrows {
		padding: 0 20px 0 20px;
	}
	.mry-slider-arrows .mry-button-next, .mry-slider-arrows .mry-button-prev {
		width: 50px;
	}
	.mry-slider-arrows .mry-button-next span, .mry-slider-arrows .mry-button-prev span {
		width: 40px;
		height: 40px;
	}
	.mry-slider-arrows .mry-button-next span i, .mry-slider-arrows .mry-button-prev span i {
		font-size: 30px;
		width: 40px;
		height: 40px;
	}
	.mry-btn.common_btn {
		margin-top: 30px;
	}
	.mry-project-slider-item .mry-main-title-frame .mry-main-title h2 {
		max-width: 100%;
	}
}
@media (max-width: 770px) {
	.mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title .mry-mb-20 {
		margin-bottom: 6px;
	}
	.mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title{
		padding: 30px 5%;
	}
	.mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title h2{
		font-size: 40px;
	}
	.mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title h2 br{
		display: block;
	}
	.mry-slider-arrows .mry-button-next span i, .mry-slider-arrows .mry-button-prev span i {
		font-size: 20px;
		width: 20px;
		height: 20px;
	}
	.corner-slider {
		width: 190px;
	}
	.mry-slider-arrows .mry-button-next, .mry-slider-arrows .mry-button-prev {
		width: 40px;
	}
	.mry-slider-arrows {
		padding: 0;
	}
	.mry-slider-arrows .mry-button-next span, .mry-slider-arrows .mry-button-prev span {
		width: 20px;
		height: 20px;
	}
	.mry-slider-nav-panel {
		height: 50px;
	}
	p.mry-text{
		margin-right: 100px;
	}
	.mry-project-slider-item .mry-project-frame .mry-cover-frame .mry-project-cover {
		max-height: 70vh;
	}
	.swiper-wrapper .container, .swiper-wrapper .container-lg, .swiper-wrapper .container-md, .swiper-wrapper .container-sm {
		min-height: 30vh;
		display: flex;
		align-items: center;
	}
	.mry-slider-pagination-frame .mry-slider-pagination {
		display: none;
	}
}


@media (max-width: 980px) and (orientation: landscape) {
.swiper {
	width: calc(100% + 15px);
	height: 100%;
	color: #FFFFFF;
	overflow: hidden;
	margin-left: -15px;
}

/* Slider HOME*/

.mry-content-frame{
	position: relative;
	background: #12161c;
	z-index: 9;
}

.mry-project-slider-item {
	width: 100vw;
	min-height: 100%;
	height: 100vh;
	position: relative;
	padding: 0;
	margin: 0;
}

/* CANVAS DOT */
.mry-dots {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	opacity: 0.3;
	z-index: 2;
}
/* CANVAS DOT */
.mry-main-slider{
	z-index: 3;
}
.mry-project-slider-item .mry-project-frame {
	width: 100%;
	height: 100%;
}

.mry-project-slider-item .mry-project-frame .mry-cover-frame {
	float: right;
	width: 80%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.mry-project-slider-item .mry-project-frame .mry-cover-frame .mry-project-cover {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mry-project-slider-item .mry-project-frame .mry-cover-frame .mry-project-cover.mry-position-center {
	object-position: center;
}

.mry-project-slider-item .mry-project-frame .mry-cover-frame .mry-project-cover.mry-position-left {
	object-position: left;
}

.mry-project-slider-item .mry-project-frame .mry-cover-frame .mry-project-cover.mry-position-right {
	object-position: right;
}

.mry-project-slider-item .mry-project-frame .mry-cover-overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	background-color: rgba(53, 63, 68, 0);
	width: 100%;
	height: 100%;
}

.mry-project-slider-item .mry-project-frame .mry-cover-overlay.mry-gradient-overlay {
	background-image: linear-gradient(269deg, rgba(18, 22, 28, 0) 70%, rgba(18, 22, 28, 0.6) 80%, #12161c 100%);
}

.mry-project-slider-item .mry-project-frame.mry-project-half {
	width: 100%;
	height: 100%;
}

.mry-project-slider-item .mry-project-frame.mry-project-half .mry-cover-frame {
	float: right;
	width: 60%;
	height: 100%;
	position: relative;
}

.mry-project-slider-item .mry-main-title-frame {
	position: absolute;
	z-index: 3;
	display: flex;
	align-items: center;
	height: 100vh;
	width: 100%;
}

.mry-project-slider-item .mry-main-title-frame .mry-main-title {
	width: 100%;
}

.mry-project-slider-item .mry-main-title-frame .mry-main-title h2 {
	text-shadow: none;
	text-align: left;
	margin: 0 0 25px;
	font-size: 5vw;
	font-weight: 600;
	color: #FFFFFF;
}
h5.mry-subtitle.mry-mb-20 {
	text-align: left;
	color: #a8b5cd;
	margin-bottom: 5px;
}
p.mry-text {
	text-align: left;
	color: #FFF;
	opacity: .75;
	max-width: 32%;
}
.mry-btn.common_btn {
	margin-top: 25px;
}
.swiper {
	width: 100vw;
	margin-left: 0;
}
/* Slider Navigation */

.mry-slider-pagination-frame {
	height: 100vh;
	position: absolute;
	z-index: 9;
	top: 0;
	width: 100px;
	padding: 40px;
	right: 0;
	display: flex;
	align-items: center;
	background-color: transparent;
}

.mry-slider-pagination-frame .mry-slider-pagination {
	margin-bottom: 60px;
	width: 20px;
	display: flex;
	flex-direction: column;
}

.mry-slider-pagination-frame .mry-slider-pagination .swiper-pagination-bullet {
	width: 10px;
	margin-left: auto !important;
	margin-bottom: 20px !important;
	border-radius: 6px;
	height: 4px;
	opacity: 1 !important;
	background-color: #FFFFFF;
	transition: 0.3s ease-in-out;
}

.mry-slider-pagination-frame .mry-slider-pagination .swiper-pagination-bullet:last-child {
	margin-bottom: 0 !important;
}

.mry-slider-pagination-frame .mry-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 20px;
	background-color: #3067dd;
}

.mry-slider-nav-panel {
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: 0;
	height: 60px;
	width: 100vw;
}

.mry-slider-progress-bar-frame {
	display: flex;
	align-items: center;
	height: 100px;
	width: 25vw;
}
.corner-slider {
	position: absolute;
	width: 500px;
	bottom: 0;
	right: 0;
	z-index: 0;
	pointer-events: none;
}
.mry-slider-progress-bar-frame .mry-slider-progress-bar {
	display: flex;
	height: 3px;
	width: 100%;
}

.mry-slider-progress-bar-frame .mry-slider-progress-bar .mry-progress {
	position: relative;
	height: 3px;
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.1);
	width: 100%;
	clear: both;
	opacity: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.mry-slider-progress-bar-frame .mry-slider-progress-bar .mry-progress:after {
	position: absolute;
	top: 0;
	left: 0;
	background: #3067dd;
	border-radius: 3px;
	height: 100%;
	width: 0;
	content: "";
}

.mry-slider-progress-bar-frame .mry-slider-progress-bar.active .mry-progress {
	opacity: 1;
}

.mry-slider-progress-bar-frame .mry-slider-progress-bar.animate .mry-progress:after {
	transition: width linear;
	transition-delay: unset;
	width: 100%;
	transition-duration: 10s;
}

.mry-slider-arrows {
    position: absolute;
    top: 0;
    padding: 0 40px 0 40px;
    right: 0;
    background-color: transparent;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #FFFF;
    z-index: 2;
}

.mry-slider-arrows .mry-label {
	margin-right: 20px;
	color: #FFFFFF;
}

.mry-slider-arrows .mry-button-next, .mry-slider-arrows .mry-button-prev {
	width: 38px;
	cursor: pointer;
}

.mry-slider-arrows .mry-button-next span, .mry-slider-arrows .mry-button-prev span {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
}

.mry-slider-arrows .mry-button-next span i, .mry-slider-arrows .mry-button-prev span i {
	font-size: 20px;
	width: 20px;
	height: 20px;
	color: #FFFFFF;
}
.mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title {
    margin-left: 0;
    padding: 5%;
    background-color: #12161c;
    width: 50%;
    max-width: 50%;
}
p.mry-text {
    text-align: left;
    color: #FFF;
    opacity: .75;
    max-width: 100%;
}
.mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title h2{
    position: relative;
    overflow: hidden;
    font-size: 4vw;
    line-height: 1.1em;
    font-weight: 900;
    letter-spacing: -1px;
}
.mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title h2 br{
    display: none;
}
.mry-btn.common_btn {
    margin-top: 20px;
}
.mry-btn.common_btn {
    font-size: 1rem;
    padding: 18px 30px;
}
.mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title {
    background-color: transparent;
}
.corner-slider {
    width: 210px;
}
.mry-slider-arrows {
    top: 18px;
    padding: 0 15px 0 15px;
}
}