/* estilos da secao de experiencias */
#showme-section-experiencias{
    background: var(--showme-violeta);
    padding: 30px 20px;
    margin-bottom: 60px;
}

#showme-section-experiencias .showme-section-title{
    color: #fff;
    margin-bottom: 20px;
}

#showme-section-experiencias #showme-section-experiencias-dropdown-bt{
    background: rgba(255 , 255, 2555, 0.2);
    border: none;
    font-size: 18px;
    line-height: 55px;
    padding:0 30px;
    width: 100%;
    text-align: left;
    font-weight: bold;
    border-radius: 27.5px;
    outline: none;
    position: relative;
    padding-right: 20px;
}

#showme-section-experiencias #showme-section-experiencias-dropdown-bt:hover,
#showme-section-experiencias #showme-section-experiencias-dropdown-bt:active,
#showme-section-experiencias #showme-section-experiencias-dropdown-bt:focus,
#showme-section-experiencias #showme-section-experiencias-dropdown-bt:link{
    outline: none;
    box-shadow: none;
}

#showme-section-experiencias #showme-section-experiencias-dropdown-bt[aria-expanded="true"] {
    border-radius: 0;
}

#showme-section-experiencias #showme-section-experiencias-dropdown-bt::after{
    background-image: url('../../img/showme/icons/dropdown-e.svg');
    content: " ";
    border: none;
    position: absolute;
    right: 20px;
    top: 15.5px;
    width: 24px;
    height: 24px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
}

#showme-section-experiencias .show-me-section-experiencias-dropdown-dropdown-menu{
    width: 100%;
    padding: 15px 15px 5px 15px;
    border-radius: 0;
    border-color: #ddd;
    margin:0;
}

#showme-section-experiencias .show-me-section-experiencias-dropdown-dropdown-menu .showme-section-experiencias-dropdown-item{
    font-weight: normal;
    margin-bottom: 10px;
    padding:0;
}

@media only screen and (min-width:768px) {

    #showme-section-experiencias{
        background: #fff;
        margin-bottom: 50px;
        padding:0;
    }

    #showme-section-experiencias .showme-section-title{
        color: #000;
        margin-bottom: 50px;
    }

    #showme-section-experiencias #show-me-section-experiencias-list{
        text-align: center;
    }

    #showme-section-experiencias #show-me-section-experiencias-list .showme-section-experiencias-link{
        background-color:var(--showme-violeta) ;
        margin-bottom: 30px;
        line-height: 55px;
        display: inline-block;
        font-size: 18px;
        text-align: center;
        padding: 0 40px;
        color: #fff;
        border-radius: 27.5px;  
        font-weight: bold;
        margin-right: 15px;
    }

    #showme-section-experiencias #show-me-section-experiencias-list .showme-section-experiencias-link:hover,
    #showme-section-experiencias #show-me-section-experiencias-list .showme-section-experiencias-link.active{
        background-color:var(--showme-rosa) ;
    }

}

@media only screen and (min-width:992px) {

}