*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #000;
  font-family: 'Poppins', sans-serif;
}

a {
  font-family: 'Poppins', sans-serif !important;
}

h5 {
  font-family: 'Roboto Mono', monospace;
}

html {
  font-size: 62.5% !important;
}

a {
  font-family: 'Proxima Nova';
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

input {
  border: none;
  outline: none;
}

.flex {
  display: flex;
}

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

.item-center {
  display: flex;
  align-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.flex-all-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn__group.ras1{
  margin-right: 20rem;
}

.max-content {
  max-width: 140rem !important;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}

.btn__group--return1 {
  margin-left: -4rem;
  display: inline-block; 
  padding: 2rem;
  justify-content: space-around;
  justify-content: end;
}


.btn__group--submit1 {
  display: inline-block;  
  justify-content: space-around;
  justify-content: end;
}

.btn__group--return {
  margin-left: 30rem;
  padding: 6rem;
  display: inline-block;  
  justify-content: space-around;
  justify-content: end;
}

.btn__group--return_alt {
  margin-left: 30rem;
  margin-top: -25rem;
  padding: 6rem;
  display: inline-block;  
  justify-content: space-around;
  justify-content: end;
}


.btn__group--submit{
  justify-content: center;
  display: inline-block;  
  justify-content: start;
} 

.btn {
  width: 6rem;
  height: 6rem;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 50px;
}

.btn i {
  font-size: 3.5rem;
  color: rgba(255, 255, 255, 0.447);
}

.return{
  width: 20rem;
  height: 7.9rem;
  color: #707070;
  border-radius: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 8rem;
  margin-bottom: 4rem;
  margin-left: -15px;
  font-weight: 700;
  font-size: 1.9rem;
}

.return4{
  width: 20rem;
  height: 7.9rem;
  color: #707070;
  border-radius: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 8rem;
  margin-bottom: 4rem;
  margin-left: -15px;
  font-weight: 700;
  font-size: 1.9rem;
}

.return2{
  width: 20rem;
  height: 7.9rem;
  color: #707070;
  border-radius: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 11rem;
  margin-bottom: 4rem;
  margin-left: -13px;
  font-weight: 700;
  font-size: 1.9rem;
}


.return1{
  width: 20rem;
  height: 7.9rem;
  color: #707070;
  border-radius: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-left: -36rem;
  font-weight: 700;
  font-size: 1.9rem;
}

.submit {
  width: 20rem;
  height: 7.9rem;
  background-color: #f6553f;
  color: #fff;
  border-radius: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  margin-left: auto;
}

.submit span {
  font-weight: 700;
  font-size: 1.9rem;
}

.submit i {
  font-size: 3rem;
}

.submit4 {
  width: 20rem;
  height: 7.9rem;
  background-color: #f6553f;
  color: #fff;
  border-radius: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  margin-left: 10rem;
}

.submit4 span {
  font-weight: 700;
  font-size: 1.9rem;
}

.submit4 i {
  font-size: 3rem;
}

.submit4   {
  width: 20rem;
  height: 7.9rem;
  background-color: #f6553f;
  color: #fff;
  border-radius: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-left: 10rem;
}

.submit1 span {
  font-weight: 700;
  font-size: 1.9rem;
}

.submit1 i {
  font-size: 3rem;
}

.btn-center {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 6rem;
}

.btn-toggle {
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
  flex-wrap: wrap;
}

.btn-toggle-yes input {
  display: none;
}

.btn-toggle-yes label {
  width: 18rem !important;
  height: 8rem;
  color: #f6553f;
  border: 1px solid #f6553f;
  font-weight: 700;
  font-size: 1.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 13px;
  text-transform: uppercase;
}

.btn-toggle input[type='radio']:checked + label {
  background-color: #f6553f;
  color: #fff;
}


.mar-t {
  margin-top: 10rem;
}

.mt-2 {
  margin-top: 2rem;
}

.cartoon-card {
  height: 70rem !important;
  margin-top: 25.5rem;
  width: 45rem !important;
}

.cartoon-card img {
  width: 100%;
  height: 100%;
  margin-top: 20px;
  object-fit: contain;
  transform: scale();
}

.text-primary {
  color: #f6553f;
}

.approved__image {
  max-width: 65rem;
  height: 40rem;
  width: 100%;
  object-fit: contain;
}

.approved3__img {
  max-width: 40rem;
  width: 100%;
  height: 55rem;
  transform: translateY(4.3rem);
}

.approved3__img img {
  width: 100%;
}

.cartoon {
  filter: grayscale(100%);
}

.bottom_text p {
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 3rem;
  text-align: center;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.bg-white {
  background-color: #fff;
}

.dashboard__body .navbar__menu--content .bg-transparent {
  background-color: transparent;
  border: 1px solid #fff;
}

.dashboard__body .navbar__menu--content .bg-transparent input {
  color: #fff !important;
}

.dashboard__body .navbar__menu--content .bg-transparent input::placeholder {
  color: #fff !important;
}

.name-white {
  color: #fff !important;
}

.bg-gray {
  background-color: #f9f9f9 !important;
}

.bg-dark {
  background-color: #212121 !important;
}

.dashboard__sidebar .list {
  margin-top: 3.6rem;
}

@media only screen and (max-width: 1300px) {
  .dashboard__sidebar .list {
    padding-left: 2rem;
    padding-right: 2rem;
    white-space: nowrap;
    overflow: auto;
    width: 100vw;
  }
}

.dashboard__sidebar .list li {
  display: flex;
  max-width: 20rem;
  margin: 0 auto;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 1300px) {
  .dashboard__sidebar .list li {
    display: inline-block;
    margin-bottom: 1rem;
  }
  .dashboard__sidebar .list li:not(:last-child) {
    margin-right: 2rem;
  }
}

.dashboard__sidebar .list li a {
  gap: 1.7rem;
  display: flex;
}

.dashboard__sidebar .list li a img {
  fill: #f6553f;
}

.dashboard__sidebar .list li a .text {
  font-family: Poppins;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 6.5rem;
  color: #fff;
}

.identity__id-card {
  transform: scale(1.2) translateX(3rem) !important;
}

.wrapper {
  overflow: hidden;
}

.wrapper__logo {
  max-width: 160rem;
  width: 100%;
  padding: 6rem 2rem;
  padding-bottom: 2rem;
  margin: 0 auto;
}

.wrapper__logo a img {
  width: 21rem;
  height: 100%;
  object-fit: contain;
}

.wrapper .header {
  padding: 0 2rem;
}

.wrapper .header__content {
  display: grid;
  grid-template-columns: minmax(300px, 500px) minmax(450px, 1fr);
  gap: 5rem;
}

.wrapper .header__content--left {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.wrapper .header__content--left .heading {
  padding: 0 2rem;
}

.wrapper .header__content--left .heading p {
  font-weight: 400;
  font-size: 2rem;
  text-align: left;
  color: #f6553f;
}

.wrapper .header__content--left .heading__main {
  font-weight: 500;
  font-size: 9rem;
  text-align: left;
  color: #000;
}

.wrapper .header__content--left .heading__sub {
  font-weight: 400;
  font-size: 2.5rem;
  text-align: left;
  color: #000 !important;
}

.wrapper .header__content--left-card {
  max-width: 47rem;
  width: 100%;
  height: 30rem;
  background-color: #f6553f;
  color: #fff;
  border-radius: 22px;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.16);
  padding: 3rem 2rem;
  margin-top: 5rem;
}

.wrapper .header__content--left-card .img {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.wrapper .header__content--left-card .img img {
  width: 8rem;
  height: 100%;
  object-fit: contain;
}

.wrapper .header__content--left-card .card-text {
  color: #fff;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 4rem;
  text-align: left;
  margin: 2.5rem 5.4rem;
}

.wrapper .header__content--left-card .btn-primary {
  margin-left: 5.4rem;
  margin-right: 5.4rem;
}

.wrapper .header__content--left-card .btn-primary button {
  width: 15rem;
  height: 6rem;
  background-color: #000;
  color: #fff;
  border-radius: 9px;
  font-weight: 700;
  font-size: 1.9rem;
}

.wrapper .header__content--right {
  max-width: 100rem;
  width: 100%;
}

.wrapper .header__content--right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer {
  background-color: #f6553f;
  width: 100%;
  height: 1100px;
  margin-top: -50rem;
  position: relative;
  z-index: 1;
}

.footer__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer__content--logo {
  margin-top: 53rem;
  width: 26rem;
  height: 4rem;
}

.image1{
  transform: scale(0.4);
  transform: scale(0.4);
  margin-right: 6rem;
  margin-bottom: -10rem;
  border: solid 1px;
  border-radius: 20rem;
}

.image1 img{
  border-radius: 20rem;
}



.footer__content--logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer__content--social {
  margin-top: 5.5rem;
  display: flex;
  gap: 1rem;
}

.footer__content--social i {
  font-size: 3.4rem;
  color: #000;
}

.footer__content--text {
  max-width: 70rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 4.5rem;
  text-align: center;
}

.footer__content--text img {
  width: 9rem;
  height: 9rem;
  object-fit: contain;
  margin-bottom: 4.5rem;
}

.footer__content--text p {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.3rem;
}

.footer__image {
  position: absolute;
  bottom: 2rem;
  right: 0;
  max-width: 70rem;
  width: 100%;
}

.footer__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.percent {
  background-image: url("..//img/webp/AnyConv.com__section-2-back (1).webp");
  width: 100%;
  height: 1160px;
  background-size: cover;
  margin-top: -3  0rem;
  display: flex;
  align-items: center;
  gap: 4rem;
}

.carousel{
 display: none;
}

.percent__image {
  display: flex;
  align-items: center;
  margin-top: 35rem;
}

.percent__image img {
  max-width: 85rem;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.percent__content {
  margin-top: 30rem;
}

.percent__content--heading {
  font-weight: 500;
  font-size: 7.5rem;
  text-align: left;
  color: #fff;
  margin-bottom: 19rem;
}

.percent__content--text {
  font-weight: 500;
  font-size: 3rem;
  line-height: 4rem;
  text-align: left;
  color: #fff;
  max-width: 50rem;
  width: 100%;
}

.img-bg {
  background-color: #fff;
  border-radius: 80px;
  margin-top: -7rem;
}

.img-inline {
  max-width: 167rem;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
  transform: translateY(-4rem);
}

.img-inline__container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3rem;
}

.img-inline__container .img-box {
  width: 100%;
  max-width: 25rem;
}

.img-inline__container .img-box__set {
  width: 100%;
  height: 16rem;
  object-fit: cover;
  filter: drop-shadow(20px 20px 30px rgba(0, 0, 0, 0.16));
}

.img-inline__container .img-box__text {
  padding: 4rem 1rem;
}

.img-inline__container .img-box__text p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.5rem;
  text-align: center;
}

.cash__heading {
  max-width: 75rem;
  width: 100%;
}

.cash__heading--main {
  font-weight: 600;
  font-size: 4rem;
  line-height: 5rem;
  text-align: left;
  margin-bottom: 3.8rem;
  margin-top: 4rem;
}

.cash__heading--text {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: left;
}

.cash__wrapper {
  display: flex;
  margin-top: 3rem;
  gap: 2rem;
}

.cash__wrapper--card {
  display: flex;
  align-items: center;
}

.cash__wrapper--card img {
  max-width: 70rem;
  height: 100%;
  object-fit: contain;
  transform: translateY(12rem);
}

.cash__wrapper--box {
  max-width: 70rem;
  height: 44rem;
  background-color: #fff;
  box-shadow: 30px 30px 40px rgba(0, 0, 0, 0.45);
  border-radius: 36px;
}

.cash__wrapper--box--content {
  max-width: 71rem;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 3rem;
  justify-content: center;
  padding: 3rem;
  align-items: center;
}

.cash__wrapper--box--content .heading h1 {
  font-weight: 600;
  font-size: 3.2rem;
  text-align: center;
}

.cash__wrapper--box--content .heading .price-box p {
  font-family: "Roboto Mono";
  font-weight: 400;
  font-size: 1.7rem;
  text-align: center;
  margin-top: 5rem;
}

.cash__wrapper--box--content .heading .price-box h3 {
  font-family: "Roboto Mono";
  font-weight: 400;
  font-size: 4rem;
  text-align: center;
}

.cash__wrapper--box--content .moch {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.cash__wrapper--box--content .moch img {
  margin-bottom: 3rem;
  width: 12rem;
  height: 4rem;
  object-fit: contain;
}

.cash__wrapper--box--content .moch_box {
  width: 28rem;
  height: 20rem;
  background-color: #f6553f;
  border-radius: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #fc5046;
  filter: drop-shadow(20px 20px 30px rgba(0, 0, 0, 0.16));
}

.cash__wrapper--box--content .moch_box p {
  font-family: "Roboto Mono";
  font-weight: 400;
  font-size: 1.7rem;
  text-align: center;
  color: #212121;
  margin-bottom: 1rem;
}

.cash__wrapper--box--content .moch_box .price {
  font-family: "Roboto Mono";
  font-weight: 400;
  font-size: 5rem;
  text-align: center;
  color: #fff;
}

.benefits {
  background-image: url("..//img/webp/AnyConv.com__section-4-back.webp");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -25rem;
  height: 110rem;
  background-position: bottom;
}

.benefits__container {
  max-width: 140rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  height: 100%;
  align-items: center;
}

.benefits__container--left {
  max-width: 90rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.benefits__container--left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-top: 12rem;
}

.benefits__container--right--heading {
  font-weight: 600;
  font-size: 4rem;
  line-height: 5rem;
  text-align: left;
  color: #fff;
}

.benefits__container--right--sub {
  margin-top: 1.8rem;
  margin-bottom: 5rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: left;
  color: #fff;
}

.benefits__container--right ul li {
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 3rem;
  text-align: left;
  color: #fff;
  align-items: center;
  display: flex;
  gap: 1.5rem;
}

.benefits__container--right ul li img {
  width: 1.2rem;
  height: 100%;
  object-fit: contain;
}

.benefits__container--right ul li p {
  color: #fff;
}

.plane__img {
  display: flex;
  justify-content: center;
  margin-bottom: 6rem;
}

.plane__img img {
  width: 15rem;
  height: 100%;
  object-fit: contain;
  display: flex;
  justify-content: center;
}

.plane__container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}

.plane__container--rent h2 {
  font-weight: 600;
  font-size: 4rem;
  line-height: 5rem;
  text-align: center;
}

.plane__container--rent img {
  max-width: 80rem;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-top: -12rem;
}

.plane__container--img {
  max-width: 72rem;
  width: 100%;
  margin-top: -12rem;
}

.plane__container--img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.de {
  background-image: url("..//img/webp/AnyConv.com__section-5-back.webp");
  background-repeat: no-repeat;
  width: 100%;
  height: 1100px;
  margin-top: -50rem;
  margin-bottom: 5rem;
  background-size: contain;
}

.de__content {
  max-width: 100rem;
  display: flex;
  padding-top: 25rem;
  align-items: center;
  gap: 5rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 7rem;
  display: flex;
  justify-content: center;
}

.de__content--heading h1 {
  font-weight: 600;
  font-size: 5rem;
  line-height: 6.5rem;
  text-align: left;
  color: #fff;
}

.de__slider--card {
  margin: 0 0 0 -1000px;
 position: relative;
  -webkit-animation-name: slide_animation;
  -webkit-animation-duration:10s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-direction:alternate;
   -webkit-animation-play-state: running;

}

.de__slider .btn-left {
  position: absolute;
  top: 55%;
  left: 16rem;
}

.de__slider .btn-right {
  position: absolute;
  top: 55%;
  right: 16rem;
}


.de__content--heading p {
  font-weight: 400;
    /* transform: translateY(200rem); */
  font-size: 1.6rem;
  text-align: center;
}

.de__content--text p {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 3rem;
}

.de__slider {
  position: relative;
}

.de__slider--heading h1 {
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 4rem;
  text-align: center;
  color: #fff;
}

.de__slider--card {
  display: flex;
  max-width: 160rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 5.5rem;
  justify-content: center;
  gap: 4.5rem;
}

.de__slider .btn-right i {
  transform: rotate(180deg);
}

.video-1{
  display: none;
}

.img-center{
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: -3rem;
  filter: grayscale(100%);
}

@media screen and (max-width: 760px), (min-width: 768px) and (max-width: 1024px) {
  .de__slider--card{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    visibility: hidden;
  }
  
  .form__group--input .chevran2 {
    position: absolute;
    left: 38rem;
    margin-top: -4rem;
   pointer-events: none;
  }

  .form__group--input .chevran{
    position: absolute;
    left: 39rem;
    margin-top: -8rem;
   pointer-events: none;
  }
  .personal__body--box-detail h1 {
    font-size: 3rem !important;
}

.personal__body--box-detail h1{
  font-size: 3rem !important;
}


.btn-toggle {
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
  flex-wrap: wrap;
}

.btn-toggle-yes input {
  display: none;
}

.btn-toggle-yes label {
  width: 18rem !important;
  height: 8rem;
  color: #f6553f;
  border: 1px solid #f6553f;
  font-weight: 700;
  font-size: 1.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 13px;
  text-transform: uppercase;
}

#textbtn{
    text-align: center;
    display: flex;
    vertical-align: middle;
  }

  #textbtn1{
    text-align: center;
    display: flex;
    vertical-align: middle;
  }

.btn-toggle input[type='radio']:checked + label {
  background-color: #f6553f;
  color: #fff;
}
  .cash__wrapper--card img {
    transform: translateY(3rem);
    max-width: 45rem;
    width: 100%;
    margin: 0 auto;
  }

.wrapper .header__content--right img {
transform: translateX(3rem);
}

  .video{
    display: none !important;
  }

  .video-1{
    display: flex;
    justify-content: center;
    margin-top: 2rem;
  }

  .de__slider--heading h1 {
    font-weight: 600;
    font-size: 3.5rem;
    line-height: 4rem;
    text-align: center;
    color: #fff;
    transform: translateY(-12rem);
}
  .carousel{
    transform: translateY(-26rem);
    margin-top: -100rem;
    display: flex;
    justify-content: center;
  }

  .mySlides {display:none;}



/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #c4c4c4;
}

}



