@charset "UTF-8";
@font-face {
  font-family: "PP Editorial New";
  src: url("PPEditorialNew-Ultralight.woff2") format("woff2");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "PP Editorial New Italic";
  src: url("PPEditorialNew-UltralightItalic.woff2") format("woff2");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal Book";
  src: url("PPNeueMontreal-Book.woff2") format("woff2");
  font-weight: 200;
  font-display: swap;
}
/*

  VARIABLES

*/
/*
Theme Name: Tac7 2026
Theme URI: https://www.loygorri.com/
Author: Gabriel García Loygorri
Author URI: https://wordpress.org
Description: Simpliest theme
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: SIMPLE

*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

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

hr {
  display: none;
}

:root, :root.light {
  --grosor-filete: 2px;
  --gap: 2vw;
}
@media only screen and (max-width: 550px) {
  :root, :root.light {
    --gap: 4vw;
  }
}
:root, :root.light {
  --padding_contacto: 2vw;
}
@media only screen and (max-width: 550px) {
  :root, :root.light {
    --padding_contacto: 4vw;
  }
}
:root, :root.light {
  --transicion-por-defecto: all .4s ease-in-out;
  --transicion-rapida: all .2s ease-in-out;
  --texto-basico: 2.5rem;
  --texto-menu-movil: 3.5rem;
  --titulo-home: 7rem;
  --titulo-home-movil: 5rem;
  --titulo-areas: 3rem;
  --texto-areas: 2.5rem;
  --titulo-areas--movil: 3rem;
  --texto-areas--movil: 2rem;
  --titulo-services: 5rem;
  --titulo-services-movil: 5rem;
  --texto-services: 2rem;
  --texto-services-movil: 2rem;
  --titulo-about: 7rem;
  --titulo-about-movil: 5rem;
  --texto-about: 2.5rem;
  --texto-about-movil: 2rem;
  --oscuro:rgba(29,29,27,1);
  --claro:rgba(255,255,255,1);
  --Beige:rgba(234,233,229,1);
  --Dark_Beige:rgba(181,171,169,1);
  --cinco: rgba(115,113,109,1);
  --cuatro: rgba(151,148,142,1);
  --tres: rgba(183,180,174,1);
  --dos: rgba(215,212,207,1);
  --uno: rgba(234,233,229,1);
  --color-fondo-menu: var(--oscuro);
  --color-texto-menu: var(--claro);
  --color-texto-enlaces: var(--oscuro);
  --color-texto-enlaces-home-movil: var(--claro);
  --color-logo-home:var(--claro);
  --color-logo-contacto: var(--claro);
  --color-fondo-contacto: var(--oscuro);
  --color-texto-contacto: var(--Beige);
  --color-hover-texto-contacto: var(--Dark_Beige);
}
:root, :root.light {
  --serif: "PP Editorial New", serif;
  --serif_i: "PP Editorial New Italic", serif;
  --sans: "PP Neue Montreal Book", sans-serif;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: var(--serif);
  font-weight: 100;
  font-style: normal;
  font-size: 1.8rem;
}
@media only screen and (max-width: 550px) {
  body {
    display: flex;
    font-size: 2rem;
  }
}

p, li {
  font-family: var(--sans);
  font-weight: 400;
}

/*

	VARIABLES

	--transicion-por-defecto
	--color-texto-enlaces
	--grosor-filete
	--color-fondo-menu
	--color-texto-menu
	--texto-menu-movil

*/
header {
  position: absolute;
  top: 0px;
  z-index: 2;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 550px) {
  header {
    align-items: flex-start;
  }
}
header .quick {
  position: absolute;
  top: -110px;
  left: 10px;
  transition: var(--transicion-por-defecto);
  background-color: var(--color-fondo-menu);
  color: var(--color-texto-menu);
  padding: 10px;
}
header .quick:focus {
  top: 10px;
}
header > a:not(.quick), header h1 {
  width: 120px;
  display: flex;
}
header > a:not(.quick) span, header h1 span {
  display: none;
}
header > a:not(.quick) svg, header h1 svg {
  width: 100%;
}
header nav {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 550px) {
  header nav.is-active {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    max-width: 100%;
    height: 100dvh;
    background-color: var(--color-fondo-menu);
    align-items: flex-start;
  }
  header nav.is-active button svg {
    fill: var(--color-texto-menu);
    /* Estado activo → X */
  }
  header nav.is-active button svg .top {
    transform: translateY(8.5px) rotate(45deg);
  }
  header nav.is-active button svg .middle {
    opacity: 0;
    transform: scaleX(0.6);
  }
  header nav.is-active button svg .bottom {
    transform: translateY(-8.5px) rotate(-45deg);
  }
}
header nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  align-items: center;
  align-content: center;
  list-style: none;
  padding-top: calc(var(--gap) / 2);
  padding-bottom: calc(var(--gap) / 2);
  width: 100%;
}
@media only screen and (max-width: 550px) {
  header nav ul {
    display: none;
    flex-direction: column;
    align-items: flex-end;
    align-items: center;
  }
}
header nav ul.is-open {
  display: flex;
  justify-content: center;
  height: 100%;
}
header nav ul.is-open li a {
  color: var(--color-texto-menu);
  font-family: var(--serif);
  font-size: var(--texto-menu-movil);
  text-transform: initial;
}
header nav ul li {
  display: flex;
  padding-left: calc(var(--gap) / 2);
  padding-right: calc(var(--gap) / 2);
}
@media only screen and (min-width: 551px) {
  header nav ul li {
    border-left: var(--grosor-filete) solid var(--oscuro);
  }
}
header nav ul li a {
  display: flex;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--color-texto-enlaces);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  transition: var(--transicion-por-defecto);
}
@media only screen and (max-width: 550px) {
  header nav ul li a {
    text-align: right;
  }
}
header nav ul li a:hover {
  border-bottom: 2px solid var(--oscuro);
}
header nav ul li:first-of-type {
  border-left: 0;
}
header nav ul li.current-menu-item a {
  font-weight: 700;
  border-bottom: 2px solid var(--oscuro);
}
header .menu-toggle {
  display: none;
}
@media only screen and (max-width: 550px) {
  header .menu-toggle {
    display: flex;
    border: 0px;
    background-color: transparent;
    padding: 20px;
    position: absolute;
  }
  header .menu-toggle span {
    display: none;
  }
}
header #icono_burguer {
  top: 10px;
  right: 10px;
  width: 50px;
  aspect-ratio: 1/1;
}
header #icono_burguer .line {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 0.25s ease, opacity 0.18s ease;
}

