.wrapper22{
	width: 150%;
	display: table;
}

.leftside,.rigthside {
	height:100vh;
	width:100%;
}



.leftside {
	
	background-image: url("/landing/img/Banner-inPERU.jpg"); 	
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.rigthside {
	background-image: url("/landing/img/Foto1.jpg"); 
	background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

.hst-tit{
	font-weight: 700;
	font-size: 3em;
	text-align: center;
	display: block;
	line-height: 1.25em;
}
.hst-tex{
	font-weight: 500;
	font-size: 1.75em;
	text-align: center;
	display: block;
	line-height: 1.25em;
}
.home-slider .flickity-prev-next-button{
	background: none !important;
    -webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
 	-o-transition: all 0.25s ease-in-out;
  	transition: all 0.25s ease-in-out;
  	width: 50px;
  	height: 80px;
  	padding: 0;
}

.hst-but{
	display: inline-block;
	height: 40px;
	line-height: 40px;
    background: #ED1B23;
    color: #FFF;
    margin: 30px 0 0 0;
    border-radius: 2px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 20px 0 20px;
}

.hst-but:hover{
	color: #FFF;
}

.home-slide-tag{
	top: 55%;
	text-align: center;
	/*position: absolute;*/
	color: #FFF;
	padding: 20px 100px 30px 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	background: -webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.6),rgba(0,0,0,0));
	background: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.6),rgba(0,0,0,0));
	background: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.6),rgba(0,0,0,0));
	background: linear-gradient(to right, rgba(0,0,0,0),rgba(0,0,0,0.6),rgba(0,0,0,0));
}

.align-items-center {
	align-items: center;
	justify-content: center;
	display: flex;
	text-align: center;
}