<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* &lt;style type="text/css"&gt; */




/* TEMA INTRANET */
body {
    background-color: #f1f5f9;
}

.theme-default #header {
    background: var(--surface-main);
    color: var(--text-darkest);
}
.theme-default #header .logo,
.theme-default #header .sidebar-toggle,
.theme-default #header #toggle-profile,
.theme-default #header #toggle-fullscreen,
.theme-default #header .nav li.profile &gt; a {
    color: var(--text-darkest);
}
.theme-default #header .sidebar-toggle:hover,
.theme-default #header .sidebar-toggle:active,
.theme-default #header #toggle-profile:hover,
.theme-default #header #toggle-profile:active,
.theme-default #header #toggle-fullscreen:hover,
.theme-default #header #toggle-fullscreen:active {
    background: var(--surface-main);
}

.theme-default #header button.sidebar-toggle:hover,
.theme-default #header button.sidebar-toggle:active,
.theme-default #header button#toggle-profile:hover,
.theme-default #header button#toggle-profile:active,
.theme-default #header button#toggle-fullscreen:hover,
.theme-default #header button#toggle-fullscreen:active {
    background: var(--surface-main);
}

.theme-default #header .nav li.profile &gt; a:hover,
.theme-default #header .nav li.profile &gt; a:active,
.theme-default #header .nav li.profile &gt; a:focus {
    background: var(--surface-main);
}

.theme-default #header .nav li.profile .dropdown-menu, .sidebar-profile .profile-body.dropdown &gt; .dropdown-menu {
    background: var(--surface-main);
}

.theme-default #header .nav li.profile .dropdown-menu li a:hover,
.theme-default #header .nav li.profile .dropdown-menu li a:active,
.theme-default #header .nav li.profile .dropdown-menu li a:focus,
.sidebar-profile .profile-body.dropdown &gt; .dropdown-menu li a:hover,
.sidebar-profile .profile-body.dropdown &gt; .dropdown-menu li a:active,
.sidebar-profile .profile-body.dropdown &gt; .dropdown-menu li a:focus {
    /*background: var(--surface-main);*/
}

.theme-default #header .nav li.profile .dropdown-menu li a, .sidebar-profile .profile-body.dropdown &gt; .dropdown-menu li a {
    color: var(--text-darkest);
}

.theme-default #header .nav li.profile .dropdown-menu li .arrow.top:after, .sidebar-profile .profile-body.dropdown &gt; .dropdown-menu:before {
    border-bottom-color: var(--surface-main);
}

#header .brand .dropdown-menu {
    background: var(--surface-main);
}

.nav .open&gt;a,.nav .open&gt;a:hover,.nav .open&gt;a:focus {
    background-color: var(--surface-main);
    border-color: transparent;
}

.theme-default .sidebar-left {
    background-color: var(--surface-main);
    color: var(--text-darkest);
}

.sidebar-left a {
    color: var(--text-darkest);
}

.sidebar-left a:focus,
.sidebar-left a:hover {
    color: var(--text-lightest);
    background-color: transparent;
}

.theme-default .sidebar-mini .sidebar-left .nav &gt; li.active &gt; a:focus,
.theme-default .sidebar-mini .sidebar-left .nav &gt; li.active &gt; a:hover,
.theme-default .sidebar-left .nav &gt; li.active &gt; a,
.theme-default .sidebar-left .nav &gt; li.active &gt; a:focus,
.theme-default .sidebar-left .nav &gt; li.active &gt; a:hover {
    background-color: var(--text-light);
}
.theme-default .sidebar-left .nav &gt; li.open &gt; a,
.theme-default .sidebar-left .nav &gt; li &gt; a:hover {
    color: var(--text-lightest);
    background-color: var(--text-light);
    font-weight: 600;
}
.theme-default.sidebar-mini .sidebar-left .nav &gt; li.nav-dropdown-open &gt; .nav-sub,
.theme-default.sidebar-mini .sidebar-left .nav &gt; li:hover &gt; .nav-sub {
    background-color: var(--surface-main);
}
.theme-default .sidebar-profile {
    background: var(--surface-main);
}
.theme-default.sidebar-mini .sidebar-left .nav &gt; li.active &gt; a,
.theme-default.sidebar-mini .sidebar-left .nav &gt; li.active &gt; a:focus,
.theme-default.sidebar-mini .sidebar-left .nav &gt; li.active &gt; a:hover,
.theme-default .sidebar-left .nav &gt; li.active &gt; a,
.theme-default .sidebar-left .nav &gt; li.active &gt; a:focus,
.theme-default .sidebar-left .nav &gt; li.active &gt; a:hover {
    background-color: var(--text-light);
}
.theme-default.sidebar-mini .sidebar-left .nav &gt; li.nav-dropdown-open &gt; a,
.theme-default.sidebar-mini .sidebar-left .nav &gt; li:hover &gt; a {
    color: var(--text-lightest);
    background-color: var(--text-light);
}