.relative-section {
  position: relative;
  z-index: 1;
}

.voce {
  max-width: 150rem;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  gap: 10rem;
  position: relative;
  z-index: 10;
}

.voce__left {
  display: flex;
  flex-direction: column;
  padding: 0 4rem;
  justify-content: center;
}

.voce__left img {
  width: 130px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 3rem;
}


.voce__left--heading {
  font-weight: 600;
  font-size: 4rem;
  line-height: 5rem;
  text-align: left;
  margin-bottom: 3.2rem;
}

.voce__left--text {
  font-weight: 400;
  font-size: 2rem;
  text-align: left;
  margin-bottom: 4.5rem;
}

.voce__left .solcie {
  font-weight: 400;
  text-decoration: underline;
  font-size: 1.6rem;
  text-align: left;
  color: #f6553f;
}

.voce__right {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
}

.voce__right .card-1 {
  max-width: 30rem;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: absolute;
  bottom: -58%;
  right: 85%;
}

.voce__right .black-girl {
  max-width: 70rem;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 100;
  transform: translateY(8rem);
}

.seu {
  background-image: url("..//img/webp/footer-top.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 1000px;
  margin-top: 0;
  position: relative;
  z-index: 2;
}

.seu__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10rem;
}

.seu__heading h1 {
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 4rem;
  color: #fff;
  padding-top: 20rem;
}

