.Nacional,
.Internacional {
    padding: 80px 0px;
    margin-bottom: 100px;
}

@media (max-width: 991.98px) {
.Nacional,
.Internacional {
    top: 0 !important;
    margin-bottom: 30px;
}
}
.Nacional span,
.Internacional span {
    z-index: 0;
}
.Nacional h2,
.Internacional h2 {
    text-align: center;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.Nacional { background-color: #9F80CF;}
.Nacional h2 { color: #FFF; background-color: #9F80CF;}

.Internacional { background-color: #f4f2f2;}
.Internacional h2 { color: #3C1775; background-color: #f4f2f2;}

.equipo-izq::before {
    content: '';
    position:absolute;
    top:-90px;
    left:0px;
    height: 400px;
    width: 358px;
    background-repeat: no-repeat;
}

.equipo-der::after {
    content: '';
    position:absolute;
    top:-90px;
    right:0px;
    height: 400px;
    width: 358px;
    background-repeat: no-repeat;
}


@media (min-width: 768px) {
    .Nacional .equipo-izq::before{background-image: url('../img/nac-izq.svg');}
    .Internacional .equipo-izq::before{background-image: url('../img/int-izq.svg');}

    .Nacional .equipo-der::after{background-image: url('../img/nac-der.svg');}
    .Internacional .equipo-der::after{background-image: url('../img/int-der.svg');}
}

.team {
    padding-top: 0px;
    margin-top: 0px;
}

.team .team-img::after {
    background: transparent;
    border: none;
}

.team .team-text {
    position: relative;
    margin: 0;
    padding: 10px 5px;
    text-align: center;
    background: transparent;
    transition: .3s;
    z-index: 2;
}

.team .team-item:hover .team-text {
    background: transparent;
}

.team .team-item .team-text h6.team-links {
    font-size: 1.5em;
}

.team .team-item .team-text a {
    color: #4E4E4E;
    margin-right: 5px;
}

.team .team-text h2 {
    /* font-size: 24px; */
    font-weight: 600;
    color: #000;
    font-size: 1.8em;
}

.team .team-text h4 {
    /* font-size: 18px; */
    font-weight: 600;
    color: #000;
    font-size: 1.3em;
}

.team .team-text p {
    margin: 0;
    color: #4E4E4E;
}

.team .team-img {
    height: 250px;
}

.team .team-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.team .team-text {
    font-size: 0.8em;
    line-height: 1.4em;
}

/* barra scroll */
@media (min-width: 768px) {
    .team .team-text p {
    max-height: 180px;
    overflow: auto;
 }
 .team .team-text p::-webkit-scrollbar {
     width: 5px;
 }
 
 .team .team-text p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #dac8fa;
     border-radius: 10px;
 }
 
 .team .team-text p::-webkit-scrollbar-thumb {
     border-radius: 10px;
     -webkit-box-shadow: inset 0 0 6px #3C1775;
 }
}