.Promocion {
    position: relative;
}

.Promocion button {
    position: absolute;
    top: 10px;
    right: 10px;
}

.Promocion__image {
    display: block;
    width: 100%;
    height: 100%;
}

.Promocion__url {

}

.Image {
    display: block;
    width: 100%;
    height: 100%;
}

.profile-user-img-pro {
    height: 80px;
    border-radius: 4px;
}

.Heading {
    font-weight: bold;
    font-size: 11pt;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.Slider {
    margin-bottom: 20px;
    position: relative;
}

.Slider__image {
    margin-bottom: 10px;
}

.Slider__btn {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .8;
}

.Slider__btn:hover {
    opacity: 1;
}

.row-separator {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px dashed gainsboro;
}

.parent-row-porque-registrarse {
    opacity: .2;
}

.Categories {

}

.Categories__name {
    background: whitesmoke;
    display: flex;
    padding: 10px;
    font-size: 17px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.Categories__name:hover {
    background-color: gainsboro;
    cursor: pointer;
}

.Categories__children {
    display: none;
}

.Categories__children--active {
    display: flex;
    flex-direction: column;
    margin-left: 40px;
}