.seu__heading p {
  font-weight: normal;
  font-size: 1.8rem;
  color: #fff;
}

.video{
  display: flex;
  justify-content: center;
  margin-top: 8rem;
  margin-left: 0;
}

.seu .card-2 {
  position: absolute;
  right: 27%;
  top: -13rem;
}

.personal {
  background-color: #f6553f;
  width: 100%;
  min-height: 100vh;
  object-fit: cover;
  padding: 5.7rem 2rem;
  position: relative;
  overflow: hidden;
}

.personal__body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.personal__body .logo {
  width: 20rem;
  height: 4.6rem;
  object-fit: contain;
  display: flex;
  margin: 0 auto;
}

.personal__body--box {
  max-width: 128rem;
  width: 100%;
  height: 100%;
  background-color: #fff;
  filter: drop-shadow(30px 30px 40px rgba(0, 0, 0, 0.45));
  margin: 10rem auto;
  padding: 0 3rem;
  padding-top: 4rem;
  border-radius: 36px;
  z-index: 10;
}

.personal__body--box .navbar {
  width: 100%;
  height: 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #707070;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 2.7rem;
}

@media (max-width: 1050px) {
  .personal__body--box .navbar {
    height: 7rem;
  }
}

@media (max-width: 600px) {
  .personal__body--box .navbar {
    display: none;
  }
}

.personal__body--box .navbar .white {
  background-color: #fff;
}

.personal__body--box .navbar__box {
  height: 100%;
  display: flex;
  align-items: center;
  width: calc(100%/3);
}

.personal__body--box .navbar__box .box-set {
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  font-weight: 600;
  font-size: 1.9rem;
  border-radius: 15px;
  clip-path: polygon(0 0, 89% 0, 98% 51%, 90% 100%, 0 100%, 0% 50%);
  display: flex;
  justify-content: center;
  background-color: #707070;
  align-items: center;
  gap: 2rem;
  position: relative;
  z-index: 2;
}

@media (max-width: 1050px) {
  .personal__body--box .navbar__box .box-set {
    gap: 1rem;
    padding: 0 1.4rem;
  }
  .personal__body--box .navbar__box .box-set img {
    width: 3rem;
    height: 3rem;
  }
  .personal__body--box .navbar__box .box-set p {
    font-size: 1.4rem;
  }
}

@media (max-width: 600px) {
  .personal__body--box .navbar__box .box-set {
    padding: 0 1rem;
  }
  .personal__body--box .navbar__box .box-set img {
    width: 2rem;
    height: 2rem;
  }
  .personal__body--box .navbar__box .box-set p {
    font-size: 1rem;
  }
}

.personal__body--box .navbar__box .box-set::before {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100% - 2px);
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background-color: #fff;
  clip-path: polygon(0 0, 89% 0, 98% 51%, 90% 100%, 0 100%, 0% 50%);
}

.personal__body--box .navbar__box .box-set.primary {
  color: #fff;
  background-color: transparent;
}

.personal__body--box .navbar__box .box-set.primary::before {
  background-color: #f6553f;
}

.personal__body--box .navbar__box .last-child {
  background-color: #fff;
}

.personal__body--box .navbar__box .last-child::before {
  display: none;
}

.personal__body--box .navbar__box .white {
  font-weight: 600;
  font-size: 1.9rem;
  color: #afafaf;
}

.personal__body--box .navbar__box .user {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  margin: 0;
}

.personal__body--box-detail h1 {
  text-align: center;
  font-size: 4rem;
  margin-top: -1rem;
  margin: 3rem, 0; 
}

.personal__body--box-detail1 h1 {
  text-align: center;
  font-size: 4rem;
  margin-top: 3rem;
  margin: 3rem, 0; 
  display: inline-block;
}

.h11{
  transform: translateX(44rem);
}

.h12{
  transform: translateX(2rem);
}

#city{
  margin-bottom: 6rem;
}

/* .personal__body--box--content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10rem;
  gap: 10rem;
} */

.btn__group-ras1{
  margin-top:6rem;  
  transform: translateY(-6rem);
}

.personal__body--box--content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -6rem;
  margin-bottom: -15rem;
  gap: 10rem;
}

.personal__body--box--content .left {
  padding-bottom: 2rem;
}

.personal__body--box--content .left__heading {
  font-weight: 600;
  margin-top: 10rem;
  font-size: 4rem;
  text-align: left;
}

.personal__body--box--content .left__text {
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 3.5rem;
}

