#equipe>div>div>div {
    height: 290px!important;
    padding: 0 70px;
    position: relative;
    z-index: 99999;
}
#equipe .carousel-control{
    width: auto;
}
.card{
    position: relative;
    height: 100%;
}
#equipes-carrosel{
	margin: 0!important;
    height: 100%;
}
.carousel-inner{
    height: 100%;
}
.carousel-inner .item{
    height: 100%;
}
.carousel-control.right{
	background-image: none;
}
.carousel-control.left{
	background-image: none;
}
.passador{
	position: absolute;
    top: 40%;
    width: 50px;
    height: 50px;
    /* border-radius: 50%; */
}
.passador.esquerda{
    left: 0;
    background: url(seta2.png) 0 0 no-repeat;
        background-size: 80%;
}
.passador.direita{
    right: 0;
    background: url(seta.png) 0 0 no-repeat;
        background-size: 80%;
}
.passador span{
	font-size: 35px;
    position: absolute;
    top: -4px;
}
.imagem.col-md-12 img {
    max-width: 143px;
    height: auto;
}
.passador.esquerda {
   left: -60px !important;
}
.passador.direita {
    right: -60px !important;
}
@media (max-width: 1199px) {
    #equipe>div>div>div {
        padding: 0 10px;
    }
}
.card .lattes{
    /* position: absolute; */
    bottom: 0;
    left: 35%;
}
a.right.carousel-control,a.left.carousel-control {
    background: none;
        z-index: 2;
}
div#fx4 .moduletable > h3 {
    justify-self: center;
    font-size: 4rem;
    font-weight: 800;
    color: #0e2042;
    margin: 6% 0px 4% 0;
    width: fit-content;
    position: relative !important;
}
.carousel-control{
    opacity: 1 !important;
}