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

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

}

.swiper-container2{
	z-index: 3;/*
	max-height: 150px;*/
}

 .swiper-container3{
 	z-index: 2;
	max-height: 150px;
 }
/*
.swiper-container2 .swiper-wrapper, */.swiper-container3 .swiper-wrapper{
	max-height: 150px;
}

.swiper-container2 a{
	display: block;
	position: relative;
	height: 100%;
    width: 100%;
    cursor: grab;
}

.swiper-container2 a:active{
    cursor: grabbing;
}

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

.swiper-slide{
	width: 65%;
	/*background-color: black;*/
}

.inner-slider{
	height: 100%;
	opacity: 0.7;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;/*
    transition: height 1s, transform 1s, opacity 1s;*/
}


.h1-rbb{   
    top: 50%;
    left: 50%;
    z-index: 1;
    color: white;
    font-size: 80px;
    font-weight: 600;
    line-height: 90px;
    position: absolute;
    text-align: center;
    transition-duration: .3s;
    text-transform: lowercase;
    transform: translate(-50%, -50%);  
    font-family: 'gilroy', 'sans-serif';
}



.swiper-container3 .swiper-slide-prev .h1-rbb{
	left: 50%;
	width: 250px;
	font-size: 40px;
	line-height: 50px;
	transition-duration: .7s;
}

.swiper-container3 .swiper-slide-next .h1-rbb{
	
	width: 250px;
	font-size: 40px;
	line-height: 50px;
	left: 150%;
	transition-duration: .7s;
	text-align: right;
}

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


.moveLeft{
	left: 100% !important;
	transition-duration: 1s;
}

.moveRight{
	left: 0% !important;
	transition-duration: 1s;
}

.background-transparent{
	background-color: transparent !important;
}

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

.zoomRbb{
	transform: scale(1.1);
	transition-duration: 1s;
}

.swiper-zoom-container{
	transition-duration: 1s;
	background-color: black;
	/*overflow: hidden;*/
}

.zoom-image{
	height: 700px;
    transform: translateY(-50px);
    transition-duration: 1s;/*
    overflow: hidden;
    transition: transform 0.5s;*/
    box-shadow: rgba(0, 0, 0, 0.33) 0px 0px 20px 8px;
}

.zoom-image img{
	transform: scale(1.1);
	transition: transform 1s;
}

.swiper-slide{
	left: 0;
	right: 0;
	transition: left 1s;
}

.margin-right-rbb{
	margin-left: 50px;
}

.margin-left-rbb{
	margin-left: -50px;
}

.margin-right-rbb img, .margin-left-rbb img{
	opacity: 1;
	transition-duration: 1s;
	cursor: pointer;

}


/*BOTTOM LINKS*/

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

.bottom-text span {
    cursor: pointer;
}
/*.BOTTOM LINKS*/


.swiper-slide img {
	transform: scale(1.01);
	transition-duration: 1s;
	transition: opacity 1s !important;
}

.next-project-rbb{
	float: right;
}

.all-project-rbb{
	left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.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;
}



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

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

    .swiper-container2 .swiper-wrapper,{
    	height: 300px;
    }

    .swiper-wrapper {
        height: 100%;
    }

/*
	.h1-rbb{
	    top: 50vh;
	    width: 85%;
	    font-size: 40px;
	    line-height: 60px;
	    margin-top: -15vh;
	    text-align: center;
	    transform: translate(-50%, -100%);
	}
*/


  .h1-rbb{
      width: 85%;
      font-size: 40px;
      line-height: 60px;
      text-align: center;
      top: calc(15vh + 32.5vh);
      transform: translate(-50%, -100%);
      margin-top: -15vh;

  }

	.bottom-text{
		padding: 0 20px;
		bottom: 40px;
	}

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

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

  .icons-servicos .fa {
    transform: translateY(-90%);
  }
	
	.icons-servicos .fa-angle-double-left {
		left: 0px;
	}
	
	.icons-servicos .fa-angle-double-right {
		right: 0px;
	}

}


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


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

@media (min-width: 1024px){
.swiper-zoom-container{
		overflow: hidden;
	}
}

@media (max-width: 1240px){
	.icons-servicos {
		display: block !important;
	}
}


@media (max-height: 800px) and (min-width: 1024px){
	.zoom-image {
	    height: 100%;
	    transform: unset;
	}
}


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

/*SLIDE ANIMATION*/

.demo a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  transition: opacity .3s;
}

#section10 a {
  padding-top: 60px;
}
#section10 a span {
  position: absolute;
  top: 0;
  width: 50px;
  height: 30px;
  border-radius: 50px;
  border: 2px solid #fff;
  box-sizing: border-box;
  transform: translateX(-50%);
}
#section10 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: dragAnim 4s infinite;
  animation: dragAnim 4s infinite;
  box-sizing: border-box;
}


@-webkit-keyframes dragAnim {
  0% {
    -webkit-transform: translate(15px, 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(-15px, 0);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(-15px, 0);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(15px, 0);
    opacity: 0;
  }
}


@keyframes dragAnim {
  0% {
    transform: translate(15px, 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    transform: translate(-15px, 0);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    transform: translate(-15px, 0);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(15px, 0);
    opacity: 0;
  }
}

@media (max-height: 758px) and (min-width: 1024px){
  #section10 a {
      padding-top: 40px;
  }
}