.boxHeader {
    margin-right: 24px;
    display: inline-block;
    color: #fff;
    line-height: 120%;
}

.barMenu {
    background-color: #2b2b29;
}

.inscriptionBar {
    background-color: #D94800;
    text-align: center;
    padding: 19px;
}
.inscriptionBar * {
    text-transform: uppercase;
}

.boxOrange {
    background-color: #EE4459;
    padding-top:20px;
    padding-bottom:30px;
    color: #fff;
    text-align: center;
    margin-bottom: -3px;
}

.boxOrange .btns {
    margin-top: 15px;
}



.categories {
    padding-top: 60px;
    margin-top: 30px;
    border-top: 1px solid rgba(155, 151, 151, 0.5);
    color: #2b2b29;
    float: left;
    width: 100%;
}

.title {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 100;
}


.bgGrey {
    background-color: #f9f9f9;
    border-bottom: 1px solid #fff;
    padding: 50px 0 60px 0;
}

.share {
    height: 60px;
    background: #f3f3f3;
    color: #666;
    font-size: 15px;
    font-weight: 100;
    position: relative;
    padding-top: 10px;
    text-align: center;
}

.share .socialitem {
    font-size: 35px;
    margin: 5px;
    position: relative;
    top: -2px;
}
.share .text {
    position: relative;
    top: -11px;
    margin-right: 5px;
}

.topFixed .description {
    display: none;
}

.barFixed {
    position: fixed;
    width: 100%;
    z-index: 998;
    top: 130px;
}

.topFixed {
    transition-property: padding;
    transition-duration: 200ms;
    height: 30px;
    position: fixed;
    top:70px;
    width: 100%;
    padding: 0;
    z-index: 998;
    padding: 30px 0;
}
.topNonFixed {
    padding: 30px 0;
}

.topFixed .description {
    display: block;
    position: relative;
    top: -25px;
    overflow: hidden;
    height: 45px;
}

.spacerTopBar {
    margin-top: 400px;
}


.boxRightFixed {
    position: fixed;
    width: 350px;
    top: 190px;
    /* margin-left: -1px; */
    z-index: 997;
}

.spacerRight {
    height: 235px;
}

.iconCheck {
    background-color: #9ACC3A;
    color: #fff;
    float: left;
    border-radius: 100%;
    padding-top: 6px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 11px;
}

.title.enrolled {
    text-align: right;
}

.description :global p {
    width: 100%;
    /* word-break: break-all; */
}

.titleEvent {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    line-height: 120%;
    font-family: 'Montserrat';
}