.prime-nossa-equipe #teste1 {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.carrossel-nossa-equipe  {
display:none;
}
.prime-nossa-equipe .box-group {
  margin-top: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.prime-nossa-equipe .box-group ::before {
  background-image: none;
}

.prime-nossa-equipe .box-group .img-hover {
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 99;
  height: 200%;
  width: 200%;
  bottom: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0;
  z-index: 0;
}

.prime-nossa-equipe .box-group .box-img {
  height: 170px;
  width: 100%;
  background-size: cover;
  background-position: center;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  opacity: 0.5;
}

.prime-nossa-equipe .box-group .box-img .info {
  -webkit-transition: all ease 0.1s;
  transition: all ease 0.1s;
  opacity: 0;
}

.prime-nossa-equipe .box-group .box-img:hover {
  z-index: 99;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(2);
          transform: scale(2);
  opacity: 1;
}

.prime-nossa-equipe .box-group .box-img:hover .info {
  opacity: 1;
}

.prime-nossa-equipe .box-group .box-img .redbox {
  width: 100%;
  height: 80%;
  background-color: #CA171E;
  mix-blend-mode: multiply;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.prime-nossa-equipe .box-group .box-img .textbox {
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 26px;
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.prime-nossa-equipe .box-group .box-img .textbox h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.prime-nossa-equipe .box-group .box-img .textbox p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  color: #FFFFFF;
  margin: 0;
}

.prime-nossa-equipe .box-group .box-img.first {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}

.prime-nossa-equipe .box-group .active {
  z-index: 99;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(2);
          transform: scale(2);
  opacity: 1;
}

.prime-nossa-equipe .box-group .active .info {
  opacity: 1;
}
.carrossel-nossa-equipe #teste1 {
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
}

.carrossel-nossa-equipe .box-group {
margin-top: 170px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0;
}

.carrossel-nossa-equipe .box-group ::before {
background-image: none;
}

.carrossel-nossa-equipe .box-group .img-hover {
background-position: center;
background-size: cover;
position: absolute;
z-index: 99;
height: 200%;
width: 200%;
bottom: 0;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
opacity: 0;
z-index: 0;
}

.carrossel-nossa-equipe .box-group .box-img {
height: 170px;
width: 100%;
background-size: cover;
background-position: center;
-webkit-filter: grayscale(1);
        filter: grayscale(1);
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
-webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
opacity: 0.5;
}

.carrossel-nossa-equipe .box-group .box-img .info {
-webkit-transition: all ease 0.1s;
transition: all ease 0.1s;
opacity: 0;
}

.carrossel-nossa-equipe .box-group .box-img:hover {
z-index: 99;
-webkit-filter: grayscale(0);
        filter: grayscale(0);
-webkit-transform: scale(2);
        transform: scale(2);
opacity: 1;
}

.carrossel-nossa-equipe .box-group .box-img:hover .info {
opacity: 1;
}

.carrossel-nossa-equipe .box-group .box-img .redbox {
  width: 100%;
  height: 100% !important;
  background-color: #CA171E;
  mix-blend-mode: multiply;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  }

.carrossel-nossa-equipe .box-group .box-img .textbox {
  width: 100%;
  height: auto !important;
  padding: 26px;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.carrossel-nossa-equipe .box-group .box-img .textbox h1 {
font-family: Roboto;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 24px;
color: #FFFFFF;
margin-bottom: 10px;
}

.carrossel-nossa-equipe .box-group .box-img .textbox p {
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 11px;
line-height: 13px;
color: #FFFFFF;
margin: 0;
}

.carrossel-nossa-equipe .box-group .box-img.first {
-webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
}

.carrossel-nossa-equipe .box-group .active {
z-index: 99;
-webkit-filter: grayscale(0);
        filter: grayscale(0);
-webkit-transform: scale(2);
        transform: scale(2);
opacity: 1;
}

.carrossel-nossa-equipe .box-group .active .info {
opacity: 1;
}
@media only screen and (max-width: 1199px) {
  .prime-nossa-equipe .box-group .box-img .textbox {
  padding: 15px;
  }
.carrossel-nossa-equipe .box-group .box-img .textbox {
  padding: 15px;
}
}

@media only screen and (max-width: 997px) {
  .prime-nossa-equipe .box-group .box-img .textbox h1 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 7px;
  }
  .prime-nossa-equipe .box-group .box-img .textbox p {
    font-size: 10px;
    line-height: 12px;
  }
.carrossel-nossa-equipe .box-group .box-img .textbox h1 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 7px;
}
.carrossel-nossa-equipe .box-group .box-img .textbox p {
  font-size: 10px;
  line-height: 12px;
}
}

