@font-face {
  font-family: "titulares";
  src: url("fuentes/Roboto-Black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cursiva";
  src: url("fuentes/Roboto-Italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cuerpo";
  src: url("fuentes/Roboto-Thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "rojabold";
  src:
    url("fuentes/roja-webfont.woff2") format("woff2"),
    url("fuentes/roja-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*ICOMOON*/

@font-face {
  font-family: "icomoon";
  src: url("fuentes/icomoon/icomoon.eot?xzr74");
  src:
    url("fuentes/icomoon/icomoon.eot?xzr74#iefix") format("embedded-opentype"),
    url("fuentes/icomoon/icomoon.ttf?xzr74") format("truetype"),
    url("/icomoon/icomoon.woff?xzr74") format("woff"),
    url("fuentes/icomoon/icomoon.svg?xzr74#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e900";
}
.icon-cart:before {
  content: "\e93a";
}
.icon-phone:before {
  content: "\e942";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-location:before {
  content: "\e947";
}
.icon-airplane:before {
  content: "\e9af";
}
/*ESTILOS*/
body,
p {
  font-family: var(--txt-sans);
  font-size: 20px;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  font-family: "Limelight", cursive;
}
strong {
  font-weight: 700;
}
em {
  font-weight: 300;
  font-style: italic;
}

.texto,
.texto p {
  font-family: "cuerpo";
  font-size: 22px;
}
.texto h1,
.texto h2,
.texto h3,
.texto h4 {
  font-family: "titulares";
  color: white;
}

.texto em,
.texto strong {
  font-family: "cursiva";
}
.texto .especial {
  font-family: "rojabold";
  font-size: 72px;
  text-transform: uppercase;
}
.texto p.especial {
  font-size: 48px;
  text-transform: none;
}
.formato {
  font-size: 90px;
  color: var(--color-base-luz);
}
.navegacion {
  font-size: 22px;
  margin: 10px;
  color: var(--color-base-luz);
  list-style: none;
  text-shadow: 1px 1px 1px var(--color-mono-osc);
}
.navegacion a {
  color: var(--color-base-osc);
  text-decoration: none;
  text-shadow: none;
  margin-left: 20px;
  font-family: rojabold;
  letter-spacing: 3px;
}

/*TEORIA*/

.teoria {
  font-family: "cuerpo";
}
.teoria li {
  list-style: none;
}
.teoria h3 {
  font-family: "titulares";
  color: var(--color-base-osc);
  border-top: 1px solid;
  border-bottom: 1px solid;
  width: fit-content;
  padding: 0 1rem;
  margin: 40px 0 0;
}
.teoria h4 {
  font-family: "titulares";
  width: fit-content;
  text-align: center;
  color: var(--color-base-osc);
  border-left: 10px solid var(--color-base-luz);
  border-top: 3px solid var(--color-base-luz);
  border-bottom: 3px solid var(--color-base-luz);
}
.teoria h4 + p,
.teoria p + p:nth-of-type(3),
.teoria p + p:nth-of-type(4) {
  margin: 2% 20%;
  background: var(--color-base-luz);
  padding: 1rem;
}
