.features {
        margin-bottom: 4em;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin-top: 30px;
        position: relative;
        z-index: 5;
}
.detalhe_main {
    display: none;
}

.features__video {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    margin: -1em 0 3em;
}

.video__box--title {
    font-size: 1.5em;
    margin-top: .8em;
    color: #01aef0;
}

.features__video-wrapper {
    position: relative;
    width: 90%;
    padding-bottom: 3em;
    background-color: #FFF;
    box-shadow: 0.25em 0.25em 1.25em 0 rgb(120 135 182 / 30%);
    border: 1em solid #FFF;
    z-index: 2;
    text-align: center;
}

.features__info__title {
    display: block;
    font-weight: 300;
    font-size: 1.75rem;
    color: #093366;
    line-height: 1.2;
    margin-bottom: .6em;
}

.features__info__subtitle {
    color: #093366;
    line-height: 1.5;
    text-align: justify;
    font-family: 'Oxygen';
    font-weight: 100;
}

.verbo-capacita-list {
    list-style: none;
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.verbo-capacita-list li {
    margin-right: 60px;
    margin-bottom: 30px;
}

.verbo-capacita-list h2 {
    color: #093366;
    font-size: 1.375rem;
    margin: .7em 0 .6em;
}

.verbo-capacita-list p {
    color: #093366;
    font-family: 'Oxygen', sans-serif;
}

.verbo-capacita-list img{
    border: none;
    max-width: 25%;
}

.features__info-button {

    background-color: #fc4998;
    box-shadow: 1px 11px 80px -7px rgba(0, 0, 0, 0.267);
    text-decoration: none;
    border: none;
    border-radius: 2em;
    padding: 1em 0;
    text-transform: uppercase;
    transition: 1s;
    opacity: 1;
    width: 100%;
    margin-top: 1.3em;
    color: white;
    
}

.features__info-button:hover {
    color: grey;
    background-color: white;
    cursor: pointer;
}
@media (min-width: 600px) {
    .verbo-capacita-list img{
        max-width: 10%;
    }

}

@media (min-width: 768px) {
    .features {
        margin-top: 4em;
        margin-bottom: 4em;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
    .features__video-wrapper {
        width: 100%;
        margin-bottom: 1.5em;
        margin-top: 2.5em;
    }
    .features__video {
        width: 45%;
        -webkit-box-pack: center;
        justify-content: center;
        
    }

    .features__video__link {
        padding: 1.5em 2.85em;
        box-shadow: 0 5px 10px 0 rgb(38 94 142 / 20%);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        margin-top: 0;
        display: block;
    }

    .features__info {
        width: 45.5%;
        margin-top: -5em;
    }
 
    
    
    .verbo-capacita-list li {
        width: 27%;
    }
    
  
    
    .verbo-capacita-list img{
      max-width: 25%;
    }

  
}
@media (min-width: 1098px) {
.features {
    position: relative;
}
.verbo-capacita-list li {
    width: 19%;
    text-align: center;
}


.verbo-capacita-list img{
    max-width: 40%;
  }

  
.features__info__title {
    display: block;
    font-weight: 300;
    font-size: 4.9rem;
    font-weight: 300;
    color: #093366;
    line-height: 1;
    margin-bottom: .2em;
}
.features__info__subtitle {
    color: #093366;
    line-height: 1.5;
    text-align: justify;
    font-family: 'Oxygen';
    font-weight: 100;
    font-size: 1.2em;
}

.detalhe_main {
    position: absolute;
    left: -22%;
    top: -10%;
    width: 46%;
    opacity: .5;
    display: block;
}

.features__info-button {
    width: 80%;
}
}
