@charset "UTF-8";
@font-face {
  font-family: "helvetica_neuebold";
  src: url("helveticaneuebold-webfont.woff2") format("woff2"), url("helveticaneuebold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*

  VARIABLES

*/
/*
	Theme Name: Alma Negra 2024 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

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
* {
  -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 {
  --negro: rgba(0,0,0,1);
  --blanco: rgba(255,255,255,1);
  --familia:"helvetica_neuebold";
  --logo_menu_size:150px;
}

hr {
  display: none;
}

a {
  color: var(--principal);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

a:hover {
  color: var(--principal);
  opacity: 0.5;
}

body {
  font-family: var(--familia);
  font-weight: 700;
  font-size: 100%;
  color: var(--blanco);
  background-color: var(--negro);
}
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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100vh;
  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-left: 20px;
  padding-right: 20px;
}
header .logo {
  position: absolute;
  top: 0px;
  left: calc(50% - 75px);
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .logo a {
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .logo a img {
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header nav {
  position: absolute;
  left: 0px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 250px;
}
@media only screen and (max-width: 550px) {
  header nav {
    display: none;
  }
}
header nav ul {
  width: 100%;
  list-style: none;
  width: 100%;
  padding-left: 20px;
}
@media only screen and (max-width: 550px) {
  header nav ul {
    padding-left: 0px;
  }
}
header nav ul li a {
  font-size: 30px;
  text-transform: uppercase;
  text-decoration: none;
}
header > a {
  position: absolute;
  right: 0px;
  padding-right: 20px;
  font-size: 30px;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  max-width: 250px;
  text-align: right;
}
@media only screen and (max-width: 550px) {
  header > a {
    display: none;
  }
}

.menu_abierto header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: black;
  left: 0px;
  width: 100%;
  max-width: 100%;
}
.menu_abierto header nav ul li {
  text-align: center;
}
.menu_abierto header nav ul li a {
  text-align: center;
}

.home header .logo {
  display: none;
}

.tattoo header nav ul li, .ilustracion header nav ul li, .contact header nav ul li {
  display: none;
}
.tattoo header nav ul li.current-menu-item, .ilustracion header nav ul li.current-menu-item, .contact header nav ul li.current-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 550px) {
  .tattoo header nav ul li, .ilustracion header nav ul li, .contact header nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.menu_abierto.tattoo header, .menu_abierto.ilustracion header, .menu_abierto.contact header {
  z-index: 5;
}

/*

	VARIABLES
	--color_fondo_footer




*/
.rayas {
  display: none;
}

@media only screen and (max-width: 550px) {
  .rayas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 15px;
    z-index: 5;
  }
}
.legal_abierto footer {
  bottom: 0px;
}

.home footer, .about footer, .tattoo footer, .ilustracion footer, .single footer {
  display: none;
}

footer {
  background-color: #D9D9D9;
  padding: 10px 25px;
  border-top: 1px solid var(--principal);
  position: relative;
  z-index: 3;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: fixed;
  bottom: -90px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 550px) {
  footer {
    padding: 10px 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    bottom: -228px;
  }
}
footer .abre_legal {
  cursor: pointer;
}
footer > p {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: -40px;
  margin: auto;
  width: 100px;
  padding: 5px 10px;
  left: calc(50% - 50px);
}
@media only screen and (max-width: 550px) {
  footer > p {
    text-align: center;
  }
}
footer > p a {
  text-decoration: none;
  color: white;
}
footer > p a:hover {
  text-decoration: underline;
}
footer ul {
  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 ul {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer ul li {
  font-size: 16px;
  color: var(--negro);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer ul li:after {
  content: "|";
  padding-right: 5px;
  padding-left: 5px;
}
@media only screen and (max-width: 550px) {
  footer ul li:after {
    content: "";
    padding-right: 2px;
    padding-left: 2px;
  }
}
footer ul li:last-child:after {
  content: "";
}
footer ul li a {
  text-decoration: none;
  color: var(--negro);
  text-transform: uppercase;
  text-align: center;
}
footer ul li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 550px) {
  .contact .wrapper footer {
    background-color: #D9D9D9;
  }
}
@media only screen and (max-width: 550px) {
  .contact .wrapper footer > p {
    background-color: black;
    left: 0px;
  }
}

/*

	VARIABLES

*/
.home .wrapper main {
  position: relative;
  z-index: 1;
  margin-top: var(--logo_menu_size);
  margin-left: auto;
  margin-right: auto;
  height: calc(100vh - var(--logo_menu_size));
  padding-bottom: var(--logo_menu_size);
  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;
  width: 100%;
  max-width: calc(100% - 500px);
}
.home .wrapper main a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home .wrapper main img {
  width: 100%;
  max-width: 426px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 550px) {
  .home .wrapper main {
    max-width: initial;
  }
}

/*

	VARIABLES

*/
.about main {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  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;
  min-height: 100vh;
  padding-top: 100px;
  width: 100%;
  max-width: calc(100% - 500px);
}
.about main img.desktop {
  width: 100%;
  max-height: 80vh;
  max-width: 1000px;
}
@media only screen and (max-width: 550px) {
  .about main img.desktop {
    display: none;
  }
}
.about main img.phone {
  display: none;
}
@media only screen and (max-width: 550px) {
  .about main img.phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 80vh;
    max-width: 80vw;
  }
}

/*

	VARIABLES

*/
.tattoo main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 0px;
  width: 100%;
  bottom: 0px;
  z-index: 2;
  position: fixed;
  overflow-x: scroll;
  overflow: auto; /* Permite el scroll si el contenido es mayor al div */
  scrollbar-width: none; /* Oculta la barra en Firefox */
  -ms-overflow-style: none; /* Oculta la barra en Internet Explorer y Edge */
}
.tattoo main::-webkit-scrollbar {
  display: none; /* Oculta la barra en Chrome, Safari y Edge (Webkit) */
}
@media only screen and (max-width: 550px) {
  .tattoo main {
    bottom: 50px;
  }
}
.tattoo main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  padding: 10px;
}
.tattoo main ul li {
  background-color: blue;
}
.tattoo main ul li a {
  display: block;
}
.tattoo main ul li a img {
  display: block;
  width: 300px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.tattoo main ul li a:hover {
  opacity: 1;
}
.tattoo main ul li a:hover img {
  width: 500px;
}

/*

	VARIABLES

*/
.ilustracion main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 0px;
  width: 80%;
  margin-top: 120px;
  margin-bottom: 100px;
  height: calc(100vh - 220px);
  z-index: 2;
  overflow: hidden;
  width: 100%;
  max-width: calc(100% - 500px);
}
@media only screen and (max-width: 550px) {
  .ilustracion main {
    bottom: 50px;
    max-width: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.ilustracion main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 10px;
}
.ilustracion main ul li a {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}
.ilustracion main ul li a img {
  display: block;
  width: 270px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ilustracion main ul li a:hover {
  opacity: 1;
}
.ilustracion main ul:last-of-type {
  height: 50vh;
  width: 100%;
  max-width: 270px;
  position: relative;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto; /* Permite el scroll si el contenido es mayor al div */
  scrollbar-width: none; /* Oculta la barra en Firefox */
  -ms-overflow-style: none; /* Oculta la barra en Internet Explorer y Edge */
}
.ilustracion main ul:last-of-type::-webkit-scrollbar {
  display: none; /* Oculta la barra en Chrome, Safari y Edge (Webkit) */
}
.ilustracion main ul:last-of-type li {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s;
  transition: opacity 0.4s ease-in-out, visibility 0.4s;
}
.ilustracion main ul:last-of-type li.boom {
  opacity: 1;
  visibility: visible;
}
/*

	VARIABLES
	--color_fondo_footer

*/
.prices main {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  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;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
@media only screen and (max-width: 550px) {
  .prices main {
    padding-top: 100px;
  }
}
.prices main .precios {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.prices main .precios .centrado {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  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;
  gap: 5vh;
}
.prices main .precios .centrado h1 {
  font-family: var(--titular);
  font-size: 60px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 550px) {
  .prices main .precios .centrado h1 {
    font-size: 30px;
  }
}
.prices main .precios .centrado h1 span {
  display: block;
}
.prices main .precios .centrado .precios_array {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 5vh;
}
@media only screen and (max-width: 550px) {
  .prices main .precios .centrado .precios_array {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
  }
}
.prices main .precios .centrado .precios_array .precios_item {
  width: 100%;
  max-width: 33%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border: 1px solid var(--principal);
  padding: 5vh;
}
.prices main .precios .centrado .precios_array .precios_item 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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
@media only screen and (max-width: 550px) {
  .prices main .precios .centrado .precios_array .precios_item {
    max-width: 100%;
  }
}
.prices main .precios .centrado .precios_array .precios_item img, .prices main .precios .centrado .precios_array .precios_item svg {
  width: 100%;
  max-width: 100px;
}
@media only screen and (max-width: 550px) {
  .prices main .precios .centrado .precios_array .precios_item img, .prices main .precios .centrado .precios_array .precios_item svg {
    max-width: 150px;
  }
}
.prices main .precios .centrado .precios_array .precios_item img path, .prices main .precios .centrado .precios_array .precios_item svg path {
  fill: var(--principal);
}
.prices main .precios .centrado .precios_array .precios_item h2 {
  font-family: var(--titular);
  font-size: 25px;
  text-transform: uppercase;
  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;
  white-space: nowrap;
}
.prices main .precios .centrado .precios_array .precios_item p {
  font-size: 18px;
  text-align: center;
}

/*

	VARIABLES
	--color_fondo_footer

*/
.services main {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  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;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
@media only screen and (max-width: 550px) {
  .services main {
    padding-top: 100px;
  }
}
.services main .servicios {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.services main .servicios .centrado {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  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;
  gap: 5vh;
}
.services main .servicios .centrado .info {
  text-transform: uppercase;
  font-family: var(--titular);
  font-size: 25px;
  text-decoration: none;
  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;
}
.services main .servicios .centrado .servicios_array {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 5vh;
}
@media only screen and (max-width: 550px) {
  .services main .servicios .centrado .servicios_array {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.services main .servicios .centrado .servicios_array .servicios_item {
  width: 100%;
  max-width: 33%;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 550px) {
  .services main .servicios .centrado .servicios_array .servicios_item {
    max-width: 100%;
    border-bottom: 1px solid black;
    height: 50vh;
  }
}
.services main .servicios .centrado .servicios_array .servicios_item 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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  height: 100%;
}
@media only screen and (max-width: 550px) {
  .services main .servicios .centrado .servicios_array .servicios_item a {
    border-radius: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50vh;
  }
}
.services main .servicios .centrado .servicios_array .servicios_item a svg {
  width: 300px;
}
@media only screen and (max-width: 550px) {
  .services main .servicios .centrado .servicios_array .servicios_item a svg {
    max-width: 150px;
    height: 150px;
    display: block;
  }
}
.services main .servicios .centrado .servicios_array .servicios_item a svg path {
  fill: var(--principal);
}
.services main .servicios .centrado .servicios_array .servicios_item a span {
  font-family: var(--titular);
  font-size: 25px;
  text-transform: uppercase;
  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;
  white-space: nowrap;
}
.services main .servicios .centrado .servicios_array .servicios_item a span strong {
  font-weight: 400;
}

/*

	VARIABLES
	--color_fondo_footer

*/
.service main {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  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;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
.service main::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.service main:after {
  content: "";
  height: 100px;
  width: 100%;
  position: sticky;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(var(--crema)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--crema) 100%);
  z-index: 2;
  bottom: 0px;
  left: 0px;
  display: block;
}
@media only screen and (max-width: 550px) {
  .service main:after {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  .service main {
    padding-top: 100px;
  }
}
.service main .servicio {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service main .servicio .centrado {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  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;
}
.service main .servicio .centrado .titulo {
  padding: 4vh;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.service main .servicio .centrado .titulo img, .service main .servicio .centrado .titulo svg {
  max-width: 250px;
}
.service main .servicio .centrado .titulo img path, .service main .servicio .centrado .titulo svg path {
  fill: var(--principal);
}
.service main .servicio .centrado .titulo h1 {
  font-size: 60px;
  font-family: var(--titular);
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 550px) {
  .service main .servicio .centrado .titulo h1 {
    font-size: 30px;
  }
}
.service main .servicio .centrado .titulo h1 span {
  display: block;
}
.service main .servicio .centrado .descripcion {
  border-top: 1px solid var(--principal);
  padding: 4vh;
  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;
  width: 100%;
}
.service main .servicio .centrado .descripcion p {
  font-size: 30px;
  text-align: center;
  font-family: var(--titular);
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.service main .servicio .centrado .tres {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px solid var(--principal);
  border-bottom: 1px solid var(--principal);
}
@media only screen and (max-width: 550px) {
  .service main .servicio .centrado .tres {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service main .servicio .centrado .tres .metodo {
  width: 33.3333333333%;
  padding: 4vh;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 550px) {
  .service main .servicio .centrado .tres .metodo {
    width: 100%;
  }
}
.service main .servicio .centrado .tres .metodo h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-family: var(--titular);
  font-weight: 400;
  padding-bottom: 20px;
}
.service main .servicio .centrado .tres .metodo .contenido {
  overflow-y: scroll;
  max-height: 300px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 550px) {
  .service main .servicio .centrado .tres .metodo .contenido {
    max-height: initial;
  }
}
.service main .servicio .centrado .tres .metodo .contenido::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.service main .servicio .centrado .tres .metodo .contenido:after {
  content: "";
  height: 100px;
  width: 100%;
  position: sticky;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(var(--crema)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--crema) 100%);
  z-index: 2;
  bottom: 0px;
  left: 0px;
  display: block;
}
@media only screen and (max-width: 550px) {
  .service main .servicio .centrado .tres .metodo .contenido:after {
    display: none;
  }
}
.service main .servicio .centrado .tres .metodo .contenido p {
  font-size: 18px;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
}
.service main .servicio .centrado .tres .metodo .contenido p:last-child {
  padding-bottom: 0px;
}
.service main .servicio .centrado .tres .dificultades {
  width: 33.3333333333%;
  padding: 4vh;
  border-left: 1px solid var(--principal);
  border-right: 1px solid var(--principal);
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 550px) {
  .service main .servicio .centrado .tres .dificultades {
    width: 100%;
    border-left: 0px solid var(--principal);
    border-right: 0px solid var(--principal);
    border-top: 1px solid var(--principal);
    border-bottom: 1px solid var(--principal);
  }
}
.service main .servicio .centrado .tres .dificultades h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-family: var(--titular);
  text-align: center;
  font-weight: 400;
  padding-bottom: 20px;
}
.service main .servicio .centrado .tres .dificultades ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service main .servicio .centrado .tres .dificultades ul li {
  font-size: 13px;
  padding: 2px 10px;
  border-radius: 10px;
  border: 1px solid var(--principal);
  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;
  white-space: nowrap;
}
.service main .servicio .centrado .tres .precios {
  width: 33.3333333333%;
  padding: 4vh;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4vh;
}
@media only screen and (max-width: 550px) {
  .service main .servicio .centrado .tres .precios {
    width: 100%;
  }
}
.service main .servicio .centrado .tres .precios h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-family: var(--titular);
  font-weight: 400;
}
.service main .servicio .centrado .tres .precios p {
  font-size: 18px;
  text-align: center;
}
.service main .servicio .centrado .tres .precios p span {
  display: block;
}
.service main .servicio .centrado .tres .precios p:last-of-type {
  font-size: 12px;
}
.service main .mas {
  padding-top: 4vh;
  padding-top: 100px;
}
@media only screen and (max-width: 550px) {
  .service main .mas {
    padding-bottom: 4vh;
  }
}

/*

	VARIABLES
	--color_fondo_footer

*/
.faq main {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  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;
  min-height: calc(100vh - 100px);
  padding-top: 100px;
}
.faq main::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.faq main:after {
  content: "";
  height: 100px;
  width: 100%;
  position: sticky;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(var(--crema)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--crema) 100%);
  z-index: 2;
  bottom: 0px;
  left: 0px;
  display: block;
}
.faq main .titulo .centrado {
  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: 4vh;
}
.faq main .titulo .centrado h1 {
  font-family: var(--titular);
  font-size: 60px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 550px) {
  .faq main .titulo .centrado h1 {
    font-size: 30px;
  }
}
.faq main .titulo .centrado h1 span {
  display: block;
}
.faq main dl {
  width: 100%;
  margin: auto;
  border-top: 1px solid var(--principal);
}
.faq main dl dt {
  font-size: 30px;
  font-family: var(--titular);
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 10px;
  padding-top: 20px;
  border-bottom: 1px solid var(--principal);
  padding-left: 20vh;
  padding-right: 20vh;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*
  &:after{
  	content: "";
  	position: absolute;
  	width: 30px;
  	height: 30px;
  	background-color: green;
  	right: 20vh;
  	top: 20px;
  	margin-right: -30px;
  	transition: all 0.25s ease-in-out;
  	background-image: "../mas.svg";
  }
  */
}
@media only screen and (max-width: 550px) {
  .faq main dl dt {
    padding-left: 5vh;
    padding-right: 5vh;
  }
}
.faq main dl dt svg {
  width: 30px;
  height: 30px;
}
.faq main dl dt svg .linea_1 {
  fill: none;
  stroke: var(--principal);
  stroke-miterlimit: 10;
}
.faq main dl dt svg .linea_2 {
  fill: none;
  stroke: var(--principal);
  stroke-miterlimit: 10;
}
.faq main dl dt.activo {
  /*
  &:after{
  	content: "";
  	position: absolute;
  	width: 30px;
  	height: 30px;
  	background-color: blue;
  	right: 20vh;
  	top: 20px;
  	margin-right: -30px;
  }
  */
}
.faq main dl dt.activo svg {
  width: 30px;
  height: 30px;
}
.faq main dl dt.activo svg .linea_1 {
  fill: none;
  stroke: var(--principal);
  stroke-miterlimit: 10;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq main dl dt.activo svg .linea_2 {
  fill: none;
  stroke: var(--principal);
  stroke-miterlimit: 10;
}
.faq main dl dd {
  font-size: 18px;
  padding-left: 20vh;
  padding-right: 20vh;
  padding-bottom: 10px;
  padding-top: 10px;
  display: none;
  border-bottom: 1px solid var(--principal);
}
@media only screen and (max-width: 550px) {
  .faq main dl dd {
    padding-left: 5vh;
    padding-right: 5vh;
  }
}
.faq main dl dd.activo {
  display: block;
}
.faq main dl dd ul {
  padding-left: 20px;
}
.faq main dl dd p {
  padding-bottom: 10px;
  line-height: 1.5em;
}
.faq main dl dd p:last-of-type {
  padding-bottom: 0px;
}
.faq main dl dd li {
  padding-bottom: 0px;
  line-height: 1.5em;
}
.faq main dl dd li:last-of-type {
  padding-bottom: 0px;
}
.faq main .mas {
  padding-top: 4vh;
}

/*

	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

*/
.mas {
  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%;
}
@media only screen and (max-width: 550px) {
  .mas {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }
}
.mas p {
  font-family: var(--titular);
  font-size: 46px;
  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;
  text-transform: uppercase;
}
@media only screen and (max-width: 550px) {
  .mas p {
    font-size: 20px;
  }
}
.mas p a {
  text-decoration: none;
}

.contact main {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: calc(100% - 500px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: 0px;
  min-height: 52vh;
  position: fixed;
}
@media only screen and (max-width: 550px) {
  .contact main {
    width: 90%;
    height: auto;
    margin-top: 100px;
    padding-top: 100px;
    max-width: initial;
  }
}
.contact main > p {
  font-size: 30px;
}
@media only screen and (max-width: 550px) {
  .contact main > p {
    font-size: 17px;
  }
}
.contact main > .wpcf7 {
  padding-bottom: 100px;
}
.contact main form 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-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact main form p 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: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  width: 100%;
}
.contact main form p label > span {
  font-size: 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 550px) {
  .contact main form p label > span {
    font-size: 17px;
  }
}
.contact main form p label .wpcf7-form-control-wrap {
  font-size: 30px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact main form p label .wpcf7-form-control-wrap input {
  background-color: transparent;
  font-size: 30px;
  text-transform: uppercase;
  border: 0px;
  border-bottom: 1px solid white;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  width: 100%;
  color: white;
}
.contact main form p label .wpcf7-form-control-wrap textarea {
  background-color: transparent;
  font-size: 30px;
  text-transform: uppercase;
  border: 0px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  width: 100%;
  color: white;
  height: 100px;
}
.contact main form p .mensaje {
  border-bottom: 1px solid white;
  margin-bottom: 20px;
}
.contact main form p > .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.contact main form p > .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label input {
  border: 0px;
  border: 1px solid white;
  background-color: transparent;
  color: white;
}
.contact main form p > .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 13px;
  text-transform: uppercase;
}
.contact main form p .google {
  font-size: 13px;
  text-transform: uppercase;
}
.contact main form p .wpcf7-submit {
  background-color: none;
  font-size: 30px;
  text-transform: uppercase;
  background-color: transparent;
  color: white;
  font-weight: 700;
  border: 0px;
}
@media only screen and (max-width: 550px) {
  .contact main form p .wpcf7-submit {
    font-size: 17px;
  }
}

/*

	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;
  width: 100%;
  max-width: calc(100% - 500px);
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 550px) {
  .single main {
    max-width: initial;
  }
}
.single main img {
  max-height: calc(100vh - 150px - 150px);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
}
@media only screen and (max-width: 550px) {
  .single main img {
    width: 100%;
  }
}
.single main p {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 550px) {
  .single main p {
    padding-top: 20px;
  }
}

.legal main {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  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;
  padding-top: 150px;
  width: 100%;
  max-width: calc(100% - 500px);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  gap: 25px;
}
@media only screen and (max-width: 550px) {
  .legal main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.legal main h2, .legal main h3 {
  padding-top: 20px;
}
.legal main p {
  padding-bottom: 10px;
}
.legal main ul {
  padding-bottom: 10px;
  padding-left: 20px;
}
.legal main ol {
  padding-bottom: 10px;
  padding-left: 20px;
}

.kit {
  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;
  width: 100%;
  max-width: 700px;
  position: relative;
  z-index: 3;
}
.kit p {
  color: var(--negro);
  font-size: 14px;
  font-weight: 700;
  font-weight: bold;
  padding-bottom: 10px;
}
.kit p a {
  color: var(--negro);
  text-decoration: none;
}
.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: 55px;
}
.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: 40px;
}
@media only screen and (max-width: 550px) {
  .kit .kit_2 img {
    height: 50px;
  }
}

@media (prefers-color-scheme: dark) {
  :root .kit img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
  :root .kit_2 img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
}
:root.dark .kit img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
:root.dark .kit_2 img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

/*

	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(--oscuro);
  -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(--crema);
}
.alert p {
  width: 100%;
  padding: 10px;
  margin: 0px;
  color: var(--crema_siempre);
  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: var(--crema_siempre);
  margin-left: 20px;
}
.alert span {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.alert span svg {
  fill: var(--crema_siempre);
}
.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: rgb(0, 0, 0);
  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-types input[type=checkbox] {
  width: 16px;
  height: 16px;
  background-color: rgb(0, 0, 0);
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid rgb(255, 255, 255);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  top: -2px;
  position: relative;
  margin-right: 5px;
}

#gdpr-cookie-types input[type=checkbox]:checked {
  background-color: rgb(255, 255, 255);
}

#gdpr-cookie-message button {
  padding: 10px 20px;
  border-radius: 20px;
  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;
  }
}