/*

  VARIABLES
  --color-logo-home
  --titulo-home
  --titulo-home-movil

*/
.tpl-page-home header > a:not(.quick) svg,
.tpl-page-home header > h1 svg {
  fill: var(--color-logo-home);
}
.tpl-page-home header nav:not(.is-active) {
  max-width: 50%;
}
@media only screen and (max-width: 1024px) {
  .tpl-page-home header nav:not(.is-active) {
    max-width: 60%;
  }
}
@media only screen and (max-width: 550px) {
  .tpl-page-home header nav ul li a {
    color: var(--color-texto-enlaces-home-movil);
  }
}
.tpl-page-home header nav button svg {
  fill: var(--color-logo-home);
}
.tpl-page-home main {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 100dvh;
}
@media only screen and (max-width: 550px) {
  .tpl-page-home main {
    display: flex;
    flex-direction: column-reverse;
  }
}
.tpl-page-home main img {
  height: 100vh;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .tpl-page-home main img {
    width: 40%;
  }
}
@media only screen and (max-width: 550px) {
  .tpl-page-home main img {
    width: 100%;
    position: relative;
    height: 50dvh;
    object-fit: cover;
  }
}
.tpl-page-home main > button {
  position: absolute;
  bottom: var(--gap);
  right: var(--gap);
  font-size: 1.5rem;
  font-family: var(--sans);
  color: var(--oscuro);
  border: 0;
  background-color: transparent;
  text-transform: uppercase;
  cursor: pointer;
}
@media only screen and (max-width: 550px) {
  .tpl-page-home main > button {
    font-size: 1.2rem;
  }
}
.tpl-page-home main section {
  height: 100vh;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: var(--gap);
}
@media only screen and (max-width: 550px) {
  .tpl-page-home main section {
    position: relative;
    width: 100%;
    height: initial;
    height: 50dvh;
    justify-content: flex-start;
    padding-bottom: 10vh;
    gap: var(--gap);
  }
}
.tpl-page-home main section h2 {
  display: flex;
  flex-direction: column;
  font-size: var(--titulo-home);
}
@media only screen and (max-width: 550px) {
  .tpl-page-home main section h2 {
    font-size: var(--titulo-home-movil);
  }
}
.tpl-page-home main section h2 em {
  font-weight: 400;
  font-family: var(--serif_i);
}
.tpl-page-home main section h2 strong {
  font-weight: 400;
  margin-left: 10rem;
}
@media only screen and (max-width: 550px) {
  .tpl-page-home main section p {
    text-align: center;
    font-size: 1.8rem;
  }
}
.tpl-page-home .dialog {
  position: fixed;
  bottom: -100px;
  right: 0;
  width: 100%;
  padding: var(--gap);
  background-color: var(--oscuro);
  color: var(--claro);
  display: none;
  transition: var(--transicion-por-defecto);
}
.tpl-page-home .dialog.is-active {
  bottom: 0px;
  display: flex;
  justify-content: flex-end;
}
.tpl-page-home .dialog ul {
  display: flex;
  gap: var(--gap);
  list-style: none;
}
.tpl-page-home .dialog a, .tpl-page-home .dialog button {
  color: var(--claro);
  background-color: transparent;
  border: 0px;
  padding: 0px;
  font-weight: 400;
  font-size: var(--texto-basico);
  font-size: 1.8rem;
  text-decoration: none;
  font-family: var(--sans);
  text-transform: uppercase;
}

