body{
	max-width: 	100vw;
	overflow-x: hidden;
}

.swiper-container, .swiper-container2 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	overflow: visible !important;

}

.swiper-wrapper{
	height: 600px;
    max-height: 70vh;
}

.swiper-container .swiper-slide{
	width: 65%;
	background-color: #1e1e1e;
    transition: box-shadow 1s ease-in-out, transform 1s;
}

.swiper-container2 .swiper-slide{
	width: 65%;
    background-color: transparent;
}

.swiper-slide > div{
	height: 100%
}

.swiper-slide  .inner-slider{
	transform: translate(-50%, -50%);
	position: absolute;
	height: 300px;
    left: 50%;
    top: 50%;    
}

.h1-rbb{
    font-family: 'gilroy', 'sans-serif';
	font-weight: 700;
	font-size: 36px;
    color: #f18a00;/*
	width: 270px;*/
    width: 250px;
    text-transform: lowercase;
}

.p-rbb{
	margin: 30px 0 0 0;
    font-size: 14px;
}

.inner-text{
    top: 50%;
    width: 450px;
    max-width: 30vw;
    padding-left: 30px;
    position: absolute;
    transform: translateY(-50%);
}


/*SIDEBAR TEXT*/

 .swiper-container2 .swiper-wrapper{
	max-height: 150px;
}

 .swiper-container2{
 	z-index: 2;
	max-height: 150px;
	pointer-events: none;
 }

.swiper-container2 .swiper-slide-prev .sidebar-rbb-h1{
	left: 50%;
	transition-duration: .7s;
}

.swiper-container2 .swiper-slide-next .sidebar-rbb-h1{
	left: 150%;
	transition-duration: .7s;
	text-align: right;
}

.swiper-container2 .swiper-slide-active .sidebar-rbb-h1{
	color: transparent;
}

.moveLeft{
	left: 105% !important;
}

.moveRight{
	left: -5% !important;
}

.sidebar-rbb-h1{
	top: 50%;
    left: 50%;
    color: white;
    width: 250px;
    color: #f18a00;
    font-size: 32px;
    font-weight: 600;
    line-height: 50px;
    position: absolute;
    text-transform: lowercase;
    transform: translate(-50%, -50%);
    font-family: 'gilroy', 'sans-serif';
}


/*zoom next and prev*/

.zoom-next-prev{
	transform: scale(1.1);/*
    transition-duration: 1s;*/
    box-shadow: rgba(0, 0, 0, 0.33) 0px 0px 20px 8px;
    transition: box-shadow 1s ease-in-out, transform 1s;
}




/*BOTTOM LINKS*/

.bottom-text{
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.bottom-text span {
    margin: 0;
    bottom: 20px;
    cursor: pointer;
}


.next-project-rbb{
    position: absolute;
    right: 50px;
}

.prev-project-rbb{
    position: absolute;
    left: 50px;
    margin-bottom: 50px;
}
/*.BOTTOM LINKS*/



/*LEFT & RIGHT ARROS*/

.icons-servicos .fa {
	top: 50%;
    opacity: 1;
    width: 40px;
    color: white;
    z-index: 999;
    height: 40px;
    cursor: pointer;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    text-align: center;
    border-radius: 30px;
    border: 2px solid white;
    transition-duration: .3s;
    transform: translateY(-50%);
}

.icons-servicos .fa-angle-double-left {
    left: 30px;
}

.icons-servicos .fa-angle-double-right {
    right: 30px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

@keyframes rbbanim {
    0%   {font-size: 25px}
    25%  {font-size: 35px}
    50%  {font-size: 25px}
}

@media (max-width: 991px){
    .swiper-container {
        max-width: 100vw;
        max-height: 100vh;
        overflow: hidden !important;
        position: fixed;
        top: 0;
        transform: unset;
    }

    .swiper-container, .swiper-container2 {/*
        height: 70vh;*/
        height: 65vh;
        margin-top: 15vh;
    }

    .swiper-wrapper {
        height: 100%;
    }
    .swiper-container .swiper-slide {
        width: 75%;
        transform: none;

    }

    .swiper-slide > div:first-child {
        height: 35%;
    }

    .swiper-slide > div:nth-child(2) {
        height: 65%;
        overflow-y: auto;
        padding-bottom: 15px;
    }

    .swiper-slide .inner-slider {
        height: 80px;
    }

    .inner-text {
        top: 0;
        width: auto;
        padding-left: 0;
        position: relative;
        transform: none;
         max-width: unset;
    }

    .h1-rbb {
        font-size: 24px;
        width: 100%;
        text-align: center;
        line-height: 30px;
    }

    /*Arrows */

    .icons-servicos .fa-angle-double-left {
        left: 0px;
    }

    .icons-servicos .fa-angle-double-right {
        right: 0px;
    }
    .icons-servicos .fa{
        top: 30%;
        border: none;
        animation-delay: 4s;
        animation-name: rbbanim;
        animation-duration: 4s;
        animation-iteration-count: infinite;
    }

    .p-rbb {
        margin: 30px 0 0 0;
        text-align: justify;
        padding: 0 20px;
    }

}






/*LAST FIX */
html, body {
    height: 100%;
    overflow: hidden;
    display: block;
    position: relative;
}

@media (max-width: 1222px) and (min-width: 991px){
    .inner-slider{
        height: 200px !important;
    }
    .inner-text{
        padding-left: 0 !important;
    }
}

@media (max-width: 1030px){
    .swiper-container2{
        display: none !important;
    }
}



@media (max-width: 1240px){
    .zoom-next-prev{
        transform: scale(1)!important;
    }
}

@media (max-width: 767px) and (orientation: landscape){
    .swiper-slide > div{
        width: 50% !important;
    }

    .swiper-slide .inner-slider{
        transform: unset;
        left: 0;
        position: relative;
        margin: auto;
        display: block;
    }

    .swiper-slide > div:nth-child(2) {
        height: 100%;
        overflow-y: auto;
    }

    .swiper-container, .swiper-container2 {
        height: 70vh;
    }
}

@media (max-width: 1400px) and (min-width: 1024px){
    .moveRight {
        left: -10% !important;
    }
    .moveLeft {
        left: 110% !important;
    }
}