@charset "UTF-8";

*{
  /*z-index: -1;*/
}
#BenchMarkingModal {
	z-index: 9999999;
}

.carrossel-benchmarking * {
  outline: none !important;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-top: 1%;
}

.carrossel-benchmarking {
  margin-left: -30%;
}

.carrossel-benchmarking .imagem-item {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  border-radius: 50%;
  background-position: center;
  transform: translate(0,0);
  position: relative;
  margin-bottom: 10% !important;
  z-index: 1 !important;
}

.carrossel-benchmarking .grande .imagem-item {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);  
}
.carrossel-benchmarking .pequeno .imagem-item {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);  
          margin-left: -20%;  
}

.carrossel-benchmarking .icone1 {
  background-image: url("img/circle1A.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -98%;
}

.carrossel-benchmarking .icone1-1 {
  background-size: contain;
  width: 350px;
  height: 350px;
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  margin-left: -60%;
}

.carrossel-benchmarking .icone2 {
  background-image: url("img/circle2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 60%;
  margin-top: 20%;
  top: 0;
  bottom: 0;
  margin-left: -40%;
  z-index: -1;
  position: fixed
}

.carrossel-benchmarking .icone3 {
  background-image: url("img/circle3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: -56%;
  top: 0;
  bottom: 0;
}

.carrossel-benchmarking .icone4 {
  background-image: url("img/circle2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 28vh;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: 10vh;
  margin-left: -30%;
}

.carrossel-benchmarking .owl-item{
  margin-top: 21px;
}
/* MODAL */
.carrossel-benchmarking .modal .carousel-item img {
  width: 100%;
}

.carrossel-benchmarking .modal .carousel-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
} 

.carrossel-benchmarking .modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.carrossel-benchmarking .modal-body {
  position: relative;
  padding: 0px;
}

.carrossel-benchmarking .close {
  position: absolute;
  right: -75px;
  top: -75px;
  font-size: 2rem;
  font-weight: normal;
  color: #FFFFFF;
  opacity: 1;
  text-shadow: none;
}

.carrossel-benchmarking .carousel-control-next {
  right: -155px;
}

.carrossel-benchmarking .carousel-control-prev {
  left: -155px;
}

.carrossel-benchmarking .modal.show {
  background: #343434 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
}

.carrossel-benchmarking .modal .modal-dialog {
  width: 100%;
}

.carrossel-benchmarking .modal .modal-content {
  background-color: transparent !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none !important;
  padding: 0 20px;
}


/* DOTS */
.carrossel-benchmarking .owl-theme .owl-dots .owl-dot span {
  width: 23px;
  height: 3px;
  margin: 3px;
  border-radius: 5px;
  background: #C4C4C4;
  display: block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 0;
}

.carrossel-benchmarking .owl-theme .owl-dots .owl-dot.active span {
  background: #FF4445 !important;
  width: 45px !important;
  height: 3px !important;
}

.carrossel-benchmarking .owl-theme .owl-nav.disabled + .owl-dots {
  /*position: relative;*/
  width: 100%;
  padding-left: 5% !important;
}


/* RESPONSIVO */
@media only screen and (max-width: 1439px) {

  .carrossel-benchmarking .owl-theme .owl-nav.disabled + .owl-dots {
    padding-left: 25% !important;
  }
  
}

@media only screen and (max-width: 768px) {
 
  .carrossel-benchmarking .grande .imagem-item {
    margin-left: 7px;
  }
  .carrossel-benchmarking .icone1 {
    margin-left: -73% !important;
  }
  .carrossel-benchmarking .close {
    right: 0;
    top: -40px;
  }
  .carrossel-benchmarking button span svg {
    width: 25px; 
  }

  /* .carrossel-benchmarking .modal.modal.show {
    display: none !important;
  }
  .modal-backdrop.show {
    display: none !important;
  } */
}

@media only screen and (max-width: 915px) {
  .carrossel-benchmarking .modal .modal-content {
    padding: 0 10px;
  }
  .carrossel-benchmarking .carousel-control-next {
    right: 20px;
    align-items: flex-end;
    width: 50px;
    bottom: -40px;
}
  
  .carrossel-benchmarking .carousel-control-prev {
    left: 20px;
    align-items: flex-end;
    width: 50px;
    bottom: -40px;
  }
  .carrossel-benchmarking button span svg {
    width: 20px;
  }
}