/*

  VARIABLES

  --titulo-areas
  --texto-areas
  --titulo-areas--movil
  --texto-areas--movil

*/
.tpl-page-areas main {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 20vh;
  background-color: var(--uno);
}
@media only screen and (max-width: 550px) {
  .tpl-page-areas main {
    gap: var(--gap);
  }
}
.tpl-page-areas main article {
  background-color: var(--uno);
  padding: var(--gap);
  width: 100%;
  max-width: 33.3333333333%;
  min-height: 30vh;
  flex-grow: 2;
}
@media only screen and (max-width: 1024px) {
  .tpl-page-areas main article {
    max-width: 50%;
    min-height: initial;
  }
}
@media only screen and (max-width: 550px) {
  .tpl-page-areas main article {
    max-width: 100%;
    min-height: initial;
  }
}
.tpl-page-areas main article h2 {
  font-size: var(--titulo-areas);
}
@media only screen and (max-width: 550px) {
  .tpl-page-areas main article h2 {
    font-size: var(--titulo-areas--movil);
  }
}
.tpl-page-areas main article p {
  font-size: var(--texto-areas);
  line-height: 1.4em;
}
@media only screen and (max-width: 550px) {
  .tpl-page-areas main article p {
    font-size: var(--texto-areas--movil);
  }
}
.tpl-page-areas main img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 20vh;
}

