body {
  background-color: #f5f7ff;
  height: 100vh;
}

.titulo {
  font-size: 6vw;
  padding: 20px;
  background-image: linear-gradient(43deg, #4158D0 0%, #c8508a 46%, #FFCC70 60%);
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  -webkit-background-clip: text;
}

@media (max-width: 767px) {
  .titulo {
    font-size: 13vw;
    padding: 20px;
  }
}

#img-perfil {
  width: 15em; /* Para que la imagen se adapte a la pantalla */
  height: 15em; /* Para que la imagen se adapte a la pantalla */
  border-radius: 100%;
}

.email {
  padding-top: 15px;
  font-size: 2em;
}

@media (max-width: 767px) {
  .email {
    padding: 5px;
    font-size: 7vw;
  }
}

.div-box {
  border-radius: 20px;
  background-color: white;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 5%;
  margin-bottom: 2%;
  border: 1px solid #e0e0e0;
}

@media (max-width: 767px) {
  .div-box {
    border-radius: 0px;
    background-color: initial;
    margin-right: 0%;
    margin-left: 0%;
    margin-top: 0%;
  }
}

.heading-datos {
  padding: 15px;
  font-size: 2em;
}

@media (max-width: 767px) {
  .heading-datos {
    padding: 15px;
    font-size: 1.3em;
  }
}

.paragraph-datos {
  padding-left: 15px;
}

hr {
  height: 4px;
  background: linear-gradient(43deg, #0020c9 20%, #ff007b 45%, #ffa400 70%);
}

#row-form-2 {
  /*margin-top: 10px;*/
  /*margin-bottom: 10px;*/
  /*padding-bottom: 10px;*/
}

#confirmar-btn {
  width: 10em;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  #confirmar-btn {
    width: 10em;
    margin-bottom: 15px;
    margin-top: 25px;
  }
}

.col-form-input {
  margin-top: 10px;
}

#col-facultad {
  padding-bottom: 10px;
}

#take-photo {
  margin-bottom: 20px;
  margin-top: 10px;
}

#video {
  border-radius: 30px;
}

.btn-continuar {
  margin-bottom: 20px;
}

#img-foto {
  width: 15em;
}

#rostro-centrado-txt {
  font-size: 1.6vw;
}

@media (max-width: 767px) {
  #rostro-centrado-txt {
    font-size: 6vw;
  }
}

.div-heading-datos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}