/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.6rem;
}

p {
  font-weight: 300;
  font-size: 1.8rem;
  color: #555555;
}

.contenedor {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
}

.contenedor-600 {
  width: 95%;
  max-width: 60rem;
  margin: 0 auto;
}

.contenedor-800 {
  width: 95%;
  max-width: 80rem;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

h1, h2, h3 {
  margin: 0 0 5rem 0;
  color: #555555;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.6rem;
  margin-top: 5rem;
  margin-bottom: 3rem;
}

h3 {
  font-size: 3rem;
}

li {
  list-style: none;
}

.heading-grande-20 {
  position: absolute;
  top: 0;
  color: #dddddd;
  font-size: 8rem;
  font-weight: 700;
  white-space: nowrap;
  z-index: -1;
  animation: mover 20s ease-in-out infinite alternate;
  left: 0%;
}
@keyframes mover {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(50vw);
  }
}

.heading-grande-25 {
  position: absolute;
  top: 0;
  color: #dddddd;
  font-size: 8rem;
  font-weight: 700;
  white-space: nowrap;
  z-index: -1;
  animation: mover 25s ease-in-out infinite alternate;
  left: 0%;
}
@keyframes mover {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(50vw);
  }
}

.contacto-flotante {
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 1px 1px 2px #555555;
  padding: 1rem;
}
.contacto-flotante .texto-flotante {
  font-weight: 700;
  color: #25D366;
  margin-bottom: 0.5rem;
}
.contacto-flotante .boton-flotante {
  width: 4rem;
  fill: #25D366;
}
@media (min-width: 480px) {
  .contacto-flotante .boton-flotante {
    bottom: 40px;
    right: 40px;
    width: 5rem;
  }
}