/*

  VARIABLES

  --titulo-services
  --titulo-services-movil
  --texto-services
  --texto-services-movil

*/
.tpl-page-services main {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  padding-top: 20vh;
  background-color: var(--uno);
}
@media only screen and (max-width: 550px) {
  .tpl-page-services main {
    flex-direction: column;
    height: initial;
  }
}
.tpl-page-services main article {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: calc(var(--gap) / 2);
  width: 100%;
  max-width: 25%;
  height: 70vh;
  flex-grow: 2;
  position: relative;
  color: var(--claro);
  overflow: hidden;
  transition: var(--transicion-por-defecto);
}
@media only screen and (max-width: 1024px) {
  .tpl-page-services main article {
    max-width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  .tpl-page-services main article {
    max-width: 100%;
    padding: calc(var(--gap) / 1);
  }
}
.tpl-page-services main article:first-of-type {
  background-color: var(--cinco);
}
.tpl-page-services main article:nth-of-type(2) {
  background-color: var(--cuatro);
}
.tpl-page-services main article:nth-of-type(3) {
  background-color: var(--tres);
}
.tpl-page-services main article:last-of-type {
  background-color: var(--dos);
}
.tpl-page-services main article > span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: var(--titulo-services);
}
.tpl-page-services main article h2 {
  position: relative;
  display: flex;
  font-size: var(--titulo-services);
  font-weight: 400;
}
.tpl-page-services main article h2 span:first-of-type {
  position: absolute;
  display: flex;
  left: -100px;
  opacity: 1;
}
.tpl-page-services main article h3 {
  opacity: 0;
  font-size: var(--texto-services);
  font-weight: 400;
}
.tpl-page-services main article p {
  width: 80%;
  opacity: 0;
  font-size: var(--texto-services);
}
.tpl-page-services main article img {
  position: absolute;
  opacity: 0;
  transition: var(--transicion-por-defecto);
}
@media only screen and (max-width: 1024px) {
  .tpl-page-services main article {
    color: var(--oscuro);
    justify-content: flex-end;
  }
  .tpl-page-services main article > span {
    opacity: 0;
  }
  .tpl-page-services main article h2 {
    order: 2;
  }
  .tpl-page-services main article h2 span:first-of-type {
    display: flex;
    opacity: 1;
    left: 0px;
  }
  .tpl-page-services main article h2 span:last-of-type {
    padding-left: 70px;
  }
  .tpl-page-services main article h3 {
    order: 1;
    opacity: 1;
  }
  .tpl-page-services main article p {
    order: 3;
    opacity: 1;
  }
  .tpl-page-services main article img {
    opacity: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .tpl-page-services main article:hover, .tpl-page-services main article:focus-within {
    color: var(--oscuro);
    justify-content: flex-end;
  }
  .tpl-page-services main article:hover > span, .tpl-page-services main article:focus-within > span {
    opacity: 0;
  }
  .tpl-page-services main article:hover h2, .tpl-page-services main article:focus-within h2 {
    order: 2;
  }
  .tpl-page-services main article:hover h2 span:first-of-type, .tpl-page-services main article:focus-within h2 span:first-of-type {
    display: flex;
    opacity: 1;
    left: 0px;
  }
  .tpl-page-services main article:hover h2 span:last-of-type, .tpl-page-services main article:focus-within h2 span:last-of-type {
    padding-left: 70px;
  }
  .tpl-page-services main article:hover h3, .tpl-page-services main article:focus-within h3 {
    order: 1;
    opacity: 1;
  }
  .tpl-page-services main article:hover p, .tpl-page-services main article:focus-within p {
    order: 3;
    opacity: 1;
  }
  .tpl-page-services main article:hover img, .tpl-page-services main article:focus-within img {
    opacity: 1;
  }
}

/*

  VARIABLES

  --titulo-about
  --titulo-about-movil
  --texto-about
  --texto-about-movil

*/
.tpl-page-about header nav:not(.is-active) {
  max-width: 60%;
}
.tpl-page-about main {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 100vh;
}
@media only screen and (max-width: 550px) {
  .tpl-page-about main {
    display: flex;
    flex-direction: column-reverse;
  }
}
.tpl-page-about main img {
  height: 100vh;
  object-fit: cover;
  object-position: 65%;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 40%;
}
@media only screen and (max-width: 550px) {
  .tpl-page-about main img {
    position: relative;
    max-width: 100%;
    height: 50vh;
  }
}
.tpl-page-about main section {
  min-height: 100vh;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60%;
  padding: var(--gap);
  padding-top: 20vh;
  column-count: 2;
  column-gap: 3rem;
}
@media only screen and (max-width: 550px) {
  .tpl-page-about main section {
    padding-top: var(--gap);
    column-count: 1;
    column-gap: 0rem;
  }
}
@media only screen and (max-width: 550px) {
  .tpl-page-about main section {
    position: relative;
    height: initial;
    width: 100%;
  }
}
.tpl-page-about main section h1 {
  font-size: var(--titulo-about);
  font-weight: 400;
  column-span: all;
  padding-bottom: var(--gap);
}
@media only screen and (max-width: 550px) {
  .tpl-page-about main section h1 {
    font-size: var(--titulo-about-movil);
  }
}
.tpl-page-about main section p {
  font-size: var(--texto-about);
  line-height: 1.4em;
  padding-bottom: var(--gap);
}
@media only screen and (max-width: 550px) {
  .tpl-page-about main section p {
    font-size: var(--texto-about-movil);
  }
}

/*

  VARIABLES
  --padding_contacto

  --color-logo-contacto
  --color-fondo-contacto
  --color-texto-contacto
  --color-hover-texto-contacto

  --transicion-rapida

*/
.tpl-page-contacto {
  background-color: var(--color-fondo-contacto);
}
.tpl-page-contacto header nav ul li {
  border-left: var(--grosor-filete) solid var(--color-texto-contacto);
}
@media only screen and (max-width: 550px) {
  .tpl-page-contacto header nav ul li {
    border-left: var(--grosor-filete) solid var(--oscuro);
  }
}
.tpl-page-contacto header nav ul li:hover a {
  border-bottom: 2px solid var(--claro);
}
.tpl-page-contacto header nav ul li.current-menu-item a {
  font-weight: 700;
  border-bottom: 2px solid var(--claro);
}
.tpl-page-contacto header nav ul li a {
  color: var(--color-texto-contacto);
}
@media only screen and (max-width: 550px) {
  .tpl-page-contacto header nav ul li a {
    color: var(--color-texto-enlaces-home-movil);
  }
}
.tpl-page-contacto header nav ul li:first-of-type {
  border-left: 0;
}
.tpl-page-contacto header > a:not(.quick) svg {
  fill: var(--color-logo-contacto);
  opacity: 0;
}
.tpl-page-contacto header nav button svg {
  fill: var(--color-logo-contacto);
}
.tpl-page-contacto main {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100dvh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tpl-page-contacto main > a {
  margin: auto;
}
.tpl-page-contacto main svg {
  display: block;
  width: 200px;
  margin: auto;
  fill: var(--color-logo-contacto);
}
.tpl-page-contacto main p {
  color: var(--color-texto-contacto);
  font-family: var(--serif_i);
  width: 100%;
  padding-left: var(--padding_contacto);
  padding-bottom: var(--padding_contacto);
}
.tpl-page-contacto main p > a {
  color: var(--color-texto-contacto);
  font-family: var(--serif);
  text-decoration: none;
  transition: var(--transicion-rapida);
}
.tpl-page-contacto main p > a:hover {
  color: var(--color-hover-texto-contacto);
}
.tpl-page-contacto main p:last-child {
  padding-bottom: calc(var(--padding_contacto) * 2);
}

/*

  VARIABLES

  --titulo-areas
  --texto-areas
  --titulo-areas--movil
  --texto-areas--movil

*/
.tpl-page main {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 20vh;
  background-color: var(--uno);
}
@media only screen and (max-width: 550px) {
  .tpl-page main {
    gap: var(--gap);
  }
}
.tpl-page main article {
  background-color: var(--uno);
  padding: var(--gap);
  width: 100%;
  max-width: 100%;
  min-height: 30vh;
  flex-grow: 2;
}
@media only screen and (max-width: 1024px) {
  .tpl-page main article {
    max-width: 50%;
    min-height: initial;
  }
}
@media only screen and (max-width: 550px) {
  .tpl-page main article {
    max-width: 100%;
    min-height: initial;
  }
}
.tpl-page main article h2 {
  font-size: var(--titulo-areas);
}
@media only screen and (max-width: 550px) {
  .tpl-page main article h2 {
    font-size: var(--titulo-areas--movil);
  }
}
.tpl-page main article p {
  font-size: var(--texto-areas);
  line-height: 1.4em;
  padding-bottom: 20px;
}
@media only screen and (max-width: 550px) {
  .tpl-page main article p {
    font-size: var(--texto-areas--movil);
  }
}
.tpl-page main img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 20vh;
}

/*

	VARIABLES

*/
/*

  VARIABLES

  --grosor_uno

*/
.again {
  cursor: pointer;
}

#cookies-dialog::backdrop {
  background: rgba(0, 0, 0, 0.6);
}

