

.content-widget-unete-home-cm .content-title-unete-home-cm h2{
    color: #333333;
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: 600;
}

.content-widget-unete-home-cm .content-title-unete-home-cm h2:before{
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    background: #333333;
    top: -3px;
    left: calc(50% - 50px);
}

.content-widget-unete-home-cm .content-descripcion-unete-home-cm p{
    width: 74%;
    margin: 0 auto;
    color: #000000;
}


.miembros-carousel .owl-nav {
    position: absolute;
    top: 32%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}
.miembros-carousel .miembro-item {
    border: none !important; /*PARA DEV, REGRESA EL BORDE*/
}
.miembros-carousel .miembro-item .content-img{
    padding: 30px 50px 10px 50px;
}
.miembros-carousel .miembro-item h4{
    font-size: 1rem;
    font-weight: 500;
    color: #232323;
    margin-bottom: 5px;
}
.miembros-carousel .miembro-item p{
    font-size: 1rem;
    text-decoration: underline;
}
.miembros-carousel .owl-nav .owl-prev,
.miembros-carousel .owl-nav .owl-next {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
}

.miembros-carousel .owl-nav .owl-prev i:before,
.miembros-carousel .owl-nav .owl-next i:before{
    font-size: 3rem !important;
}

.miembros-carousel .owl-nav .owl-prev {
    left: -32px;
    font-size: 5rem !important;
}

.miembros-carousel .owl-nav .owl-next {
    right: -32px;
    font-size: 5rem !important;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}

.owl-prev, .owl-next {
    font-size: 30px; /* Asegura que el tamaño sea visible */
    color: #333;  Cambia el color según tu diseño 
    background: none;
    border: none;
    cursor: pointer;
}

.owl-prev {
    position: absolute;
    left: -40px; /* Ajusta según necesidad */
}

.owl-next {
    position: absolute;
    right: -40px; /* Ajusta según necesidad */
}



@media (max-width: 1250px) {
    .miembros-carousel .owl-nav .owl-prev{
        left: -22px;
    }
    .miembros-carousel .owl-nav .owl-next {
        right: -22px;
    }
}

@media (max-width: 992px) {
    .miembros-carousel .owl-nav .owl-prev{
        left: -16px;
    }
    .miembros-carousel .owl-nav .owl-next {
        right: -16px;
    }
}

@media (max-width: 576px) {
    .miembros-carousel .owl-nav .owl-prev{
        left: -5px;
    }
    .miembros-carousel .owl-nav .owl-next {
        right: -5px;
    }
}


