.pop-up-footer {
  top: 20%;
  right: 37%;
  position: fixed;
  width: 25vw;
  transition: all 1s ease;
  z-index: 1000001;
  box-shadow: 0px 0px 0.2px #686868;
}

.pop-up-footer img {
  width: 100%;
  height: auto; /* Maintain aspect ratio */
}

.pad-right {
  padding-right: 50px;
}
.pad-left {
  padding-left: 50px;
}
.pad-top {
  padding-top: 10px;
}
.pad {
  padding: 30px;
}
.pad-top p {
  color: black;
}
.pad-top p .orange-p {
  color: #fe8e3f;
}
.franja {
  height: 35px;
  margin-top: 12px;
  padding-top: 7px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.franj-content h2 {
  font-size: 15px;
  color: #686868;
  line-height: 1.4;
}
.franj-content p {
  color: #686868;
  margin: 10px auto;
  line-height: 1.4;
  font-size: 13px;
}
.btn-pop-benner {
  margin-top: 10px;
  display: inline-block !important;
  vertical-align: top !important;
  font-size: 13px;
}
.closes {
  cursor: pointer;
  position: absolute;
  top: -20px;
  right: 2%;
  font-size: 30px;
  color: white;
}
.closes:hover {
  color: #eea236;
}

.closes2 {
  cursor: pointer;
  position: absolute;
  top: -12px;
  right: 0%;
  font-size: 30px;
  color: white;
}
.closes2:hover {
  color: #eea236;
}
.btn-promo-new {
  position: fixed;
  bottom: 50%;
  left: 0;
  z-index: 10;
}
.btn-unlock {
  margin-bottom: 0px;
}
.footer-banner-form {
  max-width: inherit;
  padding: 0;
}
.cococo {
  margin: auto;
  position: absolute;
  bottom: 4%;
  left: 8%;
  width: 84%;
  text-align: center;
}
.btn-login-secret {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1cbed4;
  color: #fff;
  padding: 10px 5px;
  width: 170px;
  border: 1px solid;
}
.btn-login-secret:hover {
  background-color: #65d2df;
  color: white;
  border-color: white;
}
.btn-sure {
  letter-spacing: 3px;
  padding: 5px 0;
  width: 172px;
  text-transform: uppercase;
  position: fixed;
  right: -20%;
  bottom: 12%;
  transition: all 1s ease;
  line-height: 18px;
}
.btn-sure:hover {
  background-color: #65d2df;
  color: white;
  border-color: white;
}
.btn-sure hr {
  margin-top: 0;
  margin-bottom: 0;
  border-color: white;
}

.pop-mobile {
  display: none;
}

/* Responsive Design */
@media (max-width: 767px) {
  .pop-pc {
    display: none;
  }

  .pop-mobile {
    display: block !important;
  }

  .pop-up-footer {
    top: 6em; /* Adjusted for mobile */
    width: 90%; /* Full width for mobile */
    right: 5%; /* Centered on mobile */
  }

  .franj-content p {
    font-size: 10px;
  }

  .btn-sure {
    letter-spacing: 0;
    padding: 0;
    width: 80%; /* Full width button on mobile */
    bottom: 20%;
    line-height: 1.25;
  }

  .back-to-top {
    display: none !important;
  }
}

@media (max-width: 1700px) {
  .pop-up-footer {
    top: 20%;
    width: 25vw; /* Use viewport width for responsiveness */
    right: 36vw; /* Use viewport width for responsiveness */
  }
}

@media (max-width: 1400px) {
  .pop-up-footer {
    top: 17%;
    width: 28vw; /* Use viewport width for responsiveness */
    right: 37vw; /* Use viewport width for responsiveness */
  }
}

@media (max-width: 1285px) {
  .pop-up-footer {
    top: 20%;
    width: 24vw; /* Use viewport width for responsiveness */
    right: 38vw; /* Use viewport width for responsiveness */
  }
}
@media (max-width: 1200px) {
  .pop-up-footer {
    top: 18%;
    width: 25vw; /* Use viewport width for responsiveness */
    right: 36vw; /* Use viewport width for responsiveness */
  }
}

@media (max-width: 884px) {
  .pop-up-footer {
    top: 25%;
    width: 52vw;
    right: 25vw;
  }
}

@media (max-width: 840px) {
  .pop-up-footer {
    top: 25%;
    width: 50vw;
    right: 25vw;
  }
}

@media (max-width: 768px) {
  .pop-up-footer {
    top: 25%; /* Adjust top position for smaller screens */
    width: 50vw; /* Full width on smaller screens */
    right: 25%; /* Centered on smaller screens */
  }
}

@media (max-width: 576px) {
  .pop-up-footer {
    top: 25%;
    width: 90%; /* Full width for smaller screens */
    right: 5%;
  }

  .btn-sure {
    left: -50%;
    width: 10rem;
    height: 3rem;
    bottom: 10%;
    font-size: 16px; /* Adjust button font size */
  }
  .franja {
    height: 35px;
    margin-top: 0px;
    position: absolute;
    text-align: center;
    width: 98%;
  }
}

/* @media (max-width: 500px) {
  .pop-up-footer {
    left: 0%;
  }
}  */