.sidebar-left .nav-sub li.open &gt; a {
    color: var(--text-lightest);
}

.sidebar-left .active &gt; a,
.sidebar-left .active &gt; a:focus,
.sidebar-left .active &gt; a:hover {
  color: var(--text-lightest);
}


.panel-primary &gt; .panel-heading {
  color: var(--text-darkest) !important;
  background-color: var(--surface-main) !important;
  border-color: var(--surface-main) !important;
}

.panel-secondary &gt; .panel-heading {
  color: var(--text-light) !important;
  background-color: var(--surface-light) !important;
  border-color: var(--surface-light) !important;
}



/* BOTON PRIMARIO */
/*
COLOR ALTO:   var(--surface-main);
COLOR MEDIO:  #1D4166;
*/
.btn-primary {
    background-color: var(--surface-main);
}
.btn-primary,
a.btn-primary:link,
a.btn-primary:visited {
    color: var(--text-darkest);
    background-color: var(--surface-main);
}
a.btn-primary:hover,
a.btn-primary:active {
    color: var(--text-darkest);
    background-color: var(--surface-main);
    border-color: var(--surface-main);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: var(--text-darkest);
    background-color: var(--surface-main);
    border-color: var(--surface-main);
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background: var(--surface-main);
    border-color: var(--surface-main);
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: var(--surface-main);
    border-color: var(--surface-main);
}



/* BOTON SECUNDARIO */
/*
COLOR ALTO:   var(--surface-light);
COLOR MEDIO:  #1D4166;
*/
.btn-secondary {
    background-color: var(--surface-light);
}
.btn-secondary,
a.btn-secondary:link,
a.btn-secondary:visited {
    color: var(--text-light);
    background-color: var(--surface-light);
}
a.btn-secondary:hover,
a.btn-secondary:active {
    color: var(--text-light);
    background-color: var(--surface-light);
    border-color: var(--surface-light);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
    color: var(--text-light);
    background-color: var(--surface-light);
    border-color: var(--surface-light);
}
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
    background: var(--surface-light);
    border-color: var(--surface-light);
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
    background-color: var(--surface-light);
    border-color: var(--surface-light);
}



/* BOTON TERNARIO */
/*
COLOR ALTO:   #86C8E3;
COLOR MEDIO:  #1D4166;
*/
.btn-ternary {
    background-color: #86C8E3;
}
.btn-ternary,
a.btn-ternary:link,
a.btn-ternary:visited {
    color: #FFFFFF;
    background-color: #86C8E3;
}
a.btn-ternary:hover,
a.btn-ternary:active {
    color: #FFFFFF;
    background-color: #86C8E3;
    border-color: #86C8E3;
}
.btn-ternary:hover,
.btn-ternary:focus,
.btn-ternary:active,
.btn-ternary.active,
.open .dropdown-toggle.btn-ternary {
    color: #FFFFFF;
    background-color: #86C8E3;
    border-color: #86C8E3;
}
.btn-ternary:active,
.btn-ternary.active,
.open .dropdown-toggle.btn-ternary {
    background: #86C8E3;
    border-color: #86C8E3;
}
.btn-ternary.disabled,
.btn-ternary[disabled],
fieldset[disabled] .btn-ternary,
.btn-ternary.disabled:hover,
.btn-ternary[disabled]:hover,
fieldset[disabled] .btn-ternary:hover,
.btn-ternary.disabled:focus,
.btn-ternary[disabled]:focus,
fieldset[disabled] .btn-ternary:focus,
.btn-ternary.disabled:active,
.btn-ternary[disabled]:active,
fieldset[disabled] .btn-ternary:active,
.btn-ternary.disabled.active,
.btn-ternary[disabled].active,
fieldset[disabled] .btn-ternary.active {
    background-color: #86C8E3;
    border-color: #86C8E3;
}