.personal__body--box--content .image {
  max-width: 55rem;
  width: 100%;
  transform: scale(20rem);
  margin-top: -25rem;
  transform: translateY(7.9rem);
}

.personal__body--box--content .image img {
  z-index: -1;
  position: relative;
  width: 100%;
  height: 45rem;
  object-fit: contain;
  filter: grayscale(100%);
}

.personal .component {
  position: absolute;
  right: 11.6rem;
  bottom: 0;
}

.personal .component img {
  max-width: 50rem;
  height: 40rem;
  object-fit: contain;
}

.form__group {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  gap: 1rem;
  
}

.form__group--input {
  margin-top: 5rem;
  
}

.form__group--input label {
  font-weight: 500;
  font-size: 1.8rem;
}

.form__group--input input {
  margin-top: 1rem;
  height: 7rem;
  height: 100%;
  padding: 1rem 2rem;
  border-radius: 13px;
  background: transparent;
  border: 1px solid #707070;
  font-family: Poppins;
  font-weight: 400;
  font-size: 1.7rem;
  width: 100%;
  color: #000;
}

.form__group--input input::placeholder {
  color: #919191;
}

.form__group--input .chevran {
  position: absolute;
  top: 31%;
  right: 67rem;
  pointer-events: none;
}

.form__group--input .chevran1 {
  position: absolute;
  top: 61.3%;
  right: 66.5rem;
  pointer-events: none;  
}


.form__group--input .chevran2 {
  position: absolute;
  top: 43.3%;
  right: 66.5rem;
 pointer-events: none;
}
/* a chave acima pode influenciar em outras chaves, aqui abaixo é uma copy de como ela era anteriormente *note*/


.form__group--input .chevran-address {
  position: absolute;
  top: 54%;
  right: 6rem;
  pointer-events: none;
}

.form__group--input .chevran-address i {
  font-size: 4rem;
}


.form__group--input .chevran1 i {
  font-size: 4rem;
}


.form__group--input .chevran2 i {
  font-size: 4rem;
}

.form__group--input .chevran i {
  font-size: 4rem;
}

.form__group .span-full {
  grid-column: 1/-1;
}

.form .grid-half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;  
}

.form .grid-half .chev {
  position: relative;
}


.form1 .grid-half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;  
}

.form1 .grid-half .chev {
  position: relative;
}



.general-heading {
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  color: #000;
  transform: translateY(2rem);
}

.form .grid-1fr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}


.form1 .grid-1fr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.personal__body--box {
  padding: 3rem 5rem;
}

.personal__body .padding-bottom {
  padding-bottom: 0 !important;
}

.h1-margin{
  margin-bottom: 10rem;
}

.identity {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 8rem;
  gap: 2rem;
}
/* identity pode bugar outras páginas, anteriormente era repeat 1,1fr *note*/



.identity__file {
  max-width: 55rem;
  margin-top: 2rem;
  width: 100%;
}

.identity__file1 {
  max-width: 55rem;
  margin-top: 2rem;
  width: 100%;
  gap: 4rem;
  display: inline-flex;
  margin-bottom: -22rem;
}



.identity__file--heading {
  font-weight: 500;
  font-size: 3rem;
  text-align: left;
  margin:10rem 0, 3rem;

}

.identity__file .upload input {
  display: none;
}

.identity__file1 .upload input {
  display: none;
}


.identity__file .upload label {
      width: 100%;
    display: block;
    height: 26rem;
    border-radius: 31px;
    background: #fff;
    border: 1px solid #707070;
    display: flex;
    flex-direction: column;
    margin-top: 4rem;
    justify-content: center;
    align-items: center;
}

.identity__file1 .upload label {
  width: 100%;
display: block;
height: 26rem;
border-radius: 31px;
background: #fff;
border: 1px solid #707070;
display: flex;
flex-direction: column;
margin-top: 4rem;
margin-right: 32rem;
justify-content: center;
align-items: center;
}

.sectionalign{
  display: flex;
  justify-content: center;
}

.user4 {
  transform: scale(0.6);
  display: flex;
  position: absolute;
  right: 6rem;
  top: 15rem;
  /*filter: grayscale(100);*/
}
.user5{
  transform: scale(0.6);
  display: flex;
  /*filter: grayscale(100);*/
  margin-top: -7rem;
  margin-left: -49rem;
}

.identity__file .upload1 label {
  width: 50%;
display: block;
height: 26rem;
border-radius: 31px;
background: #fff;
border: 1px solid #707070;
display: flex;
flex-direction: column;
margin-top: 4rem;
justify-content: center;
align-items: center;
}

.identity__file1 .upload1 label {
  width: 123%;
display: block;
height: 26rem;
border-radius: 31px;
background: #fff;
border: 1px solid #707070;
display: flex;
flex-direction: column;
margin-top: 4rem;
justify-content: center;
align-items: center;
}


.identity__file .upload label .user {
  width: 10rem;
  margin: 0;
  height: 8rem;
  object-fit: contain;
  margin-bottom: 5rem;
}

.identity__file1 .upload label .user {
  width: 10rem;
  margin: 0;
  height: 8rem;
  object-fit: contain;
  margin-bottom: 5rem;
}

.identity__file .upload label .text p {
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 3rem;
}

.identity__file1 .upload label .text p {
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 3rem;
}

.identity__file .upload label .text p a {
  color: #f6553f;
}

.identity__file1 .upload label .text p a {
  color: #f6553f;
}

.accelerate-process{
  font-weight: 500;
  font-size: 1.4rem;
  color: #000;
  transform: translateX(75rem);
}

.identity__text {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 2rem;
}

.identity__text p {
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
  text-align: center;
}

.identity__id-card {
  max-width: 54rem;
  width: 100%;
  height: 37rem;
  height: 375px;
  border-radius: 3rem;
  background: transparent;
  border: 1px solid #707070;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar1{
  display: none;
}

.identity__id-card-img {
  width: 34rem;
  width: 100%;
  height: 21rem;
  margin-bottom: 44rem;
  margin-right: -10rem;
}

.identity__id-card-img1{
  width: 100%;
  height: 21rem;
  margin-bottom: 44rem;
  margin-right: -10rem;
  transform: translateY(8.2rem);
}

.identity__id-card-img2 {
  width: 34rem;
  width: 100%;
  height: 21rem;
  margin-bottom: 17rem;
}
.teste{
  margin-top: 2rem;
  filter: grayscale(100%);
  margin-bottom: -28rem;
}


.identity__id-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-top: 13rem;
  margin-left: -4.4rem;
}

.identity__id-card-img1 img {
  width: 100%;
  height: 180%;
  object-fit: contain;
  margin-top: 7.8rem;
  transform: scale(1.8);
}


.identity .files {
  border: none;
  filter: grayscale(100%);
}

.identity .set-image {
  max-width: 100rem !important;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translateX(10rem);
  transform: scale(1.39);
}

.grid-3fr {
  display: grid;
  grid-template-columns: 2fr 1.2fr 2fr;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.personal__body--box .selfie__box {
  max-width: 70rem;
  width: 100%;
  height: 38rem;
  border-radius: 31px;
  border: 1px solid #707070;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 7rem auto;
  margin-bottom: -3rem;
}

.personal__body--box .selfie__box img {
  width: 14rem;
  height: 14rem;
  object-fit: contain;
}

.personal__body--box .selfie__box .selfie_text {
  font-weight: normal;
  font-size: 1.7rem;
  line-height: 3rem;
  text-align: center;
  color: #000;
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 7rem;
}

.content__card {
  max-width: 150rem;
  width: 300%;
  height: 60rem;
  z-index: -1;
  transform: translate(-30rem, -5rem);
}

.content__card img {
  width: 110%;
  height: 110%;
  object-fit: contain;
  margin-left: -15rem;
  margin-top: 4rem;
}

.content__card--text {
  font-weight: 400;
  font-size: 1.7rem;
  position: absolute;
  top: 73rem;
}

.content__girl {
  max-width: 56rem;
  width: 100%;
  height: 64rem;
  position: absolute;
  top: 30.75rem;
  right: 5rem;
}

.content__girl img {
  position: absolute;
  width: 100%;
  bottom: 10rem;
  height: 100%;
  object-fit: contain;
  margin-bottom: 1.1rem;
}

.signin__wrapper {
  background-color: #f6553f;
}

.select-state {
  position: relative;
}

.form__group select,
.form__group input {
  width: 100%;
  height: 7rem;
  font-family: Poppins;
  font-weight: 400;
  font-size: 1.8rem;
  text-align: left;
  border-radius: 13px;
  background: #fff;
  border: 1px solid #cbcbcb;
  padding: .5rem 2rem;
  appearance: none;
}
.form__group select{
  margin-top: 1rem;
}

.form__group select::-webkit-outer-spin-button, .form__group select::-webkit-inner-spin-button,
.form__group input::-webkit-outer-spin-button,
.form__group input::-webkit-inner-spin-button {
  display: none;
  opacity: 0;
}

.form__group select::placeholder,
.form__group input::placeholder {
  font-weight: 400;
  font-size: 1.8rem;
}

.login {
  max-width: 1440px;
  width: 100%;
  padding: 10rem 2rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, 800px) minmax(400px, 1fr);
  gap: 3rem;
}

