@charset "UTF-8";

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


.carrossel-benchmarking {
  margin: 0 auto !important;
}

.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.6);
          transform: scale(0.6);  
          margin-left: -20%;  
          transition: all ease-in;
}

@media screen and (min-width: 767px) {
  .carrossel-benchmarking .owl-item:not(.active) .imagem-item {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);  
  
  }
}

.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;
  border: 0;
  background: transparent;
}

.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: 10px;
  height: 10px;
  margin: 3px;
  border-radius: 5px;
  display: block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 50px;
  background-color: #F4E8D1;

}

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

.carrossel-benchmarking .owl-theme .owl-nav.disabled + .owl-dots {
  /*position: relative;*/
  width: 100%;
  padding-left: 0% !important;
  padding: 0;
  display: flex;
  justify-content: center;
}


/* 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;
  }
}



.carrossel-benchmarking {
  width: 100% !important;
  max-width: 100% !important;
}

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


.carrossel-benchmarking .owl-stage-outer, .carrossel-benchmarking .owl-stage-outer .owl-stage, .carrossel-benchmarking .owl-stage-outer .owl-stage .owl-item {
  min-height: auto;
}