/* Sidebar Right */

#sidebar-right .sidebar-title {
    color: #FFFFFF;
    background-color: #F76803;
}

#sidebar-right #widget-user .item-user {
    color: #F76803;
}

#sidebar-right #widget-user .item-user.active, #widget-user .item-user:hover {
    background-color: #F76803;
    color: #FFFFFF;
}

#sidebar-right #widget-list-wrapper .heading #btnGroupSalones button {
    color: #FFFFFF;
    background-color: #303030;
}

/* Tabs */
.tab-primary.tab-wrapper .nav-tabs &gt; li.active &gt; a {
    border-top-color: var(--surface-main);
    color: var(--surface-main);
    border-bottom-color: var(--surface-main);
}



/* Bienvenida */
.bienvenida {
    background: var(--surface-main);
    color: var(--text-darkest);
}





/* Calendario */

.fc-day-header {
    background-color: #FFFFFF;
    color: #303030;
}

.fc-toolbar {
    background-color: var(--surface-main);
}

.fc .fc-toolbar .fc-center h2 {
    color: var(--text-darkest);
    text-transform: capitalize;
}

.fc td {
    background-color: #86C8E3;
    color: #FFFFFF;
}

.fc button {
    background-color: #FFFFFF;
    color: #303030;
}





#calendario-v2.fc th, #calendario-v2.fc td, #calendario-v2.fc thead, #calendario-v2.fc tbody, #calendario-v2.fc .fc-divider, #calendario-v2.fc .fc-row, #calendario-v2.fc .fc-popover {
    border-color: #cecece;/*#ECEFF0*/
}

#calendario-v2.fc td {
    background-color: #fff;
    color: var(--surface-main);
}

#calendario-v2 .fc-day-header {
    background-color: var(--surface-light);
    color: var(--text-light);
    border-color: var(--surface-light) !important;
}

#calendario-v2 .fc-day-number {
    font-size: 14px;
    font-weight: 600;
}

#calendario-v2 .fc-toolbar {
    background-color: #fff;
    margin-bottom: 0.3em;
}

#calendario-v2 .fc-toolbar .fc-left {
    padding: 4px 4px 4px 0px;
}

#calendario-v2 .fc-toolbar h2 {
    width: 200px;
    height: 34px;
    background-color: var(--surface-main);
    color: var(--text-darkest);
    border-radius: 3px;
    font-size: 14px;
    line-height: 31px;
    text-align: center;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
}

#calendario-v2 .fc-toolbar h2 span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

#calendario-v2 .fc .fc-toolbar h2 {
    text-transform: none;
}

#calendario-v2 .fc-button-group .fc-button {
    background-color: #fff;
    border: 2px solid var(--surface-main);
    color: var(--surface-main);
    border-radius: 50%;
    width: 34px;
    height: 34px;
    margin-left: 4px;
    padding: 0px;
}

#calendario-v2 .fc-imprimir-button {
    background-color: #fff;
    border: 2px solid var(--surface-main);
    color: var(--surface-main);
    border-radius: 4px;
    width: 34px;
    height: 34px;
    margin-left: 12px;
    font-size: 18px;
    padding: 0px;
}

#calendario-v2 .fc-verMes-button, #calendario-v2 .fc-verSemana-button, #calendario-v2 .fc-verDia-button {
    background-color: #fff;
    border: 0px !important;
    color: var(--surface-main);
    border-radius: 4px !important;
    width: 34px;
    height: 34px;
    font-size: 18px;
    box-shadow: none;
    padding: 0px;
    margin-left: 0px !important;
}

#calendario-v2 .fc-verMes-button.fc-state-active, #calendario-v2 .fc-verSemana-button.fc-state-active, #calendario-v2 .fc-verDia-button.fc-state-active {
    background-color: #E6E9ED;
}




#calendario-v2.mini .fc-toolbar h2 {
    width: 132px;
}

#calendario-v2.mini .fc-day-grid .fc-row {
    cursor: pointer;
}

#calendario-v2.mini .fc-basicWeek-view .fc-day-grid .fc-row {
    padding-top: 28px;
    padding-bottom: 36px;
}

#calendario-v2.mini .fc-basicWeek-view .fc-content-skeleton {
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 207px;
    height: 207px;
    max-height: 207px;
    overflow: hidden;
}

#calendario-v2.mini .fc-basicWeek-view .fc-bg .fc-day {
    position: relative;
}

