/* CSS limpio - sin ajustes personalizados innecesarios */

body {
  overflow-x: hidden;
}
.content-mass .module-title {
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    margin: 0;
    padding: 40px 33px;
    height: auto;
    width: auto;
    position: static;
    z-index: auto;
}

.content-mass .module-title span {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0;
    display: block;
    position: static;
    transform: none;
    writing-mode: horizontal-tb;
}
.btn-flip-wrap .btn-flip-back:hover {
    color: #000000;
    background-color: #00ED0B;
    border-color: #00ED0B;
}
.btn-primary {
    color: #000000;
    background-color: #00ED0B;
    border-color: #00ED0B
}