@charset "UTF-8";
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul, ol {
  text-decoration: none;
  list-style: none;
}

/*li
 * font-weight: lighter */
/*li a
 *
 * font-weight: lighter*/
body {
  width: 100vw;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  background: rgb(255, 255, 255);
}

input, textarea {
  outline: none;
  background: none;
  border: none;
  font-weight: lighter;
}

a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input, img, a, button, li, ul {
  transition: all 0.5s linear;
}

a, input[type=submit], button {
  cursor: pointer;
}

textarea {
  resize: none;
}

/*::paceholder
 *
 * color:rgba(237,103,105,1)
 * font-family: encabezados
 * font-size: 1em
 * font-weight: lighter   */
img {
  height: auto;
}

html {
  font-size: 100%;
  overflow-x: hidden;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

@font-face {
  font-family: encabezados;
  src: url("https://tramalab.es/fuentes/ibm-plex-mono/IBMPlexMono-Bold.ttf");
  src: url("https://tramalab.es/fuentes/ibm-plex-mono/IBMPlexMono-Bold.woff2");
  font-display: swap;
}
@font-face {
  font-family: subtitulos;
  src: url("https://tramalab.es/fuentes/ibm-plex-mono/IBMPlexMono-Light.ttf");
  font-display: swap;
}
@font-face {
  font-family: textos;
  src: url("https://tramalab.es/fuentes/Inter/Inter-VariableFont_opsz,wght.ttf");
  font-display: swap;
}
::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: hsl(0, 0%, 100%);
}

::-moz-scrollbar {
  display: none;
}

::-moz-scrollbar-track {
  background: none;
}

::-moz-scrollbar-thumb {
  background: hsl(0, 0%, 100%);
}

::-o-scrollbar {
  display: none;
}

::-o-scrollbar-track {
  background: none;
}

::-o-scrollbar-thumb {
  background: hsl(0, 0%, 100%);
}

::scrollbar {
  display: none;
}

::scrollbar-track {
  background: none;
}

::scrollbar-thumb {
  background: hsl(0, 0%, 100%);
}

h1 {
  font-family: encabezados;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2, h3, h4, h5, a, li {
  font-family: encabezados;
  text-transform: uppercase;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  font-family: textos;
  color: rgb(0, 0, 0);
  text-align: justify;
  font-weight: 400;
  padding: 0.5em;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flex, .contacto, .halos, .portfolio, .sobre-mi, .frase, .tienda, .dweb, .hero {
  width: 100vw;
  height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}

/*$breakpoints (
 * sm: 480px,
 * md: 768px,
 * lg: 1024px,
 * xl: 1280px
 *
 * )*/
/*@mixin mq($size)
 * @media (min-width: map-get($breakpoints, $size))
 * @content*/
/*@mixin mq-max($size)
 * @media (max-width: map-get($breakpoints, $size))
 * @content*/
.hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding-top: 2rem;
}
.hero__contenido {
  width: 100%;
}
.hero__subtitulo {
  width: 100%;
  text-align: center;
  display: block;
  font-family: subtitulos;
  margin-bottom: 5rem;
  color: rgb(51, 51, 51);
  font-size: 2.5rem;
}
.hero__marca {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: encabezados, monospace;
  font-size: clamp(6rem, 20vw, 20rem);
  text-transform: uppercase;
  font-weight: bold;
  line-height: 0.85;
  min-height: clamp(6rem, 20vw, 20rem);
  position: relative;
}
.hero__marca::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.2rem;
  width: 85%;
  height: 2.5rem;
  background: rgb(0, 0, 0);
}
.hero__claim {
  width: 100%;
  font-family: subtitulos;
  color: rgb(51, 51, 51);
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 2rem;
}
.hero__cta {
  border: solid 1rem rgb(0, 0, 0);
  background: none;
  padding: 1rem 3rem;
  color: rgb(0, 0, 0);
  font-size: 2.5rem;
  text-transform: uppercase;
}
.hero__cta:hover {
  transform: translateY(-0.5rem);
}