.login__left {
  max-width: 80rem;
  width: 100%;
}

.login__left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.login__right {
  max-width: 35rem;
  width: 100%;
  margin: 0 auto;
}

.login__right .sign_logo {
  width: 26rem;
  height: auto;
  object-fit: contain;
  display: flex;
  margin: 0 auto;
  margin-bottom: 3rem;
}

.login__right--card {
  width: 100%;
  background-color: #fff;
  border-radius: 36px;
  box-shadow: 30px 30px 40px rgba(0, 0, 0, 0.45);
  padding: 2rem 2.7rem;
  margin: 0 auto;
}

.login__right--card .mooch {
  width: 14rem;
  height: 100%;
  object-fit: contain;
  display: flex;
  margin: 0 auto;
}

.login__right--card .register {
  font-weight: 600;
  font-size: 3.2rem;
  text-align: center;
  margin-top: 1rem;
}

.login__right--card .social {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  margin: 2rem auto;
}

.login__right--card .social__icon {
  width: 10rem;
  height: 10rem;
  border: 1px solid #707070;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login__right--card .social__icon a i {
  font-size: 3rem;
  color: #000;
}

.login__right--card span {
  font-weight: 400;
  font-size: 1.8rem;
  text-align: center;
  width: 100%;
  display: block;
}

.login__right--card .login_form {
  max-width: 48rem;
  width: 100%;
  margin: 2rem auto;
}

.login__right--card .login_form__group {
  width: 100%;
  margin: 2rem auto;
}

.login__right--card .login_form__group input[type='checkbox']:checked + label span {
  background-color: #f6553f;
}

.login__right--card .login_form__group input[type='checkbox']:checked + label span i {
  color: #fff;
  visibility: visible;
  opacity: 1;
}

.login__right--card .login_form__group .hidden {
  display: none;
}

.login__right--card .login_form__group label {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-family: Poppins;
  font-weight: 400;
  font-size: 1.7rem;
}

.login__right--card .login_form__group label span {
  width: 3rem;
  height: 3rem;
  font-size: 3rem;
  border: 1px solid #f6553f;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login__right--card .login_form__group label span i {
  visibility: hidden;
  opacity: 0;
}

.login__right--card .login_form__group label a {
  color: #f6553f;
  font-weight: 700;
}

