#cabecera_unico {
  background-image: url('../images/unico/cabecera.jpg');
  background-repeat: repeat;
  background-size: cover;
  background-position: bottom;
  width: 100vw;
  height: 90vh;
  z-index: -1;
  position: relative;
}
#cabecera_unico::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #5895AD;
  opacity: 0.6;
  z-index: -2;
}
#cabecera_unico .textos_cabecera {
  width: 100%;
  text-align: center;
  padding: 30vh 50px;
  color: #FFF;
}
#cabecera_unico .textos_cabecera h4 {
  font-family: 'PalatinoLTStd-Roman';
  font-size: 60px;
}
@media only screen and (max-width: 768px) {
  #cabecera_unico .textos_cabecera {
    padding: 30vh 0;
  }
  #cabecera_unico .textos_cabecera h4 {
    font-family: 'PalatinoLTStd-Roman';
    font-size: 40px;
  }
}

#areaprivada {
  padding-top: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#areaprivada h2 {
  font-family: 'PalatinoLTStd-Roman';
  font-size: 22px;
  color: #5895AD;
}

#areaprivada img {
  width: 24px;
  padding-right: 8px;
  margin-bottom: 3px;
}

.login-box {
  border: 18px solid #5895AD;
  margin-bottom: 40px;
  border-radius: 40px;
  padding: 10px;
  text-align: center;
}

.login-form {
  padding: 40px;
  width: 424px;
}

@media only screen and (max-width: 480px) {
  .login-form {
    width: 280px;
  }
}

.login-form label {
  font-family: 'PalatinoLTStd-Roman';
  font-size: 16px;
  color: #5895AD;
  width: 100%;
  text-align: left;
}

.login-form input {
  width: 100%;
  margin-bottom: 18px;
  padding: 6px 4px;
    border-radius: 0px;
    border: 0;
    border-bottom: 1px solid #5895AD;
}

.login-form input[type=submit] {
    width: 100%;
    background:#5895AD;
    outline: none;
    border: none;
    color: #FFFFFF;
    font-family: 'Heebo-Regular';
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 6px;
    border-radius: 10px;
}

.pass-box {
  display: flex;
  justify-content: space-between;
  border: 18px solid #5895AD;
  width: 460px;
  padding: 28px 40px;
  margin-bottom: 68px;

}

@media only screen and (max-width: 480px) {
  .pass-box {
    flex-direction: column;
    align-items: center;
    width: 314px;
  }
}

.pass-box p {
  margin: auto 0;
  font-family: 'PalatinoLTStd-Roman';
  font-size: 16px;
  color: #5895AD;
}

.pass-box input[type=submit] {
  padding: 6px 12px;
  background:#5895AD;
  outline: none;
  border: none;
  color: #FFFFFF;
  font-family: 'Heebo-Regular';
  font-size: 14px;
  margin: auto 0;
}

.user-footer {
  width: 460px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 480px) {
  .user-footer {
    flex-direction: column;
    align-items: center;
    width: 300px;
  }
}

.user-footer h1 {
  font-family: 'PalatinoLTStd-Roman';
  font-size: 22px;
  color: #5895AD;
  border-bottom: 1px solid #5895AD;
  padding-bottom: 8px;
  margin-bottom: 18px;
}

@media only screen and (max-width: 480px) {
  .user-footer h1 {
    font-size: 16px;
  }
}

.user-footer_container {
  display: flex;
  justify-content: space-between;
}

.left h3,
.right h3 {
  font-family: 'Heebo-Bold';
  font-size: 18px;
  padding-bottom: 18px;
  color: #5895AD;
}

@media only screen and (max-width: 480px) {
  .left h3,
.right h3 {
  font-size: 16px;
}
}

.left p,
.right p {
  font-family: 'Heebo-Regular';
  font-size: 16px;
  color: #666666;
}

@media only screen and (max-width: 480px) {
  .left p,
  .right p {
    font-size: 12px;
  }
}

