Controlador Javascript 4
Controlador Javascript 4
wrapper__checkbox
.checkbox_label:hover .input_text {
color: #1c263d
.wrapper__checkbox .checkbox_label.focused:before,.wrapper__checkbox
.checkbox_label:hover:before {
color: #0d6069
color: #57617a;
font-weight: 700
font-size: 14px;
color: #57617a;
display: block;
line-height: 1.29em;
margin-left: 28px
.wrapper__mobile_bottom_tabs {
background-color: #fff;
bottom: 0;
display: flex;
height: 60px;
left: 0;
padding-bottom: env(safe-area-inset-bottom,12px);
position: fixed;
width: 100%;
z-index: 29
.wrapper__mobile_bottom_tabs ul {
line-height: inherit;
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: row;
justify-content: space-between;
width: 100%
.wrapper__mobile_bottom_tabs ul li {
line-height: inherit
.wrapper__mobile_bottom_tabs li {
flex-basis: 0;
flex-grow: 1;
position: relative;
max-width: 25%
}
.wrapper__mobile_bottom_tabs a {
align-items: center;
color: #00293f;
font-size: 12px;
height: 100%;
justify-content: center;
text-align: center
.wrapper__mobile_bottom_tabs a .icon {
display: block;
font-size: 24px;
padding-bottom: 2px;
padding-top: 7px
.wrapper__mobile_bottom_tabs .title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding: 0 6px
.wrapper__mobile_bottom_tabs li.selected:after {
background: #a9085e;
bottom: 0;
height: 2px;
left: 0;
position: absolute;
width: 100%
.wrapper__mobile_bottom_tabs .selected a {
color: #a9085e
.wrapper__static_stars .star_label {
font-size: 12px
@keyframes Step {
0% {
left: -200%
to {
left: 0
@keyframes ShowFade {
0% {
display: none;
opacity: 0
}
1% {
display: block;
opacity: 0
to {
display: block;
opacity: 1
.wrapper__animated_content {
display: flex;
flex-direction: column;
padding: 10px
line-height: inherit;
list-style: none;
padding: 0;
margin: 0
line-height: inherit
text-align: center
display: none
opacity: 1
.wrapper__animated_content.above .contents {
padding-top: 5px
.wrapper__animated_content.below .contents {
padding-bottom: 5px
.wrapper__animated_content .steps {
display: flex;
height: 10px;
align-items: center;
justify-content: space-around
height: 2px;
margin-left: 5px;
overflow: hidden;
position: relative