@media (max-width: 479px) {
  .hero {
    gap: 0.5rem;
    padding: 1rem;
  }
  .hero__subtitulo {
    font-size: 0.9rem;
    margin-bottom: 2rem;
  }
  .hero__marca {
    font-size: clamp(2.5rem, 15vw, 5rem);
    min-height: clamp(2.5rem, 15vw, 5rem);
    line-height: 0.9;
  }
  .hero__marca::after {
    height: 1rem;
    bottom: -0.8rem;
  }
  .hero__claim {
    font-size: 0.9rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
  .hero__cta {
    font-size: 1rem;
    padding: 0.8rem 2rem;
    border-width: 0.5rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hero {
    gap: 0.5rem;
    padding: 1rem;
  }
  .hero__subtitulo {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
  .hero__marca {
    font-size: clamp(3.5rem, 20vw, 15rem);
    min-height: clamp(3.5rem, 20vw, 15rem);
    line-height: 1.2;
  }
  .hero__marca::after {
    width: 100%;
    height: 1rem;
    bottom: -0.8rem;
  }
  .hero__claim {
    font-size: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
  .hero__cta {
    font-size: 1rem;
    padding: 0.8rem 2rem;
    border-width: 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero__subtitulo {
    font-size: 2rem;
  }
  .hero__marca {
    line-height: 1.5;
  }
  .hero__marca::after {
    height: 1rem;
    width: 95%;
  }
  .hero__claim {
    font-size: 1.5rem;
  }
}
.menu {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  padding: 0 1rem;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  background: rgb(255, 255, 255);
  z-index: 999999999;
}
.menu img {
  width: 10rem;
}
.menu__whatsapp {
  font-size: 1.5rem;
  color: rgb(0, 0, 0);
  text-decoration: none;
  display: block;
}
.menu.scrolled {
  opacity: 1;
  pointer-events: all;
}

@media (max-width: 479px) {
  .menu img {
    width: 7rem;
  }
  .menu__whatsapp {
    font-size: 1.1rem;
  }
}
.dweb {
  height: auto;
  padding: 0.5rem;
}
.dweb h2 {
  width: 100%;
  font-size: clamp(2.2rem, 6.5vw, 6.5rem);
  text-align: left;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  padding: 1rem;
  margin-bottom: 2rem;
}
.dweb h3 {
  width: 100%;
  text-align: left;
  font-size: 3rem;
  padding-bottom: 2rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5rem;
}
.grid div {
  padding: 0.5rem;
  border: solid 1rem rgb(0, 0, 0);
  padding: 1.5rem;
}
.grid div h3 {
  font-family: encabezados;
  font-size: 3.5rem;
  text-align: left;
  text-transform: uppercase;
  font-weight: bolder;
  margin-bottom: 2rem;
}
.grid div ul {
  width: 100%;
}
.grid div ul li {
  font-family: encabezados;
  font-size: 2rem;
  text-align: left;
  line-height: 0.8;
  margin-bottom: 2rem;
}

@media (max-width: 479px) {
  .dweb h2 {
    font-size: 2.2rem;
  }
  .dweb h3 {
    font-size: 1.5rem;
  }
  .grid {
    grid-template-columns: 1fr;
  }
  .grid div h3 {
    font-size: 2.2rem;
    font-weight: 2000;
  }
  .grid div ul li {
    font-size: 1.5rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .dweb .grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .dweb .grid {
    grid-template-columns: 1fr;
  }
}
.cta {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 3rem 0;
}
.cta a {
  border: solid 1rem rgb(0, 0, 0);
  padding: 1rem 3rem;
  color: rgb(0, 0, 0);
  font-size: 2.5rem;
  text-transform: uppercase;
}
.cta a:hover {
  transform: translateY(-0.5rem);
}
.cta h3 {
  width: 100%;
  text-align: center;
  font-family: subtitulos;
  font-size: 1rem;
}

@media (max-width: 479px) {
  .cta a {
    font-size: 1rem;
    border: solid 0.5rem rgb(0, 0, 0);
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .cta a {
    font-size: 1.5rem;
    border: solid 0.5rem rgb(0, 0, 0);
  }
}
.tienda {
  height: auto;
  padding: 0.5rem;
}
.tienda div {
  width: 100%;
}
.tienda div h2 {
  width: 65%;
  font-size: 9rem;
  text-align: left;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  padding: 1rem;
  margin-bottom: 2rem;
}

.frase {
  height: auto;
  padding: 2rem;
}
.frase div {
  width: 100%;
  height: auto;
  background: rgb(0, 0, 0);
  padding: 1rem;
}
.frase h3 {
  font-family: encabezados;
  font-size: 7rem;
  text-align: center;
  color: rgb(255, 255, 255);
}

@media (max-width: 479px) {
  .frase div h3 {
    font-size: 2rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .frase div h3 {
    font-size: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .frase div h3 {
    font-size: 5rem;
  }
}
.sobre-mi {
  height: auto;
  padding: 0.5rem;
}
.sobre-mi h2 {
  width: 100%;
  font-size: 6rem;
  text-align: left;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  padding: 1rem;
  margin-bottom: 2rem;
}

@media (max-width: 479px) {
  .sobre-mi h2 {
    width: 100%;
    transform: translateX(0);
    font-size: 2.2rem;
  }
  .sobre-mi h3 {
    font-size: 1rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sobre-mi h2 {
    font-size: 4rem;
  }
  .grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sobre-mi h2 {
    font-size: 5rem;
  }
  .sobre-mi .grid {
    grid-template-columns: 1fr;
  }
}
.portfolio {
  height: auto;
  padding: 0.5rem;
}
.portfolio h2 {
  width: 100%;
  font-size: 9rem;
  text-align: left;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  padding: 1rem;
  margin-bottom: 2rem;
}
.portfolio .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.5rem;
}
.portfolio .grid div {
  padding: 0.5rem;
  border: solid 1rem rgb(0, 0, 0);
  padding: 1.5rem;
  justify-items: stretch;
}
.portfolio .grid div h3 {
  font-size: 4rem;
}
.portfolio .grid div ul li a {
  width: 50%;
  border: solid 0.5rem rgb(0, 0, 0);
  padding: 1rem;
  display: block;
  margin: auto;
  text-align: center;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  margin-top: 2rem;
}
.portfolio .grid div ul li a:hover {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

@media (max-width: 479px) {
  .portfolio h2 {
    width: 100%;
    transform: translateX(0);
    font-size: 2.2rem;
  }
  .portfolio .grid {
    grid-template-columns: 1fr;
  }
  .portfolio .grid div h3 {
    width: 100%;
    font-size: 1.5rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
  }
  .portfolio .grid div ul li {
    font-size: 1.2rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .portfolio h2 {
    font-size: 4rem;
  }
  .portfolio .grid {
    grid-template-columns: 1fr;
  }
  .portfolio .grid div h3 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .portfolio h2 {
    font-size: 5rem;
  }
  .portfolio .grid {
    grid-template-columns: 1fr;
  }
}
.halos {
  height: auto;
  padding: 0.5rem;
}
.halos div {
  width: 100%;
}
.halos div h2 {
  width: 60%;
  font-size: 9rem;
  text-align: left;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  padding: 1rem;
  margin-bottom: 2rem;
}
.halos div p a {
  border: solid 0.5rem rgb(0, 0, 0);
  color: rgb(0, 0, 0);
  display: block;
  margin: auto;
  padding: 1rem;
  text-transform: uppercase;
  text-align: center;
}
.halos div p a:hover {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.legal {
  display: flex;
  justify-content: center;
  padding: 4rem 1.5rem;
}
.legal__container {
  max-width: 800px;
  width: 100%;
}
.legal__header {
  margin-bottom: 2rem;
}
.legal__header h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.legal__header p {
  font-size: 0.9rem;
  opacity: 0.6;
}
.legal__contenido {
  font-size: 1rem;
  line-height: 1.7;
}
.legal__contenido h2 {
  margin-top: 2.5rem;
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1rem;
  letter-spacing: 0.03rem;
}
.legal__contenido p {
  margin-bottom: 1rem;
}
.legal__contenido ul {
  margin-left: 1.2rem;
  margin-bottom: 1rem;
}
.legal__contenido li {
  width: 100%;
  font-size: 1rem;
  text-transform: none;
  text-align: justify;
  margin-bottom: 0.8rem;
}

@media (max-width: 479px) {
  .legal {
    padding: 1rem;
  }
  .legal__container {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .legal__header {
    margin-bottom: 2rem;
  }
  .legal__header h1 {
    font-size: 2.5rem;
  }
  .legal__header p {
    font-size: 1rem;
  }
  .legal__contenido {
    font-size: 1rem;
  }
  .legal__contenido h2 {
    font-size: 1.75rem;
  }
  .legal__contenido li {
    font-size: 1.3rem;
  }
}
.halosArticulos {
  width: 100vw;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
.halosArticulos h1 {
  width: 100%;
  font-size: 5rem;
  font-family: encabezados;
  color: rgb(255, 255, 255);
  text-indent: 5%;
  position: fixed;
  top: 7%;
  left: 0;
  background: rgb(17, 17, 17);
  z-index: 1;
}
.halosArticulos h1 img {
  width: 3%;
  vertical-align: middle;
  margin-left: 35%;
  filter: brightness(1.75);
}
.halosArticulos h1 img:hover {
  transform: scale(1.1);
}

.articulo {
  width: 60%;
  height: 100vh;
  margin: 15rem 9rem 0;
  padding: 2rem;
  overflow: auto;
}
.articulo h2, .articulo h3 {
  width: 100%;
  font-size: 4rem;
  font-family: encabezados;
  text-align: center;
  color: rgb(0, 0, 0);
  margin-bottom: 3%;
}
.articulo h3 {
  font-size: 2.5rem;
}
.articulo img {
  width: 40%;
  display: block;
  margin: 2rem auto;
}
.articulo p {
  font-size: 1.5rem;
  font-family: textos;
  color: rgb(0, 0, 0);
  text-align: justify;
}

.otrosArticulos {
  width: 25%;
  height: 60vh;
  border-left: solid 1px rgb(0, 0, 0);
  position: fixed;
  top: 15%;
  left: 75%;
  padding: 2rem;
  overflow: auto;
}
.otrosArticulos h3 {
  width: 100%;
  text-align: center;
  color: rgb(0, 0, 0);
  font-family: encabezados;
  font-size: 4rem;
  margin-bottom: 4rem;
}
.otrosArticulos #contOtrosArticulos {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  border-bottom: solid 1px rgb(0, 0, 0);
}
.otrosArticulos #imgOtrosArticulos {
  width: 30%;
}
.otrosArticulos #descOtrosArticulos {
  width: 70%;
}
.otrosArticulos img {
  width: 100%;
  padding: 1rem;
}
.otrosArticulos p {
  width: 80%;
  color: rgb(0, 0, 0);
  font-size: 1.5rem;
  font-family: textos;
  padding: 1rem;
}

.footer {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: rgb(0, 0, 0);
  border: none;
  gap: 1rem;
}
.footer div {
  width: 25%;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease, color 0.3s ease;
  height: 20rem;
  gap: 1rem;
}
.footer div:hover {
  background: rgb(255, 255, 255);
}
.footer div:hover svg {
  color: rgb(0, 0, 0);
}
.footer div:hover p {
  color: rgb(0, 0, 0);
}
.footer div svg {
  width: 12rem;
  height: 12rem;
  color: rgb(255, 255, 255);
  transition: filter 0.3s ease;
}
.footer div p {
  font-family: encabezados;
  font-size: 2rem;
  color: rgb(255, 255, 255);
  transition: color 0.3s ease;
  text-align: center;
}

@media (max-width: 480px) {
  .footer {
    flex-flow: column;
  }
  .footer div {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer {
    flex-flow: column;
  }
  .footer div {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .footer {
    flex-flow: column;
  }
  .footer div {
    width: 100%;
  }
}
.contacto {
  height: auto;
  padding: 1rem;
}

.titulo {
  width: 100%;
  height: auto;
  background: none;
  display: flex;
  justify-content: flex-start;
  margin-top: 6rem;
}
.titulo h2 {
  width: auto;
  font-size: 6rem;
  text-align: left;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  padding: 1rem 2rem;
  margin-bottom: 2rem;
  margin-left: 3rem;
}

.container {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: stretch;
}
.container div:nth-child(1) {
  width: 40%;
  align-self: flex-start;
}
.container div:nth-child(2) {
  width: 60%;
  align-self: flex-start;
}
.container div {
  height: auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.container div p {
  width: 100%;
  font-family: encabezados;
  font-size: 2.5rem;
  text-align: start;
  line-height: 1;
}
.container div hr {
  width: 85%;
  height: 1.2rem;
  background: rgb(0, 0, 0);
  border: none;
  transform: translateX(-3.5rem);
}
.container div form {
  width: 100%;
  height: auto;
  padding: 2rem;
  border: solid 0.5rem rgb(0, 0, 0);
}
.container div form label {
  font-family: encabezados;
  font-size: 1.5rem;
  margin-left: 3rem;
  margin-block: 0.5rem;
}
.container div form input[type=text], .container div form input[type=email], .container div form input[type=submit], .container div form textarea {
  width: 90%;
  height: auto;
  padding: 1rem;
  border: solid 0.5rem rgb(0, 0, 0);
  font-family: encabezados;
  font-size: 2rem;
  display: block;
  margin: 0 auto 0.5rem;
}
.container div form textarea {
  height: 18rem;
}
.container div form .checkbox {
  width: 90%;
  margin: auto;
  padding: 1rem 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  font-family: encabezados;
  font-size: 1.2rem;
}
.container div form .checkbox a {
  font-size: 1.2rem;
  color: rgb(0, 0, 0);
  font-family: encabezados;
  text-transform: none;
  margin-left: 0.7em;
}
.container div form .checkbox input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.2s ease;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.5rem;
  border: 0.2rem solid rgb(0, 0, 0);
  cursor: pointer;
  position: relative;
}
.container div form .checkbox input[type=checkbox]:checked {
  background-color: rgb(0, 0, 0);
  transform: scale(1.05);
}
.container div form .checkbox input[type=checkbox]:active {
  transform: scale(0.95);
}
.container div form .checkbox input[type=checkbox]:checked::after {
  content: "✔";
  color: rgb(255, 255, 255);
  font-size: 2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}
.container div form input[type=submit] {
  border: solid 1rem rgb(0, 0, 0);
  color: rgb(0, 0, 0);
}
.container div form input[type=submit]:hover {
  transform: translateY(-0.5rem);
}
.container div ::placeholder {
  font-family: encabezados;
  font-size: 2rem;
  color: rgb(0, 0, 0);
}

@media (max-width: 479px) {
  .contacto {
    flex-flow: column;
  }
  .titulo h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    margin-left: 0;
  }
  .container {
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
  }
  .container div:nth-child(1) {
    width: 100%;
    order: 1;
  }
  .container div:nth-child(2) {
    width: 100%;
    order: 2;
  }
  .container div p {
    font-size: 2rem;
    line-height: 0.8;
  }
  .container div hr {
    width: 100%;
    height: 1.5rem;
    transform: translateX(0);
    margin-bottom: 3rem;
  }
  .container div form {
    padding: 1rem;
  }
  .container div form label {
    font-size: 1rem;
    margin-left: 2rem;
  }
  .container div form input[type=text], .container div form input[type=email], .container div form input[type=submit], .container div form textarea {
    width: 100%;
    padding: 0.5rem;
    font-size: 1.2rem;
  }
  .container div form textarea {
    height: 18rem;
  }
  .container div form .checkbox {
    width: 100%;
    font-size: 0.7rem;
  }
  .container div form .checkbox a {
    font-size: 0.7rem;
  }
  .container div form .checkbox input[type=checkbox] {
    width: 1.5rem;
    height: 1.5rem;
  }
  .container div ::placeholder {
    font-size: 1.5rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .contacto {
    flex-flow: column;
  }
  .titulo h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    margin-left: 0;
  }
  .container {
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
  }
  .container div:nth-child(1) {
    width: 100%;
    order: 1;
  }
  .container div:nth-child(2) {
    width: 100%;
    order: 2;
  }
  .container div p {
    font-size: 2rem;
    line-height: 0.8;
  }
  .container div hr {
    width: 100%;
    height: 1.5rem;
    transform: translateX(0);
    margin-bottom: 3rem;
  }
  .container div form {
    padding: 1rem;
  }
  .container div form label {
    font-size: 1rem;
    margin-left: 2rem;
  }
  .container div form input[type=text], .container div form input[type=email], .container div form input[type=submit], .container div form textarea {
    width: 100%;
    padding: 0.5rem;
    font-size: 1.2rem;
  }
  .container div form textarea {
    height: 18rem;
  }
  .container div form .checkbox {
    width: 100%;
    font-size: 0.7rem;
  }
  .container div form .checkbox a {
    font-size: 0.7rem;
  }
  .container div form .checkbox input[type=checkbox] {
    width: 1.5rem;
    height: 1.5rem;
  }
  .container div ::placeholder {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contacto {
    flex-flow: column;
  }
  .contacto div:nth-child(1) {
    width: 100%;
  }
  .contacto div:nth-child(2) {
    width: 100%;
  }
}
.copyright {
  width: 100%;
  height: 15rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background: rgb(255, 255, 255);
}
.copyright p {
  color: rgb(0, 0, 0);
  font-family: encabezados;
  text-align: center;
  font-size: 1.5rem;
}

@media (max-width: 479px) {
  .copyright p {
    font-size: 1.2rem;
  }
}
.notificacion {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9999;
  min-width: 19rem;
  max-width: 31rem;
  border: 3px solid #000;
  box-shadow: 6px 6px 0 #000;
  font-family: encabezados;
  animation: notif-slideIn 0.25s cubic-bezier(0.22, 0.68, 0, 1.2) both;
}

.notificacion--error {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.notificacion--exito {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.notificacion__contenido {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.2rem 1rem 1rem 1.2rem;
}

.notificacion__icono {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 0.1rem;
  color: inherit;
}

.notificacion__texto {
  flex: 1;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.01em;
  font-family: encabezados;
  color: inherit;
}

.notificacion__cerrar {
  background: none;
  border: 2px solid currentColor;
  color: inherit;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1;
  padding: 0.25rem 0.4rem;
  flex-shrink: 0;
  transition: background 0.15s, color 0.15s;
}

.notificacion--exito .notificacion__cerrar:hover {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.notificacion--error .notificacion__cerrar:hover {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

/* Barra de progreso del temporizador */
.notificacion__barra {
  height: 4px;
  background: currentColor;
  transform-origin: left;
  animation: notif-progreso 6s linear forwards;
}

@keyframes notif-slideIn {
  from {
    transform: translateY(2rem) scale(0.97);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes notif-slideOut {
  from {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  to {
    transform: translateY(2rem) scale(0.97);
    opacity: 0;
  }
}
@keyframes notif-progreso {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
.notificacion--saliendo {
  animation: notif-slideOut 0.3s ease forwards;
}

@media (max-width: 479px) {
  .notificacion {
    right: 1rem;
    left: 1rem;
    min-width: unset;
  }
}
.landing {
  width: 60vw;
  height: 100vh;
  padding: 1rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: auto;
}
.landing .marca {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: encabezados;
  font-size: clamp(6rem, 10vw, 20rem);
  text-transform: uppercase;
  font-weight: bold;
}
.landing h1 {
  font-size: 3.5rem;
}
.landing hr {
  width: auto;
  display: block;
  margin: auto;
  height: 2.5rem;
  background: rgb(0, 0, 0);
  margin-top: -4rem;
}
.landing .trabajos {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  gap: 1rem;
}
.landing .trabajos div {
  width: 20%;
  height: 100%;
  background: orange;
}

@media (max-width: 479px) {
  .landing {
    width: 100vw;
  }
  .landing div {
    width: 100%;
    height: auto;
    flex-flow: column;
  }
  .landing div h1 {
    font-size: 1.5rem;
  }
  .landing div .marca {
    font-size: 18vw;
  }
  .landing div hr {
    width: 95%;
    height: 1rem;
    margin: auto;
  }
}
.whatsapp {
  position: fixed;
  left: 92vw;
  bottom: 2vh;
  z-index: 999999999;
}
.whatsapp h3 {
  font-size: 1.5rem;
  color: rgb(0, 0, 0);
  font-weight: bold;
  background: rgb(255, 255, 255);
}
.whatsapp h3:hover {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

@media (max-width: 479px) {
  .whatsapp {
    left: 69vw;
    bottom: 2vh;
  }
  .whatsapp svg {
    width: 3rem;
    height: 3rem;
  }
}
.containerAnalisis {
  width: 45%;
  margin: 0 auto;
  padding: 4rem 1.2rem;
}

.heroAnalisis {
  margin-bottom: 4rem;
}
.heroAnalisis h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.1rem;
  font-family: encabezados;
}
.heroAnalisis h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  font-family: subtitulos;
}
.heroAnalisis p {
  font-size: 1rem;
  color: rgb(68, 68, 68);
  margin-bottom: 1rem;
  font-family: textos;
}

.sub {
  font-size: 1.2rem;
  color: rgb(102, 102, 102);
  margin-bottom: 1.3rem;
}

.button {
  display: inline-block;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  padding: 1rem 1.5rem;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 1.2rem;
}

.section {
  margin-bottom: 3rem;
}

.listAnalisis p {
  margin-bottom: 0.5rem;
}

.ctaAnalisis {
  text-align: center;
  margin-top: 2.5rem;
}

.footerAnalisis {
  text-align: center;
  font-size: 1.2rem;
  color: rgb(0, 0, 0);
  margin-top: 4.5rem;
  font-family: encabezados;
}

@media (max-width: 479px) {
  .containerAnalisis {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .containerAnalisis {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .containerAnalisis {
    width: 100%;
  }
  .containerAnalisis h1 {
    font-size: 3.5rem;
  }
  .containerAnalisis h2 {
    font-size: 2.5rem;
  }
  .containerAnalisis p {
    font-size: 1.3rem;
  }
}
.button {
  font-size: 1.3rem;
}

.footerAnalisis {
  font-size: 1.4rem;
}

#cookie-banner {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%) translateY(140%);
  width: min(680px, 100vw - 2rem);
  background: rgb(0, 0, 0);
  padding: 2rem 2rem 1.75rem;
  z-index: 9999999999;
  opacity: 0;
  will-change: transform, opacity;
}
#cookie-banner.slide-in {
  animation: cookieSlideIn 0.72s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
#cookie-banner.slide-out {
  animation: cookieSlideOut 0.48s cubic-bezier(0.55, 0, 1, 0.45) forwards;
}

@keyframes cookieSlideIn {
  0% {
    transform: translateX(-50%) translateY(140%);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(0%);
    opacity: 1;
  }
}
@keyframes cookieSlideOut {
  0% {
    transform: translateX(-50%) translateY(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(140%);
    opacity: 0;
  }
}
/*.banner-progress 
 *  height: 2px
 *  background: $border
 *  border-radius: 100px
 *  overflow: hidden
 *  margin-bottom: 1.5rem*/
/*.banner-progress-fill 
 *  height: 100%
 *  width: 0%
 *  background: linear-gradient(90deg, $accent, #a8e020)
 *  border-radius: 100px
 *  animation: cookieProgress 4s linear 1.2s forwards
 *
 *
 *  @keyframes cookieProgress 
 *  to  
 *      width: 100%*/
.banner-top {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.cookie-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: rgba(200, 240, 60, 0.1);
  border: 1px solid rgba(200, 240, 60, 0.2);
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 1.3rem;
  animation: cookieIconPulse 2s ease-in-out infinite 1s;
}

@keyframes cookieIconPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(200, 240, 60, 0.2);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(200, 240, 60, 0);
  }
}
.banner-text h2 {
  font-size: 1.05rem;
  font-family: encabezados;
  font-weight: 700;
  color: #e8e8e4;
  margin-bottom: 0.45rem;
  letter-spacing: -0.01em;
}
.banner-text p {
  font-size: 0.875rem;
  color: rgb(255, 255, 255);
  line-height: 1.6;
  font-family: encabezados;
}
.banner-text p a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
  font-family: encabezados;
}
.banner-text p a:hover {
  border-color: rgb(255, 255, 255);
}

.cookie-options {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
  font-family: encabezados;
}

.cookie-toggle {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: rgb(255, 255, 255);
  padding: 0.4rem 0.85rem 0.4rem 0.55rem;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  user-select: none;
}
.cookie-toggle:hover {
  border-color: rgba(200, 240, 60, 0.3);
  background: rgba(200, 240, 60, 0.04);
}
.cookie-toggle.disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.toggle-switch {
  position: relative;
  width: 28px;
  height: 16px;
  flex-shrink: 0;
}
.toggle-switch input {
  display: none;
}

.toggle-track {
  position: absolute;
  inset: 0;
  border-radius: 100px;
  background: #2a2a2e;
  transition: background 0.25s;
}

.toggle-thumb {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #8a8a85;
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.25s;
}

.toggle-switch input:checked ~ .toggle-track {
  background: #8a8a85;
}
.toggle-switch input:checked ~ .toggle-thumb {
  transform: translateX(12px);
  background: rgb(255, 255, 255);
}

.toggle-label {
  font-size: 0.8rem;
  color: rgb(255, 255, 255);
  letter-spacing: 0.01em;
}

.banner-actions {
  display: flex;
  gap: 0.75rem;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}

.btn {
  flex: 1;
  width: 30%;
  padding: 0.72rem 1.25rem;
  font-family: encabezados;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s, background 0.2s;
  letter-spacing: 0.01em;
}
.btn:active {
  transform: scale(0.97);
}
.btn.btn-accept {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.btn.btn-accept:hover {
  background: rgb(255, 255, 255);
  transform: translateY(-1px);
}
.btn.btn-selected {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  border: none;
}
.btn.btn-selected:hover {
  background: rgb(255, 255, 255);
  transform: translateY(-1px);
}
.btn.btn-reject {
  background: #2a2a2e;
  color: #8a8a85;
  border: none;
}
.btn.btn-reject:hover {
  background: #3a3a3e;
  color: rgb(255, 255, 255);
  transform: translateY(-1px);
}

#cookie-toast {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: rgb(0, 0, 0);
  padding: 0.7rem 1.4rem;
  font-size: 1rem;
  font-family: encabezados;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  gap: 0.6rem;
  z-index: 10000;
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s;
  white-space: nowrap;
  pointer-events: none;
}
#cookie-toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.toast-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  flex-shrink: 0;
}

@media (max-width: 480px) {
  #cookie-banner {
    padding: 1.5rem;
  }
}
.banner-actions {
  flex-direction: column;
}

.btn {
  flex: unset;
  min-width: unset;
  width: 100%;
}

/*# sourceMappingURL=blueestilos.css.map */
