.posicion{
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;}
.main-banner {
    position: relative;
    overflow: hidden;
}
.main-banner.fullH {
    height: 100%;
}
.main-banner.partialH {
    height: 100%;
}
.main-banner-item {
    width: 100%;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
	height:inherit;
	/*min-height:700px;*/
}
.main-banner .inner {
    display: -webkit-flex;
    display: flex;
    /*-webkit-justify-content: center;
    justify-content: center;*/
    -webkit-flex-direction: column;
    flex-direction: column;
    /*-webkit-align-items: center;
    align-items: center;*/
    height: inherit;
	padding:16% 12% 0;
}
.main-banner h2, .main-banner h3 {
	font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-size: 3em;
    line-height: 1;
    margin: 0 0 6px 0;
}
.main-banner h3{
	text-transform:uppercase;
	margin: 0 0 8px 0;
}

@media only screen and (max-width: 767px) {
    .main-banner h2 {
        font-size: 20px;
    }
    /*.wrapper {
        height: 80% !important;
    }*/
}
.main-banner span {
    font-size: 2.2em;
	text-align: left;
	line-height:1;
}

.main-banner.cycle-slideshow p {
    margin: 0.5em 0 0.6em;
}
                    
.cycle-prev, .cycle-next {
    width: 22px;
    height: 36px;
    background-image: url('../img/arrows.png');
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: scaleX(-50%);
    z-index: 999;
    cursor: pointer;
}

.cycle-prev {
    margin-left: -585px;
    background-position: 0 0;
}

.cycle-next {
    margin-left: 563px;
    background-position: -22px 0;
}              