#calendario-v2.mini .fc-basicWeek-view .fc-bg .fc-day .numero-dia {
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
    padding: 6px 0px 4px 0px;
    font-size: 13px;
    font-weight: 600;
}

#calendario-v2.mini .fc-basicWeek-view .fc-bg .fc-day .ver-mas {
    position: absolute;
    bottom: 4px;
    left: 50%;
    width: 60%;
}

#calendario-v2.mini .fc-basicWeek-view .fc-bg .fc-day .cantidad {
    position: relative;
    left: -50%;
    border-radius: 3px;
    background-color: #F5F6F7;
    padding: 5px 0px;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

#calendario-v2.mini .fc-toolbar h2 {
    font-size: 12px;
    line-height: 33px;
}

















.calendario-v2.fc th, .calendario-v2.fc td, .calendario-v2.fc thead, .calendario-v2.fc tbody, .calendario-v2.fc .fc-divider, .calendario-v2.fc .fc-row, .calendario-v2.fc .fc-popover {
    border-color: #cecece;/*#ECEFF0*/
}

.calendario-v2.fc td {
    background-color: #fff;
    color: var(--surface-main);
}

.calendario-v2 .fc-day-header {
    background-color: var(--surface-light);
    color: var(--text-light);
    border-color: var(--surface-light) !important;
}

.calendario-v2 .fc-day-number {
    font-size: 14px;
    font-weight: 600;
}

.calendario-v2 .fc-toolbar {
    background-color: #fff;
    margin-bottom: 0.3em;
}

.calendario-v2 .fc-toolbar .fc-left {
    padding: 4px 4px 4px 0px;
}

.calendario-v2 .fc-toolbar h2 {
    width: 200px;
    height: 34px;
    background-color: var(--surface-main);
    color: var(--text-darkest);
    border-radius: 3px;
    font-size: 14px;
    line-height: 31px;
    text-align: center;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.calendario-v2 .fc-toolbar h2 span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.calendario-v2 .fc .fc-toolbar h2 {
    text-transform: none;
}

.calendario-v2 .fc-button-group .fc-button {
    background-color: #fff;
    border: 2px solid var(--surface-main);
    color: var(--surface-main);
    border-radius: 50%;
    width: 34px;
    height: 34px;
    margin-left: 4px;
    padding: 0px;
}

.calendario-v2 .fc-imprimir-button {
    background-color: #fff;
    border: 2px solid var(--surface-main);
    color: var(--surface-main);
    border-radius: 4px;
    width: 34px;
    height: 34px;
    margin-left: 12px;
    font-size: 18px;
    padding: 0px;
}

.calendario-v2 .fc-verMes-button, .calendario-v2 .fc-verSemana-button, .calendario-v2 .fc-verDia-button {
    background-color: #fff;
    border: 0px !important;
    color: var(--surface-main);
    border-radius: 4px !important;
    width: 34px;
    height: 34px;
    font-size: 18px;
    box-shadow: none;
    padding: 0px;
    margin-left: 0px !important;
}

.calendario-v2 .fc-verMes-button.fc-state-active, .calendario-v2 .fc-verSemana-button.fc-state-active, .calendario-v2 .fc-verDia-button.fc-state-active {
    background-color: #E6E9ED;
}




.calendario-v2.mini .fc-toolbar h2 {
    width: 132px;
}

.calendario-v2.mini .fc-day-grid .fc-row {
    cursor: pointer;
}

.calendario-v2.mini .fc-basicWeek-view .fc-day-grid .fc-row {
    padding-top: 28px;
    padding-bottom: 36px;
}

.calendario-v2.mini .fc-basicWeek-view .fc-content-skeleton {
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 207px;
    height: 207px;
    max-height: 207px;
    overflow: hidden;
}

.calendario-v2.mini .fc-basicWeek-view .fc-bg .fc-day {
    position: relative;
}

.calendario-v2.mini .fc-basicWeek-view .fc-bg .fc-day .numero-dia {
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
    padding: 6px 0px 4px 0px;
    font-size: 13px;
    font-weight: 600;
}

.calendario-v2.mini .fc-basicWeek-view .fc-bg .fc-day .ver-mas {
    position: absolute;
    bottom: 4px;
    left: 50%;
    width: 60%;
}

.calendario-v2.mini .fc-basicWeek-view .fc-bg .fc-day .cantidad {
    position: relative;
    left: -50%;
    border-radius: 3px;
    background-color: #F5F6F7;
    padding: 5px 0px;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.calendario-v2.mini .fc-toolbar h2 {
    font-size: 12px;
    line-height: 33px;
}










.cronograma-usuario-visor .fecha {
    color: var(--surface-main);
}








/*@keyframes radar{
    0%{
        width:5px;
        height:5px;
        border:4px 
        solid #303030;
        opacity:0;
    }50%{
        opacity:.2;
    }
    90%{
        width:58px;
        height:58px;
    }
    90%,100%{
        border:1px 
        solid #303030;
        opacity:0;
    }100%{
        width:116px;
        height:116px;
    }
}

.radar {
    border-color: #303030;
}*/




/* AULA VIRTUAL */

#widget-list-wrapper #widget-list ul li .row .nombre-curso, #widget-list-wrapper #widget-list ul li .row .nombre-grupo, #widget-list-wrapper #widget-list ul li .row .chevron {
    color: var(--surface-light);
}

#widget-list-wrapper #widget-list ul li .row .nombre-salon {
    color: var(--surface-main);
}

