/* ================================
Inicia Normalize
=================================*/
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  --navy: #000724;
  --anaranjado: #e62117;
  --melon: #ff2c35;
  --magenta: #ef1c49;
  --blanco: white;
  --ceniza: #fbfbfb;
  --ahuesado: #f2f3f8;
  --marfil: #edeff4;
  --claro: #e0e0e0;
  --tenue: #818181;
  --gris: #656565;
  --a: #606060;
  --b: #3b3b3b;
  --oxford: #262626;
  --profundo: #171717;
  --ahuesadoTransparente: rgba(237, 239, 244, 0.5);
  --marfilTransparente: rgba(237, 239, 244, 0.5);
  --tenueTransparente: rgba(129, 129, 129, 0.5);
  --oxfordTransparente: rgba(38, 38, 38, 0.5);
  --profundoTransparente: rgba(23, 23, 23, 0.5);
  /*--sombra*/
  --artistico: black;
  --deportivo: black;
  --comercial: black;
  --cultural: #00c4c5; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 0; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: white;
  text-decoration: none; }

a:active,
a:hover,
a:focus,
a:visited {
  outline-width: 0;
  text-decoration: none; }

a:not([href]):not([tabindex]) {
  text-decoration: none; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

ol,
ul,
dl {
  margin: 0rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em;
  /*bootstrap*/
  border: 1px solid #c0c0c0;
  margin: 0 2px; }

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

i {
  line-height: 1; }

/* ================================
Inicia FrameWork
=================================*/
.imagen-fluida {
  max-width: 100%;
  height: auto; }