.login__right--card .btn {
  width: 27rem;
  height: 8rem;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.login__right--card .btn button {
  background-color: #f6553f;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Poppins;
  font-weight: 700;
  font-size: 1.9rem;
  text-align: left;
  color: #fff;
}

.login__right--card .already {
  font-weight: 400;
  font-size: 1.7rem;
  text-align: center;
  padding-bottom: 2rem;
}

.login__right--card .already .signup {
  color: #f6553f;
  font-weight: 700;
}

.wrapper {
  overflow: hidden;
  max-width: 197rem;
  width: 100%;
  margin: 0 auto;
  background-color: #F1F1F1;
}

.wrapper .dashboard {
  display: grid;
  grid-template-columns: minmax(250px, 320px) minmax(900px, 1fr);
}

@media only screen and (max-width: 1400px) {
  .wrapper .dashboard {
    grid-template-columns: 250px 1fr;
  }
}

@media only screen and (max-width: 1300px) {
  .wrapper .dashboard {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 700px) {
  .wrapper .dashboard {
    padding-bottom: 4rem;
  }
}

.wrapper .dashboard__sidebar {
  background-color: #fff;
  padding-bottom: 10rem;
}

@media only screen and (max-width: 1300px) {
  .wrapper .dashboard__sidebar {
    padding-bottom: 3rem;
  }
}

.wrapper .dashboard__sidebar--logo {
  padding: 3rem 2rem;
  margin-bottom: 4rem;
}

.wrapper .dashboard__sidebar--logo img {
  max-width: 24rem;
  width: 100%;
  display: block;
  height: 10rem;
  object-fit: contain;
}

@media only screen and (max-width: 1300px) {
  .wrapper .dashboard__sidebar--logo {
    padding: 1.4rem 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 800px) {
  .wrapper .dashboard__sidebar--logo img {
    max-width: 180px;
    height: 7rem;
  }
}

.wrapper .dashboard__sidebar--card img {
  width: 18rem;
  height: 11rem;
  object-fit: contain;
  display: flex;
  margin: 0 auto;
}

@media only screen and (max-width: 1300px) {
  .wrapper .dashboard__sidebar--card {
    display: none;
  }
}

.wrapper .dashboard__sidebar--list {
  width: 23rem;
  margin: 0 auto;
  margin-top: 8rem;
}

.wrapper .dashboard__sidebar--list li a {
  font-family: Poppins;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 6.5rem;
  text-align: left;
  color: #000;
  display: block;
}

@media only screen and (max-width: 800px) {
  .wrapper .dashboard__sidebar--list li {
    display: inline-block;
  }
  .wrapper .dashboard__sidebar--list li:not(:last-child) {
    margin-right: 3rem;
  }
}

@media only screen and (max-width: 600px) {
  .wrapper .dashboard__sidebar--list li a {
    line-height: normal;
    margin-top: 2rem;
  }
  .wrapper .dashboard__sidebar--list li a img {
    height: 4rem;
    object-fit: contain;
    width: 3.5rem;
  }
}

@media only screen and (max-width: 1300px) {
  .wrapper .dashboard__sidebar--list {
    width: 100%;
    display: flex;
    margin-top: 0;
    align-items: center;
    justify-content: space-between;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .wrapper .dashboard__sidebar--list li a {
    line-height: normal;
  }
}

@media only screen and (max-width: 800px) {
  .wrapper .dashboard__sidebar--list {
    display: block;
    white-space: nowrap;
    overflow: auto;
    max-width: 100vw;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 0;
  }
}

.wrapper .dashboard__body .navbar {
  padding: 4rem 6rem;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}

@media only screen and (max-width: 1050px) {
  .wrapper .dashboard__body .navbar {
    padding: 2rem 3rem;
    flex-direction: column;
  }
}

.wrapper .dashboard__body .navbar__heading {
  font-weight: 600;
  font-size: 3.6rem;
  text-align: left;
}

.wrapper .dashboard__body .navbar__menu {
  flex: 1;
}

.wrapper .dashboard__body .navbar__menu--content {
  justify-content: flex-end;
  width: 100%;
  margin-left: auto;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

@media only screen and (max-width: 600px) {
  .wrapper .dashboard__body .navbar__menu--content {
    flex-wrap: wrap;
  }
}

.wrapper .dashboard__body .navbar__menu--content .search {
  max-width: 42rem;
  width: 100%;
  height: 5.7rem;
  display: flex;
  justify-content: space-between;
  padding: 0 2.2rem;
  background-color: #fff;
  border-radius: 50px;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .wrapper .dashboard__body .navbar__menu--content .search {
    max-width: 100%;
    order: 2;
  }
}

.wrapper .dashboard__body .navbar__menu--content .search input {
  height: 100%;
  width: 100%;
  background-color: transparent;
  font-family: Poppins;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: left;
  color: #000;
}

.wrapper .dashboard__body .navbar__menu--content .search input::placeholder {
  color: #000;
  font-weight: 500;
}

.wrapper .dashboard__body .navbar__menu--content .search .icon {
  font-size: 4rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translatey(-50%);
  color: #f6553f;
}

.wrapper .dashboard__body .navbar__menu--content .bell {
  min-width: 4.5rem;
  max-width: 4.5rem;
  width: 4.5rem;
  height: 4.5rem;
  border: 1px solid #f6553f;
  border-radius: 50px;
  position: relative;
}

.wrapper .dashboard__body .navbar__menu--content .bell-icon {
  width: 100%;
  height: 100%;
  font-size: 2.2rem;
  color: #f6553f;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper .dashboard__body .navbar__menu--content .bell-dot {
  width: 2rem;
  height: 2rem;
  display: block;
  background-color: #f6553f;
  border-radius: 50%;
  position: absolute;
  top: -10%;
  right: 5%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
}

.wrapper .dashboard__body .navbar__menu--content .profile__image {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.wrapper .dashboard__body .navbar__menu--content .profile__image img {
  width: 5.8rem;
  height: 5.8rem;
  object-fit: contain;
}

.wrapper .dashboard__body .navbar__menu--content .profile__image .name {
  font-weight: 400;
  font-size: 1.8rem;
  text-align: center;
  color: #000;
}

.wrapper .dashboard__body__container {
  padding: 5.7rem 6rem;
}

@media only screen and (max-width: 1000px) {
  .wrapper .dashboard__body__container {
    padding: 3.5rem 2rem;
  }
}

.wrapper .dashboard__body__container--box {
  max-width: 42rem;
  height: 16rem;
  background-color: #2A2A2A;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  border-radius: 22px;
  margin-top: 9rem;
  margin-bottom: 4.1rem;
}

@media only screen and (max-width: 1000px) {
  .wrapper .dashboard__body__container--box {
    max-width: 100%;
    margin-top: 0;
  }
}

.wrapper .dashboard__body__container--box .today p {
  font-family: Poppins;
  font-weight: 600;
  font-size: 2rem;
  text-align: left;
  color: #fff;
}

.wrapper .dashboard__body__container--box .today .number {
  font-weight: 600;
  font-size: 4rem;
  text-align: left;
  color: #fff;
}

.wrapper .dashboard__body__container--box .today .number span {
  font-weight: 600;
  font-size: 2.4rem;
  text-align: left;
  color: #54f63f;
}

.wrapper .dashboard__body__container--box .today .number span i {
  color: #54f63f;
}

.wrapper .dashboard__body__container--box .map {
  width: 11rem;
  height: 11rem;
  background-color: #f6553f;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}

.wrapper .dashboard__body__container--box .map img {
  width: 6rem;
  height: 6rem;
  object-fit: contain;
}

.wrapper .dashboard__body__container--content {
  display: grid;
  grid-template-columns: minmax(400px, 700px) minmax(400px, 1fr);
  gap: 3.5rem;
  height: 55rem;
  align-items: start;
}

@media only screen and (max-width: 1000px) {
  .wrapper .dashboard__body__container--content {
    grid-template-columns: 1fr;
    margin-bottom: 5rem;
    height: auto;
  }
}

.wrapper .dashboard__body__container--content-overview {
  max-width: 65rem;
  background-color: #fff;
  border-radius: 22px;
  padding: 3.2rem 3rem;
}

@media only screen and (max-width: 1000px) {
  .wrapper .dashboard__body__container--content-overview {
    max-width: 100%;
  }
}

.wrapper .dashboard__body__container--content-overview .view__heading {
  font-weight: 600;
  font-size: 2rem;
  text-align: left;
}

.wrapper .dashboard__body__container--content-overview .more {
  margin-top: 2rem;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 4.4rem;
  color: #000;
}

.wrapper .dashboard__body__container--content-graph {
  max-width: 85rem;
  width: 100%;
  height: 55rem;
}

@media only screen and (max-width: 1200px) {
  .wrapper .dashboard__body__container--content-graph {
    height: auto;
  }
}

@media only screen and (max-width: 1000px) {
  .wrapper .dashboard__body__container--content-graph {
    max-width: 100%;
  }
}

.wrapper .dashboard__body__container--content-graph img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wrapper .dashboard__body__container .dashboard_2 {
  display: grid;
  grid-template-columns: 2fr 1.5fr;
}

@media only screen and (max-width: 1000px) {
  .wrapper .dashboard__body__container .dashboard_2 {
    grid-template-columns: 1fr;
  }
}

.wrapper .dashboard {
  background-color: #f9f9f9;
}

.wrapper .dashboard .bg-primary {
  background-color: #f6553f;
}

.wrapper .dashboard__body .nav-white {
  background-color: #fff;
}

.wrapper .dashboard__body .nav-black {
  background-color: #212121;
  color: #fff;
}

.wrapper .dashboard__body .box-white {
  background-color: #fff;
}

.wrapper .dashboard__body .box-white .today p {
  color: #000;
}

.wrapper .dashboard__body .box-white .today h2 {
  color: #000;
}

.wrapper .dashboard__body__container--content-overview .user-heading {
  font-weight: 600;
  font-size: 2rem;
  text-align: left;
  color: #f6553f;
}

.wrapper .dashboard__body__container--content-overview .nathan {
  margin-top: 2rem;
}

.wrapper .dashboard__body__container--content-overview .nathan:not(:last-child) {
  border-bottom: 1px dotted;
  padding-bottom: .5rem;
}

.wrapper .dashboard__body__container--content-overview .nathan__box h1 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: .4rem;
  text-align: left;
}

.wrapper .dashboard__body__container--content-overview .nathan__box p {
  font-weight: 500;
  font-size: 1.5rem;
  text-align: left;
  color: #6e6e6e;
}

.dashboard__body--content {
  padding: 0 5.5rem;
  margin-top: 3.5rem;
}

@media only screen and (max-width: 600px) {
  .dashboard__body--content {
    padding: 3.5rem 1.6rem 0 1.6rem;
  }
}

.dashboard__body--content-dropdown {
  max-width: 23rem;
  width: 100%;
  display: inline-block;
  height: 5.2rem;
  background-color: #fff;
  border-radius: 27px;
  padding: 0 1.5rem;
}

.dashboard__body--content-dropdown select {
  border: none;
  width: 100%;
  height: 100%;
  font-size: 1.7rem;
  font-weight: 600;
  outline: none;
}

.dashboard__body--content .top-bar {
  background: #2a2a2a;
  width: 100%;
  height: 7.3rem;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
}

.dashboard__body--content .top-bar__box label {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: left;
}

.dashboard__body--content .top-bar__box label .check {
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  display: block;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.dashboard__body--content .top-bar__box label .check i {
  color: #000;
  font-size: 2.3rem;
  opacity: 0;
  visibility: hidden;
}

.dashboard__body--content .top-bar__box input {
  display: none;
}

.dashboard__body--content .top-bar__box input[type='checkbox']:checked + label .check i {
  color: #000;
  opacity: 1;
  visibility: visible;
}

.dashboard__body--content .top-bar .download {
  font-weight: 600;
  font-size: 1.8rem;
  text-align: left;
  color: #fff;
}

.dashboard__body--content .table__input {
  display: flex;
  justify-content: space-between;
  height: 7rem;
  background-color: #fff;
  border-radius: 9px;
  padding: 0 2rem;
  align-items: center;
  margin-top: 1.4rem;
}

.dashboard__body--content .table__input--box .input-check {
  display: none;
}

.dashboard__body--content .table__input--box label {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.dashboard__body--content .table__input--box label .tick {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 4px;
  font-size: 2.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dashboard__body--content .table__input--box label .tick i {
  opacity: 0;
  visibility: hidden;
}

.dashboard__body--content .table__input--box label img {
  width: 4rem;
  height: 3rem;
  object-fit: contain;
}

.dashboard__body--content .table__input--box label .text {
  font-weight: 600;
  font-size: 1.7rem;
  text-align: left;
  color: #000;
}

.dashboard__body--content .table__input--box .input-check[type='checkbox']:checked + label .tick i {
  opacity: 1;
  visibility: visible;
}

.dashboard__body--content .table__input .date {
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 5.4rem;
  text-align: left;
  color: #000;
}

@media only screen and (max-width: 600px) {
  html {
    font-size: 50% !important;
  }
}

@media only screen and (max-width: 100em) {
  .footer__image {
    max-width: 45rem;
    width: 100%;
  }
}

@media only screen and (max-width: 93.75em) {
  .footer {
    margin-top: -56rem;
  }

  .de__content {
    max-width: 100rem;
    display: flex;
    padding-top: 25rem;
    align-items: center;
    gap: 5rem;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 7rem;
    display: flex;
    justify-content: center;
}
  .cash__wrapper--box {
    max-width: 50rem;
    height: auto;
    width: 100%;
  }
  .cash__wrapper--box--content {
    flex-direction: column;
  }

  .plane__container--img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: translateY(19rem);
  }

    .img-inline__container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }
  .de {
    margin-top: -20rem;
    height: auto;
    background-size: cover;
    margin-bottom: 30rem;
  }
}

@media only screen and (max-width: 84.37em) {
  .footer {
    margin-top: -70rem;
  }
  .seu__play--video {
    max-width: 55rem;
    height: 40rem;
    width: 100%;
  }
  .seu__play--video {
    margin-top: 4rem;
  }
  .seu__play--video--content img {
    display: none;
  }
  .seu__play--video--content button {
    top: 50%;
    margin-top: 4rem;
  }
  .cash {
    margin: 0 5rem;
  }
  .cash__wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .cash__wrapper--card {
    max-width: 30rem;
    width: 100%;
  }
  .cash .voce {
    gap: 4rem;
  }
  .cash .voce__right .black-girl {
    max-width: 70%;
    right: -25rem;
  }
  .cash .voce__right .card-1 {
    display: none !important;
  }
  .cash .voce__left {
    padding: 0 2rem;
  }
  .cash .voce__left--heading br {
    display: none !important;
  }
  .cash__wrapper--box {
    margin-right: 10rem;
  }
  .percent__image {
    max-width: 45rem;
    width: 100%;
  }
  .percent__content--heading {
    display: flex;
    flex-direction: column;
  }
  .percent__content--heading br {
    display: none;
  }
  .header__content--right {
    max-width: 55rem !important;
    width: 100%;
  }
}

@media only screen and (max-width: 68.75em) {
  .de {
    margin-bottom: 8rem !important;
  }
  .header__content {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    margin-bottom: 7rem;
  }
  .percent__content--heading {
    margin-bottom: 4rem;
  }
  .cash {
    margin-left: 0;
  }
  .cash__wrapper {
    flex-direction: column;
    align-items: center;
  }
  .cash__wrapper--card {
    max-width: 40rem !important;
    width: 100%;
    margin: 0 auto;
    justify-self: center;
  }
  .cash__wrapper--card img {
    transform: translateY(3rem);
    max-width: 45rem;
    width: 100%;
    margin: 0 auto;
  }
  .de__content {
    flex-direction: column;
  }
  .voce {
    gap: 3rem;
  }
  .voce__right .card-1 {
    display: none;
  }
  .voce__right .black-girl {
    max-width: 50rem;
    width: 100%;
  }
  .voce__left {
    padding-right: 0;
  }
  .voce__left--heading br {
    display: none;
  }
  .seu .card-2 {
    display: none;
  }
}

@media only screen and (max-width: 65.625em) {
  .seu {
    padding-top: 7rem 2rem;
    height: 100%;
    height: 800px;
    background-size: cover;
    background-position: top;
  }
  .seu__heading {
    padding: 4rem 2rem;
  }
  .percent__content {
    margin-top: 0;
  }
  .percent__content--heading {
    font-size: 4rem !important;
    text-align: center;
    padding-top: 8rem;
  }
  .percent__content--heading br {
    display: none !important;
  }
  .percent__image {
    margin-top: 30rem;
    transform: translateX(-5rem);
  }
  .percent__image img {
    display: flex;
  }
  .footer {
    margin-top: -50rem;
    height: auto;
  }
  .footer__content {
    transform: translateY(-10rem);
  }
}

.btn__group-ras2{
  display: block;
  margin-top: -34rem;
  margin-left: 41rem;
}

@media only screen and (max-width: 53.125em) {
  .percent {
    display: flex;
    flex-direction: column;
  }
  .percent__content {
    padding: 0 2rem !important;
    margin-top: 0rem;
  }
  .percent__content--text {
    max-width: 100%;
    text-align: center;
  }
  .plane__container {
    display: flex !important;
    flex-direction: column;
  }
  .plane__container--rent {
    display: flex;
    margin: 0 auto;
    flex-direction: column;
  }
  .plane__container--rent img {
    margin-top: 0;
    max-width: 57rem;
    width: 100%;
  }
  .cash__wrapper--box {
    margin-right: 0;
  }
  .benefits {
    margin-top: 0;
    background-size: cover;
    padding-bottom: 10rem;
    height: 140rem;
    display: flex;
  }
  .benefits__container {
    display: flex;
    flex-direction: column;
    padding: 0 2rem;
    align-items: center;
  }
  .benefits__container--left img {
    margin-top: 3rem !important;
  }
  .benefits__container--right {
    transform: translateY(-17rem);
  }
  .voce {
    display: grid;
    grid-template-columns: 1fr;
  }
  .voce__right .black-girl {
    display: none;
  }
  .footer__content {
    z-index: 10;
    position: relative;
    padding: 0 2rem;
  }
  .footer__image {
    max-width: 30rem;
    width: 100%;
    bottom: 0;
  }
}

.identity__file .upload label .user1 {
  margin-left: 0rem;
  display: flex;
  padding: 2rem;
}

.identity__file .upload label .user2 {
  margin-left: 0rem;
  display: flex;
  padding: 2rem;
}
.identity__file1 .upload label .user1 {
  margin-left: 0rem;
  display: flex;
  padding: 2rem;
}

.identity__file1 .upload label .user3 {
  /*margin-left: 0rem;
  display: flex;
  padding: 2rem;
  width: 40rem;*/
  margin-left: 0rem;
display: flex;
padding: 7rem;
width: 38rem;
}



.identity__file1 .upload label .user2 {
  margin-left: 0rem;
  display: flex;
  padding: 2rem;
}

.align-doc .file label{
  width: 123%;
}


.align-doc{
  display: inline-flex;
  gap: 10rem;
  margin-left: 20rem;
}


.identity__file .upload label .user2 {
  display: inline-block;  
  justify-content: space-around;
  justify-content: end;
}

.identity__file1 .upload label .user2 {
  display: inline-block;  
  justify-content: space-around;
  justify-content: end;
}

.identity-inline{
  display: flex;
}

.user{
  width: 100%;
}


.upload-doc{
  display: none;
}


@media only screen and (max-width: 37.5em) {
  .de__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
.h11{
  transform: translate3d(12rem, 29rem, 0);  
}
  .h12 {
    transform: translateX(13rem);
}

.submit4{
  margin-left: -10px;
}
.user4{
  right: -17.4rem;
  top: 33rem;
  transform: scale(0.3);
}

.personal__body--box-detail1 h1 {
  margin-left: 2rem;
}

.user5{
  margin-top: -25rem;
  margin-left: -40rem;
  margin-bottom:23rem;
  transform: scale(0.3);
}
  .return1{
    margin-left: -10px;
  }

  .submit1{
    margin-left: -15px;
  }

.navbar1{
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}


  .personal__body--box--content .left__heading{
    margin-top: 15rem;
  }

  
.img-center{
  display: flex;
  justify-content: center;
  height: 40rem;
  filter: grayscale(100%);
}

  .align-doc{
    display: none;
  }
  .upload-doc{
    display: block;
 transform: scale(0.8);
  }

  .form__group--input .chevran{
    margin-top: -14.7%;
  }

  .upload-doc1{
    display: block;
    transform: translateY(1rem);
    margin-bottom: -5rem;
  }

  .content__girl img{
    display: none;
  }
  .identity__file .upload label .user1 {
    width: 73rem;
    margin: 0;
    height: 24rem;
    object-fit: contain;
    margin-bottom: 0rem;
  }

  .identity__file1 .upload label .user1 {
    width: 73rem;
    margin: 0;
    height: 24rem;
    object-fit: contain;
    margin-bottom: 0rem;
  }

  .content__card img {
    width: 110%;
    height: 110%;
    object-fit: cover;
    margin-left: 5rem;
    margin-top: 1rem;
}

.approved__image{
  display: none;
}

.content__card--text {
  font-weight: 400;
  font-size: 1.2rem;
  position: absolute;
  top: 53rem;
}
  .btn__group.ras{
    margin-top: -6rem;
  }
  .teste{
    display: none;
  }

  .identity__id-card{
    height: 0rem;
    margin-bottom: -6rem;
  }

  .btn__group-ras1{
    margin-left: -0.5rem;
    margin-top: 0rem;
  }

  .btn__group-ras2{
    margin-left: 1.7rem;
    margin-top: -10rem;
  }

  .identity .set-image{
    display: none;
  }

  .personal__body--box .selfie__box{
    margin-top: 2rem;
  }

  .identity__id-card-img img{
    display: none;
  }


  .identity__id-card-img1 img{
    display: none;
  }

  .identity__file--heading {
    text-align: center;
  }

  .btn__group-ras1{
transform: translateX(2.4rem);
  }
  
  .personal__body--box--content .left__text{
    text-align: center;
  }

  .personal__body--box--content .left__heading{
    text-align: center;
  }

  .left{
    margin-top: -7rem;
    margin-bottom: 5rem;
  }

  .personal__body--box--content .image{
    display: none;
  }

  /* .btn-toggle-yes label{
    display: flex;
    justify-content: center;
    text-align: center;
  } */
  .form__group--input .chevran-address {
    position: absolute;
    top: 76%;
    right: 4rem;
    pointer-events: none;
}

.btn__group--return {
  margin-left: 0;
  padding: 0.8rem;
  display: inline-block;  
  justify-content: space-around;
  justify-content: end;
}

.btn__group--return_alt {
  margin-left: 0rem;
  margin-top: -25rem;
  padding: 6rem;
  display: inline-block;  
  justify-content: space-around;
  justify-content: end;
}


  .de__content{
    transform: translateY(-43rem);
  }

  .img-inline__container{
    margin-top: -35rem;
  }
  .de__content--heading h1 {
    font-size: 4rem;
  }
  .header__content--left .heading {
    padding: 0 !important;
  }
  .header__content--left .heading__main {
    font-size: 4.5rem !important;
  }
  .header__content--left .heading__sub br {
    display: none;
  }
  .header__content--left-card {
    height: auto !important;
  }
  .header__content--left-card .img img {
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  .header__content--left-card .card-text {
    margin: 0 !important;
  }
  .header__content--left-card .btn-primary {
    margin-top: 2rem;
  }
  .card-text {
    max-width: 100%;
  }
  .cash__heading--main {
    font-size: 3rem;
  }
  .cash__wrapper--box--content h3 {
    font-size: 3.2rem !important;
  }
  .benefits__container--left img {
    transform: translateY(-4rem);
  }
  .benefits__container--right--heading {
    font-size: 3.5rem !important;
    transform: translateY(-6rem);
  }
  .footer__image {
    display: none;
  }
}

@media only screen and (max-width: 62.5em) {
  .form__group {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .grid-1fr {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }
}

@media only screen and (max-width: 43.75em) {
  .personal__body--box {
    padding: 0 2rem;
  }
  .form__group--input {
    margin-top: 2rem;
    margin-bottom: 5rem !important;
    height: 5.5rem;
  }
  .grid-half {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }
  .submit {
    margin-top: 5rem !important;
  }
}

@media only screen and (max-width: 84.37em) {
  .approved__image img {
    max-width: 40rem !important;
    width: 100%;
    object-fit: contain;
    display: flex;
    align-items: center;
    height: 100%;
  }
}

@media only screen and (max-width: 56.25em) {
  .grid-proof {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .grid-proof .approved__image {
    max-width: 100% !important;
    width: 100%;
  }
  .grid-proof .approved__image img {
    max-width: 100% !important;
    margin-top: 4rem;
  }
  .identity__file {
    width: 100%;
  }

  .identity__file1 {
    width: 100%;
  }
  .identity__file .upload {
    width: 100%;
  }
  .identity__file .upload label {
    max-width: 100%;
    width: 100%;
    padding: 0 2rem;
    margin-top: 1rem;
  }

  .identity__file1 .upload {
    width: 100%;
  }
  .identity__file1 .upload label {
    max-width: 100%;
    width: 100%;
    padding: 0 2rem;
    margin-top: 1rem;
  }
  .identity .approved {
    padding: 4rem 0;
  }
  .identity .approved__image {
    height: 30rem !important;
  }
  .bottom_text {
    padding-bottom: 3rem;
  }
}

@media only screen and (max-width: 59.375em) {
  .approved3__img {
    width: 100%;
    max-width: 30rem;
    height: 100%;
    transform: translateY(1.1rem);
  }
}

@media only screen and (max-width: 43.75em) {
  .grid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media only screen and (max-width: 71.875em) {
  .grid-3fr {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .identity__id-card-img{
    margin-top: 0;
    margin-top: 3rem;
  }
  .cartoon-card {
    transform: scale(1) !important;
    max-width: 35rem;
    width: 100%;
    height: 35rem !important;
    object-fit: contain;
  }
}

@media only screen and (max-width: 46.875em) {
  .grid-3fr {
    display: grid;
    grid-template-columns: 1fr;
  }
}
  .cartoon-card {
    max-width: 30rem;
    width: 100%;
  }
  .selfie__box {
    padding: 2rem;
    height: auto !important;
  }


@media only screen and (max-width: 53.125em) {
  .login {
    grid-template-columns: 1fr;
    padding: 10rem 0;
  }
  .login__left {
    max-width: 40rem !important;
    width: 100%;
    margin: 0 auto;
  }
  .login__left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
  }
  .orange__text{
    color: #f6553f !important;
  }

  .ytp-cued-thumbnail-overlay-image {
    width: 400 !important;
    height: 225 !important;
  }
}

@media only screen and (max-width: 31.25em) {
  .login {
    grid-template-columns: 1fr;
    padding: 10rem 2rem;
    padding-top: 2rem;
  }
  .login__left {
    max-width: 40rem !important;
    width: 100%;
    margin: 0 auto;
  }
  .login__right--card .social__icon {
    width: 5rem;
    height: 5rem;
  }
  .btn-toggle {
    display: flex;
    justify-content: center;
  }
  .orange__text{
    color: #f6553f;
  }
}

@media only screen and (max-width: 62.5em) {
  .personal__body--box--content {
    gap: 2rem !important;
  }
  .orange__text{
    color: #f6553f;
  }
}

@media only screen and (max-width: 50em) {
  .personal__body--box--content {
    flex-direction: column;
    align-items: center;
  }
  .submit {
    margin: 4rem auto;
    margin-bottom: 4rem;
    margin-left: -10px;    
  }

  .orange__text{
    color: #f6553f;
  }
}

@media only screen and (max-width: 68.75em) {
  .identity {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }

    .orange__text{
      color: #f6553f;
    }
}

@media only screen and (max-width: 93.75em) {
  .identity__id-card {
    transform: none !important;
  }
  .orange__text{
  color: #f6553f;
}

}

@media only screen and (max-width: 43.75em) {
  .content {
    flex-direction: column;
    align-items: center;
  }

  .orange__text{
    color: #f6553f;
  }

  .content__card {
    height: 35rem;
    max-width: 35rem;
    width: 100%;
    transform: translateX(0);
  }
  .content__girl {
    max-width: 35rem;
    width: 100%;
    height: 27rem;
    margin-top: 0;
    margin-bottom: 7rem;
  }
  .personal__body--box {
    padding: 3rem 2rem;
  }
}