#reloj-digital.dark {
    background-color: #86C8E3;
}

#reloj-digital.dark .display {
    background-color: var(--surface-main);
}

div.panel.panel-curso .icono-curso, div.panel.panel-curso div.datos-curso .nombre-curso, div.panel.panel-curso div.datos-curso .nombre-grupo {
    color: var(--surface-light);
}

div.panel.panel-curso div.datos-curso .nombre-salon {
    color: var(--surface-main);
}

div.panel.panel-curso .descripcion-periodo, div.panel.panel-curso .descripcion-unidad, div.panel.panel-curso .descripcion-sesion {
    color: var(--surface-light);
}

div.panel.panel-curso i.chevron {
    color: var(--surface-light);
}

div.panel.periodo .descripcion-periodo span.rango, div.panel.unidad .descripcion-unidad span.rango, div.panel.sesion .descripcion-sesion span.rango {
    color: var(--surface-main);
}





input:checked+.slider {
    background-color: var(--surface-main);
}

input:focus+.slider {
    box-shadow: 0 0 1px var(--surface-main);
}












/* PLANTILLA - TEMAS */


.ambar {

    
    --border-main: rgba(215, 144, 6, 1.00);
    
    
    --surface-dark: rgba(174, 106, 4, 1.00);
    
    
    --surface-light: rgba(254, 243, 199, 1.00);
    
    
    --surface-main: rgba(251, 191, 36, 1.00);
    
    
    --text-darkest: rgba(124, 73, 13, 1.00);
    
    
    --text-light: rgba(174, 106, 4, 1.00);
    
    
    --text-lightest: rgba(255, 251, 235, 1.00);
    
    
    --text-main: rgba(251, 191, 36, 1.00);
    

}


.azul {

    
    --border-main: rgba(55, 107, 209, 1.00);
    
    
    --surface-dark: rgba(26, 70, 154, 1.00);
    
    
    --surface-light: rgba(214, 227, 252, 1.00);
    
    
    --surface-main: rgba(89, 143, 248, 1.00);
    
    
    --text-darkest: rgba(23, 52, 108, 1.00);
    
    
    --text-light: rgba(26, 70, 154, 1.00);
    
    
    --text-lightest: rgba(239, 244, 254, 1.00);
    
    
    --text-main: rgba(89, 143, 248, 1.00);
    

}


.Azul2 {

    
    --border-main: rgba(235, 170, 40, 1.00);
    
    
    --surface-dark: rgba(1, 3, 203, 1.00);
    
    
    --surface-light: rgba(1, 3, 203, 1.00);
    
    
    --surface-main: rgba(1, 3, 203, 1.00);
    
    
    --text-darkest: rgba(255, 255, 255, 1.00);
    
    
    --text-light: rgba(0, 4, 255, 1.00);
    
    
    --text-lightest: rgba(235, 170, 40, 1.00);
    
    
    --text-main: rgba(1, 3, 203, 1.00);
    

}


.beige {

    
    --border-main: rgba(90, 35, 0, 1.00);
    
    
    --surface-dark: rgba(169, 111, 63, 1.00);
    
    
    --surface-light: rgba(245, 225, 199, 1.00);
    
    
    --surface-main: rgba(221, 201, 164, 1.00);
    
    
    --text-darkest: rgba(115, 47, 0, 1.00);
    
    
    --text-light: rgba(115, 47, 0, 1.00);
    
    
    --text-lightest: rgba(248, 245, 241, 1.00);
    
    
    --text-main: rgba(195, 117, 43, 1.00);
    

}


