@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
/* @-ms-viewport{width:device-width} */
@-o-viewport{width:device-width}
@viewport{width:device-width}

[class^="icon-"]::before, [class*=" icon-"]::before { display: block;}
:root {
    /* fonts */
    --museo-font: "museo-sans", Arial, helvetica sans-serif;
    /* colors */
    --main-white: rgba(255,255,255,1);
    --main-black: rgba(0,0,0,1);
    --bg-nav: rgba(0,33,77,1);
    --font-black: rgba(33,39,33,1);
    --font-black-opaque: rgba(33,39,33,.5);
    --main-blue: rgba(0,46,109,1);
	--secondary-blue: rgba(2, 56, 130, 1);
    --teal: rgba(126,218,204,1);
    --footer-hover-blue: rgba(0,46,109,1);
    --main-grey: rgba(201,202,204,1);
    --secundary-grey: rgba(201,202,204,.5);
	--main-tang: rgba(253, 170, 112,1);
	/*--main-tang: rgba(255, 171, 112, 1);*/
	--light-grey: rgba(247,248,250,1);
	--main-lemon: rgba(237, 219, 0, 1);
	--lilac: rgba(146, 100, 204, 1);
	--light-green: rgba(126, 217, 202, 1);
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, figure, footer, header, nav, section, details, summary, figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
  -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
sup { font-size: .6em; line-height: 1em; vertical-align: super; }
sub { font-size: .6em; line-height: 1em; vertical-align: sub; }

main, article, aside, figure, footer, header, nav, section, details, summary, figcaption {
  display: block;
  -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

textarea,
select,
input,
option,
button {
	background: none;
	font-family: var(--museo-font);
	font-weight: 600;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 4px;
	border: none;
	padding: 0;
}
select::-ms-expand,
::-ms-clear { display: none; } /* X en campos */

html { /* Se resetea el texto para que este en 10px */
	color: #343434;
	font: 62.5% var(--museo-font);
	line-height: 1;
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
	/*overflow-wrap: break-word;  Probar
	word-wrap: break-word;
	hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;*/
}
ol, ul { list-style: none; }
ol li { list-style: decimal inside none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
*::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* remember to define focus styles! */
:focus { outline: 0; border: 0px none; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }
a { text-decoration: none; color: rgba(159,213,209,1); }
* { -webkit-tap-highlight-color: transparent; }
