.content-pop-up {
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1001;
  position: fixed;
  background-color: rgba(0, 39, 93, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  align-items: center;
  display: inline-flex;
}

.col-box-pop-up {
  width: 100%;
  margin: auto;
  overflow: hidden;
  max-width: 550px;
  background-color: #d8d8d8;
}

.btn-pop-up-mpx {
  top: 0px;
  right: 0px;
  float: right;
  z-index: 1000;
  margin: 10px 10px;
  position: relative;
  padding: 10px 15px;
  border-radius: 4px;
  background-color: #f03e3e;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: normal;
  font-family: "Inter";
  font-stretch: normal;
  letter-spacing: normal;
  border-style: none;
}

.btn-pop-up-mpx:hover,
.btn-pop-up-mpx:focus,
.btn-pop-up-mpx:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #e03131;
}

.col-pop-up-item {
  float: left;
  width: 100%;
  height: 100%;
  max-width: 550px;
  max-height: 600px;
  position: absolute;
}

#carousel-pop-up {
  height: auto;
  max-height: 600px;
}

.carousel-pop-up .carousel-control {
  width: 8%;
}

.carousel-pop-up .carousel-control.left,
.carousel-pop-up .carousel-control.right {
  background-image: none;
}

.carousel-pop-up .carousel-control.left span.glyphicon-chevron-left,
.carousel-pop-up .carousel-control.right span.glyphicon-chevron-right {
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.carousel-pop-up .carousel-indicators {
  bottom: -30px;
  position: absolute;
  margin-bottom: 0px;
}

.carousel-pop-up .carousel-indicators li,
.carousel-pop-up .carousel-indicators li.active {
  width: 30px;
  height: 8px;
  border-radius: 10px;
}

.carousel-pop-up .carousel-indicators li.active {
  height: 9px !important;
}

/* Tamanho 2048 */
@media only screen and (max-width: 768px) {
  .carousel-pop-up .carousel-control.left span.glyphicon-chevron-left,
  .carousel-pop-up .carousel-control.right span.glyphicon-chevron-right {
    width: 45px;
    height: 45px;
    font-size: 45px;
  }
}

.modal-popup {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
}

.modal-popup::-webkit-scrollbar {
  width: 0px;
  border-radius: 0px;
}

.modal-popup .mostly-customized-scrollbar::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.modal-popup .modal-dialog {
  max-width: 45%;
  width: 45%;
}

@media only screen and (max-width: 1199.9px) {
  .modal-popup .modal-dialog {
    max-width: 55%;
    width: 55%;
  }
}

@media only screen and (max-width: 767.9px) {
  .modal-popup .modal-dialog {
    max-width: 75%;
    width: 75%;
  }
}

@media only screen and (max-width: 575.9px) {
  .modal-popup .modal-dialog {
    max-width: 91%;
    width: 91%;
  }
}

.modal-popup .modal-dialog .modal-content {
  background-color: #fff;
  border: none;
  border-radius: 20px;
}

.modal-popup .modal-dialog .modal-content img {
  border-radius: 20px;
}

.modal-popup .modal-dialog .modal-content .modal-body .col-texto {
  padding: 32px;
}

.modal-popup .modal-dialog .modal-content .modal-body p {
  font-size: 0.8rem;
  font-family: "Inter-Regular", "sans-serif";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.16px;
  text-align: left;
  color: #212529;
}

.modal-popup .modal-dialog .modal-footer {
  border: none;
}

.modal-popup .modal-dialog .modal-footer .btn-padrao {
  width: 252px;
}

.content-senha-atualiza .input-senha-login,
.content-senha .input-senha-login {
  color: #254588;
  font-family: "Inter-Bold", "sans-serif";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: red;
  font-size: 0.6rem;
  margin-top: 4px;
}

.content-senha-atualiza label,
.content-senha label {
  color: #254588;
  font-family: "Inter-Bold", "sans-serif";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  font-size: 1rem;
}

.content-senha-atualiza .disabled,
.content-senha .disabled {
  border: solid 1px #dee2e6 !important;
  background-color: #f1f3f5 !important;
  border-radius: 0px;
}

.content-senha-atualiza .form-control,
.content-senha .form-control {
  border: solid 1px #dee2e6;
  background-color: #fff;
  border-radius: 0px;
}

.content-senha-atualiza .btn-padrao,
.content-senha .btn-padrao {
  color: #fff !important;
}
