@font-face {
  font-family: "Rubik";
  src: url("./font/Rubik-Bold.ttf"), url("./font/Rubik-Black.ttf"),
    url("./font/Rubik-ExtraBold.ttf"), url("./font/Rubik-Light.ttf"),
    url("./font/Rubik-Medium.ttf"), url("./font/Rubik-Regular.ttf"),
    url("./font/Rubik-SemiBold.ttf");
}

* {
  box-sizing: border-box;
  margin: 0;
  font-family: "Rubik", sans-serif;
}

body {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
}

.header_main {
  width: 100%;
  background-color: #01233c;
  padding: 1rem 0;
  position: fixed;
  z-index: 10;
}

.header_nav {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
  color: #a7b2bc;
}

.header_subNav {
  width: 60%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.btn {
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  color: #a7b2bc;
}

.active {
  color: #84741c;
}

.header_nav>a>img {
  width: 100px;
}

.header_nav_icons {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.header_nav_icon_insta>img {
  width: 20px;
}

.header_nav_icon_fb>img {
  width: 10px;
}

.header_nav>button {
  background: #d98517;
  border: none;
  outline: none;
  color: #ffff;
  padding: 0.5rem 1.25rem;
  text-align: center;
  border-radius: 16px;
  font-weight: 700;
  cursor: pointer;
}

.wrapper_new {
  background-color: #022846;
  padding: 2rem;
  padding-top: 6rem;
  min-height: 100vh;
}

.container_new {
  width: 100%;
  background-color: #01233c;
  background-image: url("/wp-content/themes/losmovilies/assests/image/conductorbg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
}

.card_banner {
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 2.5rem;
  align-items: center;
}

.card_banner>img {
  width: 22%;
  z-index: 1;
  max-width: 302px;
}

.card_banner>h4 {
  max-width: 450px;
  color: #fff;
  font-size: 23px;
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  line-height: 1.3;
  padding: 0 2rem;
}

.card_banner>h4>span {
  color: #6abbd1;
}

.img_card_banner {
  min-width: 250px;
  width: 22%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.img_card_banner>img {
  width: 100%;
  max-width: 302px;
  z-index: 1;
}

.div_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 400px;
  max-width: 400px;
}

.div_right>h2 {
  position: relative;
  right: 25px;
  background-color: #012e50;
  color: #fff;
  font-size: 30px;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  width: fit-content;
  padding: 0.5rem 3rem;
}

.div_right>p {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  padding-left: 2rem;
  margin-top: 1.5rem;
  width: 360px;
}

.banner_button {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 2rem;
}

.banner_button>button {
  display: flex;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: none;
  border: 2px solid #5484b3;
  border-radius: 25px;
  outline: none;
  cursor: pointer;
  box-shadow: #2835b3 1px 1px 10px 0px;
}

.mobile_inlline_button {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 2rem;
}

.mobile_inlline_button>button {
  display: flex;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: none;
  border: 2px solid #5484b3;
  border-radius: 25px;
  outline: none;
  cursor: pointer;
  margin-top: 10px;
}

.div_right>button>i {
  font-size: 15px;
}

.card_container {
  width: 90%;
  margin: 2.5rem auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card_container>h1 {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  padding-bottom: 1rem;
}

.card_flex {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  /* padding: 3rem 0; */
  flex-wrap: wrap;
}

.card {
  height: 320px;
  width: 250px;
  border: 1px solid #2f5c84;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.card_faq_align>h1 .card:hover {
  border: none;
}

.card:hover::after {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  content: "Despacho de servicios para flotas tipo taxi.";
  height: 286.5px;
  padding: 1rem;
  position: absolute;
  border-radius: 8px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  -webkit-backdrop-filter: blur(8px);
}

.card:nth-child(1) {
  margin-top: 5rem;
}

.card:nth-child(3) {
  margin-top: 5rem;
}

.card:nth-child(2):hover::after {
  content: "Nuestro sistema flexible permite acondicionar la plataforma a las necesidades de tu mercado";
}

.card:nth-child(3):hover::after {
  content: "Un sistema complementado con agentes virtuales";
}

.card:nth-child(4):hover::after {
  content: "Acceso remoto a través de internet a las plataformas y todos los módulos para tener un mejor control en tiempo real.";
}

.card_new {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
}

.card_new>img {
  width: 100%;
}

.card_new>h6 {
  color: #fff;
  font-size: 21px;
  font-weight: normal;
  margin: 0;
  text-align: center;
  line-height: 1.2;
}

.card_container_mobile {
  display: none;
}

.card_mobile_bg {
  background: #01233c;
  padding: 1rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.card_mobile_bg>h4 {
  color: #ffff;
  font-size: 20px;
  font-weight: 400;
}

.mobile_card_inside {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
}

.mobile_card_inside>img {
  width: 50%;
}

.mobile_card_inside>p {
  font-size: 17px;
  color: #fff;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  gap: 0.5rem;
}

.card_appconductor {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  background-image: url("/wp-content/themes/losmovilies/assests/image/conductorbgright.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.card_appconductor_left {
  width: 55%;
  margin-left: 4rem;
}

.card_appconductor_left>h1 {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  padding: 3rem 0;
}

.card_appconductor_left>h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 4;
}

.order_list {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 4;
}

.card_appconductor>img {
  width: 45%;
}

.bg-list::before {
  background-color: transparent;
  padding: 2px 4px;
  border-radius: 16px;
  box-shadow: -2px 1px #f4ba02;
}

ol {
  counter-reset: myOrderedListItemsCounter;
}

ol li {
  list-style-type: none;
  position: relative;
}

ol li:before {
  counter-increment: myOrderedListItemsCounter;
  content: counter(myOrderedListItemsCounter) ".";
  margin-right: 0.5em;
}

.card_team {
  background-color: #01233c;
  padding: 5rem;
  min-height: 90vh;
}

.card_team>h1 {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

.card_team_flex {
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: auto;
  gap: 4rem;
}

.card_team_flex>img {
  height: 300px;
  max-width: 400px;
}

.card_team_flex>h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.card_team_flex>h6>span {
  font-size: 21px;
  font-weight: 600;
}

.card_evolucionemos {
  width: 80%;
  margin: 0 auto;
  display: flex;
}

.card_evolucionemos_left {
  width: 50%;
  padding: 4rem;
}

.card_evolucionemos_left>h1 {
  color: #8decff;
  font-size: 50px;
  font-weight: bold;
  padding-bottom: 4rem;
  line-height: 1.3;
  margin-top: 2rem;
}

.card_evolucionemos_left>h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 200;
  line-height: 1.5;
}

.card_evolucionemos_left>h4>span {
  font-size: 28px;
  font-weight: 600;
}

.card_evolucionemos>video {
  width: 50%;
  opacity: 0.2;
}

.card_faq {
  background-color: #01233c;
  height: 90vh;
}

.card_faq_align {
  width: 80%;
  margin: 0 auto;
  padding: 5rem 5rem 5rem 2rem;
}

.card_faq_align>h1 {
  color: #fff;
  font-size: 50px;
  font-weight: normal;
  padding-bottom: 2.5rem;
  font-weight: bold;
}

.fa_question {
  font-size: 20px;
  color: #fff;
  font-weight: 100;
  line-height: 1.6;
}

.fa_question>div {
  display: flex;
  gap: 0.5rem;
  align-items: baseline;
}

.fa_question>div>i {
  color: #fdbf00;
}

.fa_question>div>div {
  width: 100%;
}

.fa_text {
  background-color: rgb(1 31 54);
  padding: 0.75rem;
  margin: 0.75rem 0;
}

.mobile_inline {
  display: none;
}

.PopUpcontainer {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 15;
  background-color: #132a44;
  height: 100vh;
  color: #fff;
  /* height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-items: center; */
  /* padding: 2rem 0; */
}

.content {
  width: 90%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.content_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content_header>div {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
  margin-left: 4rem;
}

.mail {
  color: #f69e2a;
  font-size: 50px !important;
  border: 2px solid;
  padding: 10px;
  border-radius: 45px;
}

.content_header>img {
  width: 100px;
  cursor: pointer;
}

.content_header>div>h1 {
  margin-bottom: 0;
  font-size: 36px;
  color: white;
}

.content_header>div>p {
  font-size: 28px;
  font-weight: lighter;
}

.box {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 5rem;
  justify-content: center;
}

.box1 {
  width: 400px;
  height: 400px;
  border: 1.5px solid #5b85af;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;

}

.box1>img {
  width: 73.2px;
  height: 73.2px;
  padding: 10px;
  border: 2px solid #92ff6b;
  border-radius: 45px;
}

.box1>p {
  border: 1px solid #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
  background-color: #013760;
}

.text2 {
  margin-top: 54px;
  font-size: 17px;
  color: white;
  font-weight: lighter;
  letter-spacing: 2px;
  width: 100%;
  text-align: center;
}

.inputBox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 34px;
  gap: 1.6rem;
  padding: 0 30px;
}

.inputBox>span {
  display: flex;
  flex-direction: column;
  color: white;
  gap: 0.2rem;
  width: 100%;
}

.inputBox>span>label {
  font-size: 10px;
  font-weight: lighter;
  letter-spacing: 1px;
}

.inputBox>span>input {
  padding: 13px;
  background-color: #1d4056;
  border-radius: 6px;
  border: none;
  color: white;
  width: 100%;
}

.inputBox>span>input::placeholder {
  color: white;
  opacity: 1;
}

.bottomDiv {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin-top: 20px;
}

.bottomDiv>div {
  display: flex;
  flex-direction: row;
  color: white;
  align-items: center;
  gap: 0.8rem;
}

.bottomDiv>button {
  padding: 10px;
  border-radius: 30px;
  width: 116px;
  background-color: transparent;
  border: 1px solid #88bef7;
  color: white;
  box-shadow: 0 0 1px #fff;
  font-size: 19px;
  font-weight: bold;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

input[type="checkbox"] {
  appearance: none;
  background-color: transparent;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.1px solid currentColor;
  border-radius: 0.15em;
  display: grid;
  place-content: center;
}

input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 0.15em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  background-color: #fff;
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.bottomDiv>div>p>span {
  color: #ffda6a;
  border-bottom: 1px solid #ffda6a;
  padding-bottom: 2px;
}

.anchor {
  text-decoration: none;
  color: #ffda6a
}

/* .bottomDiv > div > p > span > a{
  text-decoration: none;
  color: #ffda6a
} */
.bottomDiv>div>p {
  font-size: 12px;
  letter-spacing: 1px;
}

.content>img {
  position: absolute;
  cursor: pointer;
  width: 100px;
  top: 5%;
  right: 5%;
}

.footer {
  width: 100%;
  background-color: #01233c;
  padding: 1rem 0;
  color: #fff;
}

.desktop_footer {
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  padding: 0 2rem;
}

.desktop_footer>a {
  color: #d98517;
  cursor: pointer;
  width: fit-content;
}

.mobile_footer {
  display: none;
  font-size: 14px;
  text-align: center;
  padding: 0 2rem;
  font-weight: normal;
}

.mobile_footer>a {
  color: #d98517;
  font-weight: bold;
  cursor: pointer;
  width: fit-content;
}

.terms {
  width: 80%;
  margin: 0 auto;
  padding-top: 10rem
}

.terms>h1 {
  padding-bottom: 1.5rem;
}

.terms>p {
  padding-bottom: 1.5rem;
  text-align: justify;
}

.politics {
  width: 80%;
  margin: 0 auto;
  padding-top: 10rem
}

.politics>h1 {
  padding-bottom: 1.5rem;
}

.politics>h4 {
  padding-bottom: 1.5rem;
}

.politics>p {
  padding-bottom: 1.5rem;
  text-align: justify;
}
@media only screen and (min-width: 1700px) {
  .card_banner>h4{
    font-size: 36px;
    max-width: 590px;
  }
  .img_card_banner{
    height: 100%;
  }
  .img_card_banner>img{
    max-width: 100%;
    height: 100%;
  }
  .div_right{
    max-width: 550px;
    min-width: 550px;
  }
  .div_right>h2{
    font-size: 50px;
    right: 40px;
  }
  .div_right>p{
    font-size: 30px;
    width: 550px;
  }
  .banner_button>button{
    font-size: 35px;
  }
  .banner_button>button>i{
    font-size: 40px;
  }
  .card_container>h1{
    font-size: 70px;
  }
  .card_appconductor_left>h1 {
    font-size: 70px;
  }
  .card_appconductor_left>h6{
    font-size: 30px;
  }
  .order_list{
    font-size: 30px;
  }
  .card_team>h1{
    font-size: 70px;
  }
  .card_team_flex>h6{
    font-size: 35px;
    width: 50%;
  }
  .card_team_flex>h6>span {
    font-size: 40px;
  }
  .card_team_flex>img{
    max-width: 50%;
    height: 500px;
  }
  .card_evolucionemos_left>h1{
    font-size: 80px;
  }
  .card_evolucionemos_left>h4{
    font-size: 35px;
  }
  .card_evolucionemos_left>h4>span{
    font-size: 40px;
  }
  .card_faq_align>h1{
    font-size: 70px;
  }
  .fa_question{
    font-size: 35px;
  }
  .fa_question>div>i{
    font-size: 50px;
  }
  .desktop_footer{
    font-size: 23px;
  }
  .header_subNav{
    font-size: 22px;
    align-items: center
  }
  .header_nav>button{
    font-size: 23px;
  }
  .header_nav_icon_insta>img{
    width: 30px;
  }
  .header_nav_icon_fb>img{
    width: 15px;
  }
  .card{
    height: 420px;
    width: 350px;
  }
  .card_new>h6{
    font-size: 30px;
  }
  .card:hover::after{
    font-size: 30px;
    height: 386.5px;
  }
}
@media only screen and (max-width: 900px) {
  .header_subNav {
    display: none;
  }
  .container_new{
    height: 100%;
  }
  .card:hover::after{
    max-height: 100px;
  }
  .card_banner {
    flex-direction: column;
  }

  .card_banner>h4 {
    padding: 2rem;
    text-align: center;
  }

  .card_banner>img {
    width: 40%;
  }

  .div_right {
    margin-top: 2rem;
    min-width: fit-content;
    max-width: fit-content;
  }

  .card_appconductor {
    display: none;
  }

  .card_team>h1 {
    text-align: center;
    font-weight: bold;
  }

  .card_team_flex {
    flex-direction: column;
    width: 100%;
    padding: 0;
  }

  .card_team_flex>img {
    height: auto;
    width: 100%;
    max-width: none;
  }

  .card_team_flex>h6 {
    text-align: center;
  }

  .card_evolucionemos {
    flex-direction: column;
    width: 100%;
  }

  .card_evolucionemos_left {
    padding: 0;
    width: 100%;
  }

  .card_evolucionemos>video {
    width: 100%;
  }

  .card_faq {
    background-color: transparent;
  }

  .card_faq_align {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .div_right>p {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .PopUpcontainer {
    overflow-y: scroll;
    background-color: #012846;
  }

  .PopUpcontainer::-webkit-scrollbar {
    display: none;
  }

  .content_header {
    padding: 6rem 1rem 1rem 0rem;
  }

  .content_header>div>h1 {
    font-size: 20px;
  }

  .content_header>div>p {
    display: none;
  }

  .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .box1 {
    width: 300px;
    height: 300px;
    margin-bottom: 2rem;
  }

  .content_header>img {
    width: 50px;
  }

  .inputBox {
    display: flex;
    flex-direction: column;
    padding: 0 30px;
    gap: 2.8rem;
  }


  .inputBox>span>input {
    width: 100%;
  }

  .inputBox>span {
    width: 100%;
    gap: 0.8rem;
  }

  .inputBox>span>label {
    font-size: 21px;
  }

  .text {
    font-size: 15px;
  }

  .content>h1 {
    font-size: 24px;
  }

  .content {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
  }

  .text2 {
    font-size: 16px;
    width: 68%;
  }

  .bottomDiv {
    padding: 0 29px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    height: 100px;
    gap: 0.5rem;
    margin-top: 32px;
  }

  .bottomDiv>div>input {
    appearance: none;
    background-color: transparent;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 3.5em;
    height: 2em;
    border: 0.1px solid currentColor;
    border-radius: 0.15em;
    display: grid;
    place-content: center;
  }

  .bottomDiv>div>p {
    font-size: 15px;
    line-height: 1.4;
  }

  .bottomDiv>button {
    padding: 22px;
    margin-bottom: 4rem;
  }

  .content>img {
    padding: 20px;
    top: 0;
    right: 0;
  }

  .bottomDiv>div {
    margin-top: 2rem;
  }

  .slide {
    font-size: 14px;
    padding: 1rem;
    width: fit-content;
  }
}

@media only screen and (max-width: 600px) {
  .container_new {
    background: transparent;
    height: 100%;
  }

  .card_banner {
    padding: 0;
    justify-content: start;
  }

  .card_banner>h4 {
    padding: 1rem 0;
    min-width: 100%;
  }

  .card_banner>img {
    width: 50%;
  }

  .img_card_banner {
    width: 100%;
  }

  .div_right {
    padding: 2rem 0;
    min-width: 100%;
    max-width: 100%;
    padding-top: 0;
    margin-top: 0;
  }

  .div_right>h2 {
    display: none;
  }

  .div_right>p {
    display: none;
  }
  .img_card_banner{
    justify-content: center;
  }
  .img_card_banner>img {
    max-width: 50%;
  }

  .banner_button {
    display: none;
  }

  .mobile_inline {
    display: inline;
    width: 100%;
  }

  .mobile_inline>h2 {
    color: #6abbd1;
    margin-bottom: 2rem;
  }

  .mobile_inline>p {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
    height: 110px;
  }

  /* .mobile_view {
    display: flex;
    justify-content: space-around;
    width: 100%;
    width: 100%;
    margin-top: 2rem;
  }
  .mobile_view > button {
    display: flex;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: none;
    border: none;
    border-radius: 25px;
    outline: none;
    background-image: linear-gradient(to right, #062d4b, #315d83);
    cursor: pointer;
  }
  .mobile_view > button > i {
    font-size: 15px;
  } */
  .card_team {
    background: none;
    padding: 1.5rem;
    min-height: 100%;
  }

  .card_team>h1 {
    text-align: start;
    font-size: 30px;
  }

  .card_team_flex {
    width: 100%;
    margin: 0;
    padding: 0;
    gap: 2rem;
  }

  .card_team_flex>h6 {
    text-align: start;
  }

  .card_evolucionemos {
    padding: 1.5rem;
  }

  .card_evolucionemos_left>h1 {
    color: #fff;
    padding-bottom: 1.5rem;
    font-size: 30px;
  }

  .card_evolucionemos_left>h4 {
    font-size: 21px;
  }

  .card_evolucionemos_left>h4>span {
    font-size: 23px;
  }

  .card_faq {
    padding: 1.5rem;
    height: 100%;
  }

  .card_faq_align>h1 {
    font-size: 24px;
    padding-bottom: 1.5rem;
  }

  .wrapper_new {
    padding: 0;
    padding-top: 6rem;

  }

  .card_evolucionemos_left {
    position: absolute;
    left: 0px;
    padding: 1.5rem;
  }

  .card_evolucionemos>video {
    position: relative;
    width: 100%;
  }

  .card_container {
    display: none;
  }

  .card_container_mobile {
    display: inline;
  }

  .card_container_mobile>h3 {
    color: #fff;
    font-size: 24px;
    padding: 0 1rem;
  }

  .content>img {
    width: 70px;
    padding: 13px;
    top: 1%;
    right: 1%;
  }

  .desktop_footer {
    display: none;
  }

  .mobile_footer {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
  }
}