@charset "UTF-8";
/*
	Theme Name: Loygorri casado 03
	Theme URI: https://www.loygorri.com
	Description: Tailored WordPress Theme
	Version: 3.0
	Author: Gabriel García Loygorri
	Author URI: https://www.loygorri.com
	Tags: Blank, HTML5, CSS3

	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, :root.light {
  --color_principal: rgba(0,0,90,1);
  --color_principal_10: rgba(0,0,90,0.1);
  --color_oscuro: rgba(33,33,33,1);
  --color_blanco: rgba(255,255,255,1);
  --color_gris: rgba(99,99,99,1);
  --ancho_maximo: 1200px;
  --color_logo_cabecera: var(--color_blanco);
  --color_bars_cabecera: var(--color_blanco);
  --color_enlaces_cabecera: var(--color_blanco);
  --color_h2_entrada: var(--color_gris);
  --color_h1_destino: var(--color_principal);
  --filete_titular: var(--color_principal);
  --fondo_enlace_relacionado: var(--color_principal);
  --texto_enlace_relacionado: var(--color_blanco);
  --filete_relacionados: var(--color_principal);
  --filete_destino: var(--color_principal);
  --fondo-lista: var(--color_principal_10);
  --borde-lista: var(--color_principal);
  --fondo_pie: var(--color_oscuro);
  --enlace_pie: var(--color_blanco);
  --titulares: "copperplate", serif;
  --cursiva: altesse-std-24pt, sans-serif;
  --texto-normal: Arial;
}

hr {
  display: none;
}

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

body {
  font-family: var(--texto-normal);
  font-size: 100%;
}
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;
}

/*

  VARIABLES

*/
/*

	VARIABLES

*/
header {
  background: rgb(11, 7, 83);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(11, 7, 83)), to(rgb(20, 15, 108)));
  background: linear-gradient(180deg, rgb(11, 7, 83) 0%, rgb(20, 15, 108) 100%);
}
header .centrado {
  width: 100%;
  max-width: var(--ancho_maximo);
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  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;
}
@media only screen and (max-width: 1200px) {
  header .centrado {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 550px) {
  header .centrado {
    padding-left: 10px;
    padding-right: 10px;
  }
}
header .centrado .logo {
  width: 100%;
  max-width: 190px;
}
@media only screen and (max-width: 550px) {
  header .centrado .logo {
    max-width: 150px;
  }
}
header .centrado .logo p {
  font-size: 25px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  color: var(--color_logo_cabecera);
  font-family: var(--titulares);
}
@media only screen and (max-width: 550px) {
  header .centrado .logo p {
    font-size: 20px;
  }
}
header .centrado .logo a {
  display: block;
  font-size: 25px;
  line-height: 1em;
  font-weight: 700;
  font-family: var(--titulares);
  text-decoration: none;
  text-align: center;
  color: var(--color_logo_cabecera);
}
@media only screen and (max-width: 550px) {
  header .centrado .logo a {
    font-size: 20px;
  }
}
header .centrado hr {
  display: none;
}
header .centrado .bars {
  width: 30px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
header .centrado .bars svg {
  width: 30px;
  fill: var(--color_bars_cabecera);
}
@media only screen and (max-width: 550px) {
  header .centrado .bars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
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;
}
@media only screen and (max-width: 550px) {
  header .centrado .nav {
    display: none;
  }
}
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;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding-left: 100px;
}
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 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;
  text-transform: uppercase;
  color: var(--color_enlaces_cabecera);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
header .centrado .nav ul li ul {
  display: none;
}

/*

	VARIABLES

*/
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;
}
main .main_imagem_principal {
  width: 100%;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 550px) {
  main .main_imagem_principal {
    padding-left: 10px;
    padding-right: 10px;
  }
}
main .main_imagem_principal img {
  aspect-ratio: 7/2;
  border-radius: 10px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: auto;
  display: block;
}
main section {
  padding-bottom: 50px;
  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-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
@media only screen and (max-width: 550px) {
  main section {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}
main .imagem_principal {
  width: 100%;
}
main .imagem_principal .centrado {
  margin-bottom: 20px;
  padding: 0px;
}
@media only screen and (max-width: 1200px) {
  main .imagem_principal .centrado {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 550px) {
  main .imagem_principal .centrado {
    padding-left: 10px;
    padding-right: 10px;
  }
}
main .imagem_principal .centrado img {
  aspect-ratio: 7/2;
  border-radius: 10px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: auto;
  display: block;
}
main .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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: var(--ancho_maximo);
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  main .centrado {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 550px) {
  main .centrado {
    padding-left: 10px;
    padding-right: 10px;
  }
}
main .centrado article h2 {
  font-family: var(--titulares);
  padding-top: 10px;
}
main .centrado article h3 {
  font-family: var(--titulares);
  padding-top: 10px;
}
main .centrado article p {
  font-size: 18px;
  line-height: 1.5em;
  padding-bottom: 10px;
}
main .centrado article p:last-child {
  padding-bottom: 0px;
}
main .centrado article ul, main .centrado article ol {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
main .centrado article ul li, main .centrado article ol li {
  line-height: 1.5em;
  padding-bottom: 10px;
  padding-right: 20px;
}
main .centrado article ul li:last-child, main .centrado article ol li:last-child {
  padding-bottom: 0px;
}
main .bloque_basico .centrado article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
@media only screen and (max-width: 550px) {
  main .bloque_basico .centrado article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main .bloque_basico .centrado article .columna {
  min-width: 300px;
  max-width: 50%;
  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;
}
@media only screen and (max-width: 550px) {
  main .bloque_basico .centrado article .columna {
    min-width: 100%;
    max-width: 100%;
  }
}
main .bloque_basico .centrado article .columna .imagem_principal {
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
}
main .bloque_basico .centrado article .columna .imagem_principal img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: auto;
  aspect-ratio: 1/1;
  display: block;
}
main .bloque_basico .centrado article .columna .entrada {
  position: sticky;
  top: 10px;
}
main .bloque_basico .centrado article .columna h1 {
  font-size: 2em;
  line-height: 1em;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 20px;
  color: var(--color_h1_destino);
}
@media only screen and (max-width: 550px) {
  main .bloque_basico .centrado article .columna h1 {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
main .bloque_basico .centrado article .columna .relacionados {
  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;
  position: sticky;
  bottom: 10px;
}
@media only screen and (max-width: 550px) {
  main .bloque_basico .centrado article .columna .relacionados {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
main .bloque_basico .centrado article .columna .relacionados h3 {
  padding-bottom: 0px;
  border-bottom: 2px solid var(--filete_relacionados);
  margin-bottom: 10px;
}
main .bloque_basico .centrado article .columna .relacionados ul {
  list-style-type: none;
  padding-bottom: 0px;
}
main .bloque_basico .centrado article .columna .relacionados ul li {
  text-align: right;
  padding-bottom: 5px;
}
@media only screen and (max-width: 550px) {
  main .bloque_basico .centrado article .columna .relacionados ul li {
    text-align: left;
  }
}
main .bloque_basico .centrado article .columna .relacionados ul li.current_page_item {
  display: none;
}
main .bloque_basico .centrado article .columna .relacionados ul li:last-child {
  padding-bottom: 0px;
}
main .bloque_basico .centrado article .columna .relacionados ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: var(--fondo_enlace_relacionado);
  color: var(--texto_enlace_relacionado);
  text-decoration: none;
}
main .bloque_basico .centrado article .destino {
  border-left: 1px solid black;
  padding-left: 20px;
}
main .bloque_basico .centrado article .destino .imagem_principal {
  width: 100%;
  aspect-ratio: 5/2;
  border-radius: 10px;
  margin-bottom: 20px;
}
main .bloque_basico .centrado article .destino .imagem_principal img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: auto;
  display: block;
}
@media only screen and (max-width: 550px) {
  main .bloque_basico .centrado article .destino {
    border-left: 0px solid black;
    padding-left: 0px;
  }
}
main .bloque_basico .centrado article .destino > h1 {
  display: none;
}
main .bloque_basico .centrado article .destino ul, main .bloque_basico .centrado article .destino ol {
  background-color: var(--fondo-lista);
  border-radius: 10px;
  margin-top: 10px;
  padding-left: 40px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid var(--borde-lista);
}
main .bloque_basico .centrado article .destino ul li, main .bloque_basico .centrado article .destino ol li {
  position: relative;
  list-style-type: none;
}
main .bloque_basico .centrado article .destino ul li:before, main .bloque_basico .centrado article .destino ol li:before {
  color: var(--borde-lista);
  font-size: 50px;
  content: "•";
  position: absolute;
  top: -1px;
  left: -25px;
}
main .centrado-listado h1 {
  font-size: 2em;
  line-height: 1em;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 20px;
  color: var(--color_h1_destino);
}
main .centrado-listado .array_areas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  gap: 20px;
}
main .centrado-listado .array_areas .item_area {
  background-color: rgba(0, 0, 90, 0.04);
  border: 4px solid rgb(0, 0, 90);
  width: 100%;
  max-width: 380px;
  padding: 20px;
  border-radius: 10px;
}
main .centrado-listado .array_areas .item_area a {
  font-family: var(--titulares);
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1em;
  color: rgb(0, 0, 90);
  text-decoration: none;
}
main .centrado-listado .array_areas .item_area p {
  line-height: 1.5em;
  padding-top: 5px;
}
main .bloque_items .centrado article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media only screen and (max-width: 550px) {
  main .bloque_items .centrado article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main .bloque_items .centrado article .columna {
  min-width: 300px;
  max-width: 50%;
  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;
}
@media only screen and (max-width: 550px) {
  main .bloque_items .centrado article .columna {
    min-width: 100%;
    max-width: 100%;
  }
}
main .bloque_items .centrado article .columna .imagem_principal {
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  margin-bottom: 20px;
}
main .bloque_items .centrado article .columna .imagem_principal img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: auto;
  aspect-ratio: 1/1;
  display: block;
}
main .bloque_items .centrado article .columna .entrada {
  position: sticky;
  top: 10px;
}
main .bloque_items .centrado article .columna h1 {
  font-size: 2em;
  line-height: 1em;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
  color: var(--color_h1_destino);
  border-bottom: 2px solid var(--filete_titular);
}
@media only screen and (max-width: 550px) {
  main .bloque_items .centrado article .columna h1 {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
main .bloque_items .centrado article .columna h2 {
  font-size: 1.5em;
  line-height: 1em;
  text-align: right;
  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;
  padding-bottom: 10px;
  color: var(--color_h2_entrada);
}
@media only screen and (max-width: 550px) {
  main .bloque_items .centrado article .columna h2 {
    text-align: left;
  }
}
main .bloque_items .centrado article .columna h2 span {
  display: block;
}
main .bloque_items .centrado article .columna .relacionados {
  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;
  position: sticky;
  bottom: 10px;
}
@media only screen and (max-width: 550px) {
  main .bloque_items .centrado article .columna .relacionados {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
main .bloque_items .centrado article .columna .relacionados h3 {
  padding-bottom: 0px;
  border-bottom: 2px solid var(--filete_relacionados);
  margin-bottom: 10px;
  font-size: 21px;
  text-align: right;
}
main .bloque_items .centrado article .columna .relacionados ul {
  list-style-type: none;
  padding-bottom: 0px;
}
main .bloque_items .centrado article .columna .relacionados ul li {
  text-align: right;
  padding-bottom: 5px;
}
@media only screen and (max-width: 550px) {
  main .bloque_items .centrado article .columna .relacionados ul li {
    text-align: left;
  }
}
main .bloque_items .centrado article .columna .relacionados ul li.current_page_item {
  display: none;
}
main .bloque_items .centrado article .columna .relacionados ul li:last-child {
  padding-bottom: 0px;
}
main .bloque_items .centrado article .columna .relacionados ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: var(--fondo_enlace_relacionado);
  color: var(--texto_enlace_relacionado);
  text-decoration: none;
}
main .bloque_items .centrado article .destino {
  border-left: 2px solid var(--filete_destino);
  padding-left: 20px;
}
@media only screen and (max-width: 550px) {
  main .bloque_items .centrado article .destino {
    border-left: 0px solid black;
    padding-left: 0px;
  }
}
main .bloque_items .centrado article .destino .imagem_principal {
  width: 100%;
  aspect-ratio: 5/2;
  border-radius: 10px;
  margin-bottom: 20px;
}
main .bloque_items .centrado article .destino .imagem_principal img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: auto;
  display: block;
}
main .bloque_items .centrado article .destino > h1 {
  display: none;
}
main .bloque_items .centrado article .destino ul, main .bloque_items .centrado article .destino ol {
  margin-left: 20px;
}
main .bloque_items .centrado article .destino .array_item .item {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main .bloque_items .centrado article .destino .array_item .item h2 {
  color: var(--color_principal);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main .bloque_items .centrado article .destino .array_item .item h3 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border-bottom: 2px solid var(--filete_destino);
  margin-bottom: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
main .bloque_items .centrado article .destino .array_item .item p {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
main .bloque_items .centrado article .destino .array_item .item ul, main .bloque_items .centrado article .destino .array_item .item ol {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  background-color: var(--fondo-lista);
  border-radius: 10px;
  margin-top: 10px;
  padding-left: 40px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid var(--borde-lista);
}
main .bloque_items .centrado article .destino .array_item .item ul li {
  position: relative;
  list-style-type: none;
}
main .bloque_items .centrado article .destino .array_item .item ul li:before {
  color: var(--borde-lista);
  font-size: 50px;
  content: "•";
  position: absolute;
  top: -1px;
  left: -25px;
}

.wpcf7-form input, .wpcf7-form textarea {
  width: 100%;
  padding: 5px;
  font-size: 16px;
  font-family: var(--texto_normal);
}
.wpcf7-form .wpcf7-form-control .wpcf7-list-item {
  margin: 0px;
  padding: 0px;
  padding: 5px;
}
.wpcf7-form .wpcf7-form-control .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.wpcf7-form .wpcf7-form-control .wpcf7-list-item label input {
  width: initial;
  padding: 0px;
}

.home main .centrado > h1 {
  display: none;
}

.home main {
  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;
  overflow: hidden;
  position: relative;
}
.home main img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: 1;
}
.home main section {
  position: relative;
  z-index: 2;
}
.home main article h1 {
  width: 300px;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -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;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  font-size: 25px;
  line-height: 25px;
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .home main article h1 {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@media only screen and (max-width: 550px) {
  .home main article h1 {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.home main article h1 strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  font-size: 17px;
  line-height: 40px;
}
.home main article h1 strong em {
  font-family: var(--cursiva);
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

table {
  border: 1px solid black;
  margin-bottom: 10px;
}
@media only screen and (max-width: 550px) {
  table {
    width: 100%;
  }
}
table tr {
  border: 1px solid black;
}
@media only screen and (max-width: 550px) {
  table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 0px;
  }
}
table tr td, table tr th {
  padding: 5px;
  border: 1px solid black;
  text-align: left;
}

/*

	VARIABLES


*/
footer {
  background-color: var(--fondo_pie);
}
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 a {
  color: var(--enlace_pie);
  text-decoration: none;
}
footer .centrado ul li a:hover {
  text-decoration: underline;
}

.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;
}
.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: 75px;
}
.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: 75px;
}
@media only screen and (max-width: 550px) {
  .kit .kit_2 img {
    height: 50px;
  }
}

/*

	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;
  left: -400px;
  top: 0px;
  width: 100%;
  max-width: 300px;
  height: 100vh;
  background-color: var(--color_principal);
  z-index: 5;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 20px 20px;
  opacity: 0.9;
  overflow: scroll;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
@media (max-width: 900px) and (max-height: 500px) and (orientation: landscape) {
  .menu-desplegable {
    max-width: 90vw;
    left: -90vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.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 a {
  /*background-color: rgba(255, 255, 255, 0.3);*/
  display: block;
  width: 100%;
  font-size: 13px;
  padding: 5px 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}
.menu-desplegable ul li a:hover {
  background-color: white;
  color: black;
}
.menu-desplegable ul li.activo a {
  font-weight: bold;
}
.menu-desplegable ul li i {
  position: absolute;
  top: 0px;
  right: 0px;
  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: 25px;
  height: 25px;
  cursor: pointer;
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu-desplegable ul li i.activo {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: white;
}
.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;
  padding-left: 20px;
}
.menu-desplegable.activo {
  left: 0px;
}

.cierre-menu-desplegable {
  position: fixed;
  top: 0px;
  left: 100%;
  width: 100%;
  height: 100vh;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.cierre-menu-desplegable.activo {
  left: 0px;
}

/* 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

*/
.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;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#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-types ul li input[type=checkbox] {
  width: 16px;
  height: 16px;
  background-color: var(--color_negro_siempre);
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid white;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  top: -2px;
  position: relative;
  margin-right: 4px;
}
#gdpr-cookie-types ul li input[type=checkbox]:checked {
  background-color: white;
}

#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;
  }
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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;
}