.header {
  width: 100vw;
  height: 25vw;
  padding-right: 0px !important;
  padding-left: 0px !important;
  background: #ffa902;
  background-position: center;
  text-align: center;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.75);
}

.section {
  height: calc(100vh - 25vw);
  width: 100vw;
  padding-bottom: 50px;
}
.img-logo {
  width: auto;
  height: 25vw;
  top: 2px;
  margin: auto;
  margin-top: 5px;
}
.div-icon-photo {
  width: 20vh;
  height: 20vh;
  border: 10px solid #ffa902;
  border-radius: 50%;
  text-align: center;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.75);
}
.img-photo {
  width: auto;
  height: 10vh;
  margin: auto;
}
.get-photo {
  width: 100vw;
  margin: 0px !important;
  padding: 0px !important;
}
.text-info-header {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #0c3c5f !important;
}
.div-text-info {
  margin: auto;
  padding-top: 25px;
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.footer {
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100vw;
  background: white;
}
.text-footer {
  color: #0c3c5f !important;
}
#input-photo1 {
  opacity: 0;
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
#input-photo2 {
  position: absolute;
  top: 0;
  width: 80%;
  height: 110%;
  opacity: 0;
}
.div-btn {
  width: 100vw !important;
  margin: auto;
  margin-right: 0px !important;
  margin-left: 0px !important;
  margin-top: 0px;
}
.enviar {
  border: 2px solid #ffa902 !important ;
  color: #ffa902 !important;
  font-weight: bold !important;
}
.tirar-outra {
  border: 2px solid #0c3c5f !important ;
  color: #0c3c5f !important;
  font-weight: bold !important;
}
#img-preview {
  margin-top: 10px;
  margin-bottom: 20px;
  max-width: 100%;
  max-height: 450px;
  width: auto;
  height: auto;
}

/* loading */
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 40px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ffa902;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
.lds-ellipsis div:nth-child(5) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
.lds-ellipsis div:nth-child(6) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.progress-bar {
  background-color: #ffa800 !important;
}
.logo {
  height: auto;
  width: auto;
  max-width: 100% !important;
}
.div-icon-close {
  width: 150px;
  height: 150px;
  border: 10px solid #ffa902;
  border-radius: 50%;
  text-align: center;
  margin: auto;
  margin-top: 60px;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.75);
}
.img-close {
  width: auto;
  height: 90px;
  margin: auto;
}

.sucess-mensage {
  width: 100vw;
  height: calc(100vh - 250px);
  margin: 0px !important;
  padding: 0px !important;
}
.text-info-header-close {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #ffa902 !important;
  margin-top: 30px;
  width: 100%;
}
.name-user {
  color: #ffa800 !important;
  font-size: 23px !important;
  text-align: center;
}
.mensage {
  display: none;
}
.bootbox-close-button {
  display: none;
}
.bootbox-body {
  text-align: center;
}
.bootbox-body {
  font-weight: bold !important;
}
.bootbox-accept {
  background: #ffa800 !important;
  width: 40% !important;
  border-color: #ffa800;
}
.modal-footer {
  justify-content: center !important;
}
