.modal-abertura-conta {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0 16px;
  font-family: "Bradesco", sans-serif;
}

.modal-content {
  background-color: #ffffff;
  margin: 48px auto;
  border-radius: 4px;
  max-width: 680px;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animateTop;
  animation-duration: 0.4s;
}

.modal-content .close {
  padding: 16px 16px 0;
  cursor: pointer;
}

.modal-content .close #close-icon {
  cursor: pointer;
}

.modal-content .header {
  margin-top: 24px;
  margin-bottom: 40px;
  padding: 0 16px;
}

.modal-content .header h2 {
  font-size: 17px;
  line-height: 24px;
  color: #000000;
  font-weight: 600;
}

.modal-content .content {
  padding: 0 16px;
  padding-bottom: 35px!important;
}

.modal-content .content .item {
  transition: max-height 0.2s ease-out;
}

.modal-content .content .item:last-child {
  margin-top: 16px;
}

.modal-content .content .item .item-header {
  display: flex;
  justify-content: space-between;
}

.modal-content .content .item .item-header h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  margin-bottom: -20px;
}

.modal-content .content .item .item-header img {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  height: 14px;
  width: 14px;
}

.modal-content .content .item .item-content {
  margin-top: 24px;
  border-bottom: 1px solid #e4e5e9;
  padding-bottom: 16px;
}

.modal-content .content .item .item-content p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #000;
}

.modal-content .actions {
  margin: 24px 0 0;
  padding-bottom: 32px;
  align-items: center;
}

.modal-content .actions .icons {
  display: flex;
  justify-content: center;
}

.modal-content .actions img {
  margin: 0 8px;
  height: 35px;
  width: 35px;
}

.modal-content .actions .buttons {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-content .actions .buttons button {
  width: 216px;
  border: none;
  border-radius: 24px;
  padding: 16px 0;
  font-size: 14px;
  font-weight: 700;
}

.modal-content .actions .buttons .red-button {
  background-color: #e1173f;
  color: #ffffff;
}

.modal-content .actions .buttons .blue-button {
  color: #3b69ff;
  background-color: transparent;
  margin-top: 8px;
}

.rotate {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

@media screen and (min-width: 720px) {
  .modal-content .close {
    padding: 24px 32px 0;
  }
  .modal-content .header {
    margin-top: 18px;
    margin-bottom: 32px;
    padding: 0 48px;
  }
  .modal-content .content {
    padding: 0 48px;
  }
  .modal-content .actions {
    padding: 0 48px 48px;
    display: flex;
    flex-direction: row-reverse;
    margin: 56px 0 0 0;
    justify-content: space-between;
  }
  .modal-content .actions .buttons {
    margin-top: 0;
    flex-direction: row;
  }
  .modal-content .actions .buttons .blue-button {
    width: 120px;
    color: #3b69ff;
    background-color: transparent;
    margin-top: 8px;
  }
}

@keyframes animateTop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* NEW CSS */

.risco-red {
  border-bottom: 3px solid #E1173F;
  width: 45px;
  margin-left: 142px;
  margin-bottom: 15px;
  margin-top: -7px;
}

.m-top {
  margin-top: -10px;
}

.m-top:before {
  content: '•';
  font-size: 1.5em;
  margin-right: 15px;
  vertical-align: top;
  color: #E1173F;
}

.m-bottom {
  margin-bottom: 0px!important;
}

/* TOOLTIP */

/* Tooltip container */

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #000;
}

/* Tooltip text */

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #eeeeee;
  color: #000;
  text-align: center;
  padding: 5px 0;
  border-radius: 3px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0px 1px 6px rgb(0 0 0 / 32%);
  font-size: 16px;
  padding: 10px;
  width: max-content;
}

/* Mostra o texto da dica de ferramenta ao passar o mouse sobre o contêiner de dica de ferramenta */

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* ==============================  MEDIA AQUERY ================================= */

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
  .tooltip .tooltiptext {   
    width: fit-content;
  }
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) and (max-width: 767.98px) {
  .tooltip .tooltiptext {   
    width: fit-content;
  }
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) {}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199.98px) {}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) and (max-width: 1459.98px) {}

/* X-Large devices (large desktops, less than 1400px) */

@media (min-width: 1500px) {}