@charset "UTF-8";
/*

  VARIABLES

*/
/*
	Theme Name: Aliocat 2023 V1
	Theme URI: https://www.loygorri.com
	Description: Tailored WordPress Theme
	Version: 1.0
	Author: Gabriel García Loygorri
	Author URI: https://www.loygorri.com
	Tags: TAILORED, HTML5, CSS3, SASS
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

:root, :root.light {
  --azul_aliot: rgba(88,164,190,1);
  --color_secundario: rgba(229,75,75,1);
  --crema: rgba(255,255,255,1);
  --crema_menu: rgba(255,255,255,0.5);
  --crema_aside: rgba(255,255,255,0.8);
  --oscuro: rgba(52,58,66,1);
  --blanco: rgba(255,255,255,1);
  --blanco_75: rgba(255,255,255,0.75);
  --blanco_25: rgba(255,255,255,0.25);
  --crema_siempre: rgba(249,246,239,1);
  --oscuro_siempre: rgba(52,58,66,1);
  --blanco_siempre: rgba(255,255,255,1);
  --negro: rgba(0,0,0,1);
  --color_secundario: rgba(229,75,75,1);
  --naranja: rgba(88,164,190,1);
  --naranja_oscuro: rgba(255,206,71,1);
  --oscuro_naranja: rgba(52,58,66,1);
  --blanco_naranja: rgba(249,246,239,1);
  --cat_naranja: rgba(255,206,71,1);
  --cat_negro: rgba(52,58,66,1);
  --cat_azul: rgba(176,218,229,1);
  --cat_verde: rgba(163,193,171,1);
  --cat_pistacho: rgba(232,244,189,1);
  --color_principal: rgba(88,164,190,1);
  --ancho_maximo: 1200px;
  --familia: "Quicksand", sans-serif;
  --gosha: "Quicksand", sans-serif;
  --texto_boton_clean: var(--blanco);
  --size_texto_boton_clean: 25px;
  --size_texto_boton_clean_movil: 18px;
}

@media (prefers-color-scheme: dark) {
  :root {
    --crema: rgba(52,58,66,1);
    --oscuro: rgba(249,246,239,1);
    --crema_menu: rgba(52,58,66,0.5);
    --crema_aside: rgba(52,58,66,0.8);
    --blanco: rgba(0,0,0,1);
    --blanco_75: rgba(0,0,0,0.75);
    --naranja_oscuro: rgba(52,58,66,1);
    --blanco_naranja: rgba(255,206,71.1);
    --oscuro_naranja: rgba(255,206,71.1);
    --blanco_siempre: rgba(255,255,255,1);
  }
  :root body {
    background: radial-gradient(circle, rgb(19, 51, 60) 0%, rgb(0, 0, 0) 50%);
  }
  :root .kit .kit_1 img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
  :root .kit .kit_2 img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
}
:root.dark {
  --crema: rgba(52,58,66,1);
  --oscuro: rgba(249,246,239,1);
  --crema_menu: rgba(52,58,66,0.5);
  --crema_aside: rgba(52,58,66,0.8);
  --blanco: rgba(0,0,0,1);
  --blanco_75: rgba(0,0,0,0.75);
  --naranja_oscuro: rgba(52,58,66,1);
  --blanco_naranja: rgba(255,206,71.1);
  --oscuro_naranja: rgba(255,206,71.1);
  --blanco_siempre: rgba(255,255,255,1);
}
:root.dark body {
  background: radial-gradient(circle, rgb(19, 51, 60) 0%, rgb(0, 0, 0) 50%);
}
:root.dark .kit .kit_1 img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
:root.dark .kit .kit_2 img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

h1 {
  font-family: var(--titulares);
}

hr {
  display: none;
}

body {
  font-family: var(--familia);
  font-size: 100%;
  background: radial-gradient(circle, rgba(88, 164, 190, 0.2) 0%, rgb(255, 255, 255) 50%);
  background-attachment: fixed;
}
body.stop {
  height: 100dvh;
  overflow: hidden;
}
body .wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body .wrapper.blur header, body .wrapper.blur main, body .wrapper.blur aside {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
@media only screen and (max-width: 550px) {
  body .wrapper.blur header, body .wrapper.blur main, body .wrapper.blur aside {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

.clean {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100svh;
}
.clean svg#logo {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 30px;
  fill: var(--oscuro);
}
.clean svg#clean {
  max-width: 500px;
  margin: 5%;
}
.clean svg#clean #arco {
  fill: var(--naranja);
}
.clean svg#clean #texto {
  fill: var(--oscuro);
}
.clean a.boton {
  background-color: var(--oscuro);
  color: var(--texto_boton_clean);
  text-decoration: none;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: var(--size_texto_boton_clean);
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 5%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 550px) {
  .clean a.boton {
    font-size: var(--size_texto_boton_clean_movil);
  }
}

/*

	VARIABLES

*/
header {
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  position: sticky;
  background-color: var(--crema_menu);
  top: 0px;
  z-index: 3;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--blanco);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 1s;
  transition: all 0.5s ease-in-out 1s;
}
header .centrado {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .centrado .logo {
  margin-left: 25px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 550px) {
  header .centrado .logo {
    margin-left: 0px;
  }
}
header .centrado .logo span {
  display: none;
}
header .centrado .logo svg {
  height: 40px;
}
header .centrado .logo svg #uno {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header .centrado .logo svg #dos {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header .centrado .logo svg rect, header .centrado .logo svg path, header .centrado .logo svg polygon {
  fill: var(--azul_aliot);
}
header .centrado .logo h1 {
  font-size: 32px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .centrado .logo a {
  font-size: 32px;
  font-weight: 700;
  font-family: var(--titulares);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .centrado .logo a span {
  display: none;
}
header .centrado hr {
  display: none;
}
header .centrado .bars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  cursor: pointer;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
header .centrado .bars svg {
  width: 30px;
  fill: var(--oscuro);
}
header .centrado .nav {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
header .centrado .nav .sociales {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
header .centrado .nav .sociales a {
  width: 25px;
  height: 25px;
  border-radius: 325px;
  border: 1px solid var(--oscuro);
}
header .centrado .nav .sociales a span {
  display: none;
}
header .centrado .nav .sociales a svg {
  fill: var(--oscuro);
}
header .centrado .nav .switch {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  color: var(--azul_aliot);
  font-size: 30px;
  padding-left: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
@media only screen and (max-width: 1500px) {
  header .centrado .nav .switch {
    font-size: 22px;
  }
}
@media only screen and (max-width: 550px) {
  header .centrado .nav .switch {
    display: none;
  }
}
header .centrado .nav .switch a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-align: center;
  font-size: 22px;
  color: var(--oscuro);
  font-family: var(--gosha);
  line-height: 0.8em;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .centrado .nav .switch a:hover {
  color: var(--naranja);
}
header .centrado .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0px;
  list-style: none;
  gap: 10px 30px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 550px) {
  header .centrado .nav ul {
    display: none;
  }
}
header .centrado .nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .centrado .nav ul li.current-menu-item a, header .centrado .nav ul li.current-menu-parent a {
  color: var(--naranja);
}
header .centrado .nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-align: center;
  font-size: 22px;
  color: var(--oscuro);
  font-family: var(--gosha);
  line-height: 0.8em;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 1500px) {
  header .centrado .nav ul li a {
    font-size: 20px;
  }
}
header .centrado .nav ul li a:hover {
  color: var(--naranja);
}
header .centrado .nav ul li ul {
  display: none;
}

body.no_top header {
  border-bottom: 1px solid var(--azul_aliot);
}
body.no_top header .centrado nav .switch {
  opacity: 1;
}
@media only screen and (max-width: 550px) {
  body.no_top header .centrado nav .switch {
    display: none;
  }
}

body.no_top header .centrado .logo svg #uno {
  opacity: 0;
}
body.no_top header .centrado .logo svg #dos {
  opacity: 1;
}

@media only screen and (max-width: 550px) {
  .stop .wrapper header {
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
    background-color: var(--oscuro_siempre);
  }
  .stop .wrapper header .logo svg path,
  .stop .wrapper header .logo svg rect {
    fill: var(--crema_siempre);
  }
  .stop .wrapper header .centrado .bars svg {
    fill: var(--crema_siempre);
  }
  .stop .wrapper header .centrado .nav .sociales a {
    border: 1px solid var(--crema_siempre);
  }
  .stop .wrapper header .centrado .nav .sociales a svg {
    fill: var(--crema_siempre);
  }
}
.home header {
  opacity: 0;
  padding-top: 15px;
}

.aurrera header {
  opacity: 1;
}

.aurrera.home header {
  padding-top: 25px;
}

/*

	VARIABLES

*/
.menu-desplegable {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  right: -400px;
  background-color: var(--blanco_75);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 5;
  padding: 20px 20px;
  opacity: 0.9;
  overflow: scroll;
}
@media only screen and (max-width: 550px) {
  .menu-desplegable {
    right: -500px;
    top: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100%;
    height: 100vh;
    background-color: var(--oscuro_siempre);
    opacity: 1;
    border-right: 0px;
  }
}
.menu-desplegable > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  width: auto;
}
@media (max-width: 900px) and (max-height: 500px) and (orientation: landscape) {
  .menu-desplegable > a {
    margin-right: 100%;
  }
}
.menu-desplegable > a svg {
  height: 100%;
  width: auto;
}
.menu-desplegable > a svg .texto_logo, .menu-desplegable > a svg .forma_logo {
  fill: var(--color_blanco_siempre);
}
.menu-desplegable > a span {
  display: none;
}
.menu-desplegable ul {
  list-style-type: none;
}
.menu-desplegable ul li {
  position: relative;
}
.menu-desplegable ul li.current-menu-item a, .menu-desplegable ul li.current-menu-parent a {
  color: var(--naranja);
}
.menu-desplegable ul li a {
  /*background-color: rgba(255, 255, 255, 0.3);*/
  color: var(--oscuro);
  font-family: var(--gosha);
  line-height: 1.5em;
  letter-spacing: -0.05em;
  font-weight: 400;
  font-size: 22px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 550px) {
  .menu-desplegable ul li a {
    color: var(--crema_siempre);
    font-size: 28px;
    line-height: 1.3em;
  }
}
.menu-desplegable ul li.activo a {
  font-weight: bold;
}
.menu-desplegable ul li i {
  position: absolute;
  top: 7px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--azul_aliot);
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 20px;
}
.menu-desplegable ul li i:hover {
  background-color: var(--color_secundario);
}
.menu-desplegable ul li i.activo {
  background-color: var(--azul_aliot);
}
.menu-desplegable ul li.interruptor a::after {
  content: "off";
  text-transform: uppercase;
  width: 40px;
  height: 20px;
  border-radius: 10px;
  margin-left: 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0em;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--oscuro);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 550px) {
  .menu-desplegable ul li.interruptor a::after {
    border: 1px solid var(--crema);
  }
}
.menu-desplegable ul li.interruptor.dark a::after {
  content: "on";
  border: 1px solid var(--naranja);
  background-color: var(--naranja);
  color: var(--oscuro_siempre);
}
.menu-desplegable ul li:last-child a {
  border-bottom: 0px;
}
.menu-desplegable ul li .sub-menu {
  display: none;
}
.menu-desplegable ul li .sub-menu.activo {
  display: block;
}
.menu-desplegable.activo {
  right: 50px;
}
@media only screen and (max-width: 550px) {
  .menu-desplegable.activo {
    right: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}

.cierre-menu-desplegable {
  position: fixed;
  top: 0px;
  left: 100%;
  width: 100%;
  height: 100vh;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
@media only screen and (max-width: 550px) {
  .cierre-menu-desplegable {
    display: none;
  }
}

.cierre-menu-desplegable.activo {
  left: 0px;
}
@media only screen and (max-width: 550px) {
  .cierre-menu-desplegable.activo {
    display: none;
  }
}

/* FIRMA */
.firma {
  background-color: rgb(10, 10, 10);
  color: rgb(255, 255, 255);
  padding: 10px;
  font-size: 11px;
  text-transform: uppercase;
}

.firma a {
  color: rgb(255, 255, 255);
}

.firma a:hover {
  font-weight: 700;
}

.enlace_firma {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 75px;
  max-width: 200px;
  margin-top: 20px;
}

.enlace_firma span {
  color: rgb(255, 255, 255);
  padding: 0px 10px;
  font-size: 11px;
  text-transform: uppercase;
}

.enlace_firma span a {
  color: rgb(255, 255, 255);
  font-weight: 700;
}

.enlace_firma a {
  height: 30px;
  font-weight: 700;
}

.enlace_firma a svg {
  height: 30px;
}

/*

	VARIABLES
	--color_fondo_footer
	--color_borde_footer
	--color_borde_titular
	--color_titular_h2
	--color_enlace_pie
	--color_buller_pie

	--ancho_centrado
	--grosor_uno
	--hueco_triple
	--hueco

	--veinte
	--dieciseis
	--light




*/
body:not(.home) aside {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: var(--crema_aside);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}
body:not(.home) aside.activo .centrado .contenedor {
  opacity: 0;
}
body:not(.home) aside.activo .centrado .acciones p {
  opacity: 0;
  color: var(--oscuro);
}
body:not(.home) aside.activo .centrado .acciones ul {
  opacity: 0;
}
body:not(.home) aside.activo .centrado .acciones svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body:not(.home) aside.activo .centrado .acciones svg rect {
  fill: var(--oscuro);
}
body:not(.home) aside .centrado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body:not(.home) aside .centrado .acciones {
  width: 200px;
  min-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 550px) {
  body:not(.home) aside .centrado .acciones {
    width: 100%;
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body:not(.home) aside .centrado .acciones h2 {
  cursor: pointer;
  font-family: var(--gosha);
  font-size: 23px;
  line-height: 0.8em;
  letter-spacing: -0.05em;
  color: var(--oscuro);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 550px) {
  body:not(.home) aside .centrado .acciones h2 {
    background-color: var(--naranja);
    padding: 10px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}
body:not(.home) aside .centrado .acciones h2 svg {
  width: 20px;
  margin-right: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
body:not(.home) aside .centrado .acciones h2 svg rect {
  fill: var(--oscuro);
}
body:not(.home) aside .centrado .acciones h2 svg.giro {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body:not(.home) aside .centrado .acciones p {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-bottom: 10px;
  padding-top: 10px;
  color: var(--oscuro);
}
@media only screen and (max-width: 550px) {
  body:not(.home) aside .centrado .acciones p {
    display: none;
  }
}
body:not(.home) aside .centrado .acciones ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  list-style: none;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 550px) {
  body:not(.home) aside .centrado .acciones ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
body:not(.home) aside .centrado .acciones ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
  width: 100%;
}
body:not(.home) aside .centrado .acciones ul li.con {
  display: none;
}
@media only screen and (max-width: 550px) {
  body:not(.home) aside .centrado .acciones ul li.con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
body:not(.home) aside .centrado .acciones ul li.sin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 550px) {
  body:not(.home) aside .centrado .acciones ul li.sin {
    display: none;
  }
}
body:not(.home) aside .centrado .acciones ul li.naranja a {
  background-color: var(--cat_naranja);
  color: var(--oscuro_siempre);
}
body:not(.home) aside .centrado .acciones ul li.negro a {
  background-color: var(--cat_negro);
}
body:not(.home) aside .centrado .acciones ul li.azul a {
  background-color: var(--cat_azul);
  color: var(--oscuro_siempre);
}
body:not(.home) aside .centrado .acciones ul li.verde a {
  background-color: var(--cat_verde);
  color: var(--oscuro_siempre);
}
body:not(.home) aside .centrado .acciones ul li.pistacho a {
  background-color: var(--cat_pistacho);
  color: var(--oscuro_siempre);
}
body:not(.home) aside .centrado .acciones ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 4px 10px;
  background-color: black;
  text-transform: uppercase;
  color: white;
  font-size: 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  cursor: pointer;
}
body:not(.home) aside .centrado .acciones #buscar {
  width: 20px;
  cursor: pointer;
  fill: var(--oscuro);
}
@media only screen and (max-width: 550px) {
  body:not(.home) aside .centrado .acciones #buscar {
    display: none;
  }
}
body:not(.home) aside .centrado .contenedor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body:not(.home) aside .centrado .contenedor::-webkit-scrollbar {
  display: none;
}
body:not(.home) aside .centrado .contenedor .owl-stage-outer .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body:not(.home) aside .centrado .contenedor .owl-stage-outer .owl-stage .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body:not(.home) aside .centrado .contenedor .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  top: calc(50% - 25px);
  width: 20px;
  height: 50px;
}
body:not(.home) aside .centrado .contenedor .owl-nav .owl-prev svg {
  fill: var(--oscuro);
}
body:not(.home) aside .centrado .contenedor .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  top: calc(50% - 25px);
  width: 20px;
  height: 50px;
}
body:not(.home) aside .centrado .contenedor .owl-nav .owl-next svg {
  fill: var(--oscuro);
}
@media only screen and (max-width: 550px) {
  body:not(.home) aside .centrado .contenedor {
    display: none;
  }
}
body:not(.home) aside .centrado .contenedor .item {
  width: 250px;
  min-width: 200px;
  background-color: var(--blanco);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body:not(.home) aside .centrado .contenedor .item .linea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
}
body:not(.home) aside .centrado .contenedor .item .linea .titulo {
  font-size: 14px;
  font-weight: 500;
  color: var(--oscuro);
}
body:not(.home) aside .centrado .contenedor .item .linea .categoria {
  padding: 5px 5px;
  border-radius: 10px;
  background-color: black;
  text-transform: uppercase;
  color: white;
  font-size: 13px;
}
body:not(.home) aside .centrado .contenedor .item .linea .categoria.naranja {
  background-color: var(--cat_naranja);
  color: var(--oscuro_siempre);
}
body:not(.home) aside .centrado .contenedor .item .linea .categoria.negro {
  background-color: var(--cat_negro);
}
body:not(.home) aside .centrado .contenedor .item .linea .categoria.azul {
  background-color: var(--cat_azul);
  color: var(--oscuro_siempre);
}
body:not(.home) aside .centrado .contenedor .item .linea .categoria.verde {
  background-color: var(--cat_verde);
  color: var(--oscuro_siempre);
}
body:not(.home) aside .centrado .contenedor .item .linea .categoria.pistacho {
  background-color: var(--cat_pistacho);
  color: var(--oscuro_siempre);
}
body:not(.home) aside .centrado .contenedor .item p {
  padding-bottom: 5px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  font-size: 14px;
  font-weight: 400;
  color: var(--oscuro);
}
body:not(.home) aside .centrado .contenedor .item a {
  display: block;
  display: block;
  width: 100%;
  aspect-ratio: 5/4;
  overflow: hidden;
}
body:not(.home) aside .centrado .contenedor .item a img {
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  aspect-ratio: 5/4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body:not(.home) aside .centrado .contenedor .item a:hover img {
  width: 120%;
  margin-left: -5%;
  margin-top: -5%;
}

body.home aside {
  position: fixed;
  bottom: -300px;
  width: 100%;
  background-color: var(--crema);
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}
body.home aside.activo {
  bottom: 0px;
}
body.home aside.activo .centrado .contenedor {
  opacity: 1;
}
body.home aside.activo .centrado .contenedor .owl-stage-outer .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body.home aside.activo .centrado .contenedor .owl-stage-outer .owl-stage .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.home aside.activo .centrado .contenedor .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  top: calc(50% - 25px);
  width: 20px;
  height: 50px;
}
body.home aside.activo .centrado .contenedor .owl-nav .owl-prev svg {
  fill: var(--oscuro);
}
body.home aside.activo .centrado .contenedor .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  top: calc(50% - 25px);
  width: 20px;
  height: 50px;
}
body.home aside.activo .centrado .contenedor .owl-nav .owl-next svg {
  fill: var(--oscuro);
}
body.home aside.activo .centrado .acciones svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body.home aside.activo .centrado .acciones svg rect,
body.home aside.activo .centrado .acciones svg path {
  fill: var(--oscuro);
}
body.home aside.activo .centrado .acciones #buscar {
  width: 20px;
  cursor: pointer;
  fill: var(--oscuro);
}
@media only screen and (max-width: 550px) {
  body.home aside.activo .centrado .acciones #buscar {
    display: none;
  }
}
body.home aside.activo .centrado .acciones p {
  opacity: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  color: var(--oscuro);
}
body.home aside.activo .centrado .acciones ul {
  opacity: 1;
}
body.home aside.activo .centrado .acciones ul li.con {
  display: none;
}
@media only screen and (max-width: 550px) {
  body.home aside.activo .centrado .acciones ul li.con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
body.home aside.activo .centrado .acciones ul li.sin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 550px) {
  body.home aside.activo .centrado .acciones ul li.sin {
    display: none;
  }
}
body.home aside.activo .centrado .acciones ul li.naranja a {
  background-color: var(--cat_naranja);
  color: var(--oscuro_siempre);
}
body.home aside.activo .centrado .acciones ul li.negro a {
  background-color: var(--cat_negro);
}
body.home aside.activo .centrado .acciones ul li.azul a {
  background-color: var(--cat_azul);
  color: var(--oscuro_siempre);
}
body.home aside.activo .centrado .acciones ul li.verde a {
  background-color: var(--cat_verde);
  color: var(--oscuro_siempre);
}
body.home aside.activo .centrado .acciones ul li.pistacho a {
  background-color: var(--cat_pistacho);
  color: var(--oscuro_siempre);
}
body.home aside .centrado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.home aside .centrado .acciones {
  width: 200px;
  min-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 550px) {
  body.home aside .centrado .acciones {
    width: 100%;
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body.home aside .centrado .acciones h2 {
  cursor: pointer;
  font-family: var(--gosha);
  font-size: 23px;
  line-height: 0.8em;
  letter-spacing: -0.05em;
  color: var(--oscuro);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 550px) {
  body.home aside .centrado .acciones h2 {
    background-color: var(--naranja);
    padding: 10px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}
body.home aside .centrado .acciones h2 svg {
  width: 20px;
  margin-right: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
body.home aside .centrado .acciones h2 svg rect {
  fill: var(--oscuro);
}
body.home aside .centrado .acciones h2 svg.giro {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
body.home aside .centrado .acciones p {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: var(--oscuro);
}
@media only screen and (max-width: 550px) {
  body.home aside .centrado .acciones p {
    display: none;
  }
}
body.home aside .centrado .acciones ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  list-style: none;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 550px) {
  body.home aside .centrado .acciones ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
body.home aside .centrado .acciones ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
  width: 100%;
}
body.home aside .centrado .acciones ul li.con {
  display: none;
}
@media only screen and (max-width: 550px) {
  body.home aside .centrado .acciones ul li.con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
body.home aside .centrado .acciones ul li.sin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 550px) {
  body.home aside .centrado .acciones ul li.sin {
    display: none;
  }
}
body.home aside .centrado .acciones ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 4px 10px;
  background-color: black;
  text-transform: uppercase;
  color: white;
  font-size: 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  cursor: pointer;
}
body.home aside .centrado .acciones ul li.naranja a {
  background-color: var(--cat_naranja);
  color: var(--oscuro_siempre);
}
body.home aside .centrado .acciones ul li.negro a {
  background-color: var(--cat_negro);
}
body.home aside .centrado .acciones ul li.azul a {
  background-color: var(--cat_azul);
  color: var(--oscuro_siempre);
}
body.home aside .centrado .acciones ul li.verde a {
  background-color: var(--cat_verde);
  color: var(--oscuro_siempre);
}
body.home aside .centrado .acciones ul li.pistacho a {
  background-color: var(--cat_pistacho);
  color: var(--oscuro_siempre);
}
body.home aside .centrado .acciones #buscar {
  width: 20px;
  cursor: pointer;
  fill: var(--oscuro);
}
@media only screen and (max-width: 550px) {
  body.home aside .centrado .acciones #buscar {
    display: none;
  }
}
body.home aside .centrado .contenedor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}
body.home aside .centrado .contenedor::-webkit-scrollbar {
  display: none;
}
body.home aside .centrado .contenedor .owl-stage-outer .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body.home aside .centrado .contenedor .owl-stage-outer .owl-stage .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.home aside .centrado .contenedor .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  top: calc(50% - 25px);
  width: 20px;
  height: 50px;
}
body.home aside .centrado .contenedor .owl-nav .owl-prev svg {
  fill: var(--oscuro);
}
body.home aside .centrado .contenedor .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  top: calc(50% - 25px);
  width: 20px;
  height: 50px;
}
body.home aside .centrado .contenedor .owl-nav .owl-next svg {
  fill: var(--oscuro);
}
@media only screen and (max-width: 550px) {
  body.home aside .centrado .contenedor {
    display: none;
  }
}
body.home aside .centrado .contenedor .item {
  width: 250px;
  min-width: 200px;
  background-color: var(--blanco);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
body.home aside .centrado .contenedor .item .linea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
}
body.home aside .centrado .contenedor .item .linea .titulo {
  font-size: 14px;
  font-weight: 500;
  color: var(--oscuro);
}
body.home aside .centrado .contenedor .item .linea .categoria {
  padding: 5px 5px;
  border-radius: 10px;
  background-color: black;
  text-transform: uppercase;
  color: var(--blanco_siempre);
  font-size: 13px;
}
body.home aside .centrado .contenedor .item .linea .categoria.naranja {
  background-color: var(--cat_naranja);
  color: var(--oscuro_siempre);
}
body.home aside .centrado .contenedor .item .linea .categoria.negro {
  background-color: var(--cat_negro);
}
body.home aside .centrado .contenedor .item .linea .categoria.azul {
  background-color: var(--cat_azul);
  color: var(--oscuro_siempre);
}
body.home aside .centrado .contenedor .item .linea .categoria.verde {
  background-color: var(--cat_verde);
  color: var(--oscuro_siempre);
}
body.home aside .centrado .contenedor .item .linea .categoria.pistacho {
  background-color: var(--cat_pistacho);
  color: var(--oscuro_siempre);
}
body.home aside .centrado .contenedor .item p {
  padding-bottom: 5px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  font-size: 14px;
  font-weight: 400;
  color: var(--oscuro);
}
body.home aside .centrado .contenedor .item a {
  display: block;
  display: block;
  width: 100%;
  aspect-ratio: 5/4;
  overflow: hidden;
}
body.home aside .centrado .contenedor .item a img {
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  aspect-ratio: 5/4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.home aside .centrado .contenedor .item a:hover img {
  width: 120%;
  margin-left: -5%;
  margin-top: -5%;
}

/*

body.home .wrapper aside .centrado{
	justify-content: flex-end;	
}
body.home .wrapper aside .centrado .contenedor{
	visibility: collapse;
	opacity: 0;
}

body.home .wrapper aside .centrado .acciones p,
body.home .wrapper aside .centrado .acciones ul{
	visibility: collapse;
	opacity: 0;
}

body.home .wrapper aside.activo{

}
body.home .wrapper aside.activo .centrado .contenedor{
	display: flex;
	opacity: 1;


}

body.home .wrapper aside.activo .centrado .acciones p,
body.home .wrapper aside.activo .centrado .acciones ul{
	display: flex;
	opacity: 1;

}
*/
/*

	VARIABLES
	--color_fondo_footer




*/
footer .centrado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: var(--ancho_maximo);
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  footer .centrado {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 550px) {
  footer .centrado {
    padding-left: 10px;
    padding-right: 10px;
  }
}
footer .centrado ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0px;
}
@media only screen and (max-width: 550px) {
  footer .centrado ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
footer .centrado ul li {
  padding-left: 10px;
  padding-right: 10px;
}
footer .centrado ul li a {
  color: var(--oscuro);
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: 400;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  -webkit-transform-origin: 8px 8px;
          transform-origin: 8px 8px;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    -webkit-animation-name: blink;
            animation-name: blink;
    -webkit-animation-duration: 2000ms;
            animation-duration: 2000ms;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 input[type=file] {
  cursor: pointer;
}

.wpcf7 input[type=file]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type=url], .wpcf7 input[type=email], .wpcf7 input[type=tel] {
  direction: ltr;
}

.wpcf7-reflection > output {
  display: list-item;
  list-style: none;
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    gap: 10px;
    padding: 20px;
  }
}
@media only screen and (max-width: 550px) {
  form {
    padding: 0px;
  }
}
form > div.medios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 100%;
  gap: 10px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  form > div.medios {
    max-width: 100%;
  }
}
form > div.primera {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
form > div.primera label:first-child {
  width: 100%;
}
@media only screen and (max-width: 768px) and (min-width: 429px) {
  form > div.primera label:first-child {
    max-width: 100%;
  }
}
@media only screen and (max-width: 428px) {
  form > div.primera label:first-child {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 429px) {
  form > div.primera label:nth-child(2) {
    max-width: 100%;
  }
}
@media only screen and (max-width: 428px) {
  form > div.primera label:nth-child(2) {
    max-width: 100%;
  }
}
form label {
  display: block;
  width: 100%;
}
form input {
  font-family: var(--family);
  font-size: var(--dieciocho);
}
form input:not([type=checkbox]),
form textarea {
  width: 100%;
  padding: 10px 10px;
  font-family: var(--family);
  font-size: var(--dieciocho);
  background-color: var(--color_principal_light);
  border: 0px;
}
form select {
  width: 100%;
  padding: 10px 10px;
  font-family: var(--family);
  font-size: var(--dieciocho);
  background-color: var(--color_principal_light);
  border: 0px;
}
form input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: none;
  margin-top: 10px;
  background-color: var(--color_secundario);
  font-size: var(--veinticuatro);
  color: var(--color_blanco_siempre);
  text-transform: uppercase;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  border-radius: var(--radio_boton);
  white-space: nowrap;
  width: 100%;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  form input[type=submit] {
    white-space: normal;
    text-align: center;
  }
}
form a {
  color: var(--color_principal);
}
form .wpcf7-form-control-wrap {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}
form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  right: 5px;
  top: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
form .wpcf7-spinner {
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  display: block;
  margin: 0px;
}
form .wpcf7-response-output {
  position: absolute;
  bottom: -75px;
  left: 0px;
  border: 0px;
  margin: 0px;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
}
form.invalid .wpcf7-response-output {
  background-color: #ffb900;
  color: black;
}
form.sent .wpcf7-response-output {
  background-color: #46b450;
  color: black;
}

.wpcf7.no-js {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wpcf7.no-js p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  gap: 20px;
  width: 100%;
}
.wpcf7.no-js p .wpcf7-form-control-wrap .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.wpcf7.no-js p .wpcf7-form-control-wrap .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wpcf7.no-js p .wpcf7-form-control-wrap .wpcf7-list-item label input[type=checkbox] {
  margin-top: 3px;
}
.wpcf7.no-js p .wpcf7-form-control-wrap .wpcf7-list-item label input[type=checkbox] {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid var(--azul_aliot);
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  position: relative;
}
.wpcf7.no-js p .wpcf7-form-control-wrap .wpcf7-list-item label input[type=checkbox]:checked {
  background-color: var(--azul_aliot);
}
.wpcf7.no-js p .wpcf7-form-control-wrap .wpcf7-list-item label a {
  color: var(--azul_aliot);
}
.wpcf7.no-js p label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wpcf7.no-js p label span {
  font-size: 17px;
}
.wpcf7.no-js p label span a {
  color: var(--azul_aliot);
}
.wpcf7.no-js p label input:not([type=checkbox]), .wpcf7.no-js p label textarea {
  width: 100%;
  background-color: transparent;
  border: 0px;
  border-bottom: 1px solid var(--azul_aliot);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-size: 17px;
  font-weight: 400;
  font-family: var(--gosha);
  color: var(--azul_aliot);
}
.wpcf7.no-js p .wpcf7-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  max-width: 125px;
  text-align: center;
  font-size: 18px;
  color: var(--verde);
  font-family: var(--gosha);
  text-decoration: none;
  background-color: var(--azul_aliot);
  border: 1px solid var(--azul_aliot);
  border-radius: 20px;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.wpcf7.no-js p .wpcf7-submit:hover {
  background-color: var(--verde);
  color: var(--azul_aliot);
}

/*

	VARIABLES
	--color_fondo_footer

*/
.home .wrapper main {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home .wrapper main .centrado {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}
.home .wrapper main .centrado .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  max-width: var(--ancho_maximo);
  margin: auto;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.home .wrapper main .centrado .panel svg {
  position: absolute;
  top: 5dvh;
  width: 100%;
  z-index: 1;
  fill: white;
  stroke: black;
  height: 90dvh;
  -webkit-transition: all 1s ease-in-out 0.5s;
  transition: all 1s ease-in-out 0.5s;
  opacity: 0.1;
}
.home .wrapper main .centrado .panel h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 80px;
  color: var(--oscuro);
  font-family: var(--gosha);
  line-height: 0.8em;
  letter-spacing: -0.05em;
  font-weight: 300;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out 1s;
  transition: all 1s ease-in-out 1s;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .home .wrapper main .centrado .panel h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 550px) {
  .home .wrapper main .centrado .panel h1 {
    font-size: 50px;
    text-align: center;
  }
}
.home .wrapper main .centrado .panel h1 span {
  display: block;
  z-index: 2;
  position: relative;
  text-align: center;
}
.home .wrapper main .centrado .panel h1 img {
  position: absolute;
  margin: auto;
  max-width: 100%;
  z-index: 1;
}

.home.aurrera .wrapper main .centrado .panel svg {
  height: 50dvh;
  top: 25dvh;
  fill: var(--azul_aliot);
  stroke: var(--azul_aliot);
  opacity: 1;
  -webkit-filter: drop-shadow(5px 5px 15px var(--oscuro));
          filter: drop-shadow(5px 5px 15px var(--oscuro));
}

.home.aurrera .wrapper main .centrado .panel h1 {
  opacity: 1;
}

/*

	VARIABLES
	--color_fondo_footer

*/
.about main {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about main .centrado {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.about main .centrado .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: var(--ancho_maximo);
  margin: auto;
  padding: 40px 25px;
}
@media only screen and (max-width: 550px) {
  .about main .centrado .panel {
    padding: 0px;
  }
}
.about main .centrado .panel h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 60px;
  color: var(--azul_aliot);
  font-family: var(--gosha);
  line-height: 0.9em;
  font-weight: 300;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 550px) {
  .about main .centrado .panel h1 {
    font-size: 50px;
  }
}
.about main .centrado .panel .next {
  padding: 20px;
  border-radius: 20px;
  background-color: var(--azul_aliot);
}
.about main .centrado .panel .next h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: var(--gosha);
  font-size: 30px;
  font-weight: 400;
  line-height: 1em;
  color: var(--azul_aliot);
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.about main .centrado .panel .next h2 a {
  text-decoration: none;
  color: white;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.about main .centrado .panel .next:hover {
  background-color: var(--azul_aliot);
}
.about main .centrado .panel .next:hover a {
  color: white;
}
.about main .centrado .panel .puntos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 75px;
     -moz-column-gap: 75px;
          column-gap: 75px;
  gap: 75px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .about main .centrado .panel .puntos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 550px) {
  .about main .centrado .panel .puntos {
    gap: 25px;
  }
}
.about main .centrado .panel .puntos .punto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  width: calc(33.3333333333% - 75px);
  background-color: var(--crema);
  border-radius: 20px;
  border: 1px solid var(--crema);
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
  opacity: 0;
}
.about main .centrado .panel .puntos .punto:nth-child(1) {
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
}
.about main .centrado .panel .puntos .punto:nth-child(2) {
  -webkit-transition: all 0.4s ease-in-out 0.4s;
  transition: all 0.4s ease-in-out 0.4s;
}
.about main .centrado .panel .puntos .punto:nth-child(3) {
  -webkit-transition: all 0.4s ease-in-out 0.6s;
  transition: all 0.4s ease-in-out 0.6s;
}
@media only screen and (max-width: 550px) {
  .about main .centrado .panel .puntos .punto {
    width: 100%;
  }
}
.about main .centrado .panel .puntos .punto:hover {
  border: 1px solid var(--azul_aliot);
}
.about main .centrado .panel .puntos .punto .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  color: var(--azul_aliot);
  text-transform: uppercase;
  height: 250px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 20px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.05);
  position: relative;
}
.about main .centrado .panel .puntos .punto .card img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}
.about main .centrado .panel .puntos .punto .card h2 {
  position: absolute;
  font-family: var(--gosha);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2em;
  color: var(--azul_aliot);
  text-transform: uppercase;
  padding: 20px;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: rgba(0, 0, 0, 0.75);
}
.about main .centrado .panel .puntos .punto .card:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}
.about main .centrado .panel .puntos .punto .card:hover h2 {
  background-color: rgba(0, 0, 0, 0.75);
}
.about main .centrado .panel .puntos .punto h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  font-family: var(--familia);
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: -0.05em;
  color: var(--oscuro);
}
.about main .centrado .panel .puntos .punto p {
  padding-bottom: 20px;
  font-family: var(--familia);
  font-size: 17px;
  line-height: 1.5em;
  color: var(--oscuro);
  padding-left: 20px;
  padding-right: 20px;
}
.about main .centrado .panel .puntos .punto p a {
  color: var(--naranja);
  font-weight: bold;
  text-decoration: none;
}
.about main .centrado .panel .puntos .punto p a:hover {
  text-decoration: underline;
}
.about main .centrado .panel .puntos .punto ul {
  padding-bottom: 20px;
  padding-left: 20px;
}
.about main .centrado .panel .puntos .punto ul li {
  font-family: var(--familia);
  font-size: 17px;
  color: var(--oscuro);
  position: relative;
  list-style: none;
}
.about main .centrado .panel .puntos .punto ul li::before {
  content: "-";
  position: absolute;
  left: -10px;
}

