@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400&family=Poppins:wght@300;400;600;700&display=swap");
@keyframes animated_text {
  0% {
    background-position: 0px 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0px 50%;
  }
}
.hero_gobierno {
  width: 100%;
  height: 50vh;
  min-height: 200px;
  max-height: 300px;
  position: relative;
  display: grid;
  grid-template-rows: 100px 1fr;
  color: rgb(255, 255, 255);
  background-image: radial-gradient(circle 590px at 11.2% 14.8%, rgb(18, 35, 60) 0%, rgba(58, 56, 56, 0.816) 90%);
  background-size: contain;
}

.nav_links {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.botones_formulario {
  display: block;
  background: linear-gradient(0deg, transparent, #03e9f4);
  padding: 10px;
  margin-top: 10px;
  border: none;
  color: #fff;
  width: 99%;
  padding: 10px;
  margin-top: 10px;
  cursor: pointer;
}

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

body {
  font-family: "Poppins", sans-serif;
}

body {
  font-family: "Poppins", sans-serif;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.hero {
  width: 100%;
  min-height: 480px;
  max-height: 580px;
  position: relative;
  display: grid;
  grid-template-rows: 110px 2fr;
  color: rgb(255, 255, 255);
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, hsla(55deg, 43%, 50%, 0.144), hsla(138deg, 47%, 44%, 0.166)), url("../imagen/inicio_uno.jpg");
  background-size: cover;
  z-index: -1;
}
.hero .nav {
  height: 100%;
  align-items: center;
}
.hero .nav .nav_link {
  margin: auto;
  padding: 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 2em;
}
.hero .nav .nav_link .menu_link--select {
  background: linear-gradient(0deg, transparent, #03e9f4);
}
.hero .nav .nav_link .nav_items {
  list-style: none;
}
.hero .nav .nav_link .nav_items .nav_links {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.hero .nav .nav_link .nav_items .nav_links:hover {
  background: #03e9f4;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
}
.hero .nav .nav_link .nav_close {
  display: var(--show, none);
}
.hero .nav .nav_menu {
  margin-left: auto;
  cursor: pointer;
  display: none;
  color: #fff;
}
.hero .nav .nav_menu .nav_img {
  display: block;
  width: 30px;
}
.hero .portada_container {
  overflow: hidden;
  display: grid;
  grid-auto-rows: min-content;
  align-content: center;
  gap: 1em;
}
.hero .portada_container .animate__animated.animate__lightSpeedInRight {
  --animate-duration: 2s;
}
.hero .portada_container .portada_title {
  margin-top: 0px;
  font-size: 2rem;
  color: rgb(248, 248, 248);
  text-decoration: solid;
  text-align: left;
  overflow: hidden;
  background: linear-gradient(-45deg, #026180, #026180, #e72401, #94eef8, #3eccea, #3eccea);
  background-size: 300%;
  font-size: 25px;
  font-weight: 900;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animated_text 6s ease-in-out infinite;
  -moz-animation: animated_text 6s ease-in-out infinite;
  -webkit-animation: animated_text 6s ease-in-out infinite;
}
.hero .portada_container .portada_paragraph {
  margin-top: 0px;
  font-size: 2rem;
  color: rgb(248, 248, 248);
  text-decoration: solid;
  text-align: left;
  overflow: hidden;
  margin-bottom: 40px;
  background: linear-gradient(-45deg, #026180, #026180, #e72401, #94eef8, #3eccea, #3eccea);
  background-size: 300%;
  font-size: 25px;
  font-weight: 900;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animated_text 6s ease-in-out infinite;
  -moz-animation: animated_text 6s ease-in-out infinite;
  -webkit-animation: animated_text 6s ease-in-out infinite;
}

.container {
  text-align: center;
}
.container .subtitle-about {
  color: rgb(4, 4, 4);
  font-size: 2em;
  padding-top: 90px;
}
.container .about_paragraph {
  line-height: 1.7;
  font-size: 1.5em;
}
.container .about_main {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  gap: 1em;
  overflow: hidden;
  grid-template-columns: repeat(auto-fit, minmax(2px, auto));
}
.container .about_main .about_icons {
  display: grid;
  justify-items: center;
  width: 260px;
  overflow: hidden;
  margin: 0 auto;
}
.container .about_main .about_icons .about_icon {
  width: 80px;
}
.container .about_main .about_icons .cta_tramites {
  display: inline-block;
  background-color: #2091f9;
  justify-self: center;
  color: aliceblue;
  text-decoration: none;
  padding: 13px 20px;
  border-radius: 30px;
}

.noticias {
  background-image: radial-gradient(circle 590px at 8.2% 13.8%, rgb(18, 35, 60) 0%, rgba(58, 56, 56, 0.816));
  color: #fff;
}
.noticias .testimony_container {
  display: grid;
  grid-template-columns: 0.5fr 2fr 0.5fr;
  gap: 1em;
  align-items: center;
  color: #fff;
}
.noticias .testimony_container .testimony_arrow {
  width: 20%;
  cursor: pointer;
  color: #fff;
}
.noticias .testimony_container .testimony_body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-around;
  align-items: center;
  gap: 2em;
  grid-column: 2/3;
  grid-row: 1/2;
  opacity: 0;
  pointer-events: none;
}
.noticias .testimony_container .testimony_body .testimony_img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 30%;
}
.noticias .testimony_container .testimony_body--show {
  pointer-events: unset;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
.noticias .testimony_container .testimony_body--show .testimony_texts {
  max-width: 700px;
  color: #fff;
}
.noticias .testimony_container .testimony_body--show .testimony_texts .subtitle {
  color: #fff;
}
.noticias .testimony_container .testimony_body--show .testimony_texts .testimony_course {
  color: rgb(255, 255, 255);
  display: inline-block;
  padding: 5px;
}

.questions_conteiner {
  display: grid;
  gap: 2em;
  padding-top: 0px;
  padding-bottom: 100px;
}
.questions_conteiner .questions_padding {
  padding: 0px;
  transition: padding 0.3s;
  border: 1px solid #5454d4;
  border-radius: 10px;
}
.questions_conteiner .questions_padding .questions_padding--add {
  padding-bottom: 0px;
  color: #000;
}
.questions_conteiner .questions_padding .questions_answer {
  padding: 0 10px 0;
  overflow: hidden;
}
.questions_conteiner .questions_padding .questions_answer .questions_title {
  display: flex;
  font-size: 20px;
  padding: 20px 0 20px;
  cursor: pointer;
  justify-content: center;
  text-align: center;
}
.questions_conteiner .questions_padding .questions_answer .questions_title .questions_arrow {
  border-radius: 50%;
  background-color: var(--color-title);
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  margin-left: 10px;
  transition: transform 2s;
}
.questions_conteiner .questions_padding .questions_answer .questions_title .questions_arrow .questions_arrow--rotate {
  transform: rotate(180deg);
}
.questions_conteiner .questions_padding .questions_answer .questions_title .questions_arrow .questions_img {
  display: block;
}
.questions_conteiner .questions_padding .questions_answer .questions_title .questions_show {
  text-align: left;
  height: 0;
  transition: heigth 0.3s;
}

.hero_ciudad {
  width: 100%;
  height: 50vh;
  min-height: 200px;
  max-height: 300px;
  position: relative;
  display: grid;
  grid-template-rows: 100px 1fr;
  color: rgb(255, 255, 255);
  background: linear-gradient(to right, hsla(55deg, 43%, 50%, 0.144), hsla(138deg, 47%, 44%, 0.166)), url("../imagen/ciudad.jpg");
}
.hero_ciudad .nav {
  height: 100%;
  align-items: center;
}
.hero_ciudad .nav .nav_link {
  margin: auto;
  padding: 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 2em;
}
.hero_ciudad .nav .nav_link .menu_link--select {
  background: linear-gradient(0deg, transparent, #03e9f4);
}
.hero_ciudad .nav .nav_link .nav_items {
  list-style: none;
}
.hero_ciudad .nav .nav_link .nav_items .nav_links {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.hero_ciudad .nav .nav_link .nav_items .nav_links:hover {
  background: #03e9f4;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
}
.hero_ciudad .nav .nav_menu {
  margin-left: auto;
  cursor: pointer;
  display: none;
  color: #fff;
}
.hero_ciudad .nav .nav_menu .nav_img {
  display: block;
  width: 30px;
}
.hero_ciudad .nav .nav_close {
  display: var(--show, none);
}
.hero_ciudad .hero_ciudad_container {
  overflow: hidden;
  display: grid;
  grid-auto-rows: min-content;
  align-content: center;
  gap: 1em;
}
.hero_ciudad .animate__animated.animate__lightSpeedInRight {
  --animate-duration: 2s;
}
.hero_ciudad .animate__animated.animate__lightSpeedInRight .hero_title {
  margin-top: 0px;
  font-size: 2rem;
  color: rgb(248, 248, 248);
  text-decoration: solid;
  text-align: left;
  overflow: hidden;
  background: linear-gradient(-45deg, #026180, #026180, #e72401, #94eef8, #3eccea, #3eccea);
  background-size: 300%;
  font-size: 25px;
  font-weight: 900;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animated_text 6s ease-in-out infinite;
  -moz-animation: animated_text 6s ease-in-out infinite;
  -webkit-animation: animated_text 6s ease-in-out infinite;
}
.hero_ciudad .animate__animated.animate__lightSpeedInRight .hero_paragraph {
  margin-top: 0px;
  font-size: 2rem;
  color: rgb(248, 248, 248);
  text-decoration: solid;
  text-align: left;
  overflow: hidden;
  background: linear-gradient(-45deg, #026180, #026180, #e72401, #94eef8, #3eccea, #3eccea);
  background-size: 300%;
  font-size: 25px;
  font-weight: 900;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animated_text 6s ease-in-out infinite;
  -moz-animation: animated_text 6s ease-in-out infinite;
  -webkit-animation: animated_text 6s ease-in-out infinite;
}

/*Knowledge*/
.knowledge {
  background-color: #ffffff;
}
.knowledge .knowledge_conteiner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1em;
  align-items: center;
  padding-left: 10px;
  padding-top: 15px;
}
.knowledge .knowledge_conteiner .knowledge_texts {
  text-align: justify;
  padding: 12px;
}
.knowledge .knowledge_conteiner .knowledge_texts .subtitle_knowledge {
  text-align: center;
  background: linear-gradient(-45deg, #026180, #026180, #e72401, #94eef8, #3eccea, #3eccea);
  background-size: 300%;
  font-size: 25px;
  font-weight: 900;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animated_text 6s ease-in-out infinite;
  -moz-animation: animated_text 6s ease-in-out infinite;
  -webkit-animation: animated_text 6s ease-in-out infinite;
}
.knowledge .knowledge_conteiner .knowledge_texts .knowledge_paragrah {
  line-height: 1.7;
  margin-bottom: 15px;
}
.knowledge .knowledge_conteiner .knowledge_picture {
  overflow: hidden;
  max-width: 700px;
  margin-right: 20px;
}
.knowledge .knowledge_conteiner .knowledge_picture .knowledge_img {
  width: 100%;
  display: block;
  padding: 10px 10px;
  border-radius: 30px;
}

.carousel-inner {
  display: flex;
  align-items: center;
  gap: 2em;
  background-size: cover;
  width: 100%;
  height: 650px;
  color: rgb(255, 255, 255);
  display: inline-block;
  padding: 5px;
  pointer-events: none;
  padding-left: 20px;
  padding-right: 20px;
}

.hero_gobierno .nav {
  height: 100%;
  align-items: center;
}
.hero_gobierno .nav .nav_link {
  margin: auto;
  padding: 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 2em;
}
.hero_gobierno .nav .nav_link .menu_link--select {
  background: linear-gradient(0deg, transparent, #03e9f4);
}
.hero_gobierno .nav .nav_link .nav_items {
  list-style: none;
}
.hero_gobierno .nav .nav_link .nav_items .nav_links {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.hero_gobierno .nav .nav_link .nav_items .nav_links:hover {
  background: #03e9f4;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
}
.hero_gobierno .nav .nav_menu {
  margin-left: auto;
  cursor: pointer;
  display: none;
  color: #fff;
}
.hero_gobierno .nav .nav_menu .nav_img {
  display: block;
  width: 30px;
}
.hero_gobierno .nav .nav_close {
  display: var(--show, none);
}
.hero_gobierno .hero_gobierno_container {
  overflow: hidden;
  display: grid;
  grid-auto-rows: min-content;
  align-content: center;
  gap: 1em;
}
.hero_gobierno .animate__animated.animate__lightSpeedInRight {
  --animate-duration: 2s;
}
.hero_gobierno .animate__animated.animate__lightSpeedInRight .hero_title {
  margin-top: 0px;
  font-size: 2rem;
  color: rgb(248, 248, 248);
  text-decoration: solid;
  text-align: left;
  overflow: hidden;
  background: linear-gradient(-45deg, #026180, #026180, #e72401, #94eef8, #3eccea, #3eccea);
  background-size: 300%;
  font-size: 25px;
  font-weight: 900;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animated_text 6s ease-in-out infinite;
  -moz-animation: animated_text 6s ease-in-out infinite;
  -webkit-animation: animated_text 6s ease-in-out infinite;
}
.hero_gobierno .animate__animated.animate__lightSpeedInRight .hero_paragraph {
  margin-top: 0px;
  font-size: 2rem;
  color: rgb(248, 248, 248);
  text-decoration: solid;
  text-align: left;
  overflow: hidden;
  background: linear-gradient(-45deg, #026180, #026180, #e72401, #94eef8, #3eccea, #3eccea);
  background-size: 300%;
  font-size: 25px;
  font-weight: 900;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animated_text 6s ease-in-out infinite;
  -moz-animation: animated_text 6s ease-in-out infinite;
  -webkit-animation: animated_text 6s ease-in-out infinite;
}

.stiker img {
  margin: 110px;
  height: 180px;
}

.gobierno {
  overflow: hidden;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.gobierno .card {
  width: 300px;
  height: 450px;
}
.gobierno .card .card-img-top {
  width: 190px;
  height: 250px;
  border-radius: 50%;
  margin: 0px auto;
  clip-path: circle();
  transition: all 3s ease;
}
.gobierno .card .card-img-top:hover {
  transform: rotateY(-360deg);
}

.digesto {
  background: radial-gradient(circle 590px at 11.2% 14.8%, rgb(18, 35, 60) 0%, rgba(58, 56, 56, 0.816) 90%);
}

.hero_digesto {
  width: 100%;
  height: 50vh;
  min-height: 250px;
  max-height: 600px;
  position: relative;
  display: grid;
  grid-template-rows: 100px 1fr;
  color: rgb(255, 255, 255);
  background-image: radial-gradient(circle 590px at 11.2% 14.8%, rgb(18, 35, 60) 0%, rgba(58, 56, 56, 0.816) 90%);
  background-size: contain;
  box-shadow: 0 4px 25px 1px rgba(77, 77, 77, 0.642);
}
.hero_digesto .nav {
  height: 100%;
  display: flex;
  align-items: center;
}
.hero_digesto .nav .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.hero_digesto .nav .nav_link {
  margin-left: 280px;
  padding: 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 2em;
}
.hero_digesto .nav .nav_link .menu_link--select {
  background: linear-gradient(0deg, transparent, #03e9f4);
}
.hero_digesto .nav .nav_link .nav_items {
  list-style: none;
}
.hero_digesto .nav .nav_link .nav_items .nav_links {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.hero_digesto .nav .nav_link .nav_items .nav_links:hover {
  background: #03e9f4;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
}
.hero_digesto .nav .nav_menu {
  margin-left: auto;
  cursor: pointer;
  display: none;
  color: #fff;
}
.hero_digesto .nav .nav_menu .nav_img {
  display: block;
  width: 30px;
}
.hero_digesto .nav .nav_close {
  display: var(--show, none);
}
.hero_digesto .hero_digesto_container {
  overflow: hidden;
  display: grid;
  grid-auto-rows: min-content;
  align-content: center;
  gap: 1em;
}
.hero_digesto .hero_digesto_container .animate__animated.animate__lightSpeedInRight {
  --animate-duration: 2s;
}
.hero_digesto .hero_digesto_container .animate__animated.animate__lightSpeedInRight .hero_title_digesto {
  margin-top: 0px;
  font-size: 2rem;
  color: rgb(248, 248, 248);
  text-decoration: solid;
  text-align: left;
  overflow: hidden;
  background: linear-gradient(-45deg, #026180, #026180, #e72401, #94eef8, #3eccea, #3eccea);
  background-size: 300%;
  font-size: 25px;
  font-weight: 900;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animated_text 6s ease-in-out infinite;
  -moz-animation: animated_text 6s ease-in-out infinite;
  -webkit-animation: animated_text 6s ease-in-out infinite;
}
.hero_digesto .hero_digesto_container .animate__animated.animate__lightSpeedInRight .hero_paragraph_digesto {
  margin-top: 0px;
  font-size: 2rem;
  color: rgb(248, 248, 248);
  text-decoration: solid;
  text-align: left;
  overflow: hidden;
  background: linear-gradient(-45deg, #026180, #026180, #e72401, #94eef8, #3eccea, #3eccea);
  background-size: 300%;
  font-size: 25px;
  font-weight: 900;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animated_text 6s ease-in-out infinite;
  -moz-animation: animated_text 6s ease-in-out infinite;
  -webkit-animation: animated_text 6s ease-in-out infinite;
}

.form-register {
  width: 95%;
  margin-left: 25%;
  padding-left: 10px;
  max-width: 700px;
  margin-top: 50px;
  margin-bottom: 30px;
  background: linear-gradient(#141e30, #243b55);
  box-sizing: border-box;
  box-shadow: 0 15px 25px #141e30;
  border-radius: 10px;
}
.form-register .form--title {
  margin-top: 0;
  font-size: 2.5em;
  text-align: center;
  color: #fff;
}
.form-register .container--flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}
.form-register .container--flex .form--label,
.form-register .container--flex .form--input {
  display: block;
}
.form-register .container--flex .form--label {
  width: 60%;
  color: #fff;
}
.form-register .container--flex .form--input {
  width: 70%;
  margin-right: 10px;
  padding: 10px;
}
.form-register .form--file {
  font-size: 1em;
  margin: 10px 0;
  width: 100%;
}
.form-register .form--file:hover {
  background: #03e9f4;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
}
.form-register .form--file {
  display: block;
  background: linear-gradient(0deg, transparent, #03e9f4);
  padding: 10px;
  margin-top: 10px;
  border: none;
  color: #fff;
  width: 99%;
  padding: 10px;
  margin-top: 10px;
  cursor: pointer;
}
.form-register .form--submit:hover {
  background: #03e9f4;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
}
.form-register .form--submit {
  display: block;
  background: linear-gradient(0deg, transparent, #03e9f4);
  padding: 10px;
  margin-top: 10px;
  border: none;
  color: #fff;
  width: 99%;
  padding: 10px;
  margin-top: 10px;
  cursor: pointer;
}

.hero_atencion {
  overflow: hidden;
  width: 100%;
  height: 50vh;
  min-height: 200px;
  max-height: 300px;
  position: relative;
  display: grid;
  grid-template-rows: 100px 1fr;
  color: rgb(255, 255, 255);
  background-image: url("../imagen/ciudad.jpg");
  background-size: cover;
}
.hero_atencion .nav {
  height: 100%;
  display: flex;
  align-items: center;
}
.hero_atencion .nav .nav_link {
  margin: auto;
  padding: 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 2em;
}
.hero_atencion .nav .nav_link .menu_link--select {
  background: linear-gradient(0deg, transparent, #03e9f4);
}
.hero_atencion .nav .nav_link .nav_items {
  list-style: none;
}
.hero_atencion .nav .nav_link .nav_items .nav_links {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.hero_atencion .nav .nav_link .nav_items .nav_links:hover {
  background: #03e9f4;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
}
.hero_atencion .nav .nav_menu {
  margin-left: auto;
  cursor: pointer;
  display: none;
  color: #fff;
}
.hero_atencion .nav .nav_menu .nav_img {
  display: block;
  width: 30px;
}
.hero_atencion .nav .nav_close {
  display: var(--show, none);
}
.hero_atencion .animate__animated.animate__lightSpeedInRight {
  --animate-duration: 2s;
}
.hero_atencion .animate__animated.animate__lightSpeedInRight .hero_title {
  margin-top: 0px;
  font-size: 2rem;
  color: rgb(248, 248, 248);
  text-decoration: solid;
  text-align: left;
  overflow: hidden;
  background: linear-gradient(-45deg, #026180, #026180, #e72401, #94eef8, #3eccea, #3eccea);
  background-size: 300%;
  font-size: 25px;
  font-weight: 900;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animated_text 6s ease-in-out infinite;
  -moz-animation: animated_text 6s ease-in-out infinite;
  -webkit-animation: animated_text 6s ease-in-out infinite;
  font-size: 25px;
}
.hero_atencion .animate__animated.animate__lightSpeedInRight .hero_paragraph {
  margin-top: 0px;
  font-size: 2rem;
  color: rgb(248, 248, 248);
  text-decoration: solid;
  text-align: left;
  overflow: hidden;
  background: linear-gradient(-45deg, #026180, #026180, #e72401, #94eef8, #3eccea, #3eccea);
  background-size: 300%;
  font-size: 25px;
  font-weight: 900;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animated_text 6s ease-in-out infinite;
  -moz-animation: animated_text 6s ease-in-out infinite;
  -webkit-animation: animated_text 6s ease-in-out infinite;
  font-size: 25px;
}

.tarjetas {
  background: linear-gradient(#141e30, #243b55);
  padding-top: 5px;
  padding-bottom: 20px;
}
.tarjetas .animate__flash {
  text-align: left;
}
.tarjetas .animate__animated {
  text-align: left;
  color: #fff;
}
.tarjetas .col {
  width: 25%;
}
.tarjetas .col .card-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  padding-left: 25%;
}
.tarjetas .col .card-body {
  text-align: center;
}
.tarjetas .col .card-body .card-title {
  text-align: center;
  padding-left: 0%;
}
.tarjetas .col .card-body .btn {
  margin-left: 0px;
}
.tarjetas .col .card-body .card-text {
  text-align: center;
  padding-left: 0%;
}

.accordion-button {
  background-image: linear-gradient(60deg, #8a8b8d 0%, #485563 100%);
}

.accordion-button {
  color: #fff;
}

.contacto {
  background: linear-gradient(#141e30, #243b55);
}

.hero_contacto {
  width: 100%;
  height: 50vh;
  min-height: 250px;
  max-height: 600px;
  position: relative;
  display: grid;
  grid-template-rows: 100px 1fr;
  color: rgb(255, 255, 255);
  background-image: radial-gradient(circle 590px at 11.2% 14.8%, rgb(18, 35, 60) 0%, rgba(58, 56, 56, 0.816) 90%);
  background-size: contain;
  box-shadow: 0 4px 25px 1px rgba(77, 77, 77, 0.642);
}
.hero_contacto .nav {
  height: 100%;
  display: flex;
  align-items: center;
}
.hero_contacto .nav .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.hero_contacto .nav .nav_link {
  margin-left: 190px;
  padding: 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 2em;
}
.hero_contacto .nav .nav_link .menu_link--select {
  background: linear-gradient(0deg, transparent, #03e9f4);
}
.hero_contacto .nav .nav_link .nav_items {
  list-style: none;
}
.hero_contacto .nav .nav_link .nav_items .nav_links {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.hero_contacto .nav .nav_link .nav_items .nav_links:hover {
  background: #03e9f4;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
}
.hero_contacto .nav .nav_menu {
  margin-left: auto;
  cursor: pointer;
  display: none;
  color: #fff;
}
.hero_contacto .nav .nav_menu .nav_img {
  display: block;
  width: 30px;
}
.hero_contacto .nav .nav_close {
  display: var(--show, none);
}
.hero_contacto .hero_contacto_container {
  overflow: hidden;
  max-width: 80;
  display: grid;
  grid-auto-rows: min-content;
  align-content: center;
  gap: 1em;
}
.hero_contacto .hero_contacto_container .animate__animated.animate__lightSpeedInRight {
  --animate-duration: 2s;
}
.hero_contacto .hero_contacto_container .hero_contacto_titulo {
  margin-top: 0px;
  font-size: 2rem;
  color: rgb(248, 248, 248);
  text-decoration: solid;
  text-align: left;
  overflow: hidden;
  margin-left: 25px;
  background: linear-gradient(-45deg, #026180, #026180, #e72401, #94eef8, #3eccea, #3eccea);
  background-size: 300%;
  font-size: 25px;
  font-weight: 900;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animated_text 6s ease-in-out infinite;
  -moz-animation: animated_text 6s ease-in-out infinite;
  -webkit-animation: animated_text 6s ease-in-out infinite;
  font-size: 20px;
}
.hero_contacto .hero_contacto_container .hero_contacto_parrafo {
  margin-top: 0px;
  font-size: 2rem;
  color: rgb(248, 248, 248);
  text-decoration: solid;
  text-align: left;
  overflow: hidden;
  background: linear-gradient(-45deg, #026180, #026180, #e72401, #94eef8, #3eccea, #3eccea);
  background-size: 300%;
  font-size: 25px;
  font-weight: 900;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animated_text 6s ease-in-out infinite;
  -moz-animation: animated_text 6s ease-in-out infinite;
  -webkit-animation: animated_text 6s ease-in-out infinite;
  margin-bottom: 70px;
  margin-left: 25px;
  font-size: 20px;
}

/*ANIMACIÓN DE OLAS*/
.inner-header {
  height: 38vh;
  width: 100%;
  margin: 0;
  padding: 0;
}
.inner-header .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
.waves .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.waves .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.waves .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.waves .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.waves .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}

/*formulario*/
.form-contacto-register {
  width: 95%;
  margin-left: 25%;
  padding-left: 10px;
  padding-bottom: 10px;
  max-width: 700px;
  margin-top: 80px;
  margin-bottom: 30px;
  background: linear-gradient(#141e30, #243b55);
  box-sizing: border-box;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}
.form-contacto-register .form--title {
  margin-top: 0;
  font-size: 2.5em;
  text-align: center;
  color: #fff;
}
.form-contacto-register .form--title .h1 {
  text-align: center;
  color: #fff;
  font-size: 50px;
  background: rgba(0, 0, 0, 0.4);
  margin-top: 100px;
}
.form-contacto-register .container--flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}
.form-contacto-register .container--flex .form--label,
.form-contacto-register .container--flex .form--input {
  display: block;
}
.form-contacto-register .container--flex .form--label {
  width: 60%;
  color: #fff;
}
.form-contacto-register .container--flex .form--input {
  width: 70%;
  margin-right: 10px;
  padding: 10px;
}
.form-contacto-register .container--flex textarea {
  display: block;
  width: 80%;
  margin-right: 10px;
  min-height: 100px;
  max-height: 100px;
}
.form-contacto-register .container--flex .form--file {
  font-size: 1em;
  margin: 10px 0;
  width: 100%;
}
.form-contacto-register .form--file {
  font-size: 1em;
  margin: 10px 0;
  width: 100%;
}
.form-contacto-register .form--file {
  display: block;
  background: linear-gradient(0deg, transparent, #03e9f4);
  padding: 10px;
  margin-top: 10px;
  border: none;
  color: #fff;
  width: 99%;
  padding: 10px;
  margin-top: 10px;
  cursor: pointer;
}
.form-contacto-register .form--file:hover {
  background: #03e9f4;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
}
.form-contacto-register .form--submit {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  cursor: pointer;
}
.form-contacto-register .form--submit {
  display: block;
  background: linear-gradient(0deg, transparent, #03e9f4);
  padding: 10px;
  margin-top: 10px;
  border: none;
  color: #fff;
}

.form--submit:hover {
  background: #03e9f4;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
}

.footer {
  background-image: radial-gradient(circle 590px at 11.2% 14.8%, rgb(18, 35, 60) 0%, rgba(58, 56, 56, 0.816) 90%);
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer .footer_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 60px;
}
.footer .footer_container .nav--footer {
  padding: 20px;
  display: grid;
  gap: 1em;
  grid-auto-flow: row;
  height: 100%;
  text-decoration: none;
}
.footer .footer_container .nav--footer .footer_title {
  text-align: left;
  padding-left: 36px;
  background: linear-gradient(-45deg, #026180, #026180, #e72401, #94eef8, #3eccea, #3eccea);
  background-size: 300%;
  font-size: 25px;
  font-weight: 900;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animated_text 6s ease-in-out infinite;
  -moz-animation: animated_text 6s ease-in-out infinite;
  -webkit-animation: animated_text 6s ease-in-out infinite;
}
.footer .footer_container .nav--footer .nav_link--footer {
  display: flex;
  margin: 0%;
  margin-right: 20px;
  justify-content: space-between;
  list-style: none;
  text-decoration: none;
}
.footer .footer_container .nav--footer .nav_link--footer .nav_items {
  align-self: center;
  padding: 5px;
}
.footer .footer_container .nav--footer .nav_link--footer .nav_items .nav_links {
  list-style: none;
  text-decoration: none;
  color: #fff;
}
.footer .footer_container .nav--footer .nav_link--footer .nav_items .nav_links:hover {
  background: #03e9f4;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
}
.footer .footer_container .nav--footer .footer_title {
  font-weight: 300px;
  font-size: 2rem;
  margin-bottom: 35px;
}
.footer .footer_container .footer_title,
.footer .footer_container .footer_newsletter {
  color: #fff;
  text-decoration: none;
  box-shadow: none;
}
.footer .footer_container .footer_inputs {
  margin-top: 10px;
  display: flex;
  overflow: hidden;
}
.footer .footer_container .footer_inputs .footer_input {
  background-color: #fff;
  height: 50px;
  display: block;
  padding-left: 10px;
  border-radius: 6px;
  font-size: 1rem;
  outline: none;
  border: none;
  margin-right: 16px;
}
.footer .footer_container .footer_inputs .footer_submit {
  margin-left: auto;
  display: inline-block;
  height: 50px;
  padding: 0 20px;
  background-color: #0b0c0c;
  border: none;
  font-size: 1rem;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
}
.footer .footer_copy {
  --padding-container: 30px 0;
  text-align: center;
  color: #fff;
}
.footer .footer_copy .footer_icons {
  margin-bottom: 10px;
}
.footer .footer_copy .footer_img {
  width: 30px;
}
.footer .footer_copy .footer_copyright {
  font-weight: 300;
}

.hero_container .hero_title {
  margin-top: 0px;
  font-size: 2rem;
  color: rgb(248, 248, 248);
  text-decoration: solid;
  text-align: left;
  overflow: hidden;
  background: linear-gradient(-45deg, #026180, #026180, #e72401, #94eef8, #3eccea, #3eccea);
  background-size: 300%;
  font-size: 25px;
  font-weight: 900;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animated_text 6s ease-in-out infinite;
  -moz-animation: animated_text 6s ease-in-out infinite;
  -webkit-animation: animated_text 6s ease-in-out infinite;
}
.hero_container .hero_paragraph {
  margin-top: 0px;
  font-size: 2rem;
  color: rgb(248, 248, 248);
  text-decoration: solid;
  text-align: left;
  overflow: hidden;
  background: linear-gradient(-45deg, #026180, #026180, #e72401, #94eef8, #3eccea, #3eccea);
  background-size: 300%;
  font-size: 25px;
  font-weight: 900;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animated_text 6s ease-in-out infinite;
  -moz-animation: animated_text 6s ease-in-out infinite;
  -webkit-animation: animated_text 6s ease-in-out infinite;
}

.container_acordeon {
  background-image: radial-gradient(circle 590px at 11.2% 14.8%, rgb(18, 35, 60) 0%, rgba(58, 56, 56, 0.816) 90%);
  color: #fff;
}
.container_acordeon .licencia {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
}
.container_acordeon .accordion-item {
  width: 100%;
  background-image: radial-gradient(circle 590px at 11.2% 14.8%, rgb(18, 35, 60) 0%, rgba(58, 56, 56, 0.816) 90%);
}
.container_acordeon .accordion-button {
  background-image: linear-gradient(60deg, #545d6e 0%, #485563 100%);
}

.hero_container .hero_title {
  margin-top: 0px;
  font-size: 2rem;
  color: rgb(248, 248, 248);
  text-decoration: solid;
  text-align: left;
  overflow: hidden;
  background: linear-gradient(-45deg, #026180, #026180, #e72401, #94eef8, #3eccea, #3eccea);
  background-size: 300%;
  font-size: 25px;
  font-weight: 900;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animated_text 6s ease-in-out infinite;
  -moz-animation: animated_text 6s ease-in-out infinite;
  -webkit-animation: animated_text 6s ease-in-out infinite;
}
.hero_container .hero_paragraph {
  margin-top: 0px;
  font-size: 2rem;
  color: rgb(248, 248, 248);
  text-decoration: solid;
  text-align: left;
  overflow: hidden;
  background: linear-gradient(-45deg, #026180, #026180, #e72401, #94eef8, #3eccea, #3eccea);
  background-size: 300%;
  font-size: 25px;
  font-weight: 900;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animated_text 6s ease-in-out infinite;
  -moz-animation: animated_text 6s ease-in-out infinite;
  -webkit-animation: animated_text 6s ease-in-out infinite;
}

.container_acordeon {
  background-image: radial-gradient(circle 590px at 11.2% 14.8%, rgb(18, 35, 60) 0%, rgba(58, 56, 56, 0.816) 90%);
  color: #fff;
}
.container_acordeon .licencia {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
}
.container_acordeon .accordion-item {
  width: 100%;
  background-image: radial-gradient(circle 590px at 11.2% 14.8%, rgb(18, 35, 60) 0%, rgba(58, 56, 56, 0.816) 90%);
}
.container_acordeon .accordion-button {
  background-image: linear-gradient(60deg, #545d6e 0%, #485563 100%);
}

.hero_container .hero_title {
  margin-top: 0px;
  font-size: 2rem;
  color: rgb(248, 248, 248);
  text-decoration: solid;
  text-align: left;
  overflow: hidden;
}
.hero_container .hero_paragraph {
  margin-top: 0px;
  font-size: 2rem;
  color: rgb(248, 248, 248);
  text-decoration: solid;
  text-align: left;
  overflow: hidden;
}

.container_acordeon {
  background-image: radial-gradient(circle 590px at 11.2% 14.8%, rgb(18, 35, 60) 0%, rgba(58, 56, 56, 0.816) 90%);
  color: #fff;
}
.container_acordeon .accordion-body {
  background-image: radial-gradient(circle 590px at 11.2% 14.8%, rgb(18, 35, 60) 0%, rgba(58, 56, 56, 0.816) 90%);
  color: #fff;
}
.container_acordeon .licencia {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
}
.container_acordeon .accordion-item {
  width: 100%;
  background-image: radial-gradient(circle 590px at 11.2% 14.8%, rgb(18, 35, 60) 0%, rgba(58, 56, 56, 0.816) 90%);
}
.container_acordeon .accordion-button {
  background-image: linear-gradient(60deg, #545d6e 0%, #485563 100%);
}

@media only screen and (max-width: 1024px) {
  .hero {
    max-width: 100%;
    overflow-x: hidden;
    width: 100%;
    min-height: 480px;
    max-height: 580px;
    position: relative;
    display: grid;
    grid-template-rows: 1fr;
    color: rgb(255, 255, 255);
  }
  .hero .nav {
    height: 100%;
    align-items: center;
  }
  .hero .nav .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }
  .hero .nav .nav_link {
    margin: auto;
    padding: 0;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 2em;
  }
  .hero .nav .nav_link--menu {
    position: fixed;
    background-color: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: 0.7s opacity;
  }
  .hero .nav .nav_link--show {
    --show: block;
    opacity: 1;
    pointer-events: unset;
  }
  .hero .nav .nav_items {
    list-style: none;
  }
  .hero .nav .nav_items .nav_links {
    color: rgb(255, 255, 255);
    text-decoration: none;
  }
  .hero .nav .nav_items .nav_links .menu_link--select {
    background: linear-gradient(0deg, transparent, #03e9f4);
  }
  .hero .nav .nav_items .nav_links:hover {
    background: #03e9f4;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
  }
  .hero .nav .nav_close {
    display: var(--show, none);
  }
  .hero .nav .nav_menu {
    display: block;
    color: #fff;
    margin-bottom: 17%;
  }
  .hero .nav .nav_menu .nav_img {
    display: block;
    width: 30px;
  }
  .testimony_container {
    grid-template-columns: 30px 1fr 30px;
  }
  .testimony_body {
    grid-template-columns: 1fr;
    grid-template-rows: max-content max-content;
    gap: 3em;
    justify-items: center;
  }
  .testimony_img {
    width: 200px;
    height: 200px;
  }
  .footer_container {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer_container .nav--footer {
    width: 80%;
    justify-items: left;
  }
  .footer_container .nav--footer .nav_link--footer {
    width: 100%;
    justify-content: center;
  }
  .footer_container .nav--footer .nav_link--footer .nav_items {
    align-self: left;
  }
  .footer_container .nav--footer .nav_link--footer .nav_items .nav_links {
    list-style: none;
    text-decoration: none;
    color: #fff;
  }
  .footer_container .nav--footer .nav_link--footer .nav_items .nav_links:hover {
    background: #03e9f4;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
  }
  .footer_container .footer_title {
    justify-self: start;
    margin-bottom: 15px;
    font-size: 1.1em;
  }
  .footer_form {
    width: 50%;
    justify-content: space-evenly;
  }
  .footer_form .footer_newsletter {
    font-size: 1.1em;
  }
  .footer_form .footer_input {
    flex-basis: 100%;
    margin: 0;
    margin-bottom: 16px;
  }
  .footer_form .footer_submit {
    margin-right: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 500px) {
  .hero {
    max-width: 100%;
    overflow-x: hidden;
    width: 100%;
    min-height: 480px;
    max-height: 780px;
    position: relative;
    display: grid;
    grid-template-rows: 1fr;
    color: rgb(255, 255, 255);
  }
  .hero .nav_menu {
    display: block;
    color: #fff;
  }
  .hero .nav_menu .nav_img {
    display: block;
    width: 30px;
  }
  .hero .nav_link--menu {
    position: fixed;
    background-color: #000;
    top: 0;
    left: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: 0.7s opacity;
  }
  .hero .nav_link--show {
    --show: block;
    opacity: 1;
    pointer-events: unset;
  }
  .hero .menu_link--select {
    background: linear-gradient(0deg, transparent, #03e9f4);
  }
  .hero .nav_links:hover {
    background: #03e9f4;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
  }
  .hero .nav_close {
    display: var(--show, none);
  }
  .noticias {
    background-image: radial-gradient(circle 590px at 8.2% 13.8%, rgb(18, 35, 60) 0%, rgba(58, 56, 56, 0.816));
    color: #fff;
    overflow: hidden;
  }
  .noticias .testimony_container {
    display: grid;
    grid-template-columns: 0.5fr 2fr 0.5fr;
    gap: 1em;
    align-items: center;
    color: #fff;
  }
  .noticias .testimony_container .testimony_arrow {
    width: 70%;
    cursor: pointer;
    color: #fff;
  }
  .noticias .testimony_container .testimony_body {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    gap: 2em;
    grid-column: 2/3;
    grid-row: 1/2;
    opacity: 0;
    pointer-events: none;
  }
  .noticias .testimony_container .testimony_body .testimony_img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
    object-position: 50% 30%;
  }
  .noticias .testimony_container .testimony_body--show {
    pointer-events: unset;
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }
  .noticias .testimony_container .testimony_body--show .testimony_texts {
    max-width: 700px;
    color: #fff;
  }
  .noticias .testimony_container .testimony_body--show .testimony_texts .subtitle {
    color: #fff;
  }
  .noticias .testimony_container .testimony_body--show .testimony_texts .testimony_course {
    color: rgb(255, 255, 255);
    display: inline-block;
    padding: 5px;
  }
}
.footer_container {
  width: 100%;
  flex-wrap: wrap;
}
.footer_container .nav--footer {
  padding-bottom: 60px;
  margin-right: 90px;
}
.footer_container .nav--footer .nav_link--footer {
  justify-content: flex-start;
  font-size: 8px;
}
.footer_container .nav--footer .nav_link--footer .nav_items {
  align-self: left;
}
.footer_container .nav--footer .nav_link--footer .nav_items .nav_links {
  list-style: none;
  text-decoration: none;
  color: #fff;
}
.footer_container .nav--footer .nav_link--footer .nav_items .nav_links:hover {
  background: #03e9f4;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
}

.footer_title {
  justify-self: left;
  margin-bottom: 15px;
  font-size: 10px;
  margin-right: 80px;
}

.footer_form {
  width: 100%;
  justify-content: space-evenly;
}
.footer_form .footer_newsletter {
  font-size: 1.1em;
}
.footer_form .footer_input {
  flex-basis: 60%;
  margin: 0;
  margin-bottom: 16px;
}
.footer_form .footer_submit {
  margin-right: auto;
  margin-left: 0;
}

@media only screen and (max-width: 1024px) {
  .hero_ciudad {
    max-width: 100%;
    overflow-x: hidden;
    width: 100%;
    min-height: 480px;
    max-height: 580px;
    position: relative;
    display: grid;
    grid-template-rows: 1fr;
    color: rgb(255, 255, 255);
  }
  .hero_ciudad .nav {
    height: 100%;
    align-items: center;
  }
  .hero_ciudad .nav .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }
  .hero_ciudad .nav .nav_link {
    margin: auto;
    padding: 0;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 2em;
  }
  .hero_ciudad .nav .nav_link--menu {
    position: fixed;
    background-color: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: 0.7s opacity;
  }
  .hero_ciudad .nav .nav_link--show {
    --show: block;
    opacity: 1;
    pointer-events: unset;
  }
  .hero_ciudad .nav .nav_items {
    list-style: none;
  }
  .hero_ciudad .nav .nav_items .nav_links {
    color: rgb(255, 255, 255);
    text-decoration: none;
  }
  .hero_ciudad .nav .nav_items .nav_links .menu_link--select {
    background: linear-gradient(0deg, transparent, #03e9f4);
  }
  .hero_ciudad .nav .nav_items .nav_links:hover {
    background: #03e9f4;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
  }
  .hero_ciudad .nav .nav_close {
    display: var(--show, none);
  }
  .hero_ciudad .nav .nav_menu {
    display: block;
    color: #fff;
    margin-bottom: 17%;
  }
  .hero_ciudad .nav .nav_menu .nav_img {
    display: block;
    width: 30px;
  }
  .knowledge {
    background-color: #ffffff;
  }
  .knowledge .knowledge_conteiner {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1em;
    align-items: center;
  }
  .knowledge .knowledge_conteiner .knowledge_texts {
    text-align: justify;
    padding: 12px;
  }
  .knowledge .knowledge_conteiner .knowledge_texts .subtitle_knowledge {
    text-align: center;
  }
  .knowledge .knowledge_conteiner .knowledge_texts .knowledge_paragrah {
    line-height: 1.7;
    margin-bottom: 15px;
  }
  .knowledge .knowledge_conteiner .knowledge_picture {
    max-width: 700px;
  }
  .knowledge .knowledge_conteiner .knowledge_picture .knowledge_img {
    width: 100%;
    display: block;
    padding: 10px 10px;
    border-radius: 30px;
  }
  .carousel-inner {
    display: flex;
    align-items: center;
    gap: 2em;
    background-size: cover;
    width: 100%;
    height: 550px;
    color: rgb(255, 255, 255);
    display: inline-block;
    padding: 5px;
    pointer-events: none;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer_container {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer_container .nav--footer {
    width: 80%;
    justify-items: left;
  }
  .footer_container .nav--footer .nav_link--footer {
    width: 100%;
    justify-content: center;
  }
  .footer_container .nav--footer .nav_link--footer .nav_items {
    align-self: left;
  }
  .footer_container .nav--footer .nav_link--footer .nav_items .nav_links {
    list-style: none;
    text-decoration: none;
    color: #fff;
  }
  .footer_container .nav--footer .nav_link--footer .nav_items .nav_links:hover {
    background: #03e9f4;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
  }
  .footer_container .footer_title {
    justify-self: start;
    margin-bottom: 15px;
    font-size: 1.1em;
  }
  .footer_form {
    width: 50%;
    justify-content: space-evenly;
  }
  .footer_form .footer_newsletter {
    font-size: 1.1em;
  }
  .footer_form .footer_input {
    flex-basis: 100%;
    margin: 0;
    margin-bottom: 16px;
  }
  .footer_form .footer_submit {
    margin-right: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 500px) {
  .hero_ciudad {
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    min-height: 480px;
    max-height: 780px;
    position: relative;
    display: grid;
    grid-template-rows: 1fr;
    color: rgb(255, 255, 255);
  }
  .hero_ciudad .nav_menu {
    display: block;
    color: #fff;
  }
  .hero_ciudad .nav_menu .nav_img {
    display: block;
    width: 30px;
  }
  .hero_ciudad .nav_link--menu {
    position: fixed;
    background-color: #000;
    top: 0;
    left: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: 0.7s opacity;
  }
  .hero_ciudad .nav_link--show {
    --show: block;
    opacity: 1;
    pointer-events: unset;
  }
  .hero_ciudad .menu_link--select {
    background: linear-gradient(0deg, transparent, #03e9f4);
  }
  .hero_ciudad .nav_links:hover {
    background: #03e9f4;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
  }
  .hero_ciudad .nav_close {
    display: var(--show, none);
  }
  .knowledge {
    background-color: #ffffff;
  }
  .knowledge .knowledge_conteiner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1em;
    align-items: center;
  }
  .knowledge .knowledge_conteiner .knowledge_texts {
    text-align: justify;
    padding: 12px;
  }
  .knowledge .knowledge_conteiner .knowledge_texts .subtitle_knowledge {
    text-align: center;
  }
  .knowledge .knowledge_conteiner .knowledge_texts .knowledge_paragrah {
    line-height: 1.7;
    margin-bottom: 15px;
  }
  .knowledge .knowledge_conteiner .knowledge_picture {
    max-width: 100%;
    padding-left: 20px;
  }
  .knowledge .knowledge_conteiner .knowledge_picture .knowledge_img {
    width: 100%;
    display: block;
    padding: 10px 5px;
    border-radius: 30px;
  }
  .carousel-inner {
    display: flex;
    align-items: center;
    gap: 2em;
    background-size: cover;
    width: 100%;
    height: 60%;
    color: rgb(255, 255, 255);
    display: inline-block;
    padding: 5px;
    pointer-events: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer_container {
  width: 100%;
}
.footer_container .nav--footer {
  padding-bottom: 60px;
  display: flex;
}
.footer_container .nav--footer .nav_link--footer {
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.footer_container .nav--footer .nav_link--footer .nav_items {
  align-self: left;
  margin-right: 50px;
}
.footer_container .nav--footer .nav_link--footer .nav_items .nav_links {
  list-style: none;
  text-decoration: none;
  color: #fff;
}
.footer_container .nav--footer .nav_link--footer .nav_items .nav_links:hover {
  background: #03e9f4;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
}

.footer_title {
  justify-self: left;
  margin-bottom: 15px;
  font-size: 10px;
  margin-right: 60px;
}

.footer_form {
  width: 100%;
  justify-content: space-evenly;
}
.footer_form .footer_newsletter {
  font-size: 1.1em;
}
.footer_form .footer_input {
  width: 20%;
  flex-basis: 50%;
  margin-left: 20px;
  margin-bottom: 16px;
}
.footer_form .footer_submit {
  width: 50%;
  margin-right: 10px;
  margin-left: 10px;
}

@media only screen and (max-width: 1024px) {
  .hero_gobierno {
    max-width: 100%;
    width: 100%;
    min-height: 480px;
    max-height: 580px;
    position: relative;
    display: grid;
    grid-template-rows: 1fr;
    color: rgb(255, 255, 255);
  }
  .hero_gobierno .nav {
    height: 100%;
    align-items: center;
  }
  .hero_gobierno .nav .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }
  .hero_gobierno .nav .nav_link {
    margin: auto;
    padding: 0;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 2em;
  }
  .hero_gobierno .nav .nav_link--menu {
    position: fixed;
    background-color: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: 0.7s opacity;
  }
  .hero_gobierno .nav .nav_link--show {
    --show: block;
    opacity: 1;
    pointer-events: unset;
  }
  .hero_gobierno .nav .nav_items {
    list-style: none;
  }
  .hero_gobierno .nav .nav_items .nav_links {
    color: rgb(255, 255, 255);
    text-decoration: none;
  }
  .hero_gobierno .nav .nav_items .nav_links .menu_link--select {
    background: linear-gradient(0deg, transparent, #03e9f4);
  }
  .hero_gobierno .nav .nav_items .nav_links:hover {
    background: #03e9f4;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
  }
  .hero_gobierno .nav .nav_close {
    display: var(--show, none);
  }
  .hero_gobierno .nav .nav_menu {
    display: block;
    color: #fff;
    margin-bottom: 17%;
  }
  .hero_gobierno .nav .nav_menu .nav_img {
    display: block;
    width: 30px;
  }
  .footer_container {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer_container .nav--footer {
    width: 80%;
    justify-items: left;
  }
  .footer_container .nav--footer .nav_link--footer {
    width: 100%;
    justify-content: center;
  }
  .footer_container .nav--footer .nav_link--footer .nav_items {
    align-self: left;
  }
  .footer_container .nav--footer .nav_link--footer .nav_items .nav_links {
    list-style: none;
    text-decoration: none;
    color: #fff;
  }
  .footer_container .nav--footer .nav_link--footer .nav_items .nav_links:hover {
    background: #03e9f4;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
  }
  .footer_container .footer_title {
    justify-self: start;
    margin-bottom: 15px;
    font-size: 1.1em;
  }
  .footer_form {
    width: 50%;
    justify-content: space-evenly;
  }
  .footer_form .footer_newsletter {
    font-size: 1.1em;
  }
  .footer_form .footer_input {
    flex-basis: 100%;
    margin: 0;
    margin-bottom: 16px;
  }
  .footer_form .footer_submit {
    margin-right: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 500px) {
  .hero_gobierno {
    max-width: 100%;
    overflow-x: hidden;
    width: 100%;
    min-height: 480px;
    max-height: 780px;
    position: relative;
    display: grid;
    grid-template-rows: 1fr;
    color: rgb(255, 255, 255);
  }
  .hero_gobierno .nav_menu {
    display: block;
    color: #fff;
  }
  .hero_gobierno .nav_menu .nav_img {
    display: block;
    width: 30px;
  }
  .hero_gobierno .nav_link--menu {
    position: fixed;
    background-color: #000;
    top: 0;
    left: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: 0.7s opacity;
  }
  .hero_gobierno .nav_link--show {
    --show: block;
    opacity: 1;
    pointer-events: unset;
  }
  .hero_gobierno .menu_link--select {
    background: linear-gradient(0deg, transparent, #03e9f4);
  }
  .hero_gobierno .nav_links:hover {
    background: #03e9f4;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
  }
  .hero_gobierno .nav_close {
    display: var(--show, none);
  }
  .animate__animated.animate__lightSpeedInRight {
    --animate-duration: 2s;
  }
  .animate__animated.animate__lightSpeedInRight .hero_title {
    margin-top: 0px;
    font-size: 2rem;
    color: rgb(248, 248, 248);
    text-decoration: solid;
    text-align: left;
    overflow: hidden;
  }
  .animate__animated.animate__lightSpeedInRight .hero_paragraph {
    margin-top: 0px;
    font-size: 2rem;
    color: rgb(248, 248, 248);
    text-decoration: solid;
    text-align: left;
    overflow: hidden;
    margin-bottom: 150px;
  }
  .stiker img {
    margin: 110px;
    height: 180px;
  }
  .gobierno {
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .gobierno .card {
    width: 120px;
    height: 120px;
  }
  .gobierno .card .card-img-top {
    width: 80px;
    height: 80px;
    border-radius: 40%;
    margin-right: 5px;
    clip-path: circle();
    transition: all 3s ease;
  }
  .gobierno .card .card-img-top .card-img-top:hover {
    transform: rotateY(-360deg);
  }
  .gobierno .card .card-body {
    padding: 10px;
    font-size: 10px;
  }
  .gobierno .card .card-body .card-title {
    font-size: 12px;
  }
}
.footer_container {
  width: 100%;
}
.footer_container .nav--footer {
  margin: auto;
  padding-bottom: 50px;
  display: flex;
}
.footer_container .nav--footer .nav_link--footer {
  justify-content: center;
  align-items: center;
  font-size: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer_container .nav--footer .nav_link--footer .nav_items {
  align-items: center;
  margin-right: 10px;
}
.footer_container .nav--footer .nav_link--footer .nav_items .nav_links {
  list-style: none;
  text-decoration: none;
  color: #fff;
}
.footer_container .nav--footer .nav_link--footer .nav_items .nav_links:hover {
  background: #03e9f4;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
}

.footer_title {
  justify-self: center;
  margin-bottom: 15px;
  font-size: 5px;
  margin-right: 0px;
}

.footer_form {
  width: 100%;
  justify-content: space-evenly;
}
.footer_form .footer_newsletter {
  font-size: 1.1em;
}
.footer_form .footer_input {
  width: 20%;
  flex-basis: 50%;
  margin-left: 20px;
  margin-bottom: 16px;
}
.footer_form .footer_submit {
  width: 50%;
  margin-right: 10px;
  margin-left: 10px;
}

@media only screen and (max-width: 1024px) {
  .hero_digesto {
    width: 100%;
    height: 30vh;
    width: 100%;
    min-height: 480px;
    max-height: 780px;
    position: relative;
    display: grid;
    grid-template-rows: 1fr;
    color: rgb(255, 255, 255);
  }
  .hero_digesto .nav {
    height: 100%;
    align-items: center;
  }
  .hero_digesto .nav .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }
  .hero_digesto .nav .nav_link {
    margin: auto;
    padding: 0;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 2em;
  }
  .hero_digesto .nav .nav_link--menu {
    position: fixed;
    background-color: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: 0.7s opacity;
  }
  .hero_digesto .nav .nav_link--show {
    --show: block;
    opacity: 1;
    pointer-events: unset;
  }
  .hero_digesto .nav .nav_items {
    list-style: none;
  }
  .hero_digesto .nav .nav_items .nav_links {
    color: rgb(255, 255, 255);
    text-decoration: none;
  }
  .hero_digesto .nav .nav_items .nav_links .menu_link--select {
    background: linear-gradient(0deg, transparent, #03e9f4);
  }
  .hero_digesto .nav .nav_items .nav_links:hover {
    background: #03e9f4;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
  }
  .hero_digesto .nav .nav_close {
    display: var(--show, none);
  }
  .hero_digesto .nav .nav_menu {
    display: block;
    color: #fff;
    margin-bottom: 17%;
  }
  .hero_digesto .nav .nav_menu .nav_img {
    display: block;
    width: 30px;
  }
  .Formulario {
    width: 75%;
  }
  .form-register {
    width: 85%;
    margin-left: 0%;
    padding-left: 0px;
    padding-bottom: 10px;
    max-width: 700px;
    margin-top: 10px;
    margin-bottom: 30px;
    background: linear-gradient(#141e30, #243b55);
    box-sizing: border-box;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
  }
  .form-register .form--title {
    margin-top: 0;
    font-size: 1.1em;
    text-align: center;
    color: #fff;
  }
  .form-register .container--flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
  }
  .form-register .container--flex .form--label,
.form-register .container--flex .form--input {
    display: block;
  }
  .form-register .container--flex .form--label {
    width: 60%;
    color: #fff;
  }
  .form-register .container--flex .form--input {
    width: 70%;
    margin-right: 10px;
    padding: 10px;
  }
  .form-register .form--file {
    font-size: 1em;
    margin: 10px 0;
    width: 100%;
  }
  .form-register .form--file:hover {
    background: #03e9f4;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
  }
  .form-register .form--file {
    display: block;
    background: linear-gradient(0deg, transparent, #03e9f4);
    padding: 10px;
    margin-top: 10px;
    border: none;
    color: #fff;
    width: 99%;
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
  }
  .form-register .form--submit:hover {
    background: #03e9f4;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
  }
  .form-register .form--submit {
    display: block;
    background: linear-gradient(0deg, transparent, #03e9f4);
    padding: 10px;
    margin-top: 10px;
    border: none;
    color: #fff;
    width: 99%;
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
  }
  .footer_container {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer_container .nav--footer {
    width: 80%;
    justify-items: left;
  }
  .footer_container .nav--footer .nav_link--footer {
    width: 100%;
    justify-content: center;
  }
  .footer_container .nav--footer .nav_link--footer .nav_items {
    align-self: left;
  }
  .footer_container .nav--footer .nav_link--footer .nav_items .nav_links {
    list-style: none;
    text-decoration: none;
    color: #fff;
  }
  .footer_container .nav--footer .nav_link--footer .nav_items .nav_links:hover {
    background: #03e9f4;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
  }
  .footer_container .footer_title {
    justify-self: start;
    margin-bottom: 15px;
    font-size: 1.1em;
  }
  .footer_form {
    width: 50%;
    justify-content: space-evenly;
  }
  .footer_form .footer_newsletter {
    font-size: 1.1em;
  }
  .footer_form .footer_input {
    flex-basis: 100%;
    margin: 0;
    margin-bottom: 16px;
  }
  .footer_form .footer_submit {
    margin-right: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 500px) {
  .hero_digesto {
    max-width: 100%;
    height: 20vh;
    width: 100%;
    min-height: 280px;
    max-height: 580px;
    position: relative;
    display: grid;
    grid-template-rows: 1fr;
    color: rgb(255, 255, 255);
  }
  .hero_digesto .nav_menu {
    display: block;
    color: #fff;
    margin-top: 0px;
  }
  .hero_digesto .nav_menu .nav_img {
    display: block;
    width: 30px;
    margin-right: 30px;
  }
  .hero_digesto .nav_link--menu {
    position: fixed;
    background-color: #000;
    top: 0;
    left: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: 0.7s opacity;
  }
  .hero_digesto .nav_link--show {
    --show: block;
    opacity: 1;
    pointer-events: unset;
  }
  .hero_digesto .menu_link--select {
    background: linear-gradient(0deg, transparent, #03e9f4);
  }
  .hero_digesto .nav_links:hover {
    background: #03e9f4;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
  }
  .hero_digesto .nav_close {
    display: var(--show, none);
  }
  .hero_digesto_container {
    overflow: hidden;
    display: grid;
    grid-auto-rows: min-content;
    align-content: center;
    gap: 1em;
  }
  .hero_digesto_container .animate__animated.animate__lightSpeedInRight {
    --animate-duration: 2s;
  }
  .hero_digesto_container .animate__animated.animate__lightSpeedInRight .hero_title_digesto {
    font-size: 18px;
  }
  .hero_digesto_container .animate__animated.animate__lightSpeedInRight .hero_paragraph_digesto {
    font-size: 18px;
  }
  .Formulario {
    margin-right: 65%;
  }
  .form-register {
    width: 85vw;
    margin-left: 10%;
    margin-right: 5%;
    padding-left: 10px;
    padding-bottom: 10px;
    max-width: 500px;
    margin-top: 50px;
    margin-bottom: 30px;
    background: linear-gradient(#141e30, #243b55);
    box-sizing: border-box;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
  }
  .form-register .form--title {
    margin-top: 0;
    font-size: 15px;
    text-align: center;
    color: #fff;
  }
  .form-register .container--flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
  }
  .form-register .container--flex .form--label,
.form-register .container--flex .form--input {
    display: block;
  }
  .form-register .container--flex .form--label {
    font-size: 10px;
    width: 60%;
    color: #fff;
  }
  .form-register .container--flex .form--input {
    height: 20px;
    width: 20%;
    margin-right: 10px;
    padding: 10px;
  }
  .form-register .form--file {
    font-size: 1em;
    margin: 10px 0;
    width: 100%;
  }
  .form-register .form--file:hover {
    background: #03e9f4;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
  }
  .form-register .form--file {
    display: block;
    background: linear-gradient(0deg, transparent, #03e9f4);
    padding: 10px;
    margin-top: 10px;
    border: none;
    color: #fff;
    width: 99%;
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
  }
  .form-register .form--submit:hover {
    background: #03e9f4;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
  }
  .form-register .form--submit {
    display: block;
    background: linear-gradient(0deg, transparent, #03e9f4);
    padding: 10px;
    margin-top: 10px;
    border: none;
    color: #fff;
    width: 99%;
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
  }
}
.footer_container {
  width: 100%;
}
.footer_container .nav--footer {
  margin: auto;
  padding-bottom: 50px;
  display: flex;
}
.footer_container .nav--footer .nav_link--footer {
  justify-content: center;
  align-items: center;
  font-size: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer_container .nav--footer .nav_link--footer .nav_items {
  align-items: center;
  margin-right: 10px;
}
.footer_container .nav--footer .nav_link--footer .nav_items .nav_links {
  list-style: none;
  text-decoration: none;
  color: #fff;
}
.footer_container .nav--footer .nav_link--footer .nav_items .nav_links:hover {
  background: #03e9f4;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
}

.footer_title {
  justify-self: center;
  margin-bottom: 15px;
  font-size: 5px;
  margin-right: 0px;
}

.footer_form {
  width: 100%;
  justify-content: space-evenly;
}
.footer_form .footer_newsletter {
  font-size: 1.1em;
}
.footer_form .footer_input {
  width: 20%;
  flex-basis: 50%;
  margin-left: 20px;
  margin-bottom: 16px;
}
.footer_form .footer_submit {
  width: 50%;
  margin-right: 10px;
  margin-left: 10px;
}

@media only screen and (max-width: 1024px) {
  .hero_atencion {
    max-width: 100%;
    overflow-x: hidden;
    width: 100%;
    min-height: 480px;
    max-height: 580px;
    position: relative;
    display: grid;
    grid-template-rows: 1fr;
    color: rgb(255, 255, 255);
  }
  .hero_atencion .nav {
    height: 100%;
    align-items: center;
  }
  .hero_atencion .nav .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }
  .hero_atencion .nav .nav_link {
    margin: auto;
    padding: 0;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 2em;
  }
  .hero_atencion .nav .nav_link--menu {
    position: fixed;
    background-color: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: 0.7s opacity;
  }
  .hero_atencion .nav .nav_link--show {
    --show: block;
    opacity: 1;
    pointer-events: unset;
  }
  .hero_atencion .nav .nav_items {
    list-style: none;
  }
  .hero_atencion .nav .nav_items .nav_links {
    color: rgb(255, 255, 255);
    text-decoration: none;
  }
  .hero_atencion .nav .nav_items .nav_links .menu_link--select {
    background: linear-gradient(0deg, transparent, #03e9f4);
  }
  .hero_atencion .nav .nav_items .nav_links:hover {
    background: #03e9f4;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
  }
  .hero_atencion .nav .nav_close {
    display: var(--show, none);
  }
  .hero_atencion .nav .nav_menu {
    display: block;
    color: #fff;
  }
  .hero_atencion .nav .nav_menu .nav_img {
    display: block;
    width: 30px;
  }
  .tarjetas {
    background: linear-gradient(#141e30, #243b55);
    padding-top: 5px;
    padding-bottom: 20px;
  }
  .tarjetas .animate__flash {
    text-align: left;
  }
  .tarjetas .animate__animated {
    text-align: left;
    color: #fff;
  }
  .tarjetas .col {
    width: 25%;
  }
  .tarjetas .col .card-fluid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    padding-left: 25%;
  }
  .tarjetas .col .card-body {
    text-align: center;
  }
  .tarjetas .col .card-body .card-title {
    text-align: center;
    padding-left: 0%;
  }
  .tarjetas .col .card-body .btn {
    margin-left: 0px;
  }
  .tarjetas .col .card-body .card-text {
    text-align: center;
    padding-left: 0%;
  }
  .footer_container {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer_container .nav--footer {
    width: 80%;
    justify-items: left;
  }
  .footer_container .nav--footer .nav_link--footer {
    width: 100%;
    justify-content: center;
  }
  .footer_container .nav--footer .nav_link--footer .nav_items {
    align-self: left;
  }
  .footer_container .nav--footer .nav_link--footer .nav_items .nav_links {
    list-style: none;
    text-decoration: none;
    color: #fff;
  }
  .footer_container .nav--footer .nav_link--footer .nav_items .nav_links:hover {
    background: #03e9f4;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
  }
  .footer_container .footer_title {
    justify-self: start;
    margin-bottom: 15px;
    font-size: 1.1em;
  }
  .footer_form {
    width: 50%;
    justify-content: space-evenly;
  }
  .footer_form .footer_newsletter {
    font-size: 1.1em;
  }
  .footer_form .footer_input {
    flex-basis: 100%;
    margin: 0;
    margin-bottom: 16px;
  }
  .footer_form .footer_submit {
    margin-right: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 500px) {
  .hero_atencion {
    max-width: 100%;
    overflow-x: hidden;
    width: 100%;
    min-height: 280px;
    max-height: 580px;
    position: relative;
    display: grid;
    grid-template-rows: 1fr;
    color: rgb(255, 255, 255);
  }
  .hero_atencion .nav_menu {
    display: block;
    color: #fff;
  }
  .hero_atencion .nav_menu .nav_img {
    display: block;
    width: 30px;
    margin-right: 85px;
    margin-top: 25px;
  }
  .hero_atencion .nav_link--menu {
    position: fixed;
    background-color: #000;
    top: 0;
    left: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: 0.7s opacity;
  }
  .hero_atencion .nav_link--show {
    --show: block;
    opacity: 1;
    pointer-events: unset;
  }
  .hero_atencion .menu_link--select {
    background: linear-gradient(0deg, transparent, #03e9f4);
  }
  .hero_atencion .nav_links:hover {
    background: #03e9f4;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
  }
  .hero_atencion .nav_close {
    display: var(--show, none);
  }
  .tarjetas {
    width: 100%;
    background: linear-gradient(#141e30, #243b55);
    padding-top: 5px;
    padding-bottom: 20px;
  }
  .tarjetas .animate__flash {
    text-align: left;
  }
  .tarjetas .animate__animated {
    text-align: left;
    color: #fff;
  }
  .tarjetas .col {
    width: 70%;
    margin-left: 10px;
  }
  .tarjetas .col .card-fluid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 70%;
  }
  .tarjetas .col .card-body {
    text-align: center;
  }
  .tarjetas .col .card-body .card-title {
    text-align: center;
    padding-left: 0%;
  }
  .tarjetas .col .card-body .btn {
    margin-left: 0px;
  }
  .tarjetas .col .card-body .card-text {
    text-align: center;
    padding-left: 0%;
  }
  .accordion-button {
    background-image: linear-gradient(60deg, #8a8b8d 0%, #485563 100%);
  }
  .accordion-button {
    color: #fff;
  }
}
.footer_container {
  width: 100%;
}
.footer_container .nav--footer {
  margin: auto;
  padding-bottom: 50px;
  display: flex;
}
.footer_container .nav--footer .nav_link--footer {
  justify-content: center;
  align-items: center;
  font-size: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer_container .nav--footer .nav_link--footer .nav_items {
  align-items: center;
  margin-right: 10px;
}
.footer_container .nav--footer .nav_link--footer .nav_items .nav_links {
  list-style: none;
  text-decoration: none;
  color: #fff;
}
.footer_container .nav--footer .nav_link--footer .nav_items .nav_links:hover {
  background: #03e9f4;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
}

.footer_title {
  justify-self: center;
  margin-bottom: 15px;
  font-size: 5px;
  margin-right: 0px;
}

.footer_form {
  width: 100%;
  justify-content: space-evenly;
}
.footer_form .footer_newsletter {
  font-size: 1.1em;
}
.footer_form .footer_input {
  width: 20%;
  flex-basis: 50%;
  margin-left: 20px;
  margin-bottom: 16px;
}
.footer_form .footer_submit {
  width: 50%;
  margin-right: 10px;
  margin-left: 10px;
}

@media only screen and (max-width: 1024px) {
  .hero_contacto {
    max-width: 100%;
    height: 50vh;
    overflow-x: hidden;
    width: 100%;
    min-height: 480px;
    max-height: 580px;
    position: relative;
    display: grid;
    grid-template-rows: 1fr;
    color: rgb(255, 255, 255);
  }
  .hero_contacto .nav {
    height: 100%;
    align-items: center;
  }
  .hero_contacto .nav .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }
  .hero_contacto .nav .nav_link {
    margin: auto;
    padding: 0;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 2em;
  }
  .hero_contacto .nav .nav_link--menu {
    position: fixed;
    background-color: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: 0.7s opacity;
  }
  .hero_contacto .nav .nav_link--show {
    --show: block;
    opacity: 1;
    pointer-events: unset;
  }
  .hero_contacto .nav .nav_items {
    list-style: none;
  }
  .hero_contacto .nav .nav_items .nav_links {
    color: rgb(255, 255, 255);
    text-decoration: none;
  }
  .hero_contacto .nav .nav_items .nav_links .menu_link--select {
    background: linear-gradient(0deg, transparent, #03e9f4);
  }
  .hero_contacto .nav .nav_items .nav_links:hover {
    background: #03e9f4;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
  }
  .hero_contacto .nav .nav_close {
    display: var(--show, none);
  }
  .hero_contacto .nav .nav_menu {
    display: block;
    color: #fff;
  }
  .hero_contacto .nav .nav_menu .nav_img {
    display: block;
    width: 30px;
  }
  .inner-header {
    height: 1vh;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .hero_contacto_container {
    max-width: 80;
    overflow: hidden;
    display: grid;
    grid-auto-rows: min-content;
    align-content: center;
    gap: 1em;
  }
  .hero_contacto_container .hero_contacto_titulo {
    font-size: 1.5rem;
    color: rgb(255, 255, 255);
    text-decoration: solid;
    text-align: left;
  }
  .hero_contacto_container .hero_contacto_parrafo {
    color: rgb(255, 255, 255);
    text-decoration: solid;
    font-size: 1.5rem;
    text-align: left;
  }
  .Formulario {
    margin-right: 65%;
  }
  .form-register {
    width: 95%;
    margin-left: 25%;
    padding-left: 10px;
    padding-bottom: 10px;
    max-width: 700px;
    margin-top: 50px;
    margin-bottom: 30px;
    background: linear-gradient(#141e30, #243b55);
    box-sizing: border-box;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
  }
  .form-register .form--title {
    margin-top: 0;
    font-size: 2.5em;
    text-align: center;
    color: #fff;
  }
  .form-register .container--flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
  }
  .form-register .container--flex .form--label,
.form-register .container--flex .form--input {
    display: block;
  }
  .form-register .container--flex .form--label {
    width: 60%;
    color: #fff;
  }
  .form-register .container--flex .form--input {
    width: 70%;
    margin-right: 10px;
    padding: 10px;
  }
  .form-register .form--file {
    font-size: 1em;
    margin: 10px 0;
    width: 100%;
  }
  .form-register .form--file:hover {
    background: #03e9f4;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
  }
  .form-register .form--file {
    display: block;
    background: linear-gradient(0deg, transparent, #03e9f4);
    padding: 10px;
    margin-top: 10px;
    border: none;
    color: #fff;
    width: 99%;
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
  }
  .form-register .form--submit:hover {
    background: #03e9f4;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
  }
  .form-register .form--submit {
    display: block;
    background: linear-gradient(0deg, transparent, #03e9f4);
    padding: 10px;
    margin-top: 10px;
    border: none;
    color: #fff;
    width: 99%;
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
  }
  .footer_container {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer_container .nav--footer {
    width: 80%;
    justify-items: left;
  }
  .footer_container .nav--footer .nav_link--footer {
    width: 100%;
    justify-content: center;
  }
  .footer_container .nav--footer .nav_link--footer .nav_items {
    align-self: left;
  }
  .footer_container .nav--footer .nav_link--footer .nav_items .nav_links {
    list-style: none;
    text-decoration: none;
    color: #fff;
  }
  .footer_container .nav--footer .nav_link--footer .nav_items .nav_links:hover {
    background: #03e9f4;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
  }
  .footer_container .footer_title {
    justify-self: start;
    margin-bottom: 15px;
    font-size: 1.1em;
  }
  .footer_form {
    width: 50%;
    justify-content: space-evenly;
  }
  .footer_form .footer_newsletter {
    font-size: 1.1em;
  }
  .footer_form .footer_input {
    flex-basis: 100%;
    margin: 0;
    margin-bottom: 16px;
  }
  .footer_form .footer_submit {
    margin-right: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 500px) {
  .hero_contacto {
    max-width: 100%;
    width: 100%;
    min-height: 180px;
    max-height: 280px;
    position: relative;
    display: grid;
    grid-template-rows: 1fr;
    color: rgb(255, 255, 255);
  }
  .hero_contacto .nav_menu {
    display: block;
    color: #fff;
    margin-bottom: 50px;
  }
  .hero_contacto .nav_menu .nav_img {
    display: block;
    width: 30px;
    margin-right: 30px;
  }
  .hero_contacto .nav_link--menu {
    position: fixed;
    background-color: #000;
    top: 0;
    left: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: 0.7s opacity;
  }
  .hero_contacto .nav_link--show {
    --show: block;
    opacity: 1;
    pointer-events: unset;
  }
  .hero_contacto .menu_link--select {
    background: linear-gradient(0deg, transparent, #03e9f4);
  }
  .hero_contacto .nav_links:hover {
    background: #03e9f4;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
  }
  .hero_contacto .nav_close {
    display: var(--show, none);
  }
  .hero_contacto_titulo {
    margin-top: 0px;
    font-size: 2rem;
    color: rgb(248, 248, 248);
    text-decoration: solid;
    text-align: left;
    overflow: hidden;
    margin-left: 25px;
    background: linear-gradient(-45deg, #026180, #026180, #e72401, #94eef8, #3eccea, #3eccea);
    background-size: 300%;
    font-size: 25px;
    font-weight: 900;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animated_text 6s ease-in-out infinite;
    -moz-animation: animated_text 6s ease-in-out infinite;
    -webkit-animation: animated_text 6s ease-in-out infinite;
    font-size: 20px;
  }
  .hero_contacto_parrafo {
    margin-top: 0px;
    font-size: 2rem;
    color: rgb(248, 248, 248);
    text-decoration: solid;
    text-align: left;
    overflow: hidden;
    background: linear-gradient(-45deg, #026180, #026180, #e72401, #94eef8, #3eccea, #3eccea);
    background-size: 300%;
    font-size: 25px;
    font-weight: 900;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animated_text 6s ease-in-out infinite;
    -moz-animation: animated_text 6s ease-in-out infinite;
    -webkit-animation: animated_text 6s ease-in-out infinite;
    margin-bottom: 70px;
    margin-left: 25px;
    font-size: 20px;
  }
  .Formulario {
    margin-right: 65%;
  }
  .form-register {
    width: 85vw;
    margin-left: 10%;
    margin-right: 5%;
    padding-left: 10px;
    padding-bottom: 10px;
    max-width: 500px;
    margin-top: 50px;
    margin-bottom: 30px;
    background: linear-gradient(#141e30, #243b55);
    box-sizing: border-box;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
  }
  .form-register .form--title {
    margin-top: 0;
    font-size: 10px;
    text-align: center;
    color: #fff;
  }
  .form-register .container--flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
  }
  .form-register .container--flex .form--label,
.form-register .container--flex .form--input {
    display: block;
  }
  .form-register .container--flex .form--label {
    width: 60%;
    color: #fff;
  }
  .form-register .container--flex .form--input {
    width: 70%;
    margin-right: 10px;
    padding: 10px;
  }
  .form-register .form--file {
    font-size: 1em;
    margin: 10px 0;
    width: 100%;
  }
  .form-register .form--file:hover {
    background: #03e9f4;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
  }
  .form-register .form--file {
    display: block;
    background: linear-gradient(0deg, transparent, #03e9f4);
    padding: 10px;
    margin-top: 10px;
    border: none;
    color: #fff;
    width: 99%;
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
  }
  .form-register .form--submit:hover {
    background: #03e9f4;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
  }
  .form-register .form--submit {
    display: block;
    background: linear-gradient(0deg, transparent, #03e9f4);
    padding: 10px;
    margin-top: 10px;
    border: none;
    color: #fff;
    width: 99%;
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
  }
}
.footer_container {
  width: 100%;
}
.footer_container .nav--footer {
  margin: auto;
  padding-bottom: 50px;
  display: flex;
}
.footer_container .nav--footer .nav_link--footer {
  justify-content: center;
  align-items: center;
  font-size: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer_container .nav--footer .nav_link--footer .nav_items {
  align-items: center;
  margin-right: 10px;
}
.footer_container .nav--footer .nav_link--footer .nav_items .nav_links {
  list-style: none;
  text-decoration: none;
  color: #fff;
}
.footer_container .nav--footer .nav_link--footer .nav_items .nav_links:hover {
  background: #03e9f4;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
}

.footer_title {
  justify-self: center;
  margin-bottom: 15px;
  font-size: 5px;
  margin-right: 0px;
}

.footer_form {
  width: 100%;
  justify-content: space-evenly;
}
.footer_form .footer_newsletter {
  font-size: 1.1em;
}
.footer_form .footer_input {
  width: 20%;
  flex-basis: 50%;
  margin-left: 20px;
  margin-bottom: 16px;
}
.footer_form .footer_submit {
  width: 50%;
  margin-right: 10px;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
  .content {
    height: 30vh;
  }
  h1 {
    font-size: 24px;
  }
}

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