.Blanco {

    
    --border-main: rgba(255, 255, 255, 1.00);
    
    
    --surface-dark: rgba(255, 255, 255, 1.00);
    
    
    --surface-light: rgba(255, 255, 255, 1.00);
    
    
    --surface-main: rgba(255, 255, 255, 1.00);
    
    
    --text-darkest: rgba(117, 117, 117, 1.00);
    
    
    --text-light: rgba(117, 117, 117, 1.00);
    
    
    --text-lightest: rgba(117, 117, 117, 1.00);
    
    
    --text-main: rgba(117, 117, 117, 1.00);
    

}


.celeste {

    
    --border-main: rgba(25, 138, 197, 1.00);
    
    
    --surface-dark: rgba(14, 105, 152, 1.00);
    
    
    --surface-light: rgba(187, 230, 252, 1.00);
    
    
    --surface-main: rgba(69, 179, 235, 1.00);
    
    
    --text-darkest: rgba(11, 71, 101, 1.00);
    
    
    --text-light: rgba(14, 105, 152, 1.00);
    
    
    --text-lightest: rgba(240, 249, 255, 1.00);
    
    
    --text-main: rgba(69, 179, 235, 1.00);
    

}


.esmeralda {

    
    --border-main: rgba(17, 143, 131, 1.00);
    
    
    --surface-dark: rgba(14, 112, 102, 1.00);
    
    
    --surface-light: rgba(190, 252, 246, 1.00);
    
    
    --surface-main: rgba(34, 180, 166, 1.00);
    
    
    --text-darkest: rgba(9, 68, 62, 1.00);
    
    
    --text-light: rgba(14, 112, 102, 1.00);
    
    
    --text-lightest: rgba(223, 254, 251, 1.00);
    
    
    --text-main: rgba(34, 180, 166, 1.00);
    

}


.limon {

    
    --border-main: rgba(70, 151, 74, 1.00);
    
    
    --surface-dark: rgba(40, 111, 43, 1.00);
    
    
    --surface-light: rgba(209, 250, 211, 1.00);
    
    
    --surface-main: rgba(103, 191, 106, 1.00);
    
    
    --text-darkest: rgba(16, 71, 19, 1.00);
    
    
    --text-light: rgba(40, 191, 106, 1.00);
    
    
    --text-lightest: rgba(235, 252, 236, 1.00);
    
    
    --text-main: rgba(103, 191, 106, 1.00);
    

}


.marino {

    
    --border-main: rgba(55, 107, 209, 1.00);
    
    
    --surface-dark: rgba(28, 76, 168, 1.00);
    
    
    --surface-light: rgba(214, 227, 252, 1.00);
    
    
    --surface-main: rgba(2, 40, 78, 1.00);
    
    
    --text-darkest: rgba(0, 192, 214, 1.00);
    
    
    --text-light: rgba(5, 61, 167, 1.00);
    
    
    --text-lightest: rgba(239, 244, 254, 1.00);
    
    
    --text-main: rgba(26, 70, 154, 1.00);
    

}


.marron {

    
    --border-main: rgba(90, 35, 0, 1.00);
    
    
    --surface-dark: rgba(169, 111, 63, 1.00);
    
    
    --surface-light: rgba(245, 225, 199, 1.00);
    
    
    --surface-main: rgba(113, 61, 25, 1.00);
    
    
    --text-darkest: rgba(229, 168, 122, 1.00);
    
    
    --text-light: rgba(61, 30, 2, 1.00);
    
    
    --text-lightest: rgba(255, 244, 230, 1.00);
    
    
    --text-main: rgba(195, 117, 43, 1.00);
    

}


.mostaza {

    
    --border-main: rgba(124, 73, 13, 1.00);
    
    
    --surface-dark: rgba(193, 139, 59, 1.00);
    
    
    --surface-light: rgba(254, 243, 199, 1.00);
    
    
    --surface-main: rgba(236, 199, 112, 1.00);
    
    
    --text-darkest: rgba(124, 73, 13, 1.00);
    
    
    --text-light: rgba(174, 106, 4, 1.00);
    
    
    --text-lightest: rgba(255, 251, 235, 1.00);
    
    
    --text-main: rgba(251, 191, 36, 1.00);
    

}