.aurrera.about main .centrado .panel h1 {
  opacity: 1;
}

.aurrera.about main .centrado .panel .puntos .punto {
  opacity: 1;
}

/*

	VARIABLES
	--color_fondo_footer

*/
.new_journey main {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.new_journey main .centrado {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.new_journey main .centrado .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: var(--ancho_maximo);
  margin: auto;
  position: relative;
  padding: 40px 25px;
  -ms-flex-direction: row;
      flex-direction: row;
  overflow: hidden;
}
.new_journey main .centrado .panel .uno {
  width: 100%;
  position: relative;
  position: absolute;
  left: 0px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  z-index: 2;
  opacity: 1;
  margin-top: 0px;
}
@media only screen and (max-width: 550px) {
  .new_journey main .centrado .panel .uno {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.new_journey main .centrado .panel .uno.stage_2 {
  opacity: 0;
  margin-top: -25px;
}
.new_journey main .centrado .panel .uno h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 60px;
  color: var(--oscuro_naranja);
  font-family: var(--gosha);
  line-height: 0.8em;
  letter-spacing: -0.05em;
  font-weight: 400;
}
@media only screen and (max-width: 550px) {
  .new_journey main .centrado .panel .uno h1 {
    font-size: 50px;
    width: 100%;
  }
}
.new_journey main .centrado .panel .uno .triada {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 550px) {
  .new_journey main .centrado .panel .uno .triada {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    gap: 20px;
  }
}
.new_journey main .centrado .panel .uno .triada .fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 550px) {
  .new_journey main .centrado .panel .uno .triada .fix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    gap: 20px;
  }
}
.new_journey main .centrado .panel .uno .triada .circle {
  min-width: 225;
  aspect-ratio: 1/1;
  margin-right: 25px;
}
@media only screen and (max-width: 550px) {
  .new_journey main .centrado .panel .uno .triada .circle {
    width: 100%;
    aspect-ratio: initial;
    margin-right: 0px;
  }
}
.new_journey main .centrado .panel .uno .triada .circle svg {
  width: 225px;
}
.new_journey main .centrado .panel .uno .triada .circle svg .naranja {
  fill: var(--naranja);
}
.new_journey main .centrado .panel .uno .triada .circle svg .oscuro {
  fill: var(--oscuro);
}
.new_journey main .centrado .panel .uno .triada .circle svg .azul {
  fill: var(--cat_azul);
}
.new_journey main .centrado .panel .uno .triada h2 {
  font-size: 40px;
  color: var(--oscuro);
  font-family: var(--familia);
  line-height: 1em;
  font-weight: 400;
}
@media only screen and (max-width: 550px) {
  .new_journey main .centrado .panel .uno .triada h2 {
    padding-right: 0px;
    font-size: 40px;
    width: 100%;
  }
}
.new_journey main .centrado .panel .uno .triada .call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media only screen and (max-width: 550px) {
  .new_journey main .centrado .panel .uno .triada .call {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    gap: 20px;
  }
}
.new_journey main .centrado .panel .uno .triada .call span {
  font-family: var(--gosha);
  color: var(--oscuro_naranja);
  line-height: 1em;
  letter-spacing: -0.05em;
  font-weight: 400;
  font-size: 25px;
  text-align: center;
  width: 300px;
}
.new_journey main .centrado .panel .uno .triada .call svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 40px;
  margin-top: -20px;
}
@media only screen and (max-width: 550px) {
  .new_journey main .centrado .panel .uno .triada .call svg {
    width: 24px;
    margin-top: -20px;
  }
}
.new_journey main .centrado .panel .uno .triada .call svg rect {
  -webkit-transition: fill 1s;
  transition: fill 1s;
}
.new_journey main .centrado .panel .uno .triada .call svg .p_1, .new_journey main .centrado .panel .uno .triada .call svg .p_1.animate {
  fill: var(--oscuro_naranja);
  -webkit-animation: colorChange1 1s;
          animation: colorChange1 1s;
}
.new_journey main .centrado .panel .uno .triada .call svg .p_2, .new_journey main .centrado .panel .uno .triada .call svg .p_2.animate {
  fill: var(--oscuro_naranja);
  -webkit-animation: colorChange2 2s;
          animation: colorChange2 2s;
}
.new_journey main .centrado .panel .uno .triada .call svg .p_3, .new_journey main .centrado .panel .uno .triada .call svg .p_3.animate {
  fill: var(--oscuro_naranja);
  -webkit-animation: colorChange3 3s;
          animation: colorChange3 3s;
}
.new_journey main .centrado .panel .uno .triada .call svg .p_4, .new_journey main .centrado .panel .uno .triada .call svg .p_4.animate {
  fill: var(--oscuro_naranja);
  -webkit-animation: colorChange2 2s;
          animation: colorChange2 2s;
}
.new_journey main .centrado .panel .uno .triada .call svg .p_5, .new_journey main .centrado .panel .uno .triada .call svg .p_5.animate {
  fill: var(--oscuro_naranja);
  -webkit-animation: colorChange1 1s;
          animation: colorChange1 1s;
}
@-webkit-keyframes colorChange1 {
  0% {
    fill: var(--naranja_oscuro);
  }
  100% {
    fill: var(--oscuro_naranja);
  }
}
@keyframes colorChange1 {
  0% {
    fill: var(--naranja_oscuro);
  }
  100% {
    fill: var(--oscuro_naranja);
  }
}
@-webkit-keyframes colorChange2 {
  0% {
    fill: var(--naranja_oscuro);
  }
  100% {
    fill: var(--oscuro_naranja);
  }
}
@keyframes colorChange2 {
  0% {
    fill: var(--naranja_oscuro);
  }
  100% {
    fill: var(--oscuro_naranja);
  }
}
@-webkit-keyframes colorChange3 {
  0% {
    fill: var(--naranja_oscuro);
  }
  100% {
    fill: var(--oscuro_naranja);
  }
}
@keyframes colorChange3 {
  0% {
    fill: var(--naranja_oscuro);
  }
  100% {
    fill: var(--oscuro_naranja);
  }
}
.new_journey main .centrado .panel .puntos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding-top: 50px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  position: relative;
  left: 0px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  z-index: 1;
  opacity: 0;
}
@media only screen and (max-width: 550px) {
  .new_journey main .centrado .panel .puntos {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.new_journey main .centrado .panel .puntos.stage_2 {
  opacity: 1;
}
.new_journey main .centrado .panel .puntos.stage_2 .punto {
  opacity: 1;
  margin-top: 0px;
}
@media only screen and (max-width: 1024px) {
  .new_journey main .centrado .panel .puntos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.new_journey main .centrado .panel .puntos .puntos {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.new_journey main .centrado .panel .puntos .back {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 4px 10px;
  color: var(--oscuro);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  border: 1px solid var(--oscuro);
  background-color: var(--crema);
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.new_journey main .centrado .panel .puntos .back:hover {
  border: 1px solid var(--oscuro);
  background-color: var(--oscuro);
  color: var(--crema);
}
.new_journey main .centrado .panel .puntos .punto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: calc(25% - 15px);
  opacity: 0;
  -webkit-transition: all 1s ease-in-out 1s;
  transition: all 1s ease-in-out 1s;
  margin-top: 25px;
}
.new_journey main .centrado .panel .puntos .punto:first-child {
  -webkit-transition: all 1s ease-in-out 1s;
  transition: all 1s ease-in-out 1s;
}
.new_journey main .centrado .panel .puntos .punto:nth-child(2) {
  -webkit-transition: all 1s ease-in-out 2s;
  transition: all 1s ease-in-out 2s;
}
.new_journey main .centrado .panel .puntos .punto:nth-child(3) {
  -webkit-transition: all 1s ease-in-out 3s;
  transition: all 1s ease-in-out 3s;
}
.new_journey main .centrado .panel .puntos .punto:nth-child(4) {
  -webkit-transition: all 1s ease-in-out 4s;
  transition: all 1s ease-in-out 4s;
}
@media only screen and (max-width: 1024px) {
  .new_journey main .centrado .panel .puntos .punto {
    max-width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 550px) {
  .new_journey main .centrado .panel .puntos .punto {
    max-width: 100%;
  }
}
.new_journey main .centrado .panel .puntos .punto h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 20px;
  font-family: var(--gosha);
  font-size: 23px;
  line-height: 0.8em;
  letter-spacing: -0.05em;
  color: var(--oscuro_naranja);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new_journey main .centrado .panel .puntos .punto h2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.new_journey main .centrado .panel .puntos .punto h2 span.number {
  border-radius: 100px;
  padding: 15px;
  background-color: var(--oscuro_naranja);
  color: var(--crema);
  border-radius: 100px;
  font-size: 23px;
  font-family: var(--gosha);
  line-height: 0.8em;
  letter-spacing: -0.05em;
  min-width: 60px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
.new_journey main .centrado .panel .puntos .punto p {
  padding-bottom: 20px;
  font-size: 15px;
  color: var(--oscuro);
}
.new_journey main .centrado .panel .puntos .punto p a {
  color: var(--naranja);
  font-weight: 500;
}
.new_journey main .centrado .panel .puntos .punto ul, .new_journey main .centrado .panel .puntos .punto ol {
  padding-left: 20px;
}
.new_journey main .centrado .panel .puntos .punto ul li, .new_journey main .centrado .panel .puntos .punto ol li {
  padding-bottom: 5px;
  font-size: 15px;
  line-height: 1.5em;
  color: var(--oscuro);
  position: relative;
  list-style: none;
}
.new_journey main .centrado .panel .puntos .punto ul li a, .new_journey main .centrado .panel .puntos .punto ol li a {
  color: var(--naranja);
  font-weight: 500;
}
.new_journey main .centrado .panel .puntos .punto ul li::before, .new_journey main .centrado .panel .puntos .punto ol li::before {
  content: "-";
  position: absolute;
  left: -10px;
}
.new_journey main .centrado .panel .puntos .punto svg {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 10px;
}
.new_journey main .centrado .panel .puntos .punto img {
  margin-top: 25px;
  margin-bottom: 25px;
}

/*

	VARIABLES
	--color_fondo_footer

*/
.commitment main {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.commitment main .centrado {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
@media only screen and (max-width: 550px) {
  .commitment main .centrado.no_naranja .panel {
    padding: 0px;
  }
}
.commitment main .centrado.no_naranja .panel h1 {
  color: var(--azul_aliot);
}
.commitment main .centrado .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: var(--ancho_maximo);
  margin: auto;
  padding: 40px 25px;
}
.commitment main .centrado .panel h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 60px;
  color: var(--azul_aliot);
  font-family: var(--gosha);
  line-height: 1em;
  font-weight: 300;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 550px) {
  .commitment main .centrado .panel h1 {
    font-size: 50px;
  }
}
.commitment main .centrado .panel h1 span svg .st0 {
  fill: var(--oscuro);
}
.commitment main .centrado .panel .puntos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .commitment main .centrado .panel .puntos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.commitment main .centrado .panel .puntos .punto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: calc(50% - 15px);
  opacity: 0;
}
.commitment main .centrado .panel .puntos .punto:nth-child(1) {
  -webkit-transition: all 0.8s ease-in-out 0.2s;
  transition: all 0.8s ease-in-out 0.2s;
}
.commitment main .centrado .panel .puntos .punto:nth-child(2) {
  -webkit-transition: all 0.8s ease-in-out 0.4s;
  transition: all 0.8s ease-in-out 0.4s;
}
.commitment main .centrado .panel .puntos .punto:nth-child(3) {
  -webkit-transition: all 0.4s ease-in-out 0.6s;
  transition: all 0.4s ease-in-out 0.6s;
}
@media only screen and (max-width: 550px) {
  .commitment main .centrado .panel .puntos .punto {
    max-width: 100%;
  }
}
.commitment main .centrado .panel .puntos .punto img {
  border-radius: 10px;
  margin-bottom: 20px;
  -webkit-filter: grayscale(75%);
          filter: grayscale(75%);
  max-width: 100%;
}
.commitment main .centrado .panel .puntos .punto h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  font-family: var(--gosha);
  font-size: 35px;
  line-height: 1em;
  letter-spacing: -0.05em;
  color: var(--azul_aliot);
  font-weight: 400;
}
.commitment main .centrado .panel .puntos .punto h2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.commitment main .centrado .panel .puntos .punto h2 span.number {
  border-radius: 100px;
  padding: 15px;
  background-color: var(--oscuro);
  color: white;
  border-radius: 100px;
  margin-bottom: 20px;
  font-size: 23px;
  font-family: var(--gosha);
  line-height: 0.8em;
  letter-spacing: -0.05em;
  width: 60px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.commitment main .centrado .panel .puntos .punto p {
  padding-bottom: 20px;
  font-family: var(--familia);
  font-size: 17px;
  line-height: 1.5em;
  color: var(--oscuro);
}
.commitment main .centrado .panel .puntos .punto p strong {
  color: var(--azul_aliot);
}
.commitment main .centrado .panel .puntos .punto ol, .commitment main .centrado .panel .puntos .punto ul {
  padding-bottom: 20px;
  padding-left: 20px;
}
.commitment main .centrado .panel .puntos .punto ol li, .commitment main .centrado .panel .puntos .punto ul li {
  font-family: var(--familia);
  font-size: 17px;
  line-height: 1.5em;
  color: var(--oscuro);
}
.commitment main .centrado .panel .puntos .punto ol li strong, .commitment main .centrado .panel .puntos .punto ul li strong {
  color: var(--azul_aliot);
}
.commitment main .centrado .panel .puntos .punto .array {
  width: 100%;
}
.commitment main .centrado .panel .puntos .punto .array .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.commitment main .centrado .panel .puntos .punto .array .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.commitment main .centrado .panel .puntos .punto .array .item a img {
  width: 100%;
  max-width: 50%;
}

.aurrera.commitment main .centrado .panel h1 {
  opacity: 1;
}

.aurrera.commitment main .centrado .panel .puntos .punto {
  opacity: 1;
}

/*

	VARIABLES
	--color_fondo_footer

*/
.join main {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.join main .centrado {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.join main .centrado .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: var(--ancho_maximo);
  margin: auto;
  padding: 40px 25px;
}
@media only screen and (max-width: 550px) {
  .join main .centrado .panel {
    padding: 0px;
  }
}
.join main .centrado .panel h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 60px;
  color: var(--oscuro);
  font-family: var(--gosha);
  line-height: 0.8em;
  letter-spacing: -0.05em;
  font-weight: 400;
}
@media only screen and (max-width: 550px) {
  .join main .centrado .panel h1 {
    font-size: 50px;
  }
}
.join main .centrado .panel .puntos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .join main .centrado .panel .puntos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.join main .centrado .panel .puntos .punto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: calc(50% - 15px);
  width: 100%;
}
@media only screen and (max-width: 550px) {
  .join main .centrado .panel .puntos .punto {
    max-width: 100%;
  }
}
.join main .centrado .panel .puntos .punto h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  font-family: var(--gosha);
  font-size: 45px;
  line-height: 0.8em;
  letter-spacing: -0.05em;
  color: var(--oscuro);
  font-weight: 400;
}
.join main .centrado .panel .puntos .punto h2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.join main .centrado .panel .puntos .punto h2 span.number {
  border-radius: 100px;
  padding: 15px;
  background-color: var(--oscuro);
  color: white;
  border-radius: 100px;
  margin-bottom: 20px;
  font-size: 23px;
  font-family: var(--gosha);
  line-height: 0.8em;
  letter-spacing: -0.05em;
  width: 60px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.join main .centrado .panel .puntos .punto p {
  padding-bottom: 20px;
  font-family: var(--familia);
  font-size: 15px;
  line-height: 1.5em;
  color: var(--oscuro);
}
.join main .centrado .panel .puntos .punto ol, .join main .centrado .panel .puntos .punto ul {
  padding-bottom: 20px;
  padding-left: 20px;
}
.join main .centrado .panel .puntos .punto ol li, .join main .centrado .panel .puntos .punto ul li {
  color: var(--oscuro);
  font-family: var(--familia);
  font-size: 15px;
}
.join main .centrado .panel .puntos .punto input, .join main .centrado .panel .puntos .punto textarea {
  border: 1px solid var(--oscuro);
  padding: 5px;
  background-color: var(--crema);
  font-size: 15px;
  font-family: var(--familia);
  width: 100%;
  margin-bottom: 10px;
}
.join main .centrado .panel .puntos .punto .wpcf7-submit {
  background-color: var(--oscuro);
  color: var(--crema);
  cursor: pointer;
}

.wpcf7 form .wpcf7-response-output {
  position: fixed;
  bottom: 20px;
  width: calc(100% - 40px);
  margin: 0px;
  right: 20px;
  left: 20px;
  padding: 10px;
  text-transform: uppercase;
  border-radius: 5px;
  z-index: 3;
}
.wpcf7 form.invalid .wpcf7-response-output {
  background-color: #ffb900;
  color: black;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
  color: black;
}

/*

	VARIABLES
	--color_fondo_footer

*/
.cv main {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cv main .centrado {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.cv main .centrado .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: var(--ancho_maximo);
  margin: auto;
  padding: 40px 25px;
}
@media only screen and (max-width: 550px) {
  .cv main .centrado .panel {
    padding: 0px;
  }
}
.cv main .centrado .panel h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 60px;
  color: var(--oscuro);
  font-family: var(--gosha);
  line-height: 0.8em;
  letter-spacing: -0.05em;
  font-weight: 400;
}
@media only screen and (max-width: 550px) {
  .cv main .centrado .panel h1 {
    font-size: 50px;
  }
}
.cv main .centrado .panel .puntos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .cv main .centrado .panel .puntos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.cv main .centrado .panel .puntos img {
  min-width: 250px;
  width: 100%;
  max-width: 300px;
}
.cv main .centrado .panel .puntos .punto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: calc(50% - 15px);
}
@media only screen and (max-width: 550px) {
  .cv main .centrado .panel .puntos .punto {
    max-width: 100%;
  }
}
.cv main .centrado .panel .puntos .punto h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  font-family: var(--gosha);
  font-size: 45px;
  font-weight: 400;
  line-height: 0.8em;
  letter-spacing: -0.05em;
  color: var(--oscuro);
}
.cv main .centrado .panel .puntos .punto h2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cv main .centrado .panel .puntos .punto h2 span.number {
  border-radius: 100px;
  padding: 15px;
  background-color: var(--oscuro);
  color: white;
  border-radius: 100px;
  margin-bottom: 20px;
  font-size: 23px;
  font-family: var(--gosha);
  line-height: 0.8em;
  letter-spacing: -0.05em;
  width: 60px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cv main .centrado .panel .puntos .punto p {
  padding-bottom: 20px;
  font-family: var(--familia);
  font-size: 15px;
  line-height: 1.5em;
  color: var(--oscuro);
}
.cv main .centrado .panel .puntos .punto p a {
  color: var(--naranja);
  font-weight: 500;
}
.cv main .centrado .panel .puntos .punto ol, .cv main .centrado .panel .puntos .punto ul {
  padding-left: 20px;
  padding-bottom: 20px;
}
.cv main .centrado .panel .puntos .punto ol li, .cv main .centrado .panel .puntos .punto ul li {
  font-family: var(--familia);
  color: var(--oscuro);
  font-size: 15px;
  line-height: 1.5em;
}

/*

	VARIABLES
	--color_fondo_footer

*/
.services main {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
.services main .centrado {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.services main .centrado .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: var(--ancho_maximo);
  margin: auto;
  padding: 40px 25px;
}
@media only screen and (max-width: 550px) {
  .services main .centrado .panel {
    padding: 0px;
  }
}
.services main .centrado .panel h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 60px;
  color: var(--azul_aliot);
  font-family: var(--gosha);
  line-height: 0.8em;
  font-weight: 300;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 550px) {
  .services main .centrado .panel h1 {
    font-size: 50px;
  }
}
.services main .centrado .panel .puntos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 75px;
     -moz-column-gap: 75px;
          column-gap: 75px;
  padding-top: 50px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
@media only screen and (max-width: 1024px) {
  .services main .centrado .panel .puntos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    gap: 20px;
  }
}
.services main .centrado .panel .puntos .punto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: calc(50% - 15px);
  width: 100%;
  background-color: rgba(0, 0, 0, 0.09);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  max-height: 50vh;
  opacity: 0;
}
@media only screen and (max-width: 550px) {
  .services main .centrado .panel .puntos .punto {
    max-width: 100%;
    aspect-ratio: 1/1;
  }
}
.services main .centrado .panel .puntos .punto:nth-child(1) {
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
}
.services main .centrado .panel .puntos .punto:nth-child(2) {
  -webkit-transition: all 0.4s ease-in-out 0.4s;
  transition: all 0.4s ease-in-out 0.4s;
}
.services main .centrado .panel .puntos .punto:nth-child(3) {
  -webkit-transition: all 0.4s ease-in-out 0.6s;
  transition: all 0.4s ease-in-out 0.6s;
}
.services main .centrado .panel .puntos .punto h2 {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.services main .centrado .panel .puntos .punto h2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 50px;
  font-weight: 300;
  color: var(--azul_aliot);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 550px) {
  .services main .centrado .panel .puntos .punto h2 a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 25px;
  }
}
.services main .centrado .panel .puntos .punto div {
  position: absolute;
  z-index: 2;
  background-color: white;
  bottom: 0px;
  padding: 20px;
  opacity: 0.75;
}
.services main .centrado .panel .puntos .punto div h3 {
  font-size: 25px;
  color: var(--azul_aliot);
  text-transform: uppercase;
  font-weight: 400;
}
.services main .centrado .panel .puntos .punto div p {
  font-size: 17px;
  padding-top: 10px;
}
.services main .centrado .panel .puntos .punto img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.25;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 550px) {
  .services main .centrado .panel .puntos .punto img {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    opacity: 1;
  }
}
.services main .centrado .panel .puntos .punto:hover h2 a {
  font-size: 70px;
}
.services main .centrado .panel .puntos .punto:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}