@media only screen and (max-width: 767px) {
.carrossel-nossa-equipe  {
  display:block;
}
.prime-nossa-equipe {
  display:none;
}
.carrossel-nossa-equipe .box-img {
  height: 170px;
  width: 100%;
  background-size: cover;
  background-position: center;
  -webkit-filter: grayscale(0) !important;
          filter: grayscale(0) !important;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  opacity: 1 !important;
}
.carrossel-nossa-equipe .box-img .info {
  -webkit-transition: all ease 0.1s;
  transition: all ease 0.1s;
  opacity: 0;
  height: 55px !important;
}
.carrossel-nossa-equipe .box-img:hover {
  z-index: 99;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  opacity: 1;
}
.carrossel-nossa-equipe .box-img:hover .info {
  opacity: 1;
}
.carrossel-nossa-equipe .box-img .redbox {
  width: 100%;
  height: auto;
  background-color: #CA171E;
  mix-blend-mode: multiply;
  position: absolute;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.carrossel-nossa-equipe .box-img .textbox {
  width: 100% !important;
  padding: 26px;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.carrossel-nossa-equipe .box-img .textbox h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.carrossel-nossa-equipe .box-img .textbox p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  color: #FFFFFF;
  margin: 0;
}
.carrossel-nossa-equipe .active {
  z-index: 99;
  -webkit-filter: grayscale(0) !important;
          filter: grayscale(0) !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  opacity: 1 !important;
}
.carrossel-nossa-equipe .active .info {
  opacity: 1 !important;
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0px !important;
}
.carrossel-nossa-equipe .box-group {
  margin: 0;
}
.carrossel-nossa-equipe .box-group .box-img .redbox {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  padding: 10px;
}

.carrossel-nossa-equipe .box-group .box-img .textbox {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  padding: 8px 10px 8px;
}
.carrossel-nossa-equipe .box-group .box-img .textbox h1 {
  font-size: 13px;
  line-height: 15px;
}
.carrossel-nossa-equipe .box-group .box-img .textbox p {
  font-size: 12px;
  line-height: 14px;
}
.carrossel-nossa-equipe .row {
  margin: 0 !important;
}
  .prime-nossa-equipe .box-img {
    height: 170px;
    width: 100%;
    background-size: cover;
    background-position: center;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0.5;
  }
  .prime-nossa-equipe .box-img .info {
    -webkit-transition: all ease 0.1s;
    transition: all ease 0.1s;
    opacity: 0;
  }
  .prime-nossa-equipe .box-img:hover {
    z-index: 99;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
    opacity: 1;
  }
  .prime-nossa-equipe .box-img:hover .info {
    opacity: 1;
  }
  .prime-nossa-equipe .box-img .redbox {
    width: 100%;
    height: 80%;
    background-color: #CA171E;
    mix-blend-mode: multiply;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  .prime-nossa-equipe .box-img .textbox {
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 26px;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  .prime-nossa-equipe .box-img .textbox h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 10px;
  }
  .prime-nossa-equipe .box-img .textbox p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    color: #FFFFFF;
    margin: 0;
  }
  .prime-nossa-equipe .active {
    z-index: 99;
    -webkit-filter: grayscale(0) !important;
            filter: grayscale(0) !important;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
    opacity: 1 !important;
  }
  .prime-nossa-equipe .active .info {
    opacity: 1 !important;
  }
  .prime-nossa-equipe .box-group {
    margin: 0;
    width: 50%;
  }
  .prime-nossa-equipe .box-group .box-img .redbox,
  .prime-nossa-equipe .box-group .box-img .textbox {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
    width: 80%;
    height: 40%;
    padding: 10px;
  }
  .prime-nossa-equipe .box-group .box-img .textbox h1 {
    font-size: 13px;
    line-height: 17px;
  }
  .prime-nossa-equipe .box-group .box-img .textbox p {
    font-size: 8px;
    line-height: 9px;
  }
}

/* PAGINAÇÃO CARROSSEL */
.carrossel-nossa-equipe .owl-theme .owl-dots .owl-dot span {
  width: 23px;
  height: 3px;
  margin: 3px;
  border-radius: 5px;
  background: #C4C4C4;
  display: block;
  transition: all ease 0.5s;
  border-radius: 0;
}

/* PAGINAÇÃO CARROSSEL */
.carrossel-nossa-equipe .owl-theme .owl-dots .owl-dot.active span {
  background: #FF4445 !important;
  width: 45px !important;
  height: 3px !important;
}

/* PAGINAÇÃO CARROSSEL */
.carrossel-nossa-equipe .owl-carousel .owl-nav button.owl-prev,
.carrossel-nossa-equipe .owl-carousel .owl-nav button.owl-next,
.carrossel-nossa-equipe .owl-carousel button.owl-dot {
  text-transform: none;
  border: none !important;
  outline: none !important;
}

/* AJUSTE SETAS DO CARROSEL MOBILE */
@media only screen and (max-width: 600px) {
.carrossel-nossa-equipe .owl-prev {
  display: none !important;
}
.carrossel-nossa-equipe .owl-next {
  display: none !important;
}
.carrossel-nossa-equipe .owl-theme .owl-dots {
  float: none;
}
}

.carrossel-nossa-equipe a {
text-decoration: none;
}

.carrossel-nossa-equipe .owl-theme .owl-nav.disabled + .owl-dots {
position: relative;
margin-top: 20px !important;
z-index: 999 !important;
right: initial;
}

@media only screen and (max-width: 575px) {
.carrossel-nossa-equipe .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 29px !important;
}
}
@media only screen and (max-width: 325px) {
  .prime-nossa-equipe .box-group .box-img .redbox,
  .prime-nossa-equipe .box-group .box-img .textbox {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
    width: 80%;
    height: 60%;
    padding: 10px;
  }
}