* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

button {
  background: none;
  outline: none;
  cursor: pointer;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  font-family: 'Open Sans', sans-serif;
  /*IE FIX*/
  /*display: flex;
  flex-direction: column;*/
}

/* CONTAINER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100% !important;
  min-height: 100vh;
  background: "";
  /*background: url("") no-repeat
  center / cover;*/
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-blend-mode: luminosity;
  color: white;
}
.wrapper:before {
  content:'';
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(59,56,56,0.6);
}

.wrapper > * {
  padding: 15px;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}

/* HEADER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header {
  background: rgba(51, 105, 30, 0.6);
  margin: 0;
  border-bottom: none;
  z-index: 1;
}


/* MAIN
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-main {
  display: flex;
  flex-direction: column;
  /*justify-content: center;
  flex-grow: 1;*/
  min-height: 350px;
  z-index: 1000;

}
.formulario-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap');

.formulario-description {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin-top: 4em;
}

.formulario-botones {
  display: initial;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
}

.formulario-botones a.btn {
    text-decoration: none;
}

.formulario-botones img {
  width: 100%;
}

.contenedor1 {
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
}

.centrado1 {
    position: absolute;
    top: 66%;
    left: 60%;
    transform: translate(-50%, -50%);
}

.centrado1, .centrado2 {
    line-height: 1;
    width: 70%;
}
.centrado1 a, .centrado2 a {
    text-decoration: none;
}
.titulo-btn1, .titulo-btn2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #3B3838;
    margin: 0;
}
.subtitulo-btn1, .subtitulo-btn2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #3B3838;
}

.contenedor2 {
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
}

.centrado2 {
    position: absolute;
    top: 66%;
    left: 44%;
    transform: translate(-50%, -50%);
}

.logo-img img {
  width: 100%;
}
.formulario {
  display: flex;
  justify-content: center;
  text-align: center;
}
.formulario img {
  width: 80%;
}
.formulario a:hover {
  color: #fff;
  font-weight: bold;
}

p.titulo-help {
    font-size: 16px;
    font-weight: 800;
}
p.text-help {
  font-size: 12px;
}

div#help1 {
    width: 100%;
    text-align: center;
    /*margin: auto;*/
    background: white;
    color: #3B3838;
    padding: 10px;
    height: auto;
    border-radius: 15px 15px 15px 15px;
    position: relative;
    left: 0;
}

div#help2 {
    width: 100%;
    text-align: center;
    /*margin: auto;*/
    background: white;
    color: #3B3838;
    padding: 10px;
    height: auto;
    border-radius: 15px 15px 15px 15px;
    position: relative;
    right: 0;
}

a.fa.fa-info-circle {
  font-size: 30px;
  color: #fff;
}

a.fa-info-circle:hover {
  color: #FFF228;
  text-decoration: none;
  cursor: pointer;
}
.text-next a{
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}
.text-next a:hover {
  color: #FFF228;
}
.form-top {
  margin-top: 20px;
  padding: 10px;
  background: #fff;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  text-align: center;
}
.form-top h3 {
  font-weight: normal;
  color: #3B3838;
}
.loginbu-titulo {
  color: red !important;
  font-weight: bold !important;
}
p.olvido-contrasena {
    color: black;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}
p.olvido-contrasena a:hover {
    color: black;
    font-weight: normal;
}
h3, h4 {
    font-size: 16px;
  }
.form-top p {
  font-weight: normal;
  color: #3B3838;
}
p, li {
    font-size: 14px;
  }
.form-bottom {
    padding: 10px 15px 15px 15px;
    background: #eee;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
}
.form-bottom form button.btn {
    width: 100%;
}
button.btn {
    color: #3B3838;
    background: #FFF228 !important;
}
input[type="text"], input[type="password"], textarea, textarea.form-control {
    height: 40px;
    font-size: 14px;
}
button.btn {
    height: 40px;
    font-size: 14px;
    line-height: 0;
  }
.social-login h6 {
  font-size: 14px;

}

/* FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-footer {
  display: flex;
  flex-direction: column;
  background: rgba(51, 105, 30, 0.6);
  color: white;
  z-index: 1;
}
.page-footer img {
  width: 100%;
  display: none;
}
.page-footer ul {
  margin-bottom: 5px;
}

.page-footer ul li:not(:last-child) {
  margin-right: 20px;
}

.footer-social a {
    font-size: 20px;
    color: white;
    margin: 4px;
}
.footer-social a:hover {
    color: #FFF228;
    text-decoration: none;
}
.list-footer {
  text-align: center;
}

.powered_by {
  margin: auto;
}

/* MQ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (min-width: 550px) {
  .page-header ul {
    width: auto;
    margin-top: 0;
  }

  .page-header .cta-contact {
    order: 1;
  }

  .page-footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .page-footer ul {
    margin-bottom: 0;
  }
  .page-footer img {
  display: none;
  }
}

@media screen and (min-width: 768px) {
    body {
      font-size: 14px;
    }
    .page-footer img {
        width: 100%;
        display: block;
    }
    h3 {
      font-weight: 500;
      font-size: 24px;
    }
    h4 {
      font-size: 18px;
    }
    p {
      font-size: 15px;
    }
    li{
      font-size: 16px;
    }
    input[type="text"], input[type="password"], textarea, textarea.form-control {
      height: 50px;
      font-size: 16px;
    }
    button.btn {
      height: 50px;
      font-size: 16px;
      line-height: 50px;
    }
    .form-bottom {
      padding: 15px 20px 20px 20px;
    }
    .list-footer {
      text-align: left;
    }
    .social-login a {
      font-size: 14px;
      color: #fff;
      font-weight: normal;
    }
    .social-login a:hover {
      color: #fff;
      list-style: none;
      font-weight: bold;
    }
    .formulario-botones {
      display: flex;
    }
    .formulario-description {
      margin-top: 4em;
      font-size: 20px;
    }
    .formulario-botones img {
      width: 80%;
    }
    .titulo-btn1, .titulo-btn2 {
      font-size: 24px;
      font-weight: 900;
    }
    .footer-social a {
      font-size: 30px;
    }
    div#help1 {
      width: 50%;
      left: 50%;
      border-radius: 0 15px 15px 15px;
      padding: 20px;
    }

    div#help2 {
      width: 50%;
      right: 0;
      border-radius: 15px 0 15px 15px;
      padding: 20px;
    }
    p.titulo-help {
      font-size: 20px;
    }
    p.text-help {
      font-size: 14px;
    }
    .centrado1 {
      left: 56%;
    }
    .centrado1, .centrado2 {
        line-height: normal;
    }

}

@media (min-width: 1290px) {
    .titulo-btn1, .titulo-btn2 {
      font-size: 30px;
    }
    .subtitulo-btn1, .subtitulo-btn2 {
        font-size: 14px;
    }
    .formulario-description {
      margin-top: 5em;
      font-size: 20px;
    }
    .formulario-botones img {
      width: 70%;
    }
    div#help1 {
      width: 50%;
      left: 50%;
      border-radius: 0 20px 20px 20px;
    }
    div#help2 {
      width: 50%;
      right: 0;
      border-radius: 20px 0 20px 20px;
    }
}