.wpcf7 form .wpcf7-response-output {
  position: fixed;
  bottom: 20px;
  width: calc(100% - 40px);
  margin: 0px;
  right: 20px;
  left: 20px;
  padding: 10px;
  text-transform: uppercase;
  border-radius: 5px;
  z-index: 3;
}
.wpcf7 form.invalid .wpcf7-response-output {
  background-color: #ffb900;
  color: black;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
  color: black;
}

.aurrera.services main .centrado .panel h1 {
  opacity: 1;
}

.aurrera.services main .centrado .panel .puntos .punto {
  opacity: 1;
}

/*

	VARIABLES
	--color_fondo_footer

*/
.legal main {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.legal main .centrado {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.legal main .centrado .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: var(--ancho_maximo);
  margin: auto;
  padding: 40px 25px;
}
@media only screen and (max-width: 550px) {
  .legal main .centrado .panel {
    padding: 0px;
  }
}
.legal main .centrado .panel h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 60px;
  color: var(--azul_aliot);
  font-family: var(--gosha);
  line-height: 0.8em;
  font-weight: 300;
  padding-bottom: 20px;
}
@media only screen and (max-width: 550px) {
  .legal main .centrado .panel h1 {
    font-size: 50px;
  }
}
.legal main .centrado .panel h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  font-family: var(--gosha);
  font-size: 30px;
  line-height: 0.8em;
  color: var(--oscuro);
  font-weight: 300;
}
.legal main .centrado .panel h2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.legal main .centrado .panel h2 span.number {
  border-radius: 100px;
  padding: 15px;
  background-color: var(--oscuro);
  color: white;
  border-radius: 100px;
  margin-bottom: 20px;
  font-size: 23px;
  font-family: var(--gosha);
  line-height: 0.8em;
  letter-spacing: -0.05em;
  width: 60px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.legal main .centrado .panel p {
  padding-bottom: 20px;
  font-family: var(--familia);
  font-size: 17px;
  line-height: 1.5em;
  color: var(--oscuro);
}
.legal main .centrado .panel ol, .legal main .centrado .panel ul {
  padding-bottom: 20px;
  padding-left: 20px;
}
.legal main .centrado .panel ol li, .legal main .centrado .panel ul li {
  color: var(--oscuro);
  font-family: var(--familia);
  line-height: 1.5em;
  font-size: 17px;
}
.legal main .centrado .panel ol li strong, .legal main .centrado .panel ul li strong {
  font-weight: 400;
  color: var(--azul_aliot);
}
.legal main .centrado .panel ol li a, .legal main .centrado .panel ul li a {
  color: var(--azul_aliot);
}

/*

	VARIABLES
	--color_fondo_footer

*/
.donde main {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}
.donde main .centrado {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.donde main .centrado .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: var(--ancho_maximo);
  margin: auto;
  padding: 40px 25px;
}
@media only screen and (max-width: 550px) {
  .donde main .centrado .panel {
    padding: 0px;
  }
}
.donde main .centrado .panel h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 60px;
  color: var(--azul_aliot);
  font-family: var(--gosha);
  line-height: 0.8em;
  font-weight: 300;
  padding-bottom: 20px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 550px) {
  .donde main .centrado .panel h1 {
    font-size: 50px;
  }
}
.donde main .centrado .panel .area {
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.04);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-column-gap: 75px;
     -moz-column-gap: 75px;
          column-gap: 75px;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out 0.2s;
  transition: all 0.8s ease-in-out 0.2s;
}
@media only screen and (max-width: 550px) {
  .donde main .centrado .panel .area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    background-color: transparent;
  }
}
.donde main .centrado .panel .area img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: 1;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
@media only screen and (max-width: 550px) {
  .donde main .centrado .panel .area img {
    display: none;
  }
}
.donde main .centrado .panel .area .pieza {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0);
  padding: 20px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
  overflow: hidden;
  min-height: 550px;
}
.donde main .centrado .panel .area .pieza:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 550px) {
  .donde main .centrado .panel .area .pieza {
    min-height: initial;
  }
}
.donde main .centrado .panel .area .pieza h2 {
  z-index: 3;
  position: relative;
  color: white;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
@media only screen and (max-width: 550px) {
  .donde main .centrado .panel .area .pieza h2 {
    color: var(--azul_aliot);
  }
}
.donde main .centrado .panel .area .pieza svg {
  opacity: 0;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  width: 50px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 550px) {
  .donde main .centrado .panel .area .pieza svg {
    opacity: 1;
  }
}
.donde main .centrado .panel .area .pieza svg path {
  fill: var(--color_secundario);
}
.donde main .centrado .panel .area .pieza img {
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
@media only screen and (max-width: 550px) {
  .donde main .centrado .panel .area .pieza img {
    display: block;
    opacity: 1;
  }
}
.donde main .centrado .panel .area .pieza a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 3;
  position: relative;
  color: white;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  text-decoration: none;
}
@media only screen and (max-width: 550px) {
  .donde main .centrado .panel .area .pieza a {
    color: var(--oscuro);
  }
}
.donde main .centrado .panel .area:hover {
  background-color: rgba(0, 0, 0, 0);
  padding: 5px;
}
.donde main .centrado .panel .area:hover img {
  opacity: 0;
}
.donde main .centrado .panel .area:hover .pieza {
  background-color: rgba(0, 0, 0, 0.04);
}
.donde main .centrado .panel .area:hover .pieza h2 {
  color: var(--azul_aliot);
}
.donde main .centrado .panel .area:hover .pieza img {
  opacity: 1;
}
.donde main .centrado .panel .area:hover .pieza svg {
  opacity: 1;
}
.donde main .centrado .panel .area:hover .pieza a {
  color: var(--oscuro);
}
.donde main .centrado .panel .area:hover .pieza a:hover {
  text-decoration: underline;
}
.donde main .centrado .panel h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: var(--gosha);
  font-size: 45px;
  font-weight: 300;
  color: var(--azul_aliot);
}
.donde main .centrado .panel h2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.donde main .centrado .panel h2 span.number {
  border-radius: 100px;
  padding: 15px;
  background-color: var(--oscuro);
  color: white;
  border-radius: 100px;
  margin-bottom: 20px;
  font-size: 23px;
  font-family: var(--gosha);
  line-height: 0.8em;
  letter-spacing: -0.05em;
  width: 60px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.donde main .centrado .panel p {
  padding-bottom: 20px;
  font-family: var(--familia);
  font-size: 17px;
  line-height: 1.5em;
  color: var(--oscuro);
}
.donde main .centrado .panel ol, .donde main .centrado .panel ul {
  padding-bottom: 20px;
  padding-left: 20px;
}
.donde main .centrado .panel ol li, .donde main .centrado .panel ul li {
  color: var(--oscuro);
  font-family: var(--familia);
  line-height: 1.5em;
  font-size: 17px;
}
.donde main .centrado .panel input, .donde main .centrado .panel textarea {
  border: 1px solid var(--oscuro);
  padding: 5px;
  background-color: var(--crema);
  font-size: 15px;
  font-family: var(--familia);
  width: 100%;
  margin-bottom: 10px;
}
.donde main .centrado .panel .wpcf7-submit {
  background-color: var(--oscuro);
  color: var(--crema);
  cursor: pointer;
}

.wpcf7 form .wpcf7-response-output {
  position: fixed;
  bottom: 20px;
  width: calc(100% - 40px);
  margin: 0px;
  right: 20px;
  left: 20px;
  padding: 10px;
  text-transform: uppercase;
  border-radius: 5px;
  z-index: 3;
}
.wpcf7 form.invalid .wpcf7-response-output {
  background-color: #ffb900;
  color: black;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
  color: black;
}

.aurrera.donde main .centrado .panel h1 {
  opacity: 1;
}

.aurrera.donde main .centrado .panel .area {
  opacity: 1;
}

/*

	VARIABLES
	--color_fondo_footer

*/
.contact main {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact main .centrado {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.contact main .centrado .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: var(--ancho_maximo);
  margin: auto;
  padding: 40px 25px;
}
@media only screen and (max-width: 550px) {
  .contact main .centrado .panel {
    padding: 0px;
  }
}
.contact main .centrado .panel h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 60px;
  color: var(--azul_aliot);
  font-family: var(--gosha);
  line-height: 0.8em;
  letter-spacing: -0.05em;
  font-weight: 300;
}
@media only screen and (max-width: 550px) {
  .contact main .centrado .panel h1 {
    font-size: 50px;
  }
}
.contact main .centrado .panel .puntos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .contact main .centrado .panel .puntos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contact main .centrado .panel .puntos .punto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: calc(50% - 15px);
}
@media only screen and (max-width: 550px) {
  .contact main .centrado .panel .puntos .punto {
    max-width: 100%;
  }
}
.contact main .centrado .panel .puntos .punto h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  font-family: var(--gosha);
  font-size: 40px;
  font-weight: 300;
  line-height: 0.8em;
  letter-spacing: -0.05em;
  color: var(--azul_aliot);
}
.contact main .centrado .panel .puntos .punto h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  font-family: var(--gosha);
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 0.8em;
  letter-spacing: -0.05em;
  color: var(--oscuro);
}
.contact main .centrado .panel .puntos .punto p {
  padding-bottom: 20px;
  font-family: var(--familia);
  font-size: 17px;
  line-height: 1.5em;
  color: var(--oscuro);
}
.contact main .centrado .panel .puntos .punto p a {
  color: var(--naranja);
}
.contact main .centrado .panel .puntos .punto ol, .contact main .centrado .panel .puntos .punto ul {
  padding-bottom: 20px;
  padding-left: 20px;
}
.contact main .centrado .panel .puntos .punto ol li, .contact main .centrado .panel .puntos .punto ul li {
  font-family: var(--familia);
  font-size: 17px;
  line-height: 1.5em;
  color: var(--oscuro);
}
.contact main .centrado .panel .puntos .punto ol li a, .contact main .centrado .panel .puntos .punto ul li a {
  color: var(--naranja);
}

