.w3-theme-l5 {color:#000 !important; background-color:#effaf6 !important}
.w3-theme-l4 {color:#000 !important; background-color:#c9efe0 !important}
.w3-theme-l3 {color:#000 !important; background-color:#93dfc1 !important}
.w3-theme-l2 {color:#000 !important; background-color:#5ccea3 !important}
.w3-theme-l1 {color:#fff !important; background-color:#35b081 !important}
.w3-theme-d1 {color:#fff !important; background-color:#216e50 !important}
.w3-theme-d2 {color:#fff !important; background-color:#1d6147 !important}
.w3-theme-d3 {color:#fff !important; background-color:#19553e !important}
.w3-theme-d4 {color:#fff !important; background-color:#164935 !important}
.w3-theme-d5 {color:#fff !important; background-color:#123d2d !important}

.w3-theme-light {color:#000 !important; background-color:#effaf6 !important}
.w3-theme-dark {color:#fff !important; background-color:#123d2d !important}
.w3-theme-action {color:#fff !important; background-color:#123d2d !important}

.w3-theme {color:#fff !important; background-color:#247a59 !important}
.w3-text-theme {color:#247a59 !important}
.w3-border-theme {border-color:#247a59 !important}

/*.w3-hover-theme:hover {color:#fff !important; background-color:#247a59 !important}*/
.w3-hover-text-theme:hover {color:#247a59 !important}
.w3-hover-border-theme:hover {border-color:#247a59 !important}

/* Agregados al tema */
.w3-text-theme-l4 {color:#c9efe0 !important}
.w3-text-theme-l5 {color:#effaf6 !important}
.w3-text-theme-d5 {color:#123d2d !important}
.w3-theme-hover {color:#fff !important; background-color:#b55d35 !important} /* complementario al tema */

/* Correcciones al tema (fondo de los botones complementario al color del tema)*/
.w3-hover-theme:hover {color:#fff !important; background-color:#b55d35 !important} 

/* Correcciones al w3 original */
.w3-text-grey,.w3-hover-text-grey:hover{color:#9e9e9e!important}
.w3-input{line-height: normal}

/* Adicionales agregados (no existen en el original) */
.w3-margin-0{margin:0px!important}
.w3-margin-3{margin:3px!important}
.w3-margin-horz-3{margin-left:3px!important; margin-right:3px!important}
.w3-fg-tit{text-align: center; display:inline-block}
.w3-fg-lin{vertical-align:top; display:inline-block; overflow:hidden}
.w3-green-spearmint {color:#000 !important; background-color: #1ef876 !important}
.w3-text-green-spearmint {color: #1ef876 !important;}
.w3-cont-l:after,.w3-cont-l:before,.w3-cont-c:after,.w3-cont-c:before,.w3-cont-r:after,.w3-cont-r:before,.w3-rowcont:after,.w3-rowcont:before {content:"";display:table;clear:both}
.w3-cont-l {padding: 0.01em 8px 0.01em 8px}
.w3-cont-c {padding: 0.01em 8px 0.01em 8px}
.w3-cont-r {padding: 0.01em 8px 0.01em 8px}
.w3-rowcont {padding: 0 8px 0 8px}
@media (max-width: 768px){
.w3-cont-l {padding: 0.01em 4px 0.01em 4px}
.w3-cont-c {padding: 0.01em 4px 0.01em 4px}
.w3-cont-r {padding: 0.01em 4px 0.01em 4px}
.w3-container {padding: 0.01em 8px 0.01em 8px}
.w3-rowcont {padding: 0 4px 0 4px}
}
.w3-padding-0{padding:0!important}
.w3-padding-tiny{padding:2px 4px!important}