/* =================index====================== */
* {
  box-sizing: border-box;
  font-family: "Montserrat";
  margin: 0;
}

button {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.navbar,
.navbar-burger,
.menu {
  position: fixed;
}

.background {
  z-index: 1;
  top: 0;
  left: 0;

  background: url(../assets/bgf.png) center center/cover;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;

  padding-top: 50px;
}

section {
  width: 100vw;
  height: 100vh;
  position: relative;
}

body.open .background {
  filter: blur(20px);
}

.navbar {
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 120px;
  padding-left: 20px;
  padding-right: 72px;
  background: transparent;
  color: #f9f9f9;
  transition: 0.5s all ease;
}

.navbar > button {
  font-size: 28px;
}

.navbar-logo {
  height: 100px;
}

.img-btn-store {
  width: 100%;
}
.img-btn-store-2 {
  width: 50%;
}

.navbar-burger {
  z-index: 3;
  top: 0;
  right: 0;
  display: grid;
  place-items: center;
  width: 72px;
  height: 120px;
  color: red;
  background-image: url("../assets/menu.svg");
  background-repeat: no-repeat;
  background-position: center;
}

body.open .navbar-burger {
  background-image: url("../assets/close.svg");
}

.navbar-search {
  border: 0;
  height: 40px;
  background: #2f3339 url("../assets/search.svg");
  background-repeat: no-repeat;
  background-position: 10px 50%;
  border: 0;
  border-radius: 6px;
  padding-left: 36px;
  width: 180px;
  font-size: 16px;
  font-family: "Euclid Circular A";
}

.navbar-search::placeholder {
  color: #a7a7a7;
}

.menu {
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

body.open .menu {
  opacity: 1;
  visibility: visible;
}

.white-menu {
  background: #fff;
}

.apps-content {
  position: absolute;
  bottom: 50px;
  display: flex;
  justify-content: center;
}

.apps-content > a {
  width: 20vw;
  height: 10vh;
  margin: 0 10px;
}
.apps-content > button {
  background: #ff6e15;
  color: #fff;
  font-size: 1.6rem;
  width: 324px;
  border-radius: 10px;
  height: 72px;
}

.menu > a {
  color: #f9f9f9;
  font-size: 32px;
  font-family: "Euclid Circular A";
  text-decoration: none;
}

.more {
  border: 2px solid #ff6e15;
  color: #ff6e15;
  width: 250px;
  height: 50px;
  border-radius: 10px;
}

.button-content {
  width: 70%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.button-content > a > button {
  font-size: 25px;
}

body.open .menu > a {
  animation: appear 0.3s both;
}

@keyframes appear {
  0% {
    opacity: 0;
    translate: 0 50px;
  }
  100% {
    opacity: 1;
  }
}

/* vistas */

.title {
  font-size: 4rem;
  margin: 70px;
}

.section-title {
  width: 37vw;
  font-size: 1.5rem;
  text-align: justify;
}

.section-subtitle {
  font-weight: 200;
}

.services {
  height: 47vh;
}
.more-section {
  height: 55vh;
  background-color: #ebedee;
}

.content-service {
  display: flex;
  align-items: center;
  flex-direction: column;
  display: inline-block;
}

.content-service > img {
  width: 90%;
  border-radius: 10px;
}

.services-title {
  position: absolute;
  left: 3vw;
  top: 3vh;
  font-size: 2.5rem;
}

.horizontal-content {
  position: absolute;
  bottom: 20px;
  padding-left: 30px;
  display: flex;
  width: 100%;
  overflow: auto;
  white-space: nowrap;
}

.apps-content-2 {
  position: absolute;
  bottom: 7vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 15vh;
}

.apps-content-2 > button {
  background: #ff6e15;
  color: #fff;
  font-size: 1.6rem;
  width: 324px;
  border-radius: 10px;
  height: 72px;
}
.apps-content-2 > a {
  display: flex;
  justify-content: center;
  margin: 5px 0;
}

.more-text {
  text-align: center;
  padding: 0 30vw;
  margin-top: 7vw;
  position: absolute;
}

.route-section {
  height: 65vh;

  display: flex;
}

.route-section > div {
  height: 100%;
}

.route1 {
  width: 52%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.route1 > img {
  width: 35%;
}
.route2 {
  padding: 5% 0;
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}

.route2 > p {
  font-size: 2.7rem;
}

.animated-details {
  height: 70vh;
  background: #ebedee;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-orange {
  width: 25vw;
  display: flex;
  height: 80%;
  border-radius: 20px;
  box-shadow: 0 0 20px 4px #d4d4d4;
  background: #fac9bf;
  flex-direction: column;
  justify-content: space-around;
}

.content-orange > div {
  background: #fff;
  width: 350px;
  height: 70px;
  border-radius: 15px;
  box-shadow: 0 0 20px 4px #d4d4d4;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.5rem;
  margin-left: -30px;
  transition: 1s all ease;
}

.material-symbols-outlined {
  color: #ff6e15;
  margin-right: 30px;
  margin-left: 10px;
  font-size: 2.3rem;
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 200, "opsz" 48;
}

.more-left {
  margin-left: -80px !important;
}

.animated-hide {
  margin-left: -1500px !important;
}

.video-section {
  height: 105vh;

  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.video-section > h1 {
  position: absolute;
  left: 10vw;
  top: 17vh;
  font-size: 2.1rem;
}

.content-video {
  position: absolute;
  bottom: 0;
  /* border: 1px solid; */
  width: 100%;
  height: 75vh;
  display: flex;
  justify-content: center;
}

.video-frame {
  width: 50%;
  height: 50vh;
}

.review-section {
  background: #ebedee;
  height: 65vh;
  display: flex;
  align-items: center;
}

.person-review {
  display: flex;
  align-items: center;
}

.person-review > img {
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

.card-review {
  background: #fff;
  width: 95%;
  height: 140px;
  margin: 30px 0;
  display: inline-block;
  justify-content: center;
  /* align-items: center; */
  text-align: justify;
  flex-direction: column;
  padding: 0 16px;
  padding-top: 10px;
  font-size: 1rem;
}

.card-review > p {
  white-space: normal;
  font-size: 0.8rem;
}

.horizontal-content2 {
  position: absolute;
  padding-left: 30px;
  /* display: flex; */
  width: 100%;
  /* margin-top: 2%; */
  bottom: 7vh;
  overflow: auto;
  white-space: nowrap;
}

.content-review {
  display: inline-block;
  align-items: flex-start;
  flex-direction: column;

  width: 33%;
}

.review-title {
  position: absolute;
  left: 3vw;
  top: 5vh;
  font-size: 2.5rem;
}

.expert-section {
  height: 65vh;
  background: #363a3d;
}

.expert-title {
  position: absolute;
  left: 3vw;
  top: 5vh;
  font-size: 2.5rem;
  color: #fff;
}

.subtitle1-expert {
  color: #fff;
  position: absolute;
  top: 17vh;
  left: 3vw;
  font-size: 1.7rem;
  width: 55%;
  font-weight: 500;
  text-align: justify;
}

.subtitle2-expert {
  color: #fff;
  position: absolute;
  top: 30vh;
  left: 3vw;
  font-size: 1.5rem;
  width: 55%;
  font-weight: 200;
  text-align: justify;
}

.expert-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32%;
}

.apps-expert-content {
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.apps-expert-content > a > button {
  background: #ff6e15;
  color: #fff;
  font-size: 1.6rem;
  width: 324px;
  border-radius: 10px;
  height: 72px;
}
.apps-expert-content > button {
  background: #ff6e15;
  color: #fff;
  font-size: 1.6rem;
  width: 324px;
  border-radius: 10px;
  height: 72px;
}

.footer-section {
  height: 80vh;
  background: #42484d;
}

.logo-text-content {
  position: absolute;
  left: 5vw;
  top: 8vh;
}

.logo-text-content > img {
  width: 17%;
}

.logo-text-content > p {
  color: #fff;
  margin-top: 20px;
  font-weight: 300;
}

.footer-options-content {
  /* border: 1px solid #fff; */
  height: 55vh;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.reviewers-name {
  font-weight: 500;
  font-size: 1.6rem;
  margin-left: 10px;
}

.options-content {
  height: 100%;
  width: 100%;

  /* border: 1px solid #fff; */
  display: flex;
}

.social-footer {
  height: 20%;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding-left: 5vw;
}

.footer-options {
  width: 33.33%;
  height: 100%;
  position: relative;
  /* border: 1px solid #fff; */
}

.footer-options > h1 {
  color: #fff;
  /* padding: 20px; */
  font-size: 1.7rem;
}
.footer-options > a {
  color: #fff;
  /* padding-left: 20px; */
  margin-bottom: 10px;
  text-decoration: none;
}

.footer-options > a:hover {
  color: #ff6e15 !important;
  /* cursor: pointer; */
}

.divisor {
  height: 5px;
}

.social-img > a > img {
  margin-right: 5px;
}

.scroll-up {
  position: absolute;
  bottom: 10vh;
  right: 5vw;
}

.hidden {
  display: none !important;
}
/* =================index====================== */

/* =================About us====================== */

.background-about {
  z-index: 1;
  top: 0;
  left: 0;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  height: 150vh;
}

.about-bg {
  height: 120vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../assets/about-bg.png) center center/cover;
}

.tri-content {
  width: 100%;
  height: 60vh;

  position: absolute;
  bottom: 0;
}

.tri-content > img {
  /* width: 100%; */
  z-index: 2;
  position: absolute;
  bottom: 0;
}

.tri-content > h1 {
  position: absolute;
  z-index: 3;
  font-size: 3rem;
  left: 5vw;
  color: #363a3d;
  top: 20vh;
}
.tri-content > h3 {
  position: absolute;
  z-index: 3;
  top: 30vh;
  width: 40%;
  color: #363a3d;
  font-weight: 400;
  font-size: 1.3rem;
  left: 5vw;
  text-align: justify;
}

.mask {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0;
  top: 0;
}

.title-us {
  font-size: 4rem;
  font-size: 4rem;
  margin-top: 15vh;
  margin-left: 5vw;
  font-weight: 500;
}

.section-title-us {
  width: 37vw;
  font-size: 1.5rem;
  text-align: justify;
  margin: 15vh 5vw;
}

.section-subtitle-us {
  font-weight: 600;
}

.apps-content-us {
  position: absolute;
  bottom: 40vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-btn-store {
  width: 100%;
}

.apps-content-us > a {
  margin: 0 5px;
  width: 20vw;
  height: 10vh;
  margin: 0 10px;
}
.apps-content-us > button {
  background: #ff6e15;
  color: #fff;
  font-size: 1.6rem;
  width: 324px;
  border-radius: 10px;
  height: 72px;
}

.platform-section {
  height: 47vh;
  background: #fff;
}

.platform-title {
  position: absolute;
  left: 5vw;
  top: 8vh;
  font-size: 2.5rem;
}

.platform-desc {
  position: absolute;
  z-index: 3;
  top: 15vh;
  width: 50%;
  font-weight: 400;
  font-size: 1.5rem;
  left: 5vw;
  text-align: justify;
}

.founder-desc {
  display: flex;
  align-items: flex-end;
}

.mission-section {
  height: 40vh;
  background: #363a3d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mission-section > div {
  /* border: 1px solid #fff; */
  width: 30%;
  height: 250px;
  position: relative;
}
.mission-section > div > h1 {
  color: #fff;
  font-size: 2.5rem;
}

.mv-desc {
  /* border: 1px solid #fff; */
  width: 97%;
  height: 130px;
  position: absolute;
  bottom: 0;
  background: #fff;
  border-radius: 10px 10px 0 0;
  border-bottom: 5px solid #ff6e15;
}

.mv-desc > h3 {
  font-weight: 300;
  text-align: justify;
  padding: 20px;
  font-size: 16px;
}

.founders-section {
  height: 250vh;
  display: flex;
  justify-content: center;
}

.founders-section > h1 {
  position: absolute;
  left: 5vw;
  top: 8vh;
  font-size: 2.2rem;
}
.founders-section > h3 {
  position: absolute;
  left: 5vw;
  top: 20vh;
  font-weight: 300;
  /* font-size: 2.2rem; */
  font-size: 1.6rem;
}

.content-founders {
  /* border: 1px solid; */
  width: 100%;
  position: absolute;
  top: 25vh;
  height: 220vh;
  display: flex;
  justify-content: center;
}

.arrow-left {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-top: 60vh solid transparent;
  border-bottom: 60vh solid transparent;
  border-right: 100vw solid #ff6e15;
}

.arrow-right {
  width: 0;
  height: 100%;
  border-top: 300px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 100vw solid #ff6e15;
}

.founders {
  position: absolute;
  display: flex;
  height: 100%;
  width: 70%;
  flex-direction: column;
  justify-content: space-around;
}

.founder-card {
  display: flex;
}

.founder-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.founder-info > img {
  width: 50%;
}

.founder-desc > h3 {
  width: 40vw;
  text-align: justify;
  font-weight: 400;
  font-size: 1.2rem;
}

/* =================About us====================== */
/* =================FAQs====================== */

.faqs {
  padding: 0 50px;
  height: fit-content;
}

.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  transition: 0.4s all ease-out;
  align-items: center;
  justify-content: space-between;
  border-top: 3px solid #d7def0;
}

.active,
.accordion:hover {
  /* background-color: #ccc; */
}

.div-content-title {
  margin-top: 15vh;
  margin-bottom: 7vh;
}

h1.faq-title {
  font-size: 2rem;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel > p {
  margin-bottom: 20px;
  text-align: justify;
}

.accordion > span {
  transition: 0.4s all ease;
}

.span-active {
  transform: rotate(180deg);
}
/* =================FAQs====================== */
/* =================docs====================== */

.insurance {
  height: fit-content;
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  padding-left: 5vw;
}
.trust {
  height: fit-content;
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  padding-left: 5vw;
}
.definitions {
  height: fit-content;
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  padding-left: 5vw;
}
.certified {
  height: fit-content;
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  padding-left: 5vw;
}
.terms {
  height: inherit;
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  padding-left: 5vw;
}
.terms > .content-paragraph {
  width: 70%;
}
.content-paragraph {
  width: 55%;
}
.content-paragraph > p {
  font-size: 1.4rem;
  text-align: justify;
}
.content-paragraph > ol > li {
  margin-bottom: 20px;
}
.content-paragraph > ol > li > p {
  font-size: 1.4rem;
  text-align: justify;
}
.content-paragraph > b > p {
  font-size: 1.4rem;
  text-align: justify;
}

.terms-table {
  /* display: flex; */
  width: 100%;
  overflow: auto;
  /* white-space: nowrap; */
}

/* =================docs====================== */

.logo-text {
  width: 20%;
  transition: 0.5s all ease;
}

.mini-face {
  width: 2% !important;
}

.medium-face {
  width: 4% !important;
}

.reposition {
  margin-bottom: -80px;
}

.zero-opacity {
  opacity: 0;
}

.logo-face {
  transition: 0.4s all ease;
  width: 6.5%;
}

/* =================Media Queries====================== */

@media (min-width: 320px) {
  /* smartphones, iPhone, portrait 480x320 phones */
}

@media (max-width: 1199px) {
  .mini-face {
    width: 7% !important;
  }

  .service-selected {
    font-size: 10px;
  }

  .medium-face {
    width: 11% !important;
  }
  .logo-face {
    width: 15%;
  }
  .logo-text {
    width: 30%;
  }
  .title {
    font-size: 3.3rem;
    text-align: center;
    margin-top: 140px;
  }
  .section-title {
    width: 77vw;
  }

  .card-review {
    display: inline-block;
    padding-top: 10px;
  }
  .card-review > p {
    font-size: 0.65rem;
  }

  .reviewers-name {
    font-size: 1.2rem;
  }

  .route1 > img {
    width: 95%;
  }

  .services {
    height: 35vh;
  }

  .more-section {
    height: 45vh;
  }

  .more-text {
    padding: 0 20vw;
  }

  .route2 > p {
    font-size: 2rem;
  }

  .content-orange {
    width: 60vw;
  }

  .video-frame {
    width: 90%;
  }

  .review-section {
    height: 50vh;
  }

  .expert-img {
    right: -100px;
    width: 55%;
  }

  .mobile-btn4 > button {
    margin-left: 40px;
  }
  /* =================index====================== */
  /* =================About us====================== */
  .title-us {
    font-size: 3.5rem;
  }

  .section-title-us {
    width: 65vw;
  }

  .tri-content > h1 {
    top: 15vh;
  }
  .tri-content > h3 {
    top: 25vh;
    width: 80%;
  }

  .platform-desc {
    top: 15vh;
    width: 90%;
    font-size: 1.18rem;
  }

  .mission-section > div {
    width: 45%;
  }
  .founders {
    width: 85%;
  }
  .content-paragraph {
    width: 95%;
  }
}

@media (max-width: 481px) {
  .mini-face {
    width: 10% !important;
  }
  .service-selected {
    font-size: 15px;
  }

  .mv-desc > h3 {
    font-size: 17px;
  }

  .medium-face {
    width: 15% !important;
  }
  .logo-face {
    width: 20%;
  }
  .navbar-logo {
    height: 70px;
    width: 70px;
  }

  .card-review {
    padding-top: 0 !important;
    display: flex;
  }
  .card-review > p {
    font-size: 0.8rem;
  }

  .title {
    font-size: 2.5rem;
    text-align: initial;

    margin: 60px 30px;
  }

  .apps-content > a > button {
    width: 160px;
    font-size: 1rem;
  }

  .section-title {
    width: 87vw;
    font-size: 1rem;
  }

  .section-subtitle {
    font-size: 0.9rem;
    font-weight: 400;
  }

  .services {
    height: 45vh;
  }

  .services-title {
    font-size: 1.8rem;
  }

  .more-section {
    height: 45vh;
  }

  .more-text {
    padding: 0 8vw;
    font-size: 1.2rem;
  }
  .route1 > img {
    width: 95%;
  }

  .route2 > p {
    font-size: 1rem;
  }

  .content-orange {
    width: 70vw;

    padding: 60px 0;
  }

  .more-left {
    margin-left: -30px !important;
  }

  .content-orange > div {
    width: 240px;
    height: 40px;
    font-size: 0.9rem;
    margin-left: 0;
  }

  .animated-hide {
    margin-left: -1000px !important;
  }

  .video-frame {
    width: 90%;
  }

  .review-section {
    height: 150vh;
  }

  .review-title {
    font-size: 1.8rem;
  }

  .horizontal-content2 {
    flex-direction: column;
    /* border: 1px solid; */
    bottom: 0;
    height: 90%;
    justify-content: space-around;
  }

  .content-review {
    width: 100%;
    display: flex;
    margin: 40px 0;
  }

  .expert-title {
    font-size: 1.5rem;
  }

  .subtitle1-expert {
    top: 13vh;
    left: 3vw;
    font-size: 1rem;
    width: 85%;
  }
  .subtitle2-expert {
    top: 23vh;
    left: 3vw;
    font-size: 0.9rem;
    width: 85%;
  }

  .expert-img {
    right: 0px;
    width: 70%;
  }

  .mobile-btn4 > button {
    margin-left: 30px;
  }

  .logo-text-content > img {
    width: 60%;
  }

  .footer-section {
    height: 150vh;
  }

  .footer-options-content {
    height: 60%;
    position: absolute;
    top: 30vh;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .options-content {
    flex-direction: column;
  }

  .footer-options {
    width: 90%;
  }

  .social-footer {
    height: 10%;
  }

  .social-footer > p {
    font-size: 0.7rem;
  }
  /* =================index====================== */
  /* =================About us====================== */
  .title-us {
    font-size: 2.4rem;
  }

  .section-title-us {
    width: 80vw;
    font-size: 0.9rem;
  }

  .tri-content > h1 {
    top: 25vh;
    font-size: 1.8rem;
  }
  .tri-content > h3 {
    bottom: 3vh;
    width: 90%;
    top: inherit;
    font-size: 0.9rem;
  }

  .platform-title {
    top: 5vh;
    font-size: 2rem;
  }

  .platform-desc {
    top: 13vh;
    width: 90%;
    font-size: 15px;
  }

  .mission-section {
    height: 90vh;

    flex-direction: column;
  }

  .mission-section > div {
    width: 90%;
    margin-bottom: 30px;
  }

  .content-founders {
    top: 55vh;
  }
  .founders-section {
    height: 330vh;
  }
  .founders-section > h3 {
    text-align: justify;
    padding-right: 5vw;
  }
  .founders {
    width: 85%;
  }

  .founder-card {
    flex-direction: column;
  }

  .founder-info > h1 {
    text-align: center;
  }

  .su {
    margin-top: 150px;
  }
  .founder-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .founder-desc > h3 {
    width: 100%;
  }

  /* =================faqs====================== */
  /* =================faqs====================== */
  .faqs {
    height: 250vh;
  }

  .content-paragraph {
    width: 95%;
  }

  .insurance {
    height: fit-content;
  }
  .trust {
    height: fit-content;
  }
  .definitions {
    height: fit-content;
  }
  .certified {
    height: fit-content;
  }

  .terms > .content-paragraph {
    width: 95%;
  }
}
/* =================Media Queries====================== */

.cover {
  position: fixed;
  background-color: #e85437;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transition: 1s all ease;
}
.loader {
  background: url("../assets/shapes.png") center center/cover;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader > img {
  width: 100vw;
}

.container-logo {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.container-logo1 {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 1s all ease;
  /* background: #e85437; */
}

.backg {
  background-color: #e85437;
}

.hide {
  opacity: 0;
}

.backdrop {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 1200px;
  overflow: hidden;
  /* background-color: rgba(47, 51, 57, 0.3); */
  z-index: 999999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup {
  width: 30%;
  height: 50%;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.bgpop {
  width: 100%;
  height: 100%;
  background: url("../assets/bgf.png") center center/cover;
}

.content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(47, 51, 57, 0.7);
  display: flex;
  flex-direction: column;
}

.logo-img {
  height: 100px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.body-txt {
  color: #fff;
  padding: 16px;
  text-align: center;
  margin: 50px 0;
}

.click-here {
  color: #fff;
  padding: 16px;
  text-align: center;
}

.click-here > h4 {
  width: 100%;
  padding: 0 !important;
  font-weight: 700;
}

.click-here > h4 > a {
  color: #ff6e15;
}

@media only screen and (max-width: 450px) and (orientation: portrait) {
  /* Estilos que solo se aplican a dispositivos móviles en modo portrait */
  .popup {
    width: 85%;
  }

  .body-txt > h1 {
    font-size: 1.3rem !important;
  }
}