#cookies-dialog {
  border: none;
  padding: 2rem;
  max-width: 600px;
  width: 90%;
  text-align: left;
  margin: auto;
}

#gdpr-cookie-message {
  z-index: 20;
  background-color: var(--oscuro);
  border-top: var(--claro);
  border: var(--claro);
  color: var(--claro);
  padding: 20px;
}

#gdpr-cookie-message p {
  line-height: 1.3em;
  font-size: 1.8rem;
  padding-bottom: 0px;
}

#gdpr-cookie-message p strong {
  font-size: 2.1rem;
  padding-bottom: 10px;
}

#gdpr-cookie-message a {
  color: var(--claro);
  text-decoration: underline;
}

#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: flex;
}

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

#gdpr-cookie-types ul li input[type=checkbox] {
  margin-top: -2px;
}

#gdpr-cookie-types ul li input[type=checkbox] {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid var(--claro);
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  position: relative;
}

#gdpr-cookie-types ul li:has(input:focus) {
  outline-color: var(--claro);
  outline-width: 3px;
  outline-style: dotted;
  outline-offset: 4px;
  border-radius: 25px;
}

#gdpr-cookie-types ul li input[type=checkbox]:checked {
  background-color: var(--claro);
}

#gdpr-cookie-message > p:last-of-type {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 0px;
  font-size: 2.1rem;
  gap: 20px;
}

#gdpr-cookie-message button {
  padding: 10px 20px;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: var(--familia);
  font-weight: 700;
  cursor: pointer;
  border: 1px solid var(--claro);
  color: var(--oscuro);
  background-color: var(--claro);
  -webkit-appearance: none;
}

#gdpr-cookie-types p {
  padding-bottom: 20px;
  font-size: 2.1rem;
}

#gdpr-cookie-message button:first-of-type:hover {
  background-color: var(--oscuro);
  color: var(--claro);
}

#gdpr-cookie-message button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}

/*
#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 p {
    padding-bottom: 20px;
    font-size: 2.1rem;
  }
  #gdpr-cookie-types h5 {
    margin: 0px;
  }
  #gdpr-cookie-types ul {
    flex-direction: column;
    margin: 0px;
    padding: 0px;
  }
}