/* #container-formularios-unicos .wk-navbar #wk-navbar-container {
  background-color: white;
  border-bottom: solid 1px grey;
} */

:root {
  --color_100: #00003D;
  --color_110: #2c2c99;
  /* --color_120: #0869a4; */
  --color_120: #81AFC8;
  /* --color_120: #00A8C0; */
  --color_130: #A6D1EB;
  --color_200: #FFD500;
}

#container-formularios-unicos .wk-navbar-form {
  margin-top: 20px;
  margin-bottom: 10px;
}
#container-formularios-unicos .wk-navbar-form #wk-navbar-container {
  background-color: white;
  display: flex;
  justify-content: center;
}

#container-formularios-unicos {
  margin-top: 40px;
}
#container-formularios-unicos h1 {
  margin-bottom: 0;
}
#container-formularios-unicos h2 {
  text-align: center;
  font-size: 18px;
  /* font-style: italic; */
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 40px;
}
/* #container-formularios-unicos small {
  margin-bottom: 50px;
} */
#selecciona{
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: var(--color_100);
}

#selecciona li{
  /* background-color: #A6D1EA; */
  color: white;
  padding: 15px;
  /* display: inline-block; */
  /* margin-top: 10px; */
  /* margin-bottom: 10px; */
  /* margin-right: 30px; */

  /* transition: all 0.3s ease-in-out;
  background-color: #eaeaea;
  font-size: 17px;
  font-weight: 100;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-left: solid 1px grey;
  border-top: solid 1px grey;
  border-right: solid 1px grey;
  margin-right: 3px; */
}
/* #selecciona li:last-child{
  border-right: none;
} */

#selecciona li:link, #selecciona li:visited, #selecciona li:hover, #selecciona li:active{
  cursor: pointer;
}

#selecciona li:focus, #selecciona li:hover{
  /* background-color:var(--color_100); */
  color: white;
  background-color:#80bde1;
}

#selecciona li.on{
  /* background-color:var(--color_100); */
  color: white;
  /* border-left: solid 2px black;
  border-top: solid 2px black;
  border-right: solid 2px black; */

  background-color: #005b92;
}

.formulario{
  display: none;
}

.formulario.on{
  display: block;
}

@media (max-width: 1200px) {
  #selecciona  {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center;
  }
  #selecciona li {
    flex-grow: 1;
  }
  #selecciona li span {
    display: none;
  }
}
@media (max-width: 1078px) {
  #selecciona {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
  }
}
@media (max-width: 735px) {
  #selecciona {
    flex-wrap: wrap;
    text-align: center;
  }
  #selecciona li {
    flex: 1 0 200px;
  }
}
@media (max-width: 568px) {
  h1.franziska.color-wkGreen {
    font-size: 25px;
  }
}
@media (max-width: 510px) {
  #container-formularios-unicos {
    margin-top: 180px;
  }
}
@media (max-width: 430px) {
  .wrapper-details .wrapper-caption h1 {
    font-size: 21px;
  }
  .wrapper-details .wrapper-caption p {
    font-size: 15px;
  }
  /* #container-formularios-unicos {
    margin-top: 210px;
  } */
}