.hero {
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .hero {
    flex-direction: row;
  }
}
.hero .texto {
  text-align: center;
}
@media (min-width: 768px) {
  .hero .texto {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .hero.hero--inicio .texto {
    margin-right: -10rem;
  }
}
@media (min-width: 992px) {
  .hero.hero--inicio .texto {
    margin-right: -15rem;
  }
}
@media (min-width: 992px) {
  .hero.hero--inicio .texto h1 {
    width: 75%;
  }
}
.hero.hero--inicio .texto p {
  margin: 4rem 0;
}
@media (min-width: 768px) {
  .hero.hero--inicio .texto p {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .hero.hero--inicio .texto p {
    width: 50%;
  }
}
.hero.hero--inicio .texto .boton {
  border-radius: 0.5rem;
  padding: 1rem 3rem;
  background-color: #539efd;
  color: #ffffff;
  transition: all ease 0.2s;
  display: inline-block;
}
.hero.hero--inicio .texto .boton:hover {
  background-color: #ffffff;
  color: #539efd;
  font-weight: 700;
  border: 1px solid #539efd;
}
.hero .hero--inicio__imagen {
  width: 100%;
  margin-top: -3rem;
  max-width: 60rem;
}
@media (min-width: 768px) {
  .hero .hero--inicio__imagen {
    min-width: 40rem;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .hero .hero--inicio__imagen {
    min-width: 60rem;
  }
}

.nosotros {
  padding: 5rem 0;
  text-align: center;
}
.nosotros .nosotros--contenido {
  position: relative;
  overflow: hidden;
}
.nosotros h2::after {
  display: block;
  content: "";
  width: 20rem;
  border-top: 0.3rem solid #539efd;
  border-radius: 5rem;
  margin: 2rem auto;
}
.nosotros .diferenciadores {
  display: flex;
  flex-direction: column;
}
@media (min-width: 480px) {
  .nosotros .diferenciadores {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.nosotros .diferenciadores .diferenciador {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 480px) {
  .nosotros .diferenciadores .diferenciador {
    flex-direction: column;
  }
}
@media (min-width: 480px) {
  .nosotros .diferenciadores .diferenciador.diferenciador--1 {
    margin-right: -2rem;
  }
}
.nosotros .diferenciadores .diferenciador.diferenciador--2 {
  margin-top: -2rem;
}
@media (min-width: 480px) {
  .nosotros .diferenciadores .diferenciador.diferenciador--2 {
    margin-top: 0;
  }
}
.nosotros .diferenciadores .diferenciador.diferenciador--3 {
  margin-top: -3rem;
}
@media (min-width: 480px) {
  .nosotros .diferenciadores .diferenciador.diferenciador--3 {
    margin-top: 0rem;
    margin-left: -2rem;
  }
}
.nosotros .diferenciadores .diferenciador .diferenciador__icono {
  margin-right: 2rem;
}
@media (min-width: 480px) {
  .nosotros .diferenciadores .diferenciador .diferenciador__icono {
    margin-right: 0;
  }
}
.nosotros .diferenciadores .diferenciador .diferenciador__icono.diferenciador__icono--1 {
  width: 13rem;
}
@media (min-width: 480px) {
  .nosotros .diferenciadores .diferenciador .diferenciador__icono.diferenciador__icono--1 {
    width: 18rem;
    transition: all ease-in-out 0.3s;
  }
  .nosotros .diferenciadores .diferenciador .diferenciador__icono.diferenciador__icono--1:hover {
    width: 18.5rem;
  }
}
.nosotros .diferenciadores .diferenciador .diferenciador__icono.diferenciador__icono--2 {
  width: 15rem;
  margin-left: 3rem;
}
@media (min-width: 480px) {
  .nosotros .diferenciadores .diferenciador .diferenciador__icono.diferenciador__icono--2 {
    width: 20rem;
    margin-left: 0;
    transition: all ease-in-out 0.3s;
  }
  .nosotros .diferenciadores .diferenciador .diferenciador__icono.diferenciador__icono--2:hover {
    width: 20.5rem;
  }
}
.nosotros .diferenciadores .diferenciador .diferenciador__icono.diferenciador__icono--3 {
  width: 10rem;
  margin-left: 1rem;
}
@media (min-width: 480px) {
  .nosotros .diferenciadores .diferenciador .diferenciador__icono.diferenciador__icono--3 {
    width: 15rem;
    margin-left: 0;
    transition: all ease-in-out 0.3s;
  }
  .nosotros .diferenciadores .diferenciador .diferenciador__icono.diferenciador__icono--3:hover {
    width: 15.5rem;
  }
}
.nosotros .diferenciadores .diferenciador .diferenciador__titulo {
  font-weight: 700;
}
.nosotros .diferenciadores .diferenciador .diferenciador__titulo.diferenciador__titulo--1 {
  color: #539efd;
}
.nosotros .diferenciadores .diferenciador .diferenciador__titulo.diferenciador__titulo--2 {
  color: #4bb6e3;
}
.nosotros .diferenciadores .diferenciador .diferenciador__titulo.diferenciador__titulo--3 {
  color: #4be3bd;
}
.nosotros .boton {
  margin-top: 2rem;
  border-radius: 0.5rem;
  padding: 1rem 3rem;
  background-color: #539efd;
  color: #ffffff;
  transition: all ease 0.2s;
  display: inline-block;
}
.nosotros .boton:hover {
  background-color: #ffffff;
  color: #539efd;
  font-weight: 700;
  border: 1px solid #539efd;
}

.categorias--seccion {
  padding: 5rem 0;
  text-align: center;
}
.categorias--seccion .categorias--contenido {
  position: relative;
  overflow: hidden;
}
.categorias--seccion .categorias--contenido h2::after {
  display: block;
  content: "";
  width: 25rem;
  border-top: 0.3rem solid #4bb6e3;
  border-radius: 5rem;
  margin: 2rem auto;
}

.categorias {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (min-width: 768px) {
  .categorias {
    grid-template-columns: repeat(4, 1fr);
  }
}
.categorias .categoria:hover .categoria__fondo {
  filter: brightness(1.25);
}
.categorias .categoria.router-link-active .categoria__fondo {
  background-color: #539efd;
}
.categorias .categoria .categoria__nombre {
  margin: 0 0 1rem 0;
  font-size: 1.8rem;
}
.categorias .categoria .categoria__fondo {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  border-radius: 50rem;
  transition: all 0.3s ease-in-out;
  background-color: #eeeeee;
}
.categorias .categoria .categoria__imagen {
  width: 91.2281%;
  border-radius: 20rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.categorias .categoria .categoria__nombre, .categorias .categoria .categoria__imagen {
  transition: all 0.2s ease-in-out;
}

.hero--nosotros {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .hero--nosotros {
    margin-bottom: 8rem;
  }
}
.hero--nosotros .imagen {
  animation: change-fill 5s infinite alternate;
  width: 90%;
  margin-bottom: 4rem;
}
@keyframes change-fill {
  0% {
    fill: #539efd;
  }
  33.33% {
    fill: #4bb6e3;
  }
  66.66% {
    fill: #4be3bd;
  }
  100% {
    fill: #53fda3;
  }
}
@media (min-width: 480px) {
  .hero--nosotros .imagen {
    max-width: 40rem;
  }
}
@media (min-width: 768px) {
  .hero--nosotros .imagen {
    margin-right: 5rem;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .hero--nosotros .texto {
    width: 60%;
  }
}
.hero--nosotros .texto .parrafo {
  margin: 5rem 0;
}
.hero--nosotros .texto .boton {
  border-radius: 0.5rem;
  padding: 1rem 3rem;
  background-color: #539efd;
  color: #ffffff;
  transition: all ease 0.2s;
  display: inline-block;
}
.hero--nosotros .texto .boton:hover {
  background-color: #ffffff;
  color: #539efd;
  font-weight: 700;
  border: 1px solid #539efd;
}

.nuestra-marca {
  padding: 5rem 0;
}
.nuestra-marca .nuestra-marca--contenido {
  position: relative;
  overflow: hidden;
}
.nuestra-marca .nuestra-marca--contenido h2 {
  text-align: center;
}
.nuestra-marca .nuestra-marca--contenido h2::after {
  display: block;
  content: "";
  width: 20rem;
  border-top: 0.3rem solid #539efd;
  border-radius: 5rem;
  margin: 2rem auto;
}
.nuestra-marca .marca {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.nuestra-marca .marca p {
  margin: 0 0 3rem 0;
}
@media (min-width: 768px) {
  .nuestra-marca .marca p {
    margin-top: 0;
    width: 60%;
  }
}
.nuestra-marca .marca picture img {
  width: 75%;
}
@media (min-width: 768px) {
  .nuestra-marca .marca picture img {
    width: 100%;
    max-width: 28rem;
  }
}
.nuestra-marca .marca .boton {
  margin-top: 3rem;
  border-radius: 0.5rem;
  padding: 1rem 3rem;
  background-color: #539efd;
  color: #ffffff;
  transition: all ease 0.2s;
  display: inline-block;
}
.nuestra-marca .marca .boton:hover {
  background-color: #ffffff;
  color: #539efd;
  font-weight: 700;
  border: 1px solid #539efd;
}

.mision, .vision {
  padding: 5rem 0;
  text-align: center;
}
.mision .mision__contenido, .mision .vision__contenido, .vision .mision__contenido, .vision .vision__contenido {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .mision .mision__texto p, .mision .vision__texto p, .vision .mision__texto p, .vision .vision__texto p {
    width: 60%;
    margin: 0 auto;
  }
}

.mision h2::after {
  display: block;
  content: "";
  width: 15rem;
  border-top: 0.3rem solid #4bb6e3;
  border-radius: 5rem;
  margin: 2rem auto;
}

.vision h2::after {
  display: block;
  content: "";
  width: 15rem;
  border-top: 0.3rem solid #4be3bd;
  border-radius: 5rem;
  margin: 2rem auto;
}

.porque-elegirnos {
  padding: 5rem 0;
  text-align: center;
}
.porque-elegirnos .diferenciadores__contenido {
  position: relative;
  overflow: hidden;
}
.porque-elegirnos .diferenciadores__contenido h2::after {
  display: block;
  content: "";
  width: 25rem;
  border-top: 0.3rem solid #53fda3;
  border-radius: 5rem;
  margin: 2rem auto;
}
.porque-elegirnos .diferenciadores {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .porque-elegirnos .diferenciadores {
    flex-direction: row;
    align-items: flex-start;
  }
}
.porque-elegirnos .diferenciadores .diferenciador {
  display: grid;
  grid-template-columns: 2;
  margin-bottom: 4rem;
}
.porque-elegirnos .diferenciadores .diferenciador:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .porque-elegirnos .diferenciadores .diferenciador {
    grid-template-rows: 32rem 30rem;
    flex: 1;
    margin-bottom: 0;
  }
}
.porque-elegirnos .diferenciadores .diferenciador .diferenciador__imagen {
  justify-self: center;
}
@media (min-width: 768px) {
  .porque-elegirnos .diferenciadores .diferenciador .diferenciador__imagen {
    align-self: end;
  }
}
.porque-elegirnos .diferenciadores .diferenciador .diferenciador__imagen.diferenciador__imagen--1 {
  width: 25rem;
}
.porque-elegirnos .diferenciadores .diferenciador .diferenciador__imagen.diferenciador__imagen--2 {
  width: 32rem;
}
.porque-elegirnos .diferenciadores .diferenciador .diferenciador__imagen.diferenciador__imagen--3 {
  width: 22rem;
}
.porque-elegirnos .diferenciadores .diferenciador .diferenciador__texto {
  margin-top: 2rem;
}
.porque-elegirnos .diferenciadores .diferenciador .diferenciador__texto h4 {
  font-size: 1.8rem;
}
.porque-elegirnos .diferenciadores .diferenciador .diferenciador__texto.diferenciador__texto--1 h4 {
  color: #539efd;
}
.porque-elegirnos .diferenciadores .diferenciador .diferenciador__texto.diferenciador__texto--2 h4 {
  color: #4bb6e3;
}
.porque-elegirnos .diferenciadores .diferenciador .diferenciador__texto.diferenciador__texto--3 h4 {
  color: #4be3bd;
}
@media (min-width: 480px) {
  .porque-elegirnos .diferenciadores .diferenciador .diferenciador__texto p {
    width: 50%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .porque-elegirnos .diferenciadores .diferenciador .diferenciador__texto p {
    width: 95%;
  }
}

.hero--catalogo {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
}
.hero--catalogo h1 {
  font-size: 4.5rem;
}

.catalogo {
  padding: 5rem 0;
}
.catalogo .productos__contenido {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.catalogo .productos__contenido h2::after {
  display: block;
  content: "";
  width: 25rem;
  border-top: 0.3rem solid #4bb6e3;
  border-radius: 5rem;
  margin: 2rem auto;
}
.catalogo .productos {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media (min-width: 768px) {
  .catalogo .productos {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .catalogo .productos {
    grid-template-columns: repeat(3, 1fr);
  }
}
.catalogo .productos .producto {
  border: 1px solid #dddddd;
  padding: 2rem;
  text-align: center;
  justify-self: center;
}
.catalogo .productos .producto h3 {
  margin: 0 0 2rem 0;
  text-align: center;
  font-size: 2rem;
}
.catalogo .productos .producto ul {
  width: 26rem;
  text-align: left;
  padding: 0;
}
.catalogo .productos .producto ul li {
  margin-bottom: 1rem;
  font-weight: 700;
}
.catalogo .productos .producto ul li ul {
  margin: 0 0 1rem 1rem;
}
.catalogo .productos .producto ul li ul li {
  font-weight: 400;
  margin-bottom: 0rem;
}

.hero__contacto {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .hero__contacto {
    margin-bottom: 8rem;
  }
}
.hero__contacto .imagen {
  width: 90%;
  margin-bottom: 4rem;
  animation: change-fill 5s infinite alternate;
}
@keyframes change-fill {
  0% {
    fill: #539efd;
  }
  33.33% {
    fill: #4bb6e3;
  }
  66.66% {
    fill: #4be3bd;
  }
  100% {
    fill: #53fda3;
  }
}
@media (min-width: 480px) {
  .hero__contacto .imagen {
    max-width: 40rem;
  }
}
@media (min-width: 768px) {
  .hero__contacto .imagen {
    margin-right: 5rem;
    margin-bottom: 0;
  }
}
.hero__contacto .texto .boton {
  margin-top: 3rem;
  display: inline-flex !important;
  justify-content: center;
  border-radius: 0.5rem;
  padding: 1rem 3rem;
  background-color: #539efd;
  color: #ffffff;
  transition: all ease 0.2s;
  display: inline-block;
}
.hero__contacto .texto .boton:hover {
  background-color: #ffffff;
  color: #539efd;
  font-weight: 700;
  border: 1px solid #539efd;
}
.hero__contacto .texto .boton:hover .imagen {
  fill: #539efd !important;
}
.hero__contacto .texto .boton .imagen {
  width: 1.8rem;
  margin: 0 0.5rem 0 0;
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}

.contacto {
  padding: 5rem 0;
}
.contacto .contacto__contenido {
  position: relative;
  overflow: hidden;
}
.contacto .contacto__contenido h2 {
  text-align: center;
}
.contacto .contacto__contenido h2::after {
  display: block;
  content: "";
  width: 20rem;
  border-top: 0.3rem solid #539efd;
  border-radius: 5rem;
  margin: 2rem auto;
}
.contacto .contacto__contenido .formulario {
  border: 1px solid #dddddd;
  padding: 2rem;
}
@media (min-width: 480px) {
  .contacto .contacto__contenido .formulario {
    padding: 4rem;
  }
}
.contacto .contacto__contenido .formulario .estado {
  margin-bottom: 2rem;
  font-size: 2rem;
  color: #4be3bd;
  font-weight: 700;
}
.contacto .contacto__contenido .formulario .estado.error {
  color: #f56d6d;
}
.contacto .contacto__contenido .formulario .campo {
  margin-bottom: 2rem;
}
.contacto .contacto__contenido .formulario .campo .campo__label {
  display: block;
  color: #555555;
}
.contacto .contacto__contenido .formulario .campo .campo__input {
  margin-top: 0.5rem;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #eeeeee;
  display: block;
  width: 100%;
}
.contacto .contacto__contenido .formulario .campo .campo__input:hover {
  border: 1px solid #4bb6e3;
}
.contacto .contacto__contenido .formulario .campo .campo__input:focus {
  border: 2px solid #539efd;
}
.contacto .contacto__contenido .formulario .campo .campo__input.campo__input--mensaje {
  height: 25rem;
}
.contacto .contacto__contenido .formulario .campo .validacion {
  font-size: 1.3rem;
  margin-top: 1rem;
  color: #f56d6d;
  font-weight: 700;
}
.contacto .contacto__contenido .formulario .boton {
  border-radius: 0.5rem;
  padding: 1rem 3rem;
  background-color: #539efd;
  color: #ffffff;
  transition: all ease 0.2s;
  display: inline-block;
  border: none;
  cursor: pointer;
}
.contacto .contacto__contenido .formulario .boton:hover {
  background-color: #ffffff;
  color: #539efd;
  font-weight: 700;
  border: 1px solid #539efd;
}

header {
  overflow: auto;
  background-image: linear-gradient(180deg, #ffffff 0%, #eeeeee 100%);
}
header .nav {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  header .nav {
    flex-direction: row;
    justify-content: space-between;
  }
}
header .nav img {
  width: 20rem;
}
@media (min-width: 768px) {
  header .nav img {
    width: 28rem;
  }
}
header .nav .enlaces-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
}
@media (min-width: 480px) {
  header .nav .enlaces-items {
    flex-direction: row;
  }
}
header .nav .enlaces-items .enlace-item {
  padding: 0.5rem 0;
  text-align: center;
}
@media (min-width: 480px) {
  header .nav .enlaces-items .enlace-item {
    padding: 0 3rem;
  }
}
header .nav .enlaces-items .enlace-item .enlace {
  color: #555555;
  transition: all ease 0.3s;
}
header .nav .enlaces-items .enlace-item .enlace:hover {
  font-size: 1.8rem;
  font-weight: 700;
}
header .nav .enlaces-items .enlace-item .enlace.router-link-active {
  color: #539efd;
  font-weight: 700;
}
@media (min-width: 480px) {
  header .nav .enlaces-items .enlace-item .enlace.router-link-active {
    border-bottom: 2px solid #539efd;
  }
}
header .nav .enlaces-items .enlace-item:not(:last-child)::after {
  display: block;
  content: "";
  width: 15rem;
  border-top: 1px solid #55555580;
  border-radius: 1rem;
  margin-top: 0.5rem;
}
@media (min-width: 480px) {
  header .nav .enlaces-items .enlace-item:not(:last-child)::after {
    width: 0;
    border-top: none;
    border-radius: 0;
    margin-top: 0;
  }
}

.no-encontrada__contenido {
  padding: 5rem 0;
  text-align: center;
}
@media (min-width: 480px) {
  .no-encontrada__contenido {
    padding: 30rem 0;
  }
}

.pie-pagina {
  background-color: #555555;
  padding: 5rem 0;
}
.pie-pagina .columnas {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 480px) {
  .pie-pagina .columnas {
    flex-direction: row;
    justify-content: space-between;
  }
}
.pie-pagina .columna--logo {
  width: 100%;
  margin-bottom: 3rem;
}
@media (min-width: 480px) {
  .pie-pagina .columna--logo {
    margin: 0;
    width: 20rem;
  }
}
@media (min-width: 992px) {
  .pie-pagina .columna--logo {
    width: 28rem;
  }
}
.pie-pagina .columna--paginas, .pie-pagina .columna--documentos {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
@media (min-width: 480px) {
  .pie-pagina .columna--paginas, .pie-pagina .columna--documentos {
    margin: 0;
  }
}
.pie-pagina .columna--paginas a, .pie-pagina .columna--documentos a {
  color: #ffffff;
  font-weight: 300;
}
@media (min-width: 480px) {
  .pie-pagina .columna--documentos {
    align-items: flex-end;
  }
}