ar-poncho
Version:
Base de html y css para la creación de sitios pertenecientes a la Administración Pública Nacional de la República Argentina.
2,312 lines (2,135 loc) • 439 kB
CSS
@charset "UTF-8";
/*!
* Poncho v0.3.3 (https://github.com/argob/poncho)
* Copyright 2016
* Subsecretaría de Tecnologías de la Información
* Presidencia de la Nación Argentina
* Licenciado bajo MIT (https://github.com/argob/poncho/LICENSE)
*/
@import url(https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
/* Libraries */
/* Resources */
/**
* COLORES PONCHO
* Versión 2
*
* @summary Listado de colores disponibles para representar texto y elementos
* visuales dentro del sitio web www.argentina.gob.ar.
*
* Copyright (c) 2024 Argentina.gob.ar
*/
/* Foco o alerta */
/* Foco o alerta */
/* Foco o alerta */
/* Color principal */
/* Enlace */
/* Elementos básicos */
/* Color principal */
/* Atención o peligro */
/* Color principal */
/* Color principal */
/* Color amarillo oficial para la bandera Argentina */
/* Color celeste oficial para la bandera Argentina */
/* Color marrón oficial para la bandera Argentina */
/* Elementos básicos */
/* Atención o peligro */
/* Elementos básicos */
/* Azul principal para aplicaciones MiArgentina */
/* Elementos básicos */
/* Color principal */
/* Color principal */
/* Atención o peligro */
/* Foco o alerta */
/**
* Listado de variables de color
*/
/**
* Variables tonales :root, html.
*
* @summary Crea las variables de estilo --color: [hex],
* para html,root: {...}
*/
:root,
html {
--arg-primary-50:#E3E7ED;
--arg-primary-100:#C8D0DA;
--arg-primary-200:#ACB8C8;
--arg-primary-300:#91A1B5;
--arg-primary-400:#7589A3;
--arg-primary-500:#5A7290;
--arg-primary-600:#3E5A7E;
--arg-primary-700:#354B6E;
--arg-primary-800:#2C3C5F;
--arg-primary-900:#232D4F;
--arg-verde-50:#F1F5D7;
--arg-verde-100:#DEE8A3;
--arg-verde-200:#CCDB6E;
--arg-verde-300:#B9CE39;
--arg-verde-400:#93B727;
--arg-verde-500:#6EA015;
--arg-verde-600:#4E8F24;
--arg-verde-700:#2E7D33;
--arg-verde-800:#27692A;
--arg-verde-900:#1F5421;
--arg-amarillo-50:#FFFAE8;
--arg-amarillo-100:#FFF1C0;
--arg-amarillo-200:#FFE997;
--arg-amarillo-300:#FFE06E;
--arg-amarillo-400:#FFD745;
--arg-amarillo-500:#FFCE1C;
--arg-amarillo-600:#D8AE18;
--arg-amarillo-700:#B18F15;
--arg-amarillo-800:#8A6F12;
--arg-amarillo-900:#634F0E;
--arg-fucsia-50:#FCDDE6;
--arg-fucsia-100:#F8B6C9;
--arg-fucsia-200:#F48EAB;
--arg-fucsia-300:#F16798;
--arg-fucsia-400:#ED3F85;
--arg-fucsia-500:#EC407A;
--arg-fucsia-600:#D72C6B;
--arg-fucsia-700:#C2185B;
--arg-fucsia-800:#9A144A;
--arg-fucsia-900:#721038;
--arg-violeta-50:#E9E6F2;
--arg-violeta-100:#D3CEE5;
--arg-violeta-200:#BEB5D8;
--arg-violeta-300:#A89DCB;
--arg-violeta-400:#9284BE;
--arg-violeta-500:#8561B2;
--arg-violeta-600:#773EA5;
--arg-violeta-700:#6A1B99;
--arg-violeta-800:#4B0F7A;
--arg-violeta-900:#2C035C;
--arg-negro-25:#FFFFFF;
--arg-negro-50:#F0F0F0;
--arg-negro-75:#F2F2F2;
--arg-negro-100:#E9E9E9;
--arg-negro-150:#DEE2E6;
--arg-negro-200:#DDDDDD;
--arg-negro-300:#838383;
--arg-negro-500:#555555;
--arg-negro-600:#444444;
--arg-negro-900:#141414;
--arg-turquesa-50:#DCF1F0;
--arg-turquesa-100:#C0E5E3;
--arg-turquesa-200:#A4D9D7;
--arg-turquesa-300:#88CECB;
--arg-turquesa-400:#6CC3BE;
--arg-turquesa-500:#50B7B2;
--arg-turquesa-600:#459E99;
--arg-turquesa-700:#3B8681;
--arg-turquesa-800:#306D69;
--arg-turquesa-900:#255450;
--arg-azul-50:#CDEBFA;
--arg-azul-100:#9AD7F5;
--arg-azul-200:#68C3EF;
--arg-azul-300:#35AFEA;
--arg-azul-400:#039BE5;
--arg-azul-500:#0581C6;
--arg-azul-600:#0767A7;
--arg-azul-700:#084E87;
--arg-azul-800:#0A3468;
--arg-azul-900:#0C1A49;
--arg-rojo-50:#FCDDDC;
--arg-rojo-100:#F9BBB9;
--arg-rojo-200:#F69896;
--arg-rojo-300:#F27673;
--arg-rojo-400:#EF5350;
--arg-rojo-500:#E14543;
--arg-rojo-600:#D43635;
--arg-rojo-700:#C62828;
--arg-rojo-800:#A12222;
--arg-rojo-900:#7C1C1C;
--arg-naranja-50:#FDE7BF;
--arg-naranja-100:#FBCE80;
--arg-naranja-200:#F9B640;
--arg-naranja-300:#F79D00;
--arg-naranja-400:#F38500;
--arg-naranja-500:#EF6C00;
--arg-naranja-600:#CE5701;
--arg-naranja-700:#AE4203;
--arg-naranja-800:#8D2D04;
--arg-naranja-900:#6C1805;
--arg-blanco-150:#FFFFFF;
--arg-ocre-50:#FAF8ED;
--arg-ocre-100:#F4F0DB;
--arg-ocre-200:#EAE1B7;
--arg-ocre-300:#E9CE8C;
--arg-ocre-400:#E7BA61;
--arg-ocre-500:#C98941;
--arg-ocre-600:#AA5821;
--arg-ocre-700:#8C2701;
--arg-ocre-800:#6F2001;
--arg-ocre-900:#511901;
--arg-morado-150:#3A3796;
--miarg-azul-150:#3526C3;
--miarg-celeste-150:#2CB9EE;
--miarg-amarillo-claro-150:#ffe9b8;
--miarg-rosa-claro-150:#EECCCF;
--miarg-verde-claro-150:#CFEEDC;
--miarg-azul-oscuro-150:#222C50;
--miarg-gris-150:#7E848E;
--miarg-celeste-claro-150:#BEE6F6;
--bandera-amarillo-150:#FCBF49;
--bandera-celeste-150:#75AADB;
--bandera-marron-150:#843511;
--gna-verde-jade-150:#006666;
--gna-verde-aloe-150:#4FBB73;
--gna-verde-cemento-150:#B4BEBA;
--amarillo:#E7BA61;
--amarillo-intenso:#E7BA61;
--arandano:#C2185B;
--arg-amarillo:#E7BA61;
--arg-amarillo-dark:#AA5821;
--arg-amarillo-half:#F3DDB0;
--arg-amarillo-light:#EAE1B7;
--arg-arandano:#C2185B;
--arg-arandano-dark:#721038;
--arg-arandano-half:#E18CAD;
--arg-arandano-light:#EC407A;
--arg-arandano-lighter:#FCDDE6;
--arg-arena:#EAE1B7;
--arg-arena-dark:#E7BA61;
--arg-arena-half:#F5F0DB;
--arg-arena-light:#FAF8ED;
--arg-azul:#232D4F;
--arg-azul-half:#9296A7;
--arg-azul-lighter:#C8D0DA;
--arg-azul-morado:#3A3796;
--arg-blanco:#FFFFFF;
--arg-cielo:#039BE5;
--arg-default:#838383;
--arg-enlace:#0767A7;
--arg-enlace-dark:#084E87;
--arg-enlace-light:#0581C6;
--arg-escarapela:#68C3EF;
--arg-eucalipto:#306D69;
--arg-eucalipto-dark:#255450;
--arg-eucalipto-lighter:#A4D9D7;
--arg-fucsia:#EC407A;
--arg-fucsia-dark:#9A144A;
--arg-fucsia-light:#F16798;
--arg-gray-background:#FFFFFF;
--arg-gray-border:#DEE2E6;
--arg-gray-dark:#444444;
--arg-gray-hover:#E9E9E9;
--arg-gray-hover-light:#F0F0F0;
--arg-gray-light:#DDDDDD;
--arg-gris-intermedio:#555555;
--arg-gris-niebla:#F2F2F2;
--arg-info:#5A7290;
--arg-info-lighter:#E3E7ED;
--arg-lavanda:#9284BE;
--arg-lima:#B9CE39;
--arg-lima-dark:#6EA015;
--arg-lima-light:#DEE8A3;
--arg-maiz:#FFCE1C;
--arg-maiz-dark:#B18F15;
--arg-maiz-light:#FFE997;
--arg-mandarina:#F79D00;
--arg-mandarina-dark:#CE5701;
--arg-mandarina-light:#FBCE80;
--arg-marron-claro:#8D2D04;
--arg-marron-claro-dark:#6C1805;
--arg-marron-claro-light:#CE5701;
--arg-marron-oscuro:#511901;
--arg-naranja:#EF6C00;
--arg-naranja-dark:#6C1805;
--arg-naranja-light:#EF6C00;
--arg-negro:#141414;
--arg-negro-light:#DDDDDD;
--arg-negro-lighter:#F0F0F0;
--arg-palta:#50B7B2;
--arg-palta-half:#A8DBD9;
--arg-palta-lighter:#C0E5E3;
--arg-primary:#232D4F;
--arg-primary-light:#E3E7ED;
--arg-rojo:#C62828;
--arg-rojo-dark:#7C1C1C;
--arg-rojo-light:#E14543;
--arg-rojo-lighter:#FCDDDC;
--arg-rosado:#F48EAB;
--arg-rosado-dark:#ED3F85;
--arg-rosado-half:#FAC7D5;
--arg-rosado-light:#FCDDE6;
--arg-secundario:#3E5A7E;
--arg-tomate:#EF5350;
--arg-tomate-dark:#C62828;
--arg-tomate-light:#F69896;
--arg-uva:#6A1B99;
--arg-verde:#2E7D33;
--arg-verde-azulado:#3B8681;
--arg-verde-dark:#1F5421;
--arg-verde-half:#96BE99;
--arg-verde-light:#6EA015;
--arg-verdin:#6EA015;
--arg-verdin-dark:#2E7D33;
--arg-verdin-light:#B9CE39;
--arg-white:#FFFFFF;
--azul:#232D4F;
--azul-marino:#232D4F;
--bandera-amarillo:#FCBF49;
--bandera-celeste:#75AADB;
--bandera-marron:#843511;
--black:#141414;
--celeste:#039BE5;
--celeste-argentina:#68C3EF;
--celesteargentina:#68C3EF;
--cereza:#EC407A;
--cielo:#039BE5;
--complementary:#EF5350;
--danger:#C62828;
--default:#838383;
--escarapela:#68C3EF;
--fucsia:#EC407A;
--gna-verde-aloe:#4FBB73;
--gna-verde-cemento:#B4BEBA;
--gna-verde-jade:#006666;
--gray:#555555;
--gray-background:#FFFFFF;
--gray-base:#141414;
--gray-border:#DEE2E6;
--gray-dark:#444444;
--gray-hover:#E9E9E9;
--gray-hover-light:#F0F0F0;
--gray-light:#DDDDDD;
--gray-lighter:#F2F2F2;
--gris:#555555;
--gris-area:#555555;
--grisintermedio:#555555;
--info:#5A7290;
--lavanda:#9284BE;
--lima:#B9CE39;
--limon:#B9CE39;
--maiz:#FFCE1C;
--mandarina:#F79D00;
--marron-claro:#8D2D04;
--miarg-amarillo-claro:#ffe9b8;
--miarg-azul:#3526C3;
--miarg-azul-half:#6B66CC;
--miarg-celeste:#2CB9EE;
--miarg-celeste-claro:#BEE6F6;
--miarg-gris:#7E848E;
--miarg-oscuro:#222C50;
--miarg-rosa-claro:#EECCCF;
--miarg-verde-claro:#CFEEDC;
--naranja:#EF6C00;
--naranjaoscuro:#EF6C00;
--negro:#141414;
--palta:#50B7B2;
--primary:#232D4F;
--primary-alt:#232D4F;
--primary-light:#E3E7ED;
--rojo:#C62828;
--secondary:#3E5A7E;
--secundario:#3E5A7E;
--success:#2E7D33;
--tomate:#EF5350;
--uva:#6A1B99;
--verde:#2E7D33;
--verde-aloe:#4FBB73;
--verde-azulado:#3B8681;
--verde-cemento:#B4BEBA;
--verde-jade:#006666;
--verdeazulado:#3B8681;
--verdecemento:#B4BEBA;
--verdejade:#006666;
--verdin:#6EA015;
--warning:#E7BA61;
--white:#FFFFFF;
}
/*
Se agrega: letter-spacing
Se cambia el width de la funete
*/
html,
body {
letter-spacing: -0.15pt;
font-size: 18px;
font-family: "Montserrat", sans-serif;
height: 100%;
max-width: 100%;
font-weight: 400;
background: #FFFFFF;
}
body {
background: #fff;
color: #141414;
width: 100%;
}
hr {
border-top: 1px solid #DDDDDD;
margin: 30px 0;
}
hr.hr-lg {
margin: 60px 0;
}
hr.hr-sm {
margin: 15px 0;
}
.inline {
display: inline-block;
}
.element-invisible {
position: absolute !important;
clip: rect(1px, 1px, 1px, 1px);
overflow: hidden;
height: 1px;
}
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
position: static !important;
clip: auto;
overflow: visible;
height: auto;
}
section {
padding: 30px 0;
}
section.section-no-spaced {
padding: 0;
}
section.section-sm {
padding: 20px 0;
}
section.section-lg {
padding: 40px 0;
}
.icon-item {
margin-bottom: 20px;
}
.icon-item i {
margin-bottom: 0.3em;
font-size: 4.5em;
color: #3E5A7E;
height: 110px;
display: flex;
align-items: center;
}
.icon-item h1,
.icon-item h2,
.icon-item h3,
.icon-item h4,
.icon-item h5,
.icon-item h5 {
margin-top: 0 !important;
margin-bottom: 0.2em;
}
.icon-item h3 {
font-size: 1.6em;
}
.icon-item i[class*=icono-arg]:before {
line-height: 72px;
font-size: 1.3em;
}
.panel-heading i[class*=icono-arg]:before {
line-height: 70px;
}
/*
* Fix para Argentina.gob.ar, idealmente desaparece cuando actualice drupal
*/
h1.icon-item i {
font-size: 2em;
}
aside section {
float: left;
margin-bottom: 24px;
width: 100%;
}
/**
* Colores de fondo
*
* @summary Crea un estilo `.bg-[color]` por cada uno de los colores en el
* listado de variables de color.
*
* @see modules/_poncho-colors.scss
*/
.bg-amarillo {
background-color: #E7BA61 !important;
}
.bg-amarillo-intenso {
background-color: #E7BA61 !important;
}
.bg-arandano {
background-color: #C2185B !important;
}
.bg-arg-amarillo {
background-color: #E7BA61 !important;
}
.bg-arg-amarillo-dark {
background-color: #AA5821 !important;
}
.bg-arg-amarillo-half {
background-color: #F3DDB0 !important;
}
.bg-arg-amarillo-light {
background-color: #EAE1B7 !important;
}
.bg-arg-arandano {
background-color: #C2185B !important;
}
.bg-arg-arandano-dark {
background-color: #721038 !important;
}
.bg-arg-arandano-half {
background-color: #E18CAD !important;
}
.bg-arg-arandano-light {
background-color: #EC407A !important;
}
.bg-arg-arandano-lighter {
background-color: #FCDDE6 !important;
}
.bg-arg-arena {
background-color: #EAE1B7 !important;
}
.bg-arg-arena-dark {
background-color: #E7BA61 !important;
}
.bg-arg-arena-half {
background-color: #F5F0DB !important;
}
.bg-arg-arena-light {
background-color: #FAF8ED !important;
}
.bg-arg-azul {
background-color: #232D4F !important;
}
.bg-arg-azul-half {
background-color: #9296A7 !important;
}
.bg-arg-azul-lighter {
background-color: #C8D0DA !important;
}
.bg-arg-azul-morado {
background-color: #3A3796 !important;
}
.bg-arg-blanco {
background-color: #FFFFFF !important;
}
.bg-arg-cielo {
background-color: #039BE5 !important;
}
.bg-arg-default {
background-color: #838383 !important;
}
.bg-arg-enlace {
background-color: #0767A7 !important;
}
.bg-arg-enlace-dark {
background-color: #084E87 !important;
}
.bg-arg-enlace-light {
background-color: #0581C6 !important;
}
.bg-arg-escarapela {
background-color: #68C3EF !important;
}
.bg-arg-eucalipto {
background-color: #306D69 !important;
}
.bg-arg-eucalipto-dark {
background-color: #255450 !important;
}
.bg-arg-eucalipto-lighter {
background-color: #A4D9D7 !important;
}
.bg-arg-fucsia {
background-color: #EC407A !important;
}
.bg-arg-fucsia-dark {
background-color: #9A144A !important;
}
.bg-arg-fucsia-light {
background-color: #F16798 !important;
}
.bg-arg-gray-background {
background-color: #FFFFFF !important;
}
.bg-arg-gray-border {
background-color: #DEE2E6 !important;
}
.bg-arg-gray-dark {
background-color: #444444 !important;
}
.bg-arg-gray-hover {
background-color: #E9E9E9 !important;
}
.bg-arg-gray-hover-light {
background-color: #F0F0F0 !important;
}
.bg-arg-gray-light {
background-color: #DDDDDD !important;
}
.bg-arg-gris-intermedio {
background-color: #555555 !important;
}
.bg-arg-gris-niebla {
background-color: #F2F2F2 !important;
}
.bg-arg-info {
background-color: #5A7290 !important;
}
.bg-arg-info-lighter {
background-color: #E3E7ED !important;
}
.bg-arg-lavanda {
background-color: #9284BE !important;
}
.bg-arg-lima {
background-color: #B9CE39 !important;
}
.bg-arg-lima-dark {
background-color: #6EA015 !important;
}
.bg-arg-lima-light {
background-color: #DEE8A3 !important;
}
.bg-arg-maiz {
background-color: #FFCE1C !important;
}
.bg-arg-maiz-dark {
background-color: #B18F15 !important;
}
.bg-arg-maiz-light {
background-color: #FFE997 !important;
}
.bg-arg-mandarina {
background-color: #F79D00 !important;
}
.bg-arg-mandarina-dark {
background-color: #CE5701 !important;
}
.bg-arg-mandarina-light {
background-color: #FBCE80 !important;
}
.bg-arg-marron-claro {
background-color: #8D2D04 !important;
}
.bg-arg-marron-claro-dark {
background-color: #6C1805 !important;
}
.bg-arg-marron-claro-light {
background-color: #CE5701 !important;
}
.bg-arg-marron-oscuro {
background-color: #511901 !important;
}
.bg-arg-naranja {
background-color: #EF6C00 !important;
}
.bg-arg-naranja-dark {
background-color: #6C1805 !important;
}
.bg-arg-naranja-light {
background-color: #EF6C00 !important;
}
.bg-arg-negro {
background-color: #141414 !important;
}
.bg-arg-negro-light {
background-color: #DDDDDD !important;
}
.bg-arg-negro-lighter {
background-color: #F0F0F0 !important;
}
.bg-arg-palta {
background-color: #50B7B2 !important;
}
.bg-arg-palta-half {
background-color: #A8DBD9 !important;
}
.bg-arg-palta-lighter {
background-color: #C0E5E3 !important;
}
.bg-arg-primary {
background-color: #232D4F !important;
}
.bg-arg-primary-light {
background-color: #E3E7ED !important;
}
.bg-arg-rojo {
background-color: #C62828 !important;
}
.bg-arg-rojo-dark {
background-color: #7C1C1C !important;
}
.bg-arg-rojo-light {
background-color: #E14543 !important;
}
.bg-arg-rojo-lighter {
background-color: #FCDDDC !important;
}
.bg-arg-rosado {
background-color: #F48EAB !important;
}
.bg-arg-rosado-dark {
background-color: #ED3F85 !important;
}
.bg-arg-rosado-half {
background-color: #FAC7D5 !important;
}
.bg-arg-rosado-light {
background-color: #FCDDE6 !important;
}
.bg-arg-secundario {
background-color: #3E5A7E !important;
}
.bg-arg-tomate {
background-color: #EF5350 !important;
}
.bg-arg-tomate-dark {
background-color: #C62828 !important;
}
.bg-arg-tomate-light {
background-color: #F69896 !important;
}
.bg-arg-uva {
background-color: #6A1B99 !important;
}
.bg-arg-verde {
background-color: #2E7D33 !important;
}
.bg-arg-verde-azulado {
background-color: #3B8681 !important;
}
.bg-arg-verde-dark {
background-color: #1F5421 !important;
}
.bg-arg-verde-half {
background-color: #96BE99 !important;
}
.bg-arg-verde-light {
background-color: #6EA015 !important;
}
.bg-arg-verdin {
background-color: #6EA015 !important;
}
.bg-arg-verdin-dark {
background-color: #2E7D33 !important;
}
.bg-arg-verdin-light {
background-color: #B9CE39 !important;
}
.bg-arg-white {
background-color: #FFFFFF !important;
}
.bg-azul {
background-color: #232D4F !important;
}
.bg-azul-marino {
background-color: #232D4F !important;
}
.bg-bandera-amarillo {
background-color: #FCBF49 !important;
}
.bg-bandera-celeste {
background-color: #75AADB !important;
}
.bg-bandera-marron {
background-color: #843511 !important;
}
.bg-black {
background-color: #141414 !important;
}
.bg-celeste {
background-color: #039BE5 !important;
}
.bg-celeste-argentina {
background-color: #68C3EF !important;
}
.bg-celesteargentina {
background-color: #68C3EF !important;
}
.bg-cereza {
background-color: #EC407A !important;
}
.bg-cielo {
background-color: #039BE5 !important;
}
.bg-complementary {
background-color: #EF5350 !important;
}
.bg-danger {
background-color: #C62828 !important;
}
.bg-default {
background-color: #838383 !important;
}
.bg-escarapela {
background-color: #68C3EF !important;
}
.bg-fucsia {
background-color: #EC407A !important;
}
.bg-gna-verde-aloe {
background-color: #4FBB73 !important;
}
.bg-gna-verde-cemento {
background-color: #B4BEBA !important;
}
.bg-gna-verde-jade {
background-color: #006666 !important;
}
.bg-gray {
background-color: #555555 !important;
}
.bg-gray-background {
background-color: #FFFFFF !important;
}
.bg-gray-base {
background-color: #141414 !important;
}
.bg-gray-border {
background-color: #DEE2E6 !important;
}
.bg-gray-dark {
background-color: #444444 !important;
}
.bg-gray-hover {
background-color: #E9E9E9 !important;
}
.bg-gray-hover-light {
background-color: #F0F0F0 !important;
}
.bg-gray-light {
background-color: #DDDDDD !important;
}
.bg-gray-lighter {
background-color: #F2F2F2 !important;
}
.bg-gris {
background-color: #555555 !important;
}
.bg-gris-area {
background-color: #555555 !important;
}
.bg-grisintermedio {
background-color: #555555 !important;
}
.bg-info {
background-color: #5A7290 !important;
}
.bg-lavanda {
background-color: #9284BE !important;
}
.bg-lima {
background-color: #B9CE39 !important;
}
.bg-limon {
background-color: #B9CE39 !important;
}
.bg-maiz {
background-color: #FFCE1C !important;
}
.bg-mandarina {
background-color: #F79D00 !important;
}
.bg-marron-claro {
background-color: #8D2D04 !important;
}
.bg-miarg-amarillo-claro {
background-color: #ffe9b8 !important;
}
.bg-miarg-azul {
background-color: #3526C3 !important;
}
.bg-miarg-azul-half {
background-color: #6B66CC !important;
}
.bg-miarg-celeste {
background-color: #2CB9EE !important;
}
.bg-miarg-celeste-claro {
background-color: #BEE6F6 !important;
}
.bg-miarg-gris {
background-color: #7E848E !important;
}
.bg-miarg-oscuro {
background-color: #222C50 !important;
}
.bg-miarg-rosa-claro {
background-color: #EECCCF !important;
}
.bg-miarg-verde-claro {
background-color: #CFEEDC !important;
}
.bg-naranja {
background-color: #EF6C00 !important;
}
.bg-naranjaoscuro {
background-color: #EF6C00 !important;
}
.bg-negro {
background-color: #141414 !important;
}
.bg-palta {
background-color: #50B7B2 !important;
}
.bg-primary {
background-color: #232D4F !important;
}
.bg-primary-alt {
background-color: #232D4F !important;
}
.bg-primary-light {
background-color: #E3E7ED !important;
}
.bg-rojo {
background-color: #C62828 !important;
}
.bg-secondary {
background-color: #3E5A7E !important;
}
.bg-secundario {
background-color: #3E5A7E !important;
}
.bg-success {
background-color: #2E7D33 !important;
}
.bg-tomate {
background-color: #EF5350 !important;
}
.bg-uva {
background-color: #6A1B99 !important;
}
.bg-verde {
background-color: #2E7D33 !important;
}
.bg-verde-aloe {
background-color: #4FBB73 !important;
}
.bg-verde-azulado {
background-color: #3B8681 !important;
}
.bg-verde-cemento {
background-color: #B4BEBA !important;
}
.bg-verde-jade {
background-color: #006666 !important;
}
.bg-verdeazulado {
background-color: #3B8681 !important;
}
.bg-verdecemento {
background-color: #B4BEBA !important;
}
.bg-verdejade {
background-color: #006666 !important;
}
.bg-verdin {
background-color: #6EA015 !important;
}
.bg-warning {
background-color: #E7BA61 !important;
}
.bg-white {
background-color: #FFFFFF !important;
}
/**
* @TODO Revisar la asignación del color gray-ligther cuando debería ser $gray
*/
.bg-gray {
background-color: #F2F2F2 !important;
}
.bg-white {
background-color: #FFFFFF !important;
/*
border: solid 1px #ddd;
border-radius: 10px;
*/
}
/**
* @TODO Revisar la asignación del color gray cuando debería ser $muted.
*/
.bg-muted {
background-color: #555555 !important;
}
.bg-azul h1,
.bg-azul h2,
.bg-azul h3,
.bg-azul h4,
.bg-azul h5,
.bg-azul h6,
.bg-azul .h1,
.bg-azul .h2,
.bg-azul .h3,
.bg-azul .h4,
.bg-azul .h5,
.bg-azul .h6,
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-primary .h1,
.bg-primary .h2,
.bg-primary .h3,
.bg-primary .h4,
.bg-primary .h5,
.bg-primary .h6,
.bg-success h1,
.bg-success h2,
.bg-success h3,
.bg-success h4,
.bg-success h5,
.bg-success h6,
.bg-success .h1,
.bg-success .h2,
.bg-success .h3,
.bg-success .h4,
.bg-success .h5,
.bg-success .h6,
.bg-info h1,
.bg-info h2,
.bg-info h3,
.bg-info h4,
.bg-info h5,
.bg-info h6,
.bg-info .h1,
.bg-info .h2,
.bg-info .h3,
.bg-info .h4,
.bg-info .h5,
.bg-info .h6,
.bg-danger h1,
.bg-danger h2,
.bg-danger h3,
.bg-danger h4,
.bg-danger h5,
.bg-danger h6,
.bg-danger .h1,
.bg-danger .h2,
.bg-danger .h3,
.bg-danger .h4,
.bg-danger .h5,
.bg-danger .h6,
.bg-warning h1,
.bg-warning h2,
.bg-warning h3,
.bg-warning h4,
.bg-warning h5,
.bg-warning h6,
.bg-warning .h1,
.bg-warning .h2,
.bg-warning .h3,
.bg-warning .h4,
.bg-warning .h5,
.bg-warning .h6,
.bg-fucsia h1,
.bg-fucsia h2,
.bg-fucsia h3,
.bg-fucsia h4,
.bg-fucsia h5,
.bg-fucsia h6,
.bg-fucsia .h1,
.bg-fucsia .h2,
.bg-fucsia .h3,
.bg-fucsia .h4,
.bg-fucsia .h5,
.bg-fucsia .h6,
.bg-arandano h1,
.bg-arandano h2,
.bg-arandano h3,
.bg-arandano h4,
.bg-arandano h5,
.bg-arandano h6,
.bg-arandano .h1,
.bg-arandano .h2,
.bg-arandano .h3,
.bg-arandano .h4,
.bg-arandano .h5,
.bg-arandano .h6,
.bg-uva h1,
.bg-uva h2,
.bg-uva h3,
.bg-uva h4,
.bg-uva h5,
.bg-uva h6,
.bg-uva .h1,
.bg-uva .h2,
.bg-uva .h3,
.bg-uva .h4,
.bg-uva .h5,
.bg-uva .h6,
.bg-cielo h1,
.bg-cielo h2,
.bg-cielo h3,
.bg-cielo h4,
.bg-cielo h5,
.bg-cielo h6,
.bg-cielo .h1,
.bg-cielo .h2,
.bg-cielo .h3,
.bg-cielo .h4,
.bg-cielo .h5,
.bg-cielo .h6,
.bg-verdin h1,
.bg-verdin h2,
.bg-verdin h3,
.bg-verdin h4,
.bg-verdin h5,
.bg-verdin h6,
.bg-verdin .h1,
.bg-verdin .h2,
.bg-verdin .h3,
.bg-verdin .h4,
.bg-verdin .h5,
.bg-verdin .h6,
.bg-lima h1,
.bg-lima h2,
.bg-lima h3,
.bg-lima h4,
.bg-lima h5,
.bg-lima h6,
.bg-lima .h1,
.bg-lima .h2,
.bg-lima .h3,
.bg-lima .h4,
.bg-lima .h5,
.bg-lima .h6,
.bg-maiz h1,
.bg-maiz h2,
.bg-maiz h3,
.bg-maiz h4,
.bg-maiz h5,
.bg-maiz h6,
.bg-maiz .h1,
.bg-maiz .h2,
.bg-maiz .h3,
.bg-maiz .h4,
.bg-maiz .h5,
.bg-maiz .h6,
.bg-tomate h1,
.bg-tomate h2,
.bg-tomate h3,
.bg-tomate h4,
.bg-tomate h5,
.bg-tomate h6,
.bg-tomate .h1,
.bg-tomate .h2,
.bg-tomate .h3,
.bg-tomate .h4,
.bg-tomate .h5,
.bg-tomate .h6,
.bg-naranja h1,
.bg-naranja h2,
.bg-naranja h3,
.bg-naranja h4,
.bg-naranja h5,
.bg-naranja h6,
.bg-naranja .h1,
.bg-naranja .h2,
.bg-naranja .h3,
.bg-naranja .h4,
.bg-naranja .h5,
.bg-naranja .h6,
.bg-verde-azulado h1,
.bg-verde-azulado h2,
.bg-verde-azulado h3,
.bg-verde-azulado h4,
.bg-verde-azulado h5,
.bg-verde-azulado h6,
.bg-verde-azulado .h1,
.bg-verde-azulado .h2,
.bg-verde-azulado .h3,
.bg-verde-azulado .h4,
.bg-verde-azulado .h5,
.bg-verde-azulado .h6,
.bg-mandarina h1,
.bg-mandarina h2,
.bg-mandarina h3,
.bg-mandarina h4,
.bg-mandarina h5,
.bg-mandarina h6,
.bg-mandarina .h1,
.bg-mandarina .h2,
.bg-mandarina .h3,
.bg-mandarina .h4,
.bg-mandarina .h5,
.bg-mandarina .h6,
.bg-cereza h1,
.bg-cereza h2,
.bg-cereza h3,
.bg-cereza h4,
.bg-cereza h5,
.bg-cereza h6,
.bg-cereza .h1,
.bg-cereza .h2,
.bg-cereza .h3,
.bg-cereza .h4,
.bg-cereza .h5,
.bg-cereza .h6,
.bg-lavanda h1,
.bg-lavanda h2,
.bg-lavanda h3,
.bg-lavanda h4,
.bg-lavanda h5,
.bg-lavanda h6,
.bg-lavanda .h1,
.bg-lavanda .h2,
.bg-lavanda .h3,
.bg-lavanda .h4,
.bg-lavanda .h5,
.bg-lavanda .h6,
.bg-escarapela h1,
.bg-escarapela h2,
.bg-escarapela h3,
.bg-escarapela h4,
.bg-escarapela h5,
.bg-escarapela h6,
.bg-escarapela .h1,
.bg-escarapela .h2,
.bg-escarapela .h3,
.bg-escarapela .h4,
.bg-escarapela .h5,
.bg-escarapela .h6,
.bg-palta h1,
.bg-palta h2,
.bg-palta h3,
.bg-palta h4,
.bg-palta h5,
.bg-palta h6,
.bg-palta .h1,
.bg-palta .h2,
.bg-palta .h3,
.bg-palta .h4,
.bg-palta .h5,
.bg-palta .h6,
.bg-limon h1,
.bg-limon h2,
.bg-limon h3,
.bg-limon h4,
.bg-limon h5,
.bg-limon h6,
.bg-limon .h1,
.bg-limon .h2,
.bg-limon .h3,
.bg-limon .h4,
.bg-limon .h5,
.bg-limon .h6,
.bg-verde-jade h1,
.bg-verde-jade h2,
.bg-verde-jade h3,
.bg-verde-jade h4,
.bg-verde-jade h5,
.bg-verde-jade h6,
.bg-verde-jade .h1,
.bg-verde-jade .h2,
.bg-verde-jade .h3,
.bg-verde-jade .h4,
.bg-verde-jade .h5,
.bg-verde-jade .h6,
.bg-verde-aloe h1,
.bg-verde-aloe h2,
.bg-verde-aloe h3,
.bg-verde-aloe h4,
.bg-verde-aloe h5,
.bg-verde-aloe h6,
.bg-verde-aloe .h1,
.bg-verde-aloe .h2,
.bg-verde-aloe .h3,
.bg-verde-aloe .h4,
.bg-verde-aloe .h5,
.bg-verde-aloe .h6,
.bg-verde-cemento h1,
.bg-verde-cemento h2,
.bg-verde-cemento h3,
.bg-verde-cemento h4,
.bg-verde-cemento h5,
.bg-verde-cemento h6,
.bg-verde-cemento .h1,
.bg-verde-cemento .h2,
.bg-verde-cemento .h3,
.bg-verde-cemento .h4,
.bg-verde-cemento .h5,
.bg-verde-cemento .h6,
.bg-azul-marino h1,
.bg-azul-marino h2,
.bg-azul-marino h3,
.bg-azul-marino h4,
.bg-azul-marino h5,
.bg-azul-marino h6,
.bg-azul-marino .h1,
.bg-azul-marino .h2,
.bg-azul-marino .h3,
.bg-azul-marino .h4,
.bg-azul-marino .h5,
.bg-azul-marino .h6,
.bg-amarillo-intenso h1,
.bg-amarillo-intenso h2,
.bg-amarillo-intenso h3,
.bg-amarillo-intenso h4,
.bg-amarillo-intenso h5,
.bg-amarillo-intenso h6,
.bg-amarillo-intenso .h1,
.bg-amarillo-intenso .h2,
.bg-amarillo-intenso .h3,
.bg-amarillo-intenso .h4,
.bg-amarillo-intenso .h5,
.bg-amarillo-intenso .h6 {
color: #fff !important;
}
.bg-azul h1 small,
.bg-azul h1 .small,
.bg-azul h2 small,
.bg-azul h2 .small,
.bg-azul h3 small,
.bg-azul h3 .small,
.bg-azul h4 small,
.bg-azul h4 .small,
.bg-azul h5 small,
.bg-azul h5 .small,
.bg-azul h6 small,
.bg-azul h6 .small,
.bg-azul .h1 small,
.bg-azul .h1 .small,
.bg-azul .h2 small,
.bg-azul .h2 .small,
.bg-azul .h3 small,
.bg-azul .h3 .small,
.bg-azul .h4 small,
.bg-azul .h4 .small,
.bg-azul .h5 small,
.bg-azul .h5 .small,
.bg-azul .h6 small,
.bg-azul .h6 .small,
.bg-primary h1 small,
.bg-primary h1 .small,
.bg-primary h2 small,
.bg-primary h2 .small,
.bg-primary h3 small,
.bg-primary h3 .small,
.bg-primary h4 small,
.bg-primary h4 .small,
.bg-primary h5 small,
.bg-primary h5 .small,
.bg-primary h6 small,
.bg-primary h6 .small,
.bg-primary .h1 small,
.bg-primary .h1 .small,
.bg-primary .h2 small,
.bg-primary .h2 .small,
.bg-primary .h3 small,
.bg-primary .h3 .small,
.bg-primary .h4 small,
.bg-primary .h4 .small,
.bg-primary .h5 small,
.bg-primary .h5 .small,
.bg-primary .h6 small,
.bg-primary .h6 .small,
.bg-success h1 small,
.bg-success h1 .small,
.bg-success h2 small,
.bg-success h2 .small,
.bg-success h3 small,
.bg-success h3 .small,
.bg-success h4 small,
.bg-success h4 .small,
.bg-success h5 small,
.bg-success h5 .small,
.bg-success h6 small,
.bg-success h6 .small,
.bg-success .h1 small,
.bg-success .h1 .small,
.bg-success .h2 small,
.bg-success .h2 .small,
.bg-success .h3 small,
.bg-success .h3 .small,
.bg-success .h4 small,
.bg-success .h4 .small,
.bg-success .h5 small,
.bg-success .h5 .small,
.bg-success .h6 small,
.bg-success .h6 .small,
.bg-info h1 small,
.bg-info h1 .small,
.bg-info h2 small,
.bg-info h2 .small,
.bg-info h3 small,
.bg-info h3 .small,
.bg-info h4 small,
.bg-info h4 .small,
.bg-info h5 small,
.bg-info h5 .small,
.bg-info h6 small,
.bg-info h6 .small,
.bg-info .h1 small,
.bg-info .h1 .small,
.bg-info .h2 small,
.bg-info .h2 .small,
.bg-info .h3 small,
.bg-info .h3 .small,
.bg-info .h4 small,
.bg-info .h4 .small,
.bg-info .h5 small,
.bg-info .h5 .small,
.bg-info .h6 small,
.bg-info .h6 .small,
.bg-danger h1 small,
.bg-danger h1 .small,
.bg-danger h2 small,
.bg-danger h2 .small,
.bg-danger h3 small,
.bg-danger h3 .small,
.bg-danger h4 small,
.bg-danger h4 .small,
.bg-danger h5 small,
.bg-danger h5 .small,
.bg-danger h6 small,
.bg-danger h6 .small,
.bg-danger .h1 small,
.bg-danger .h1 .small,
.bg-danger .h2 small,
.bg-danger .h2 .small,
.bg-danger .h3 small,
.bg-danger .h3 .small,
.bg-danger .h4 small,
.bg-danger .h4 .small,
.bg-danger .h5 small,
.bg-danger .h5 .small,
.bg-danger .h6 small,
.bg-danger .h6 .small,
.bg-warning h1 small,
.bg-warning h1 .small,
.bg-warning h2 small,
.bg-warning h2 .small,
.bg-warning h3 small,
.bg-warning h3 .small,
.bg-warning h4 small,
.bg-warning h4 .small,
.bg-warning h5 small,
.bg-warning h5 .small,
.bg-warning h6 small,
.bg-warning h6 .small,
.bg-warning .h1 small,
.bg-warning .h1 .small,
.bg-warning .h2 small,
.bg-warning .h2 .small,
.bg-warning .h3 small,
.bg-warning .h3 .small,
.bg-warning .h4 small,
.bg-warning .h4 .small,
.bg-warning .h5 small,
.bg-warning .h5 .small,
.bg-warning .h6 small,
.bg-warning .h6 .small,
.bg-fucsia h1 small,
.bg-fucsia h1 .small,
.bg-fucsia h2 small,
.bg-fucsia h2 .small,
.bg-fucsia h3 small,
.bg-fucsia h3 .small,
.bg-fucsia h4 small,
.bg-fucsia h4 .small,
.bg-fucsia h5 small,
.bg-fucsia h5 .small,
.bg-fucsia h6 small,
.bg-fucsia h6 .small,
.bg-fucsia .h1 small,
.bg-fucsia .h1 .small,
.bg-fucsia .h2 small,
.bg-fucsia .h2 .small,
.bg-fucsia .h3 small,
.bg-fucsia .h3 .small,
.bg-fucsia .h4 small,
.bg-fucsia .h4 .small,
.bg-fucsia .h5 small,
.bg-fucsia .h5 .small,
.bg-fucsia .h6 small,
.bg-fucsia .h6 .small,
.bg-arandano h1 small,
.bg-arandano h1 .small,
.bg-arandano h2 small,
.bg-arandano h2 .small,
.bg-arandano h3 small,
.bg-arandano h3 .small,
.bg-arandano h4 small,
.bg-arandano h4 .small,
.bg-arandano h5 small,
.bg-arandano h5 .small,
.bg-arandano h6 small,
.bg-arandano h6 .small,
.bg-arandano .h1 small,
.bg-arandano .h1 .small,
.bg-arandano .h2 small,
.bg-arandano .h2 .small,
.bg-arandano .h3 small,
.bg-arandano .h3 .small,
.bg-arandano .h4 small,
.bg-arandano .h4 .small,
.bg-arandano .h5 small,
.bg-arandano .h5 .small,
.bg-arandano .h6 small,
.bg-arandano .h6 .small,
.bg-uva h1 small,
.bg-uva h1 .small,
.bg-uva h2 small,
.bg-uva h2 .small,
.bg-uva h3 small,
.bg-uva h3 .small,
.bg-uva h4 small,
.bg-uva h4 .small,
.bg-uva h5 small,
.bg-uva h5 .small,
.bg-uva h6 small,
.bg-uva h6 .small,
.bg-uva .h1 small,
.bg-uva .h1 .small,
.bg-uva .h2 small,
.bg-uva .h2 .small,
.bg-uva .h3 small,
.bg-uva .h3 .small,
.bg-uva .h4 small,
.bg-uva .h4 .small,
.bg-uva .h5 small,
.bg-uva .h5 .small,
.bg-uva .h6 small,
.bg-uva .h6 .small,
.bg-cielo h1 small,
.bg-cielo h1 .small,
.bg-cielo h2 small,
.bg-cielo h2 .small,
.bg-cielo h3 small,
.bg-cielo h3 .small,
.bg-cielo h4 small,
.bg-cielo h4 .small,
.bg-cielo h5 small,
.bg-cielo h5 .small,
.bg-cielo h6 small,
.bg-cielo h6 .small,
.bg-cielo .h1 small,
.bg-cielo .h1 .small,
.bg-cielo .h2 small,
.bg-cielo .h2 .small,
.bg-cielo .h3 small,
.bg-cielo .h3 .small,
.bg-cielo .h4 small,
.bg-cielo .h4 .small,
.bg-cielo .h5 small,
.bg-cielo .h5 .small,
.bg-cielo .h6 small,
.bg-cielo .h6 .small,
.bg-verdin h1 small,
.bg-verdin h1 .small,
.bg-verdin h2 small,
.bg-verdin h2 .small,
.bg-verdin h3 small,
.bg-verdin h3 .small,
.bg-verdin h4 small,
.bg-verdin h4 .small,
.bg-verdin h5 small,
.bg-verdin h5 .small,
.bg-verdin h6 small,
.bg-verdin h6 .small,
.bg-verdin .h1 small,
.bg-verdin .h1 .small,
.bg-verdin .h2 small,
.bg-verdin .h2 .small,
.bg-verdin .h3 small,
.bg-verdin .h3 .small,
.bg-verdin .h4 small,
.bg-verdin .h4 .small,
.bg-verdin .h5 small,
.bg-verdin .h5 .small,
.bg-verdin .h6 small,
.bg-verdin .h6 .small,
.bg-lima h1 small,
.bg-lima h1 .small,
.bg-lima h2 small,
.bg-lima h2 .small,
.bg-lima h3 small,
.bg-lima h3 .small,
.bg-lima h4 small,
.bg-lima h4 .small,
.bg-lima h5 small,
.bg-lima h5 .small,
.bg-lima h6 small,
.bg-lima h6 .small,
.bg-lima .h1 small,
.bg-lima .h1 .small,
.bg-lima .h2 small,
.bg-lima .h2 .small,
.bg-lima .h3 small,
.bg-lima .h3 .small,
.bg-lima .h4 small,
.bg-lima .h4 .small,
.bg-lima .h5 small,
.bg-lima .h5 .small,
.bg-lima .h6 small,
.bg-lima .h6 .small,
.bg-maiz h1 small,
.bg-maiz h1 .small,
.bg-maiz h2 small,
.bg-maiz h2 .small,
.bg-maiz h3 small,
.bg-maiz h3 .small,
.bg-maiz h4 small,
.bg-maiz h4 .small,
.bg-maiz h5 small,
.bg-maiz h5 .small,
.bg-maiz h6 small,
.bg-maiz h6 .small,
.bg-maiz .h1 small,
.bg-maiz .h1 .small,
.bg-maiz .h2 small,
.bg-maiz .h2 .small,
.bg-maiz .h3 small,
.bg-maiz .h3 .small,
.bg-maiz .h4 small,
.bg-maiz .h4 .small,
.bg-maiz .h5 small,
.bg-maiz .h5 .small,
.bg-maiz .h6 small,
.bg-maiz .h6 .small,
.bg-tomate h1 small,
.bg-tomate h1 .small,
.bg-tomate h2 small,
.bg-tomate h2 .small,
.bg-tomate h3 small,
.bg-tomate h3 .small,
.bg-tomate h4 small,
.bg-tomate h4 .small,
.bg-tomate h5 small,
.bg-tomate h5 .small,
.bg-tomate h6 small,
.bg-tomate h6 .small,
.bg-tomate .h1 small,
.bg-tomate .h1 .small,
.bg-tomate .h2 small,
.bg-tomate .h2 .small,
.bg-tomate .h3 small,
.bg-tomate .h3 .small,
.bg-tomate .h4 small,
.bg-tomate .h4 .small,
.bg-tomate .h5 small,
.bg-tomate .h5 .small,
.bg-tomate .h6 small,
.bg-tomate .h6 .small,
.bg-naranja h1 small,
.bg-naranja h1 .small,
.bg-naranja h2 small,
.bg-naranja h2 .small,
.bg-naranja h3 small,
.bg-naranja h3 .small,
.bg-naranja h4 small,
.bg-naranja h4 .small,
.bg-naranja h5 small,
.bg-naranja h5 .small,
.bg-naranja h6 small,
.bg-naranja h6 .small,
.bg-naranja .h1 small,
.bg-naranja .h1 .small,
.bg-naranja .h2 small,
.bg-naranja .h2 .small,
.bg-naranja .h3 small,
.bg-naranja .h3 .small,
.bg-naranja .h4 small,
.bg-naranja .h4 .small,
.bg-naranja .h5 small,
.bg-naranja .h5 .small,
.bg-naranja .h6 small,
.bg-naranja .h6 .small,
.bg-verde-azulado h1 small,
.bg-verde-azulado h1 .small,
.bg-verde-azulado h2 small,
.bg-verde-azulado h2 .small,
.bg-verde-azulado h3 small,
.bg-verde-azulado h3 .small,
.bg-verde-azulado h4 small,
.bg-verde-azulado h4 .small,
.bg-verde-azulado h5 small,
.bg-verde-azulado h5 .small,
.bg-verde-azulado h6 small,
.bg-verde-azulado h6 .small,
.bg-verde-azulado .h1 small,
.bg-verde-azulado .h1 .small,
.bg-verde-azulado .h2 small,
.bg-verde-azulado .h2 .small,
.bg-verde-azulado .h3 small,
.bg-verde-azulado .h3 .small,
.bg-verde-azulado .h4 small,
.bg-verde-azulado .h4 .small,
.bg-verde-azulado .h5 small,
.bg-verde-azulado .h5 .small,
.bg-verde-azulado .h6 small,
.bg-verde-azulado .h6 .small,
.bg-mandarina h1 small,
.bg-mandarina h1 .small,
.bg-mandarina h2 small,
.bg-mandarina h2 .small,
.bg-mandarina h3 small,
.bg-mandarina h3 .small,
.bg-mandarina h4 small,
.bg-mandarina h4 .small,
.bg-mandarina h5 small,
.bg-mandarina h5 .small,
.bg-mandarina h6 small,
.bg-mandarina h6 .small,
.bg-mandarina .h1 small,
.bg-mandarina .h1 .small,
.bg-mandarina .h2 small,
.bg-mandarina .h2 .small,
.bg-mandarina .h3 small,
.bg-mandarina .h3 .small,
.bg-mandarina .h4 small,
.bg-mandarina .h4 .small,
.bg-mandarina .h5 small,
.bg-mandarina .h5 .small,
.bg-mandarina .h6 small,
.bg-mandarina .h6 .small,
.bg-cereza h1 small,
.bg-cereza h1 .small,
.bg-cereza h2 small,
.bg-cereza h2 .small,
.bg-cereza h3 small,
.bg-cereza h3 .small,
.bg-cereza h4 small,
.bg-cereza h4 .small,
.bg-cereza h5 small,
.bg-cereza h5 .small,
.bg-cereza h6 small,
.bg-cereza h6 .small,
.bg-cereza .h1 small,
.bg-cereza .h1 .small,
.bg-cereza .h2 small,
.bg-cereza .h2 .small,
.bg-cereza .h3 small,
.bg-cereza .h3 .small,
.bg-cereza .h4 small,
.bg-cereza .h4 .small,
.bg-cereza .h5 small,
.bg-cereza .h5 .small,
.bg-cereza .h6 small,
.bg-cereza .h6 .small,
.bg-lavanda h1 small,
.bg-lavanda h1 .small,
.bg-lavanda h2 small,
.bg-lavanda h2 .small,
.bg-lavanda h3 small,
.bg-lavanda h3 .small,
.bg-lavanda h4 small,
.bg-lavanda h4 .small,
.bg-lavanda h5 small,
.bg-lavanda h5 .small,
.bg-lavanda h6 small,
.bg-lavanda h6 .small,
.bg-lavanda .h1 small,
.bg-lavanda .h1 .small,
.bg-lavanda .h2 small,
.bg-lavanda .h2 .small,
.bg-lavanda .h3 small,
.bg-lavanda .h3 .small,
.bg-lavanda .h4 small,
.bg-lavanda .h4 .small,
.bg-lavanda .h5 small,
.bg-lavanda .h5 .small,
.bg-lavanda .h6 small,
.bg-lavanda .h6 .small,
.bg-escarapela h1 small,
.bg-escarapela h1 .small,
.bg-escarapela h2 small,
.bg-escarapela h2 .small,
.bg-escarapela h3 small,
.bg-escarapela h3 .small,
.bg-escarapela h4 small,
.bg-escarapela h4 .small,
.bg-escarapela h5 small,
.bg-escarapela h5 .small,
.bg-escarapela h6 small,
.bg-escarapela h6 .small,
.bg-escarapela .h1 small,
.bg-escarapela .h1 .small,
.bg-escarapela .h2 small,
.bg-escarapela .h2 .small,
.bg-escarapela .h3 small,
.bg-escarapela .h3 .small,
.bg-escarapela .h4 small,
.bg-escarapela .h4 .small,
.bg-escarapela .h5 small,
.bg-escarapela .h5 .small,
.bg-escarapela .h6 small,
.bg-escarapela .h6 .small,
.bg-palta h1 small,
.bg-palta h1 .small,
.bg-palta h2 small,
.bg-palta h2 .small,
.bg-palta h3 small,
.bg-palta h3 .small,
.bg-palta h4 small,
.bg-palta h4 .small,
.bg-palta h5 small,
.bg-palta h5 .small,
.bg-palta h6 small,
.bg-palta h6 .small,
.bg-palta .h1 small,
.bg-palta .h1 .small,
.bg-palta .h2 small,
.bg-palta .h2 .small,
.bg-palta .h3 small,
.bg-palta .h3 .small,
.bg-palta .h4 small,
.bg-palta .h4 .small,
.bg-palta .h5 small,
.bg-palta .h5 .small,
.bg-palta .h6 small,
.bg-palta .h6 .small,
.bg-limon h1 small,
.bg-limon h1 .small,
.bg-limon h2 small,
.bg-limon h2 .small,
.bg-limon h3 small,
.bg-limon h3 .small,
.bg-limon h4 small,
.bg-limon h4 .small,
.bg-limon h5 small,
.bg-limon h5 .small,
.bg-limon h6 small,
.bg-limon h6 .small,
.bg-limon .h1 small,
.bg-limon .h1 .small,
.bg-limon .h2 small,
.bg-limon .h2 .small,
.bg-limon .h3 small,
.bg-limon .h3 .small,
.bg-limon .h4 small,
.bg-limon .h4 .small,
.bg-limon .h5 small,
.bg-limon .h5 .small,
.bg-limon .h6 small,
.bg-limon .h6 .small,
.bg-verde-jade h1 small,
.bg-verde-jade h1 .small,
.bg-verde-jade h2 small,
.bg-verde-jade h2 .small,
.bg-verde-jade h3 small,
.bg-verde-jade h3 .small,
.bg-verde-jade h4 small,
.bg-verde-jade h4 .small,
.bg-verde-jade h5 small,
.bg-verde-jade h5 .small,
.bg-verde-jade h6 small,
.bg-verde-jade h6 .small,
.bg-verde-jade .h1 small,
.bg-verde-jade .h1 .small,
.bg-verde-jade .h2 small,
.bg-verde-jade .h2 .small,
.bg-verde-jade .h3 small,
.bg-verde-jade .h3 .small,
.bg-verde-jade .h4 small,
.bg-verde-jade .h4 .small,
.bg-verde-jade .h5 small,
.bg-verde-jade .h5 .small,
.bg-verde-jade .h6 small,
.bg-verde-jade .h6 .small,
.bg-verde-aloe h1 small,
.bg-verde-aloe h1 .small,
.bg-verde-aloe h2 small,
.bg-verde-aloe h2 .small,
.bg-verde-aloe h3 small,
.bg-verde-aloe h3 .small,
.bg-verde-aloe h4 small,
.bg-verde-aloe h4 .small,
.bg-verde-aloe h5 small,
.bg-verde-aloe h5 .small,
.bg-verde-aloe h6 small,
.bg-verde-aloe h6 .small,
.bg-verde-aloe .h1 small,
.bg-verde-aloe .h1 .small,
.bg-verde-aloe .h2 small,
.bg-verde-aloe .h2 .small,
.bg-verde-aloe .h3 small,
.bg-verde-aloe .h3 .small,
.bg-verde-aloe .h4 small,
.bg-verde-aloe .h4 .small,
.bg-verde-aloe .h5 small,
.bg-verde-aloe .h5 .small,
.bg-verde-aloe .h6 small,
.bg-verde-aloe .h6 .small,
.bg-verde-cemento h1 small,
.bg-verde-cemento h1 .small,
.bg-verde-cemento h2 small,
.bg-verde-cemento h2 .small,
.bg-verde-cemento h3 small,
.bg-verde-cemento h3 .small,
.bg-verde-cemento h4 small,
.bg-verde-cemento h4 .small,
.bg-verde-cemento h5 small,
.bg-verde-cemento h5 .small,
.bg-verde-cemento h6 small,
.bg-verde-cemento h6 .small,
.bg-verde-cemento .h1 small,
.bg-verde-cemento .h1 .small,
.bg-verde-cemento .h2 small,
.bg-verde-cemento .h2 .small,
.bg-verde-cemento .h3 small,
.bg-verde-cemento .h3 .small,
.bg-verde-cemento .h4 small,
.bg-verde-cemento .h4 .small,
.bg-verde-cemento .h5 small,
.bg-verde-cemento .h5 .small,
.bg-verde-cemento .h6 small,
.bg-verde-cemento .h6 .small,
.bg-azul-marino h1 small,
.bg-azul-marino h1 .small,
.bg-azul-marino h2 small,
.bg-azul-marino h2 .small,
.bg-azul-marino h3 small,
.bg-azul-marino h3 .small,
.bg-azul-marino h4 small,
.bg-azul-marino h4 .small,
.bg-azul-marino h5 small,
.bg-azul-marino h5 .small,
.bg-azul-marino h6 small,
.bg-azul-marino h6 .small,
.bg-azul-marino .h1 small,
.bg-azul-marino .h1 .small,
.bg-azul-marino .h2 small,
.bg-azul-marino .h2 .small,
.bg-azul-marino .h3 small,
.bg-azul-marino .h3 .small,
.bg-azul-marino .h4 small,
.bg-azul-marino .h4 .small,
.bg-azul-marino .h5 small,
.bg-azul-marino .h5 .small,
.bg-azul-marino .h6 small,
.bg-azul-marino .h6 .small,
.bg-amarillo-intenso h1 small,
.bg-amarillo-intenso h1 .small,
.bg-amarillo-intenso h2 small,
.bg-amarillo-intenso h2 .small,
.bg-amarillo-intenso h3 small,
.bg-amarillo-intenso h3 .small,
.bg-amarillo-intenso h4 small,
.bg-amarillo-intenso h4 .small,
.bg-amarillo-intenso h5 small,
.bg-amarillo-intenso h5 .small,
.bg-amarillo-intenso h6 small,
.bg-amarillo-intenso h6 .small,
.bg-amarillo-intenso .h1 small,
.bg-amarillo-intenso .h1 .small,
.bg-amarillo-intenso .h2 small,
.bg-amarillo-intenso .h2 .small,
.bg-amarillo-intenso .h3 small,
.bg-amarillo-intenso .h3 .small,
.bg-amarillo-intenso .h4 small,
.bg-amarillo-intenso .h4 .small,
.bg-amarillo-intenso .h5 small,
.bg-amarillo-intenso .h5 .small,
.bg-amarillo-intenso .h6 small,
.bg-amarillo-intenso .h6 .small {
color: #fff;
}
.bg-azul .panel-default:not(:hover) h1,
.bg-azul .panel-default:not(:hover) h2,
.bg-azul .panel-default:not(:hover) h3,
.bg-azul .panel-default:not(:hover) h4,
.bg-azul .panel-default:not(:hover) h5,
.bg-azul .panel-default:not(:hover) h6,
.bg-azul .panel-default:not(:hover) .h1,
.bg-azul .panel-default:not(:hover) .h2,
.bg-azul .panel-default:not(:hover) .h3,
.bg-azul .panel-default:not(:hover) .h4,
.bg-azul .panel-default:not(:hover) .h5,
.bg-azul .panel-default:not(:hover) .h6,
.bg-azul .panel-disabled h1,
.bg-azul .panel-disabled h2,
.bg-azul .panel-disabled h3,
.bg-azul .panel-disabled h4,
.bg-azul .panel-disabled h5,
.bg-azul .panel-disabled h6,
.bg-azul .panel-disabled .h1,
.bg-azul .panel-disabled .h2,
.bg-azul .panel-disabled .h3,
.bg-azul .panel-disabled .h4,
.bg-azul .panel-disabled .h5,
.bg-azul .panel-disabled .h6,
.bg-primary .panel-default:not(:hover) h1,
.bg-primary .panel-default:not(:hover) h2,
.bg-primary .panel-default:not(:hover) h3,
.bg-primary .panel-default:not(:hover) h4,
.bg-primary .panel-default:not(:hover) h5,
.bg-primary .panel-default:not(:hover) h6,
.bg-primary .panel-default:not(:hover) .h1,
.bg-primary .panel-default:not(:hover) .h2,
.bg-primary .panel-default:not(:hover) .h3,
.bg-primary .panel-default:not(:hover) .h4,
.bg-primary .panel-default:not(:hover) .h5,
.bg-primary .panel-default:not(:hover) .h6,
.bg-primary .panel-disabled h1,
.bg-primary .panel-disabled h2,
.bg-primary .panel-disabled h3,
.bg-primary .panel-disabled h4,
.bg-primary .panel-disabled h5,
.bg-primary .panel-disabled h6,
.bg-primary .panel-disabled .h1,
.bg-primary .panel-disabled .h2,
.bg-primary .panel-disabled .h3,
.bg-primary .panel-disabled .h4,
.bg-primary .panel-disabled .h5,
.bg-primary .panel-disabled .h6,
.bg-success .panel-default:not(:hover) h1,
.bg-success .panel-default:not(:hover) h2,
.bg-success .panel-default:not(:hover) h3,
.bg-success .panel-default:not(:hover) h4,
.bg-success .panel-default:not(:hover) h5,
.bg-success .panel-default:not(:hover) h6,
.bg-success .panel-default:not(:hover) .h1,
.bg-success .panel-default:not(:hover) .h2,
.bg-success .panel-default:not(:hover) .h3,
.bg-success .panel-default:not(:hover) .h4,
.bg-success .panel-default:not(:hover) .h5,
.bg-success .panel-default:not(:hover) .h6,
.bg-success .panel-disabled h1,
.bg-success .panel-disabled h2,
.bg-success .panel-disabled h3,
.bg-success .panel-disabled h4,
.bg-success .panel-disabled h5,
.bg-success .panel-disabled h6,
.bg-success .panel-disabled .h1,
.bg-success .panel-disabled .h2,
.bg-success .panel-disabled .h3,
.bg-success .panel-disabled .h4,
.bg-success .panel-disabled .h5,
.bg-success .panel-disabled .h6,
.bg-info .panel-default:not(:hover) h1,
.bg-info .panel-default:not(:hover) h2,
.bg-info .panel-default:not(:hover) h3,
.bg-info .panel-default:not(:hover) h4,
.bg-info .panel-default:not(:hover) h5,
.bg-info .panel-default:not(:hover) h6,
.bg-info .panel-default:not(:hover) .h1,
.bg-info .panel-default:not(:hover) .h2,
.bg-info .panel-default:not(:hover) .h3,
.bg-info .panel-default:not(:hover) .h4,
.bg-info .panel-default:not(:hover) .h5,
.bg-info .panel-default:not(:hover) .h6,
.bg-info .panel-disabled h1,
.bg-info .panel-disabled h2,
.bg-info .panel-disabled h3,
.bg-info .panel-disabled h4,
.bg-info .panel-disabled h5,
.bg-info .panel-disabled h6,
.bg-info .panel-disabled .h1,
.bg-info .panel-disabled .h2,
.bg-info .panel-disabled .h3,
.bg-info .panel-disabled .h4,
.bg-info .panel-disabled .h5,
.bg-info .panel-disabled .h6,
.bg-danger .panel-default:not(:hover) h1,
.bg-danger .panel-default:not(:hover) h2,
.bg-danger .panel-default:not(:hover) h3,
.bg-danger .panel-default:not(:hover) h4,
.bg-danger .panel-default:not(:hover) h5,
.bg-danger .panel-default:not(:hover) h6,
.bg-danger .panel-default:not(:hover) .h1,
.bg-danger .panel-default:not(:hover) .h2,
.bg-danger .panel-default:not(:hover) .h3,
.bg-danger .panel-default:not(:hover) .h4,
.bg-danger .panel-default:not(:hover) .h5,
.bg-danger .panel-default:not(:hover) .h6,
.bg-danger .panel-disabled h1,
.bg-danger .panel-disabled h2,
.bg-danger .panel-disabled h3,
.bg-danger .panel-disabled h4,
.bg-danger .panel-disabled h5,
.bg-danger .panel-disabled h6,
.bg-danger .panel-disabled .h1,
.bg-danger .panel-disabled .h2,
.bg-danger .panel-disabled .h3,
.bg-danger .panel-disabled .h4,
.bg-danger .panel-disabled .h5,
.bg-danger .panel-disabled .h6,
.bg-warning .panel-default:not(:hover) h1,
.bg-warning .panel-default:not(:hover) h2,
.bg-warning .panel-default:not(:hover) h3,
.bg-warning .panel-default:not(:hover) h4,
.bg-warning .panel-default:not(:hover) h5,
.bg-warning .panel-default:not(:hover) h6,
.bg-warning .panel-default:not(:hover) .h1,
.bg-warning .panel-default:not(:hover) .h2,
.bg-warning .panel-default:not(:hover) .h3,
.bg-warning .panel-default:not(:hover) .h4,
.bg-warning .panel-default:not(:hover) .h5,
.bg-warning .panel-default:not(:hover) .h6,
.bg-warning .panel-disabled h1,
.bg-warning .panel-disabled h2,
.bg-warning .panel-disabled h3,
.bg-warning .panel-disabled h4,
.bg-warning .panel-disabled h5,
.bg-warning .panel-disabled h6,
.bg-warning .panel-disabled .h1,
.bg-warning .panel-disabled .h2,
.bg-warning .panel-disabled .h3,
.bg-warning .panel-disabled .h4,
.bg-warning .panel-disabled .h5,
.bg-warning .panel-disabled .h6,
.bg-fucsia .panel-default:not(:hover) h1,
.bg-fucsia .panel-default:not(:hover) h2,
.bg-fucsia .panel-default:not(:hover) h3,
.bg-fucsia .panel-default:not(:hover) h4,
.bg-fucsia .panel-default:not(:hover) h5,
.bg-fucsia .panel-default:not(:hover) h6,
.bg-fucsia .panel-default:not(:hover) .h1,
.bg-fucsia .panel-default:not(:hover) .h2,
.bg-fucsia .panel-default:not(:hover) .h3,
.bg-fucsia .panel-default:not(:hover) .h4,
.bg-fucsia .panel-default:not(:hover) .h5,
.bg-fucsia .panel-default:not(:hover) .h6,
.bg-fucsia .panel-disabled h1,
.bg-fucsia .panel-disabled h2,
.bg-fucsia .panel-disabled h3,
.bg-fucsia .panel-disabled h4,
.bg-fucsia .panel-disabled h5,
.bg-fucsia .panel-disabled h6,
.bg-fucsia .panel-disabled .h1,
.bg-fucsia .panel-disabled .h2,
.bg-fucsia .panel-disabled .h3,
.bg-fucsia .panel-disabled .h4,
.bg-fucsia .panel-disabled .h5,
.bg-fucsia .panel-disabled .h6,
.bg-arandano .panel-default:not(:hover) h1,
.bg-arandano .panel-default:not(:hover) h2,
.bg-arandano .panel-default:not(:hover) h3,
.bg-arandano .panel-default:not(:hover) h4,
.bg-arandano .panel-default:not(:hover) h5,
.bg-arandano .panel-default:not(:hover) h6,
.bg-arandano .panel-default:not(:hover) .h1,
.bg-arandano .panel-default:not(:hover) .h2,
.bg-arandano .panel-default:not(:hover) .h3,
.bg-arandano .panel-default:not(:hover) .h4,
.bg-arandano .panel-default:not(:hover) .h5,
.bg-arandano .panel-default:not(:hover) .h6,
.bg-arandano .panel-disabled h1,
.bg-arandano .panel-disabled h2,
.bg-arandano .panel-disabled h3,
.bg-arandano .panel-disabled h4,
.bg-arandano .panel-disabled h5,
.bg-arandano .panel-disabled h6,
.bg-arandano .panel-disabled .h1,
.bg-arandano .panel-disabled .h2,
.bg-arandano .panel-disabled .h3,
.bg-arandano .panel-disabled .h4,
.bg-arandano .panel-disabled .h5,
.bg-arandano .panel-disabled .h6,
.bg-uva .panel-default:not(:hover) h1,
.bg-uva .panel-default:not(:hover) h2,
.bg-uva .panel-default:not(:hover) h3,
.bg-uva .panel-default:not(:hover) h4,
.bg-uva .panel-default:not(:hover) h5,
.bg-uva .panel-default:not(:hover) h6,
.bg-uva .panel-default:not(:hover) .h1,
.bg-uva .panel-default:not(:hover) .h2,
.bg-uva .panel-default:not(:hover) .h3,
.bg-uva .panel-default:not(:hover) .h4,
.bg-uva .panel-default:not(:hover) .h5,
.bg-uva .panel-default:not(:hover) .h6,
.bg-uva .panel-disabled h1,
.bg-uva .panel-disabled h2,
.bg-uva .panel-disabled h3,
.bg-uva .panel-disabled h4,
.bg-uva .panel-disabled h5,
.bg-uva .panel-disab