/*

	VARIABLES
	--color_fondo_footer

*/
.single main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.single main .centrado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.single main .centrado article {
  width: 100%;
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 25px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media only screen and (max-width: 550px) {
  .single main .centrado article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px;
  }
}
.single main .centrado article .uno {
  background-color: var(--blanco);
  padding: 40px 20px;
  min-width: 300px;
  position: relative;
  max-width: 25%;
}
@media only screen and (max-width: 550px) {
  .single main .centrado article .uno {
    max-width: 100%;
    padding-bottom: 0px;
  }
}
.single main .centrado article .uno .glue {
  position: sticky;
  top: 120px;
}
@media only screen and (max-width: 550px) {
  .single main .centrado article .uno .glue {
    min-width: initial;
  }
}
.single main .centrado article .uno .glue h1 {
  font-size: 25px;
  font-weight: 500;
  color: var(--oscuro);
}
.single main .centrado article .uno .glue h2 {
  font-size: 25px;
  font-weight: 400;
  color: var(--oscuro);
}
.single main .centrado article .dos {
  background-color: var(--blanco);
  padding: 40px 20px;
  min-width: 350px;
  width: 100%;
  max-width: 25%;
  position: relative;
}
@media only screen and (max-width: 550px) {
  .single main .centrado article .dos {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
.single main .centrado article .dos .conjunto {
  width: 100%;
}
.single main .centrado article .dos .conjunto.fijo {
  position: sticky;
  top: 120px;
}
.single main .centrado article .dos .conjunto video + p {
  margin-bottom: 20px;
  color: var(--oscuro);
}
.single main .centrado article .dos .conjunto .youtube {
  padding-bottom: 20px;
}
.single main .centrado article .dos .conjunto .youtube iframe {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 4/3;
  background-color: var(--oscuro_siempre);
}
.single main .centrado article .dos .conjunto .youtube p {
  color: var(--oscuro);
}
.single main .centrado article .dos .conjunto .vimeo {
  padding-bottom: 20px;
}
.single main .centrado article .dos .conjunto .vimeo iframe {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 4/3;
  background-color: var(--oscuro_siempre);
}
.single main .centrado article .dos .conjunto .vimeo p {
  color: var(--oscuro);
}
.single main .centrado article .dos a {
  display: block;
}
.single main .centrado article .dos a + p {
  margin-bottom: 20px;
  line-height: 1.2em;
  color: var(--oscuro);
  padding-top: 5px;
}
.single main .centrado article .dos a + img {
  margin-top: 20px;
}
.single main .centrado article .dos a + a {
  margin-top: 20px;
}
.single main .centrado article .dos img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 550px) {
  .single main .centrado article .dos img {
    width: 100%;
  }
}
.single main .centrado article .dos img.empty {
  height: 320px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 5px;
}
.single main .centrado article .tres {
  background-color: var(--blanco);
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 75px;
  max-width: 50%;
}
@media only screen and (max-width: 550px) {
  .single main .centrado article .tres {
    max-width: 100%;
    padding-top: 20px;
  }
}
.single main .centrado article .tres .categoria {
  background-color: black;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 5px;
}
.single main .centrado article .tres .categoria a {
  color: white;
  text-decoration: none;
  padding: 4px 5px;
}
.single main .centrado article .tres .categoria.naranja a {
  background-color: var(--cat_naranja);
  color: var(--oscuro_siempre);
}
.single main .centrado article .tres .categoria.negro a {
  background-color: var(--cat_negro);
}
.single main .centrado article .tres .categoria.azul a {
  background-color: var(--cat_azul);
  color: var(--oscuro_siempre);
}
.single main .centrado article .tres .categoria.verde a {
  background-color: var(--cat_verde);
  color: var(--oscuro_siempre);
}
.single main .centrado article .tres .categoria.pistacho a {
  background-color: var(--cat_pistacho);
  color: var(--oscuro_siempre);
}
.single main .centrado article .tres .date {
  margin-bottom: 50px;
  color: var(--oscuro);
}
@media only screen and (max-width: 550px) {
  .single main .centrado article .tres .date {
    margin-bottom: 20px;
  }
}
.single main .centrado article .tres .lo_importante {
  display: block;
}
.single main .centrado article .tres pre {
  max-width: 100%;
  font-size: 30px;
  font-family: var(--gosha);
  text-wrap: wrap;
  white-space: pre-wrap;
  margin-bottom: 20px;
  color: var(--oscuro);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}
.single main .centrado article .tres h2 {
  font-size: 20px;
  color: var(--oscuro);
  font-family: var(--familia);
  font-weight: 400;
  line-height: 1.5em;
  padding-bottom: 10px;
}
.single main .centrado article .tres h3 {
  font-size: 20px;
  font-family: var(--gosha);
  color: var(--oscuro);
  font-weight: 400;
  line-height: 1.5em;
  padding-bottom: 10px;
}
.single main .centrado article .tres h4 {
  font-size: 15px;
  font-family: var(--gosha);
  color: var(--oscuro);
  font-weight: 400;
  line-height: 1.5em;
  padding-bottom: 10px;
}
.single main .centrado article .tres h5 {
  font-family: var(--familia);
  font-size: 12px;
  color: var(--oscuro);
  font-weight: 400;
  line-height: 1.5em;
  padding-bottom: 10px;
}
.single main .centrado article .tres h6 {
  font-family: var(--familia);
  font-size: 10px;
  color: var(--oscuro);
  font-weight: 400;
  line-height: 1.5em;
  padding-bottom: 10px;
}
.single main .centrado article .tres ul, .single main .centrado article .tres ol {
  padding-left: 20px;
}
.single main .centrado article .tres ul li, .single main .centrado article .tres ol li {
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 1.5em;
  color: var(--oscuro);
  font-family: var(--familia);
}
.single main .centrado article .tres p {
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 1.5em;
  color: var(--oscuro);
}
.single main .centrado article .tres p a {
  color: var(--naranja);
  font-weight: 500;
}
.single main .centrado article .tres p:has(img.alignleft) {
  max-width: 50%;
  float: left;
  padding-right: 20px;
}
@media only screen and (max-width: 550px) {
  .single main .centrado article .tres p:has(img.alignleft) {
    max-width: 100%;
    padding-right: initial;
  }
}
.single main .centrado article .tres p:has(img.alignright) {
  max-width: 50%;
  float: right;
  padding-left: 20px;
}
@media only screen and (max-width: 550px) {
  .single main .centrado article .tres p:has(img.alignright) {
    max-width: 100%;
    padding-left: initial;
  }
}
.single main .centrado article .tres p:has(img.aligncenter) {
  max-width: 100%;
  text-align: center;
}
.single main .centrado article .tres p img {
  max-width: 100%;
  height: initial;
}
.single main .centrado article .tres p img.alignleft {
  max-width: 100%;
}
.single main .centrado article .tres p img.aligncenter {
  max-width: 50%;
  margin: auto;
}
@media only screen and (max-width: 550px) {
  .single main .centrado article .tres p img.aligncenter {
    max-width: 100%;
  }
}
.single main .centrado article .tres p img.alignright {
  max-width: 100%;
}
.single main .centrado article .tres a.back {
  padding: 4px 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--oscuro);
  border: 1px solid var(--oscuro);
  background-color: var(--blanco);
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.single main .centrado article .tres a.back:hover {
  border: 1px solid var(--oscuro);
  background-color: var(--oscuro);
  color: var(--crema);
}
.single main .centrado article .cuatro {
  background-color: var(--blanco);
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 75px;
  width: 100%;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  gap: 20px;
}
@media only screen and (max-width: 550px) {
  .single main .centrado article .cuatro {
    max-width: 100%;
    padding-top: 20px;
  }
}
.single main .centrado article .cuatro .fila {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  gap: 20px;
}
.single main .centrado article .cuatro .fila:first-child {
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
  gap: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
@media only screen and (max-width: 550px) {
  .single main .centrado article .cuatro .fila:first-child {
    margin-bottom: 0px;
  }
}
.single main .centrado article .cuatro .fila .categoria {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 5px;
}
.single main .centrado article .cuatro .fila .categoria a {
  color: white;
  text-decoration: none;
  padding: 4px 5px;
  display: inline-block;
}
.single main .centrado article .cuatro .fila .categoria.naranja a {
  background-color: var(--cat_naranja);
  color: var(--oscuro_siempre);
}
.single main .centrado article .cuatro .fila .categoria.negro a {
  background-color: var(--cat_negro);
}
.single main .centrado article .cuatro .fila .categoria.azul a {
  background-color: var(--cat_azul);
  color: var(--oscuro_siempre);
}
.single main .centrado article .cuatro .fila .categoria.verde a {
  background-color: var(--cat_verde);
  color: var(--oscuro_siempre);
}
.single main .centrado article .cuatro .fila .categoria.pistacho a {
  background-color: var(--cat_pistacho);
  color: var(--oscuro_siempre);
}
.single main .centrado article .cuatro .fila .date {
  color: var(--oscuro);
}
.single main .centrado article .cuatro .fila.derecha {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 550px) {
  .single main .centrado article .cuatro .fila.derecha {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single main .centrado article .cuatro .fila.izquierda {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 550px) {
  .single main .centrado article .cuatro .fila.izquierda {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 550px) {
  .single main .centrado article .cuatro .fila {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single main .centrado article .cuatro .fila .medio {
  width: 50%;
}
@media only screen and (max-width: 550px) {
  .single main .centrado article .cuatro .fila .medio {
    width: 100%;
  }
}
.single main .centrado article .cuatro .fila .medio:first-child .lo_importante {
  display: block;
}
.single main .centrado article .cuatro .fila .medio:first-child pre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  font-size: 30px;
  font-family: var(--gosha);
  text-wrap: wrap;
  margin-bottom: 20px;
  color: var(--oscuro);
  white-space: pre-wrap;
  padding: 0;
  margin: 0;
}
.single main .centrado article .cuatro .fila .medio:first-child h2 {
  font-size: 20px;
  color: var(--oscuro);
  font-family: var(--familia);
  font-weight: 400;
  line-height: 1.5em;
  padding-bottom: 10px;
}
.single main .centrado article .cuatro .fila .medio:first-child h3 {
  font-size: 20px;
  font-family: var(--gosha);
  color: var(--oscuro);
  font-weight: 400;
  line-height: 1.5em;
  padding-bottom: 10px;
}
.single main .centrado article .cuatro .fila .medio:first-child h4 {
  font-size: 15px;
  font-family: var(--gosha);
  color: var(--oscuro);
  font-weight: 400;
  line-height: 1.5em;
  padding-bottom: 10px;
}
.single main .centrado article .cuatro .fila .medio:first-child h5 {
  font-family: var(--familia);
  font-size: 12px;
  color: var(--oscuro);
  font-weight: 400;
  line-height: 1.5em;
  padding-bottom: 10px;
}
.single main .centrado article .cuatro .fila .medio:first-child h6 {
  font-family: var(--familia);
  font-size: 10px;
  color: var(--oscuro);
  font-weight: 400;
  line-height: 1.5em;
  padding-bottom: 10px;
}
.single main .centrado article .cuatro .fila .medio:first-child a {
  color: var(--naranja);
  font-weight: 500;
}
.single main .centrado article .cuatro .fila .medio:first-child p {
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 1.5em;
  color: var(--oscuro);
}
.single main .centrado article .cuatro .fila .medio:first-child p:has(img.alignleft) {
  max-width: 50%;
  float: left;
  padding-right: 20px;
}
@media only screen and (max-width: 550px) {
  .single main .centrado article .cuatro .fila .medio:first-child p:has(img.alignleft) {
    max-width: 100%;
    padding-right: initial;
  }
}
.single main .centrado article .cuatro .fila .medio:first-child p:has(img.alignright) {
  max-width: 50%;
  float: right;
  padding-left: 20px;
}
@media only screen and (max-width: 550px) {
  .single main .centrado article .cuatro .fila .medio:first-child p:has(img.alignright) {
    max-width: 100%;
    padding-left: initial;
  }
}
.single main .centrado article .cuatro .fila .medio:first-child p:has(img.aligncenter) {
  max-width: 100%;
  text-align: center;
}
.single main .centrado article .cuatro .fila .medio:first-child p img {
  max-width: 100%;
  height: initial;
}
.single main .centrado article .cuatro .fila .medio:first-child p img.alignleft {
  max-width: 100%;
}
.single main .centrado article .cuatro .fila .medio:first-child p img.aligncenter {
  max-width: 50%;
  margin: auto;
}
@media only screen and (max-width: 550px) {
  .single main .centrado article .cuatro .fila .medio:first-child p img.aligncenter {
    max-width: 100%;
  }
}
.single main .centrado article .cuatro .fila .medio:first-child p img.alignright {
  max-width: 100%;
}
.single main .centrado article .cuatro .fila .medio:last-child:has(.conjunto) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single main .centrado article .cuatro .fila .medio:last-child .conjunto {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single main .centrado article .cuatro .fila .medio:last-child .conjunto.fijo {
  position: sticky;
  top: 120px;
}
.single main .centrado article .cuatro .fila .medio:last-child .conjunto video + p {
  margin-bottom: 20px;
  color: var(--oscuro);
}
.single main .centrado article .cuatro .fila .medio:last-child .conjunto .youtube {
  padding-bottom: 20px;
}
.single main .centrado article .cuatro .fila .medio:last-child .conjunto .youtube iframe {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 4/3;
  background-color: var(--oscuro_siempre);
}
.single main .centrado article .cuatro .fila .medio:last-child .conjunto .youtube p {
  color: var(--oscuro);
}
.single main .centrado article .cuatro .fila .medio:last-child .conjunto .vimeo {
  padding-bottom: 20px;
}
.single main .centrado article .cuatro .fila .medio:last-child .conjunto .vimeo iframe {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 4/3;
  background-color: var(--oscuro_siempre);
}
.single main .centrado article .cuatro .fila .medio:last-child .conjunto .vimeo p {
  color: var(--oscuro);
}
.single main .centrado article .cuatro .fila .medio:last-child a {
  display: block;
  margin: auto;
}
.single main .centrado article .cuatro .fila .medio:last-child a + p {
  margin-bottom: 20px;
  line-height: 1.2em;
  color: var(--oscuro);
  padding-top: 5px;
}
.single main .centrado article .cuatro .fila .medio:last-child a + img {
  margin-top: 20px;
}
.single main .centrado article .cuatro .fila .medio:last-child a a + a {
  margin-top: 20px;
}
.single main .centrado article .cuatro .fila .medio:last-child img {
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 550px) {
  .single main .centrado article .cuatro .fila .medio:last-child img {
    width: 100%;
  }
}
.single main .centrado article .cuatro .fila .medio:last-child img.empty {
  height: 320px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 5px;
}
.single main .centrado article .cuatro .fila .medio:only-child {
  width: 100%;
}

/*

	VARIABLES
	--color_fondo_footer
	--color_borde_footer
	--color_borde_titular
	--color_titular_h2
	--color_enlace_pie
	--color_buller_pie

	--ancho_centrado
	--grosor_uno
	--hueco_triple
	--hueco

	--veinte
	--dieciseis
	--light




*/
.search .wrapper main, .category .wrapper main, .blog .wrapper main {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search .wrapper main .centrado, .category .wrapper main .centrado, .blog .wrapper main .centrado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.search .wrapper main .centrado .acciones, .category .wrapper main .centrado .acciones, .blog .wrapper main .centrado .acciones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  min-width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}
@media only screen and (max-width: 550px) {
  .search .wrapper main .centrado .acciones, .category .wrapper main .centrado .acciones, .blog .wrapper main .centrado .acciones {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 2;
  }
}
.search .wrapper main .centrado .acciones .panel, .category .wrapper main .centrado .acciones .panel, .blog .wrapper main .centrado .acciones .panel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 200px;
}
@media only screen and (max-width: 550px) {
  .search .wrapper main .centrado .acciones .panel, .category .wrapper main .centrado .acciones .panel, .blog .wrapper main .centrado .acciones .panel {
    position: relative;
    width: 100%;
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: var(--crema);
    top: 0px;
  }
}
.search .wrapper main .centrado .acciones .panel h2, .category .wrapper main .centrado .acciones .panel h2, .blog .wrapper main .centrado .acciones .panel h2 {
  cursor: pointer;
  font-family: var(--gosha);
  font-size: 23px;
  line-height: 0.8em;
  letter-spacing: -0.05em;
  color: var(--oscuro);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}
@media only screen and (max-width: 550px) {
  .search .wrapper main .centrado .acciones .panel h2, .category .wrapper main .centrado .acciones .panel h2, .blog .wrapper main .centrado .acciones .panel h2 {
    background-color: var(--naranja);
    padding: 10px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}
.search .wrapper main .centrado .acciones .panel h2 svg, .category .wrapper main .centrado .acciones .panel h2 svg, .blog .wrapper main .centrado .acciones .panel h2 svg {
  width: 20px;
  margin-right: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.search .wrapper main .centrado .acciones .panel h2 svg .st0, .category .wrapper main .centrado .acciones .panel h2 svg .st0, .blog .wrapper main .centrado .acciones .panel h2 svg .st0 {
  fill: var(--oscuro);
}
.search .wrapper main .centrado .acciones .panel h2 svg.giro, .category .wrapper main .centrado .acciones .panel h2 svg.giro, .blog .wrapper main .centrado .acciones .panel h2 svg.giro {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.search .wrapper main .centrado .acciones .panel p, .category .wrapper main .centrado .acciones .panel p, .blog .wrapper main .centrado .acciones .panel p {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media only screen and (max-width: 550px) {
  .search .wrapper main .centrado .acciones .panel p, .category .wrapper main .centrado .acciones .panel p, .blog .wrapper main .centrado .acciones .panel p {
    display: none;
  }
}
.search .wrapper main .centrado .acciones .panel #buscar, .category .wrapper main .centrado .acciones .panel #buscar, .blog .wrapper main .centrado .acciones .panel #buscar {
  width: 20px;
  cursor: pointer;
  fill: var(--oscuro);
}
@media only screen and (max-width: 550px) {
  .search .wrapper main .centrado .acciones .panel #buscar, .category .wrapper main .centrado .acciones .panel #buscar, .blog .wrapper main .centrado .acciones .panel #buscar {
    display: none;
  }
}
.search .wrapper main .centrado .acciones .panel ul, .category .wrapper main .centrado .acciones .panel ul, .blog .wrapper main .centrado .acciones .panel ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  list-style: none;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 550px) {
  .search .wrapper main .centrado .acciones .panel ul, .category .wrapper main .centrado .acciones .panel ul, .blog .wrapper main .centrado .acciones .panel ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.search .wrapper main .centrado .acciones .panel ul li, .category .wrapper main .centrado .acciones .panel ul li, .blog .wrapper main .centrado .acciones .panel ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
  width: 100%;
}
.search .wrapper main .centrado .acciones .panel ul li a, .category .wrapper main .centrado .acciones .panel ul li a, .blog .wrapper main .centrado .acciones .panel ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 4px 10px;
  background-color: var(--oscuro_siempre);
  text-transform: uppercase;
  color: var(--blanco_siempre);
  font-size: 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.search .wrapper main .centrado .acciones .panel ul li.naranja a, .category .wrapper main .centrado .acciones .panel ul li.naranja a, .blog .wrapper main .centrado .acciones .panel ul li.naranja a {
  background-color: var(--cat_naranja);
  color: var(--oscuro_siempre);
}
.search .wrapper main .centrado .acciones .panel ul li.negro a, .category .wrapper main .centrado .acciones .panel ul li.negro a, .blog .wrapper main .centrado .acciones .panel ul li.negro a {
  background-color: var(--cat_negro);
}
.search .wrapper main .centrado .acciones .panel ul li.azul a, .category .wrapper main .centrado .acciones .panel ul li.azul a, .blog .wrapper main .centrado .acciones .panel ul li.azul a {
  background-color: var(--cat_azul);
  color: var(--oscuro_siempre);
}
.search .wrapper main .centrado .acciones .panel ul li.verde a, .category .wrapper main .centrado .acciones .panel ul li.verde a, .blog .wrapper main .centrado .acciones .panel ul li.verde a {
  background-color: var(--cat_verde);
  color: var(--oscuro_siempre);
}
.search .wrapper main .centrado .acciones .panel ul li.pistacho a, .category .wrapper main .centrado .acciones .panel ul li.pistacho a, .blog .wrapper main .centrado .acciones .panel ul li.pistacho a {
  background-color: var(--cat_pistacho);
  color: var(--oscuro_siempre);
}
.search .wrapper main .centrado .contenedor, .category .wrapper main .centrado .contenedor, .blog .wrapper main .centrado .contenedor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  width: 100%;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media only screen and (max-width: 550px) {
  .search .wrapper main .centrado .contenedor, .category .wrapper main .centrado .contenedor, .blog .wrapper main .centrado .contenedor {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 1;
    position: relative;
  }
}
.search .wrapper main .centrado .contenedor h1, .category .wrapper main .centrado .contenedor h1, .blog .wrapper main .centrado .contenedor h1 {
  width: 100%;
  color: var(--oscuro);
  font-size: 40px;
  color: var(--oscuro);
  font-family: var(--gosha);
  margin-bottom: 20px;
  margin-left: 25px;
}
.search .wrapper main .centrado .contenedor article h2, .category .wrapper main .centrado .contenedor article h2, .blog .wrapper main .centrado .contenedor article h2 {
  width: 100%;
  color: var(--oscuro);
  font-size: 20px;
  color: var(--oscuro);
  font-family: var(--gosha);
  margin-bottom: 20px;
  margin-left: 25px;
}
.search .wrapper main .centrado .contenedor .item, .category .wrapper main .centrado .contenedor .item, .blog .wrapper main .centrado .contenedor .item {
  width: calc(25% - 10px);
  min-width: 200px;
  background-color: var(--blanco);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}
@media only screen and (max-width: 550px) {
  .search .wrapper main .centrado .contenedor .item, .category .wrapper main .centrado .contenedor .item, .blog .wrapper main .centrado .contenedor .item {
    min-width: initial;
    width: calc(50% - 5px);
  }
}
.search .wrapper main .centrado .contenedor .item .linea, .category .wrapper main .centrado .contenedor .item .linea, .blog .wrapper main .centrado .contenedor .item .linea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
}
.search .wrapper main .centrado .contenedor .item .linea .titulo, .category .wrapper main .centrado .contenedor .item .linea .titulo, .blog .wrapper main .centrado .contenedor .item .linea .titulo {
  font-size: 14px;
  font-weight: 500;
  color: var(--oscuro);
}
.search .wrapper main .centrado .contenedor .item .linea .categoria, .category .wrapper main .centrado .contenedor .item .linea .categoria, .blog .wrapper main .centrado .contenedor .item .linea .categoria {
  padding: 5px 5px;
  border-radius: 10px;
  background-color: black;
  text-transform: uppercase;
  color: var(--blanco_siempre);
  font-size: 13px;
}
.search .wrapper main .centrado .contenedor .item .linea .categoria.naranja, .category .wrapper main .centrado .contenedor .item .linea .categoria.naranja, .blog .wrapper main .centrado .contenedor .item .linea .categoria.naranja {
  background-color: var(--cat_naranja);
  color: var(--oscuro_siempre);
}
.search .wrapper main .centrado .contenedor .item .linea .categoria.negro, .category .wrapper main .centrado .contenedor .item .linea .categoria.negro, .blog .wrapper main .centrado .contenedor .item .linea .categoria.negro {
  background-color: var(--cat_negro);
}
.search .wrapper main .centrado .contenedor .item .linea .categoria.azul, .category .wrapper main .centrado .contenedor .item .linea .categoria.azul, .blog .wrapper main .centrado .contenedor .item .linea .categoria.azul {
  background-color: var(--cat_azul);
  color: var(--oscuro_siempre);
}
.search .wrapper main .centrado .contenedor .item .linea .categoria.verde, .category .wrapper main .centrado .contenedor .item .linea .categoria.verde, .blog .wrapper main .centrado .contenedor .item .linea .categoria.verde {
  background-color: var(--cat_verde);
  color: var(--oscuro_siempre);
}
.search .wrapper main .centrado .contenedor .item .linea .categoria.pistacho, .category .wrapper main .centrado .contenedor .item .linea .categoria.pistacho, .blog .wrapper main .centrado .contenedor .item .linea .categoria.pistacho {
  background-color: var(--cat_pistacho);
  color: var(--oscuro_siempre);
}
.search .wrapper main .centrado .contenedor .item p, .category .wrapper main .centrado .contenedor .item p, .blog .wrapper main .centrado .contenedor .item p {
  padding-bottom: 5px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  font-size: 14px;
  font-weight: 400;
  color: var(--oscuro);
}
.search .wrapper main .centrado .contenedor .item a, .category .wrapper main .centrado .contenedor .item a, .blog .wrapper main .centrado .contenedor .item a {
  display: block;
  display: block;
  width: 100%;
  aspect-ratio: 5/4;
  overflow: hidden;
}
.search .wrapper main .centrado .contenedor .item a img, .category .wrapper main .centrado .contenedor .item a img, .blog .wrapper main .centrado .contenedor .item a img {
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  aspect-ratio: 5/4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search .wrapper main .centrado .contenedor .item a:hover img, .category .wrapper main .centrado .contenedor .item a:hover img, .blog .wrapper main .centrado .contenedor .item a:hover img {
  width: 120%;
  margin-left: -5%;
  margin-top: -5%;
}

/*

	VARIABLES

*/
.default {
  min-height: 100vh;
  position: relative;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20px;
  background-color: var(--color_fondo_contacto);
}
.default .centrado {
  width: 100%;
  margin: auto;
  max-width: var(--ancho_maximo);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  .default .centrado {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*

	VARIABLES
	--color_fondo_footer

*/
.busqueda.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  min-height: 121px;
  padding: 20px;
  left: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 10;
}

.busqueda.search .clsoe_form {
  -webkit-filter: invert(100%);
          filter: invert(100%);
  width: 20px;
  cursor: pointer;
}

.busqueda.search.activo {
  left: 0px;
}

.busqueda.search .search-input {
  background-color: transparent;
  font-size: 20px;
  color: white;
  border: 0px;
  border-bottom: 1px solid white;
  padding: 5px 10px;
  min-width: 305px;
}

.busqueda.search .search-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.busqueda.search .search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.busqueda.search .search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.busqueda.search .search-input:-ms-input-placeholder {
  /* Edge/IE 10+ */
  color: #fff;
}

.busqueda.search .search-submit {
  border: 0px;
  margin-left: 20px;
  background-color: var(--main-gorlan-color);
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  padding: 5px 10px;
  display: none;
}

.search-input:focus-visible {
  outline: none;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.searchwp-live-search-results.searchwp-live-search-results-showing {
  background-color: transparent;
  min-height: 140px;
  -webkit-box-shadow: 0 0 0 0 rgba(30, 30, 30, 0.4) !important;
          box-shadow: 0 0 0 0 rgba(30, 30, 30, 0.4) !important;
}

.searchwp-live-search-results.searchwp-live-search-results-showing .spinner {
  -webkit-transform: scale(2) !important;
          transform: scale(2) !important;
  -webkit-filter: invert(100);
          filter: invert(100);
}

.searchwp-live-search-result {
  background-color: transparent;
}

.searchwp-live-search-results.searchwp-live-search-results-showing p {
  font-size: 0.9em;
  padding: 0px;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.2);
}

.searchwp-live-search-result a {
  background-color: transparent;
  color: white;
  font-size: 17px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.searchwp-live-search-result a:hover {
  background-color: var(--color_principal);
}

.kit {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
.kit .kit_1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kit .kit_1 img {
  display: block;
  width: auto;
  height: 100%;
  max-height: 50px;
}
.kit .kit_2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kit .kit_2 img {
  display: block;
  width: auto;
  height: 100%;
  max-height: 50px;
}
@media only screen and (max-width: 550px) {
  .kit .kit_2 img {
    height: 50px;
  }
}

/*

	VARIABLES
	--color_fondo_footer

*/
#imageContainer {
  background-color: pink;
  position: fixed;
  top: 0px;
  height: 100vh;
  width: 100%;
  z-index: 3;
  display: none;
}
#imageContainer.visible {
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#imageContainer #largeImage {
  background-color: white;
  max-width: 60%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 60vh;
  position: relative;
  z-index: 3;
  border: 1px solid var(--crema);
}
#imageContainer #closeButton {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 4;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--oscuro);
  color: var(--crema);
  padding: 5px 10px;
  border: 1px solid var(--crema);
}

/*

	VARIABLES

	--color_fondo_alert
	--color_borde_alert

	--grosor_uno

*/
.alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 3;
  bottom: -50px;
  left: 0px;
  width: 100%;
  background-color: var(--naranja);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid var(--oscuro_siempre);
}
@media only screen and (max-width: 550px) {
  .alert {
    border-top: var(--grosor_uno) solid var(--color_borde_alert);
  }
}
.alert p {
  width: 100%;
  padding: 10px;
  margin: 0px;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 550px) {
  .alert p {
    padding: 15px 10px;
  }
}
.alert p a {
  font-weight: 700;
  color: black;
  margin-left: 20px;
}
.alert span {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.alert.dark {
  bottom: 0px;
  text-transform: uppercase;
}

/*

  VARIABLES

  --grosor_uno

*/
.again {
  cursor: pointer;
}

#gdpr-cookie-message {
  position: fixed;
  bottom: 0px;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.8);
  border-top: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  padding: 20px;
}

#gdpr-cookie-message h4 {
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 15px;
}

#gdpr-cookie-message p {
  line-height: 1.3em;
  font-size: 14px;
}

#gdpr-cookie-message a {
  color: rgb(255, 255, 255);
}

#gdpr-cookie-types {
  padding: 20px 0px;
}

#gdpr-cookie-types h5 {
  text-transform: uppercase;
  padding-bottom: 10px;
}

#gdpr-cookie-types ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#gdpr-cookie-types ul li {
  padding: 0px 10px;
}

#gdpr-cookie-message p:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
}

#gdpr-cookie-message button {
  padding: 10px 20px;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#gdpr-cookie-message button:first-of-type:hover {
  background-color: rgba(0, 0, 0, 0);
}

#gdpr-cookie-message button:last-of-type {
  margin-left: 20px;
  padding: 0px;
  border: 0px;
  text-decoration: underline;
  font-size: 12px;
}

#gdpr-cookie-message label {
  cursor: pointer;
}

@media (max-width: 414px) {
  #gdpr-cookie-types {
    padding-bottom: 0px;
  }
  #gdpr-cookie-types h5 {
    margin: 0px;
  }
  #gdpr-cookie-types ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px;
    padding: 0px;
  }
}