*{
  font-family: 'Comfortaa', sans-serif;
}
body{
  /*background: linear-gradient(0deg, rgb(255, 255, 255) 92%, rgba(46, 78, 107, 0.93) 92%);*/
  margin: 0;
  display: flex;
  flex-direction: column;
  background: linear-gradient(0deg, rgb(255, 255, 255) 60%, rgba(46, 78, 107, 0.89) 91%);
}
nav {
  position: absolute;
  float: top;
  height: 60px;
  width: 100%;
  /*background-color: #2e4e6b;*/
}
.navlogo {
  display: inline;
  margin-left: 15px;
  width: 95px;
  margin-top: 15px;
}
.spacersu{
  padding: 5vh;
}

.flecha1 {
  margin-top: 60px;
  margin-left: 10px;
  width: 100px;
  height: 80px;
  transform: rotate(20deg);
}
.form-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1vh auto 0 auto;
  font-size: 40px;
  align-items: center;
  padding-top: 63px;
  padding-bottom: 15px;
  background-color: rgba(46, 78, 107, 0.75);
  width: 82vw;
  border-radius: 5px 40px 5px 40px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 2px, rgba(0, 0, 0, 0.3) 0 3px 7px -2px, rgba(0, 0, 0, 0.2) 0 -2px 0 inset;
  position: relative;
}
.ribbon{
  box-shadow: 5px 5px 15px rgba(49, 49, 49, 0.65);
  width: max-content;
  display: inline-flex;
  flex-wrap: wrap;
  background-color: #f6ae2d;
  border-radius: 0 50px 50px 0;
  padding: 8px 19px 6px 25px;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 5px;
  left: -10px;
  margin-top: 1vh;
  margin-bottom: 2vh;
}
.form-control{
  font-size: 16px;
  width: 80%;
  border-radius: 100px;
  border: 1px inset rgba(1, 106, 173);
  outline: none;
  text-align: center;
  margin: 2px;
  padding: 9px 9px 5px 9px;
}
.form-control::placeholder {
  font-size: 16px;
  text-align: left;
  color: #a4a4a4;
  border: none;
  padding: 9px 9px 5px 9px;
}
#email{
  margin-bottom: 15px;
}
.form-check{
  font-size: 16px;
  color: #ffdaa1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 16px auto 0 auto;
}
.content{
  margin: auto;
  padding: 15px;
  max-width: 800px;
  text-align: center;
}
.dpx{
  display:flex;
  align-items:center;
  justify-content:space-around;
}
h1{
  font-size:28px;
  line-height:28px;
  margin-bottom:15px;
}
.radioForm{
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 28px;
  width: 28px;
  transition: all 0.15s ease-out 0s;
  background: #e1e1e1;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  z-index: 1000;
  border-radius: 20px;
  /*box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;*/
  border: 2px inset rgb(47, 72, 88);
  margin-top: 0;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #f6ae2d;
}
.option-input:checked::before {
  top: -3px;
  left: -2px;
  width: 28px;
  height: 28px;
  display:flex;
  content: '●';
  font-size: 28px;
  font-weight:bold;
  position: absolute;
  align-items:center;
  justify-content:center;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}
.form-check-input{
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  border-radius: 30px;
}
.form-check-input:checked {
  background-color: #f6ae2d;
  border-color: #f6ae2d;
}
.registrarModule{
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  border-radius: 40px 40px 10px 60px;
}
.acepto{
  color: #FFFFFF;
  font-size: 30px;
}
.subtn{
  font-weight: 600;
  font-size: 25px;
  display: flex;
  justify-content: center;
  margin: 0 auto 0 auto;
  border-radius: 100px;
  text-align: center;
  width: 100%;
  background-color: #f6ae2d;
  border: solid black 1px;
  padding: 10px 25px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
  cursor: pointer;
  color: black;
}
.terminos{
  width: max-content;
  padding: 6px 20px;
  background-color: #cecece;
  color: black;
  text-decoration: none;
  justify-content: center;
  display: flex;
  margin: 10px auto;
  border-radius: 15px;
  font-size: 13px;
}
.loginsu{
  color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  font-size: 5.5vw;
  justify-content: center;
  margin: 2vh auto 2vh auto;
  border-radius: 100px;
  text-align: center;
  width: 70vw;
  background-color: #009db6;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
  line-height: 1.1;
  padding: 10px;
  text-decoration: none!important;
}
#skyline {
  z-index: -1;
  bottom: 21px;
  position: fixed;
  width: 100%;
}
/*.footerplace{*/
/*  display: flex;*/
/*  position: fixed;*/
/*  bottom: 0;*/
/*  background-color: rgb(46, 78, 107);*/
/*  width: 100%;*/
/*  height: 5vh;*/
/*  font-family: "monospace",sans-serif;*/
/*  color: #cccccc;*/
/*  line-height: 1;*/
/*  margin-top: 3vh;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*}*/

/*//////////////////////////////////////////////// LANDSCAPE /////////////////////////*/

@media (orientation: landscape) {
  nav {
    position: absolute;
    float: top;
    height: 80px;
  }
  .navlogo {
    margin-left: 15px;
    width: 150px;
  }
  .spacersu{
    padding: 5vh;
  }
  .form-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 77px;
    padding-bottom: 10px;
    width: 30vw;
    margin-top: 0;
  }
  .ribbon{
    font-size: 30px;
    margin-left: -4vw;
    left: 60px;
    position: absolute;
  }
  .form-control{
    font-size: 25px;
    padding: 10px;
  }
  .form-control::placeholder {
    text-align: left;
    font-size: 25px;
  }
  .form-check{
    font-size: 25px;
    margin-bottom: 0;
  }
  .option-input {
    height: 30px;
    width: 30px;
    top: 0;
    margin-top: 0;
  }
  .option-input:checked::before{
    top: -2px;
    left: -1px;
  }
  .form-check-input{
    width: 20px;
    height: 20px;
    margin-bottom: 0;
    border-radius: 30px;
  }
  .form-check-input:checked {
    background-color: #f6ae2d;
    border-color: #f6ae2d;
  }
  .registrarModule{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
    border-radius: 40px 40px 10px 70px;
    width: 90%;
    align-items: center;
  }
  .acepto{
    color: #FFFFFF;
    font-size: 20px;
  }
  .subtn{
    margin-top: 0;
    font-size: 30px;
    width: 50%;
    padding: 10px;
  }
  .terminos{
    width: max-content;
    background-color: #cecece;
    color: black;
    text-decoration: none;
    justify-content: center;
    display: flex;
    margin: 2vh auto;
    border-radius:10px;
    font-size: 20px;
  }
  .loginsu{
    margin: 3vh auto 7vh auto;
    font-size: 30px;
    width: 30vw;
    line-height: 120%;
  }
  #skyline {
  display: none;
  }
}
