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

	License: Copyright
*/
* {
  -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 {
  --ancho_centrado: 1200px;
}

html {
  font-size: 120%;
}

hr {
  display: none;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Lato", sans-serif;
  overflow-y: scroll;
}

.burguer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  position: fixed;
  z-index: 6;
  top: 10px;
  left: 10px;
}
.burguer svg {
  display: block;
  width: 20px;
  cursor: pointer;
}

main > img {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: width 1s ease-in-out 1s, height 1s ease-in-out 1s, left 1s ease-in-out 1s, top 1s ease-in-out 1s;
  transition: width 1s ease-in-out 1s, height 1s ease-in-out 1s, left 1s ease-in-out 1s, top 1s ease-in-out 1s;
  top: 0px;
}

.aurrera main > img {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

section {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
  scroll-snap-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 50px;
  padding-top: 50px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

section:not(.logo, .menu) {
  margin-left: calc(50% - 600px);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media only screen and (max-width: 1280px) {
  section:not(.logo, .menu) {
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 550px) {
  section:not(.logo, .menu) {
    padding-left: 10px;
    padding-right: 10px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
  }
}
section:not(.logo, .menu) .centrado {
  background-color: white;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 4% 3%;
  border-radius: 20px;
  /*margin-bottom: 5%;*/
  position: relative;
  z-index: 2;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media only screen and (max-width: 550px) {
  section:not(.logo, .menu) .centrado {
    padding: 4% 10px;
  }
}
section:not(.logo, .menu).lateral {
  margin-left: 20px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media only screen and (max-width: 1660px) {
  section:not(.logo, .menu).lateral {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  section:not(.logo, .menu).lateral {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 550px) {
  section:not(.logo, .menu).lateral {
    margin-left: 0px;
  }
}
section:not(.logo, .menu).lateral .centrado {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media only screen and (max-width: 1660px) {
  section:not(.logo, .menu).lateral .centrado {
    max-width: calc(100% - 460px);
    margin-left: initial;
    margin-right: initial;
  }
}
@media only screen and (max-width: 550px) {
  section:not(.logo, .menu).lateral .centrado {
    max-width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  section:not(.logo) .centrado {
    max-width: 100%;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: bebas-neue-pro, sans-serif;
  line-height: 1.5em;
}

h1 {
  font-size: 3rem; /* 3 times the body text */
  color: #B7313D;
  line-height: 1em;
  padding-bottom: 15px;
}
@media only screen and (max-width: 550px) {
  h1 {
    font-size: 2rem; /* 3 times the body text */
    line-height: 1em;
    padding-bottom: 15px;
  }
}

h2 {
  font-size: 2.5rem; /* 3 times the body text */
}
@media only screen and (max-width: 550px) {
  h2 {
    font-size: 1.8rem; /* 3 times the body text */
    line-height: 1em;
    padding-bottom: 15px;
  }
}

h3 {
  font-size: 2rem; /* 3 times the body text */
}

h4 {
  font-size: 1.5rem; /* 3 times the body text */
}

h5 {
  font-size: 1.5rem; /* 3 times the body text */
}

p {
  font-size: 1rem; /* 3 times the body text */
  line-height: 1.5em;
  padding-bottom: 20px;
}

p:last-child {
  /*background-color: pink;*/
  padding-bottom: 0px;
}

ul, ol, dl {
  padding-bottom: 20px;
  margin-left: 20px;
}

ul:last-child,
ol:last-child {
  padding-bottom: 0px;
}

li, dd {
  line-height: 1.5em;
  padding-bottom: 10px;
  margin-left: 0px;
}

li:last-child {
  padding-bottom: 0px;
}

/***********/
/***********/
.logo h1 {
  display: block;
  padding: 0px;
}
.logo h1 a {
  display: block;
}
.logo h1 a svg {
  height: 165px;
  max-width: 50vw;
  z-index: 2;
  position: relative;
  -webkit-transition: all 1s ease-in-out 1s;
  transition: all 1s ease-in-out 1s;
}

.logo {
  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: 100vh;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px;
  border: 0px solid white;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out 1s;
  transition: all 1s ease-in-out 1s;
}
.logo > img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.aurrera .logo {
  border-radius: 20px;
  width: 1200px;
  height: 20vh;
  min-height: 20vh;
  border-radius: 20px;
  border: 0px solid white;
  margin-top: 40vh;
  margin-bottom: 40vh;
  -webkit-box-shadow: 2px 2px 10px rgb(0, 0, 0);
          box-shadow: 2px 2px 10px rgb(0, 0, 0);
  /*position: sticky;*/
}
@media only screen and (max-width: 550px) {
  .aurrera .logo {
    max-width: 90%;
  }
}
.aurrera .logo svg {
  max-width: 25vw;
}
@media only screen and (max-width: 550px) {
  .aurrera .logo svg {
    max-width: 200px;
  }
}

/***********/
section .centrado table {
  width: 100%;
  margin-bottom: 20px;
}
section .centrado table caption {
  text-transform: uppercase;
  color: #B7313D;
  font-weight: bold;
  padding-bottom: 5px;
}
@media only screen and (max-width: 550px) {
  section .centrado table caption {
    text-align: left;
  }
}
@media only screen and (max-width: 550px) {
  section .centrado 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-top: 2px solid white;
  }
}
section .centrado table tr th {
  text-align: left;
  padding: 5px;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-size: 17px;
}
@media only screen and (max-width: 550px) {
  section .centrado table tr th {
    display: none;
  }
}
section .centrado table tr td {
  text-align: left;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 17px;
}
@media only screen and (max-width: 550px) {
  section .centrado table tr td {
    padding: 10px;
  }
}
section .centrado table tr td strong {
  display: block;
  font-weight: 600;
}
section .centrado table tr td span {
  white-space: nowrap;
}
@media only screen and (max-width: 550px) {
  section .centrado table tr td:first-child:before {
    content: "Segmentos de beneficiarios";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 550px) {
  section .centrado table tr td:last-child:before {
    content: "Importe";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    text-transform: uppercase;
  }
}
section .centrado .contenedor {
  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-column-gap: 10%;
     -moz-column-gap: 10%;
          column-gap: 10%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 550px) {
  section .centrado .contenedor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
section .centrado .contenedor div {
  width: 50%;
}
@media only screen and (max-width: 550px) {
  section .centrado .contenedor div {
    width: 100%;
  }
}
section .centrado .contenedor div:first-child {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.05);
  padding: 40px;
}
@media only screen and (max-width: 550px) {
  section .centrado .contenedor div:first-child {
    margin-top: 20px;
    padding: 40px 20px;
  }
}
section .centrado .contenedor div:first-child h2 {
  font-size: 2em;
}
section .centrado .contenedor div:first-child ul li {
  font-size: 0.9em;
}
section .centrado .contenedor div:first-child .definicion {
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
}
@media only screen and (min-width: 551px) {
  section .centrado .contenedor div:last-child {
    position: sticky;
    top: 100px;
  }
}

/***********/
.glosario {
  position: absolute;
  top: 30px;
  right: 20px;
  /*width: 40px;
  height: 40px;
  background-color: black;
  border-radius: 40px;*/
  z-index: 4;
  overflow: hidden;
  cursor: pointer;
}

.cerrar_glosario {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

/***********/
.menu {
  min-height: initial;
  position: sticky;
  top: 0px;
  z-index: 4;
  background-color: #B7313D;
  padding: 0px;
  max-width: 100%;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
@media only screen and (max-width: 550px) {
  .menu {
    display: none;
  }
}
.menu .centrado {
  padding: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  border-radius: 10px !important;
  background-color: transparent !important;
  margin: auto;
}
.menu .centrado ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  width: 100%;
  margin-left: 0px;
}
.menu .centrado ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: uppercase;
  padding: 0px;
}
.menu .centrado ul li h2 {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.menu .centrado ul li p {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.menu .centrado 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;
  padding: 5px 10px;
  min-height: 50px;
  font-size: 15px;
  color: white;
  text-decoration: none;
  border-bottom: 5px solid transparent;
}
.menu .centrado ul li aactive {
  border-bottom: 5px solid white;
}

#uno {
  top: -380px;
  background-color: transparent;
}
#uno img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: 1;
}
#uno .centrado ul {
  margin-top: 200px;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
}
#uno .centrado ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-transform: inherit !important;
}
#uno .centrado ul li p {
  text-align: left;
}
#uno .centrado ul li a {
  background-color: #B7313D;
  width: 100%;
}

.sticky_1 #uno {
  top: 0px;
}
.sticky_1 #uno .centrado ul {
  margin-top: 0px;
}
.sticky_1 #uno .centrado ul li h2 {
  display: none;
  opacity: 0;
}
.sticky_1 #uno .centrado ul li p {
  display: none;
  opacity: 0;
}

/***********/
aside {
  position: fixed;
  top: 20px;
  width: 400px;
  right: -400px;
  height: calc(100vh - 140px);
  background-color: white;
  z-index: 8;
  overflow: auto;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media (max-width: 500px) {
  aside {
    width: calc(100% - 20px);
  }
}
aside dt {
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
}
aside dd {
  display: none;
}
aside dd.visible {
  display: block;
}
aside.visible {
  right: 20px;
}
@media (max-width: 500px) {
  aside.visible {
    right: 10px;
  }
}
aside .cerrar_glosario {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

/***********/
/*

	VARIABLES

*/
.logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 20px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  position: relative;
  z-index: 3;
  background-color: white;
  padding: 25px;
}
.logos div svg,
.logos div img {
  height: 55px;
}

/***********/
/*

	VARIABLES

*/
.cta {
  display: block;
  width: 100%;
  background-color: #B7313D;
  color: white;
  position: sticky;
  bottom: -175px;
  z-index: 6;
  -webkit-transition: all 1s ease-in-out 1s;
  transition: all 1s ease-in-out 1s;
}
.cta .centrado {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cta .centrado p {
  cursor: pointer;
}
@media (max-width: 500px) {
  .cta .centrado p {
    text-align: center;
    font-size: 19px;
    text-transform: uppercase;
  }
}
.cta .centrado .el_contacto_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  padding: 5px 15px;
  background-color: white;
  color: black;
}

.aurrera .cta {
  bottom: -1px;
  -webkit-transition: all 1s ease-in-out 1s;
  transition: all 1s ease-in-out 1s;
}

/***********/
/*

	VARIABLES

*/
.cierre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 20px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  position: relative;
  z-index: 3;
  background-color: white;
  padding: 25px;
  border-top: 5px solid #4A0E15;
}
.cierre div svg,
.cierre div img {
  height: 65px;
}

/***********/
/*

	VARIABLES

*/
.menu-movil {
  position: fixed;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0);
  top: 0px;
  left: -100vw;
  bottom: 0px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.menu-movil.activo {
  left: 0px;
}
.menu-movil.activo .cerrar-menu-movil {
  opacity: 1;
}
.menu-movil .alt-menu {
  background-color: #4A0E15;
  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;
  position: absolute;
  z-index: 202;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 300px;
  height: 100vh;
  padding: 10px;
}
.menu-movil .alt-menu .logo_menu {
  padding: 10px 50px;
}
.menu-movil .alt-menu .logo_menu svg .logo_texto {
  fill: rgba(255, 255, 255, 0.9);
}
.menu-movil .alt-menu .logo_menu svg .logo_medio {
  fill: rgba(255, 255, 255, 0.5);
}
.menu-movil .alt-menu .logo_menu svg .logo_oscuro {
  fill: rgba(255, 255, 255, 0.25);
}
.menu-movil .alt-menu .logo_menu svg .logo_claro {
  fill: rgba(255, 255, 255, 0.75);
}
.menu-movil .alt-menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.menu-movil .alt-menu ul li {
  padding: 0px;
  margin: 0px;
}
.menu-movil .alt-menu ul li a {
  color: white;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid white;
  text-transform: uppercase;
}
.menu-movil .alt-menu ul li ul {
  padding-left: 10px;
}
.menu-movil .alt-menu > ul:last-child {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  margin-top: 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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu-movil .cerrar-menu-movil {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  z-index: 201;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100vh;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0.25s;
  transition: all 0.5s ease-in-out 0.25s;
}

/***********/
/*

  VARIABLES

  --grosor_uno

*/
.again {
  cursor: pointer;
}

#gdpr-cookie-message {
  position: fixed;
  bottom: 0px;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.8);
  border-top: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  padding: 20px;
  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: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

	VARIABLES

*/
.panel_contacto {
  position: fixed;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0);
  top: 100vh;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.panel_contacto.activo {
  left: 0px;
  top: 0px;
}
.panel_contacto.activo .cerrar-formulario {
  opacity: 1;
}
.panel_contacto .formulario {
  background-color: #4A0E15;
  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;
  position: absolute;
  z-index: 202;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 10px;
  color: white;
}
.panel_contacto .formulario form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
@media only screen and (max-width: 550px) {
  .panel_contacto .formulario form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.panel_contacto .formulario form div {
  padding: 20px;
}
@media only screen and (max-width: 550px) {
  .panel_contacto .formulario form div {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.panel_contacto .formulario form span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 10px;
}
.panel_contacto .formulario form span label {
  text-transform: uppercase;
  font-size: 13px;
  padding-bottom: 5px;
}
.panel_contacto .formulario form input,
.panel_contacto .formulario form textarea {
  padding: 5px 10px;
  border-radius: 5px;
  border: 0px;
  font-size: 15px;
  width: 300px;
}
@media only screen and (max-width: 550px) {
  .panel_contacto .formulario form input,
.panel_contacto .formulario form textarea {
    width: 100%;
  }
}
.panel_contacto .formulario form textarea {
  font-family: "Lato", sans-serif;
}
@media only screen and (max-width: 550px) {
  .panel_contacto .formulario form textarea {
    min-height: 150px;
  }
}
.panel_contacto .formulario form button {
  font-size: 15px;
  width: 100%;
  cursor: pointer;
  border-radius: 5px;
  border: 0px;
  min-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  background-color: #B7313D;
  color: white;
  font-weight: bold;
}
.panel_contacto .cerrar-formulario {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  z-index: 201;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100vh;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0.25s;
  transition: all 0.5s ease-in-out 0.25s;
}

/***********/
/*

	VARIABLES

*/
.salida:has(p) {
  background-color: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 300;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  padding: 20px;
}
.salida:has(p) p {
  font-size: 20px;
  color: white;
  max-width: 300px;
  text-align: center;
  cursor: pointer;
}

/***********/
/*# sourceMappingURL=style.css.map */