.naranja {

    
    --border-main: rgba(218, 98, 17, 1.00);
    
    
    --surface-dark: rgba(188, 75, 0, 1.00);
    
    
    --surface-light: rgba(255, 219, 194, 1.00);
    
    
    --surface-main: rgba(255, 130, 46, 1.00);
    
    
    --text-darkest: rgba(120, 48, 0, 1.00);
    
    
    --text-light: rgba(188, 75, 0, 1.00);
    
    
    --text-lightest: rgba(255, 245, 239, 1.00);
    
    
    --text-main: rgba(255, 130, 46, 1.00);
    

}


.neutral {

    
    --border-main: rgba(148, 163, 184, 1.00);
    
    
    --surface-dark: rgba(100, 116, 139, 1.00);
    
    
    --surface-light: rgba(241, 245, 249, 1.00);
    
    
    --surface-main: rgba(203, 213, 225, 1.00);
    
    
    --text-darkest: rgba(51, 65, 85, 1.00);
    
    
    --text-light: rgba(100, 116, 139, 1.00);
    
    
    --text-lightest: rgba(255, 255, 255, 1.00);
    
    
    --text-main: rgba(203, 213, 225, 1.00);
    

}


.rojo {

    
    --border-main: rgba(209, 52, 62, 1.00);
    
    
    --surface-dark: rgba(161, 32, 40, 1.00);
    
    
    --surface-light: rgba(255, 197, 197, 1.00);
    
    
    --surface-main: rgba(250, 86, 86, 1.00);
    
    
    --text-darkest: rgba(97, 18, 23, 1.00);
    
    
    --text-light: rgba(161, 32, 40, 1.00);
    
    
    --text-lightest: rgba(255, 244, 244, 1.00);
    
    
    --text-main: rgba(250, 86, 86, 1.00);
    

}


.rubi {

    
    --border-main: rgba(209, 52, 62, 1.00);
    
    
    --surface-dark: rgba(161, 32, 40, 1.00);
    
    
    --surface-light: rgba(245, 153, 153, 1.00);
    
    
    --surface-main: rgba(196, 3, 4, 1.00);
    
    
    --text-darkest: rgba(45, 1, 4, 1.00);
    
    
    --text-light: rgba(90, 1, 6, 1.00);
    
    
    --text-lightest: rgba(255, 244, 244, 1.00);
    
    
    --text-main: rgba(250, 86, 86, 1.00);
    

}


.sky {

    
    --border-main: rgba(30, 100, 160, 1.00);
    
    
    --surface-dark: rgba(3, 72, 116, 1.00);
    
    
    --surface-light: rgba(180, 220, 240, 1.00);
    
    
    --surface-main: rgba(70, 140, 190, 1.00);
    
    
    --text-darkest: rgba(2, 30, 50, 1.00);
    
    
    --text-light: rgba(44, 77, 101, 1.00);
    
    
    --text-lightest: rgba(220, 245, 255, 1.00);
    
    
    --text-main: rgba(40, 110, 160, 1.00);
    

}


.tierra {

    
    --border-main: rgba(134, 128, 61, 1.00);
    
    
    --surface-dark: rgba(91, 89, 30, 1.00);
    
    
    --surface-light: rgba(241, 238, 193, 1.00);
    
    
    --surface-main: rgba(189, 183, 107, 1.00);
    
    
    --text-darkest: rgba(57, 55, 11, 1.00);
    
    
    --text-light: rgba(91, 89, 30, 1.00);
    
    
    --text-lightest: rgba(250, 249, 235, 1.00);
    
    
    --text-main: rgba(189, 183, 107, 1.00);
    

}


.violeta {

    
    --border-main: rgba(159, 93, 227, 1.00);
    
    
    --surface-dark: rgba(130, 64, 198, 1.00);
    
    
    --surface-light: rgba(243, 232, 255, 1.00);
    
    
    --surface-main: rgba(193, 141, 246, 1.00);
    
    
    --text-darkest: rgba(86, 37, 134, 1.00);
    
    
    --text-light: rgba(130, 64, 198, 1.00);
    
    
    --text-lightest: rgba(250, 245, 255, 1.00);
    
    
    --text-main: rgba(193, 141, 246, 1.00);
    

}

</pre></body></html>