/* CSS NEW DESIGN */

@font-face {
  font-family: Source-Bold;
  src: url(/lp_1/assets/font/SourceSansPro-Bold.ttf);
  font-display: swap;
}

@font-face {
  font-family: Source-Regular;
  src: url(/lp_1/assets/font/SourceSansPro-Regular.ttf);
  font-display: swap;
}

:root {
  --bold-font: "Source-Bold";
  --regular-font: "Source-Regular";
}

body {
  box-sizing: border-box;
  margin: auto 0;
  font-family: var(--regular-font);
}

.visiFeed {
  height: 1px;
  width: 1px;
  border: none;
  overflow: hidden;
}

.logo-lang-container {
  display: flex;
  padding: 3rem 0;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
}

.lang {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: auto;
}

.lang>a {
  color: black;
  text-decoration: none;
  font-size: 1.2rem;
  font-family: var(--bold-font);
}

.lang>span {
  font-size: 1rem;
  margin: 0 0.5rem 0 0.5rem;
}

.btn {
  font-family: var(--bold-font);
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  background-color: #48d0be;
  border: 2px #48d0be solid;
  padding: 1rem 2.5rem;
  border-radius: 3rem;
  font-size: 1.3rem;
  text-align: center;
}

.btn:hover {
  background-color: #851db8;
  border: 2px #851db8 solid;
  transition: 1s;
  color: white;
}

.back-container {
  background-color: #f8f8fb;
}

.back-container-install {
  background-color: white;
}

.back-container-install .back-arrow {
  padding-top: 0;
  position: relative;
  margin-top: -3rem;
}

.back-arrow {
  padding: 3rem 0;
  width: 80%;
  margin: auto;
}

.back-arrow>a {
  display: flex;
  color: #575757;
  text-decoration: none;
}

.back-arrow>a:hover {
  text-decoration: underline;
  color: #5eae9c;
}

.back-arrow>a>img {
  margin-right: 0.3rem;
}

/* FIRST SCREEN */

.first-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 80%;
  margin: auto;
  padding-top: 2rem;
  align-items: center;
}

.content-txt>h1 {
  font-size: 3.7rem;
  font-family: var(--bold-font);
  margin-bottom: 0;
  width: 96%;
}

.content-txt>h2 {
  font-size: 2.3rem;
  width: 79%;
  margin-top: 0;
  margin-bottom: 3rem;
}

.start-review>img {
  width: 20%;
  margin: 4% 6%;
}

.content-txt {
  width: 50%;
}

.content-img {
  width: 53%;
}

.content-img>img {
  width: 100%;
  height: auto;
}

/* SECOND SCREEN */

.second-screen {
  background-color: #f8f8fb;
  margin-top: 3rem;
  width: 100%;
  height: 870px;
}

.title-features {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 56%;
  margin: auto;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  font-family: var(--bold-font);
  font-size: 1.5rem;
  text-align: center;
}

.title-features>p {
  color: #898989;
  font-family: var(--regular-font);
  font-size: 1.4rem;
  margin-top: 0;
}

.title-features>h2 {
  margin-bottom: 0.8rem;
}

.all-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 73%;
  margin: auto;
  grid-gap: 28px;
  grid-auto-rows: minmax(100px, auto);
}

h3 {
  font-size: 1.3rem;
  font-family: "Source-Bold";
}

.content-1,
.content-2 {
  margin: auto;
  text-align: center;
  width: 100%;
}

.box3 {
  display: flex;
  justify-content: center;
  margin: 4rem auto;
}

.title-fea {
  width: 80%;
}

.content-1>h3,
.content-2>h3 {
  width: 60%;
  margin: 1rem auto;
  min-height: 54px;
}

/* THIRD SCREEN */

.third-screen {
  width: 50%;
  margin: 80px auto 9px auto;
  text-align-last: center;
}

.third-screen>img {
  align-items: center;
}

.btn-3 {
  font-family: var(--bold-font);
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  background-color: #48d0be;
  border: 2px #48d0be solid;
  padding: 1rem 2.5rem;
  border-radius: 3rem;
  font-size: 1.3rem;
}

.btn-3:hover {
  border: 2px #48d0be solid;
  background-color: transparent;
  color: #48d0be;
}

.photo1 {
  width: 100%;
  height: auto;
}

/* FOURTH SCREEN SLIDER - REVIEWS */

.content-reviews {
  background-color: #f8f8fb;
  border-radius: 250px;
  width: 85%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  padding: 4rem 0;
  margin: 5rem auto;
}

.testimonials {
  width: 75%;
  margin: 4rem auto;
}

.text-review {
  width: 26%;
}

.text-review>h4 {
  font-size: 2.5rem;
  text-align: left;
  font-variant: var(--bold-font);
}

.carrousel {
  width: 42%;
}

.slider-wrapper {
  overflow: hidden;
}

.slides-container {
  display: flex;
  list-style: none;
  padding: 0;
  overflow: scroll;
  scroll-behavior: smooth;
}

.slide {
  width: 100%;
  height: 100%;
  flex: 1 0 100%;
}

.slide-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: black;
  min-height: 200px;
  border-radius: 1rem;
  border: 2px #a851e2 solid;
}

.slide-img {
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  margin-right: 3rem;
  padding: 0.8rem;
  width: 7%;
  height: auto;
}

.slider-text {
  font-size: 1.2rem;
  width: 78%;
}

.slides-container {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}

/* WebKit */
.slides-container::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* carrusel buttons */
.slide-arrow {
  position: absolute;
  display: flex;
  margin: auto;
  background-color: #a851e2;
  color: white;
  border: none;
  font-size: 1.5rem;
  padding: 10px;
  transition: opacity 100ms;
  cursor: pointer;
  transform: rotate(180deg);
}

#slide-arrow-prev {
  left: 46%;
  border-radius: 0 2rem 2rem 0;
}

#slide-arrow-next {
  right: 15%;
  border-radius: 2rem 0 0 2rem;
}

/* FIVE SCREEN */

.content-easy-steps {
  width: 73%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-easy-steps>h2 {
  font-family: var(--bold-font);
  font-size: 2rem;
  margin: 15px auto;
}

.steps1,
.steps2,
.steps3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 73%;
  border-radius: 0.4rem;
  border: 2px rgb(152, 149, 154) solid;
  margin: 1.3rem auto;
}

.title-step {
  font-family: var(--bold-font);
  color: #a851e2;
  font-size: 1.5rem;
  margin-bottom: 0.3rem;
}

.text-subtitle-btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 5rem;
}

.text-subtitle-btn>h2 {
  text-align: center;
  font-size: 1.4rem;
  font-family: var(--bold-font);
  line-height: 32px;
}

.step1-1,
.step2-1,
.step3-1 {
  padding: 1.5rem;
}

.img-step1,
.img-step2,
.img-step3 {
  padding: 1.5rem;
  min-width: 400px;
  display: flex;
  justify-content: center;
}

.cont-step {
  max-width: 500px;
}

.subtitle {
  margin-top: 0 !important;
  font-size: 1.5rem;
}

/* FAQs */

.faq {
  background-color: #f8f8fb;
  padding: 3rem 0;
}

.faqs {
  width: 60%;
  margin: auto;
}

.heading {
  text-align: center;
  font-size: 2rem;
  font-family: var(--bold-font);
}

details[open] summary~* {
  animation: open 0.3s ease-in-out;
}

@keyframes open {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

details summary::-webkit-details-marker {
  display: none;
}

details summary {
  width: 100%;
  padding: 0.5rem 0;
  position: relative;
  font-size: 1.25rem;
  font-weight: 300;
  list-style: none;
}

details summary:after {
  content: "+";
  color: black;
  position: absolute;
  font-size: 1.75rem;
  line-height: 0;
  margin-top: 0.75rem;
  right: 0;
  font-weight: 200;
  transform-origin: center;
  transition: 200ms linear;
}

details[open] summary:after {
  content: "-";
  font-size: 2rem;
  color: #6200ee;
}

details[open] summary {
  color: #6200ee;
}

details {
  padding: 2rem 0;
  margin-top: 20px;
  color: black;
  border-bottom: 1px #e2e2e2 solid;
}

summary {
  font-size: 1.2rem;
  cursor: pointer;
}

.faq-text {
  font-size: 1.2rem;
}

/* PRE-FO0TER */

.pre-footer {
  background-color: #a851e2b3;
  height: 247px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.boton {
  font-family: var(--bold-font);
  text-transform: uppercase;
  color: #a851e2;
  text-decoration: none;
  background-color: white;
  padding: 1rem 2.5rem;
  border-radius: 3rem;
  margin-right: 2rem;
  font-size: 1.3rem;
  text-align: center;
}

.titulo {
  font-family: var(--bold-font);
  font-size: 1.5rem;
  text-align: center;
  margin: 3rem auto 0.6rem;
}

.subtitulo {
  font-family: var(--regular-font);
  font-size: 1rem;
  margin-top: 8px;
}

.box {
  margin-top: 21px;
  align-items: center;
}

/* FO0TER */

footer {
  display: flex;
  width: 80%;
  margin: auto;
  justify-content: space-between;
  padding: 1.3rem;
}

footer>div {
  display: flex;
  width: 30rem;
  justify-content: space-between;
  align-items: center;
}

footer>div>a {
  text-decoration: none;
  color: #898989;
  font-size: 1rem;
  font-family: var(--regular-font);
  padding-right: 2rem;
}

/* CSS IMPRINT */

.logo-imprint {
  width: 73%;
  margin: auto;
  padding-top: 3rem;
}

.title-imprint {
  width: 73%;
  text-align: center;
  margin: auto;
  height: 70vh;
  padding-top: 3rem;
}

.imprint {
  color: #a851e2;
  font-family: var(--bold-font);
  font-size: 1.8rem;
}

.imprint-h2 {
  font-family: var(--regular-font);
  font-size: 1.4rem;
  line-height: 2.5rem;
}

/* CSS P.PRIVACY */

.text-privacy {
  width: 70%;
  text-align: left;
  margin: 4rem auto;
}

.titulo-privacy {
  color: #a851e2;
  font-family: var(--bold-font);
  font-size: 1.5rem;
  padding-top: 2rem;
}

.address {
  font-family: var(--bold-font);
  font-size: 1.2rem;
}

.first-p {
  font-family: var(--regular-font);
  font-size: 1.25rem;
}

.title-p {
  color: #a851e2;
  font-family: var(--bold-font);
  font-size: 1.5rem;
}

p {
  font-family: var(--regular-font);
  font-size: 1rem;
}

/* CSS PAGE INSTALL */
/* download 3 steps */

.download-container {
  background-color: #f8f8fb;
  padding: 4rem 0 1rem 0;
  margin-top: 1rem;
}

.download-steps-container {
  width: 75%;
  margin: auto;
}

.download-steps-container>h2 {
  font-size: 2rem;
  font-family: var(--semibold-font);
  text-align: center;
  margin-bottom: 0.5rem;
}

.download-steps-container>p {
  font-size: 1.1rem;
  text-align: center;
  margin: 0 0 4rem 0;
}

.steps-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 40px 20px;
  align-items: center;
  justify-items: center;
  width: 90%;
  margin: auto;
}

.step-download-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-box-shadow: 0px 0px 16px -8px rgba(191, 191, 191, 1);
  -moz-box-shadow: 0px 0px 16px -8px rgba(191, 191, 191, 1);
  box-shadow: 0px 0px 16px -8px rgba(191, 191, 191, 1);
  padding: 1rem;
  border-radius: 1rem;
  min-height: 300px;
  max-width: 350px;
  background-color: white;
}

.step-download-info>h4 {
  font-size: 1.5rem;
  font-family: var(--bold-font);
  text-align: start !important;
  width: 90%;
  margin: auto;
}

.step-download-info>div {
  display: flex;
  justify-content: center;
}

.step-download-info>p {
  line-height: 1.5;
  width: 90%;
  margin: auto;
  font-size: 1rem;
}

.steps-container>div:nth-child(1)~.step-download-info>p {
  min-height: 96px;
}

.btn-container-install-download {
  display: flex;
  justify-content: center;
  margin: 4rem 0;
}

.btn-install {
  font-family: var(--bold-font);
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  background-color: #03dac5;
  padding: 1rem 2.5rem;
  border-radius: 3rem;
  font-size: 1.3rem;
  text-align: center;
}

/* install 5 steps */

.info-install-container {
  text-align: center;
  margin: 6rem 0;
}

.info-install-container>h2 {
  font-size: 2rem;
  font-family: var(--semibold-font);
  margin-bottom: 0;
}

.info-install-container>p {
  font-size: 1.1rem;
  margin-top: 0.5rem;
  margin-bottom: 4rem;
}

.info-install-steps {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 40px 20px;
  align-items: center;
  justify-items: center;
  width: 75%;
  margin: auto;
}

.install-step {
  -webkit-box-shadow: 0px 0px 16px -8px rgba(191, 191, 191, 1);
  -moz-box-shadow: 0px 0px 16px -8px rgba(191, 191, 191, 1);
  box-shadow: 0px 0px 16px -8px rgba(191, 191, 191, 1);
  border-radius: 1rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 600px;
  max-width: 350px;
}

.install-step>img {
  width: 100%;
  height: auto;
}

.install-step>h3 {
  font-size: 1.25rem;
  font-family: var(--bold-font);
  width: 95%;
  margin-top: 2rem;
  margin-bottom: 0;
  text-align: start;
}

.install-step>p {
  width: 95%;
  line-height: 1.5;
  text-align: start;
}

.btn-container-install-steps {
  margin: 3rem 0 9rem 0;
  display: flex;
  justify-content: center;
}

/* CSS PAGE UNINSTALL */

.uninstall {
  text-align: center;
  background-color: #f8f8fb;
  padding: 4rem 0 1rem 0;
}

h1 {
  font-family: var(--bold-font);
  font-size: 1.5rem;
}

.h2uninstall {
  font-family: var(--bold-font);
  font-size: 1.5rem;
}

.uninstallP {
  width: 61%;
  margin: auto;
  text-align: center;
  font-family: var(--regular-font);
  font-size: 1.3rem;
}

.schritt {
  width: 34%;
  margin: auto;
  text-align: center;
}

.parrafo {
  width: 34%;
  margin: auto;
  font-family: var(--regular-font);
  font-size: 1.2rem;
  text-align: center;
}

.images-uninstall>img {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

.uninstal-container {
  margin-top: 5rem;
}

/* Media Querys for responsive */

@media (max-width: 1700px) {
  .first-section {
    padding-top: 0rem;
  }

  .content-txt>h1 {
    font-size: 3.3rem;
  }

  .content-img {
    width: 56%;
  }

  .start-review>img {
    width: 26%;
    margin: 5% 6%;
  }

  .content-txt>h2 {
    font-size: 2rem;
  }

  .title-features {
    width: 62%;
  }

  .second-screen {
    height: 812px;
  }

  .text-review>h4 {
    font-size: 2rem;
  }

  .content-1>h3,
  .content-2>h3 {
    width: 76%;
  }

  .box3 {
    margin: 1rem auto;
  }

  /* RESPONSIVE INSTALL EN*/
}

@media (max-width: 1500px) {
  .content-txt>h1 {
    font-size: 3rem;
  }

  .first-section {
    padding-top: 0rem;
  }

  .title-features {
    font-size: 1.4rem;
  }

  .third-screen {
    width: 50%;
    margin: 86px auto;
    margin-bottom: auto;
    text-align-last: center;
  }

  .box3 {
    margin: 1rem auto;
  }

  .text-review>h4 {
    font-size: 2rem;
  }

  .content-easy-steps {
    width: 77%;
  }

  .text-subtitle-btn>h2 {
    font-size: 1.4rem;
    width: 80%;
    line-height: normal;
  }

  .content-reviews {
    margin: 4rem auto 6rem auto;
  }

  /* RESPONSIVE INSTALL EN*/
}

@media (max-width: 1400px) {
  .logo-lang-container {
    display: flex;
    padding: 2rem 0;
  }

  .logo {
    width: 200px;
    height: auto;
  }

  .content-txt>h1 {
    font-size: 2.5rem;
  }

  .content-txt>h2 {
    font-size: 1.5rem;
  }

  .btn {
    font-size: 1rem;
  }

  .content-easy-steps {
    width: 83%;
  }

  footer>div>a {
    font-size: 0.8rem;
  }

  footer>div {
    width: 25rem;
  }

  /* RESPONSIVE INSTALL PAGE EN */
  .download-steps-container {
    width: 87%;
  }
}

@media (max-width: 1332px) {
  .content-reviews {
    padding: 2rem 0;
  }

  .title-features {
    font-size: 1.2rem;
  }

  .text-review>h4 {
    font-size: 1.5rem;
  }

  .content-easy-steps {
    width: 90%;
  }

  .all-content {
    width: 85%;
  }

  .parrafo {
    width: 42%;
    font-size: 1rem;
  }

  .content-reviews {
    margin-top: 3rem;
  }
}

@media (max-width: 1250px) {

  .steps1,
  .steps2,
  .steps3 {
    width: 85%;
  }

  .second-screen {
    height: 794px;
  }

  .text-subtitle-btn>h2 {
    margin-bottom: 2rem;
    width: 100%;
  }

  .content-1>img,
  .content-2>img {
    width: 85px;
    height: auto;
  }

  .title-features {
    width: 69%;
  }

  .third-screen {
    width: 55%;
  }

  .faqs {
    width: 76%;
  }

  .content-reviews {
    margin-top: 0;
  }

  /* RESPONSIVE INSTALL PAGE EN */

  .download-steps-container {
    width: 100%;
  }

  .btn-install {
    font-size: 1rem;
  }

  .download-container {
    padding: 3rem 0 1rem 0;
  }
}

@media (max-width: 1100px) {
  .btn {
    padding: 0.5rem 4rem;
  }

  .btn-3 {
    padding: 0.5rem 4rem;
  }

  .second-screen {
    margin-top: 1rem;
  }

  .logo-lang-container {
    margin: auto;
    width: 85%;
    padding-bottom: 1rem;
  }

  .first-section {
    width: 85%;
  }

  .third-screen {
    margin-bottom: 3rem;
  }

  .start-review>img {
    width: 28%;
    margin: 7% 0%;
  }

  .content-txt>h2 {
    font-size: 1.3rem;
    margin-bottom: 2.5rem;
  }

  .content-txt>h1 {
    font-size: 2.3rem;
  }

  .content-1>h3,
  .content-2>h3 {
    width: 86%;
    font-size: 1.2rem;
  }

  .title-features>h2 {
    font-size: 1.6rem;
  }

  .second-screen {
    height: 781px;
  }

  .content-easy-steps {
    width: 100%;
  }

  .title-step {
    font-size: 1.3rem;
  }

  .text-review>h4 {
    font-size: 1.5rem;
  }

  .text-subtitle-btn>h2 {
    width: 70%;
  }

  .faqs {
    width: 85%;
  }

  .h2uninstall {
    font-size: 1.3rem;
    width: 57%;
    text-align: center;
    margin: auto;
  }

  .uninstallP {
    width: 57%;
    margin: auto;
    font-size: 1.1rem;
    margin-top: 13px;
  }

  .uninstall {
    margin-top: 1rem;
  }

  .parrafo {
    margin-top: 0.6rem;
    width: 47%;
  }

}

@media (max-width: 1000px) {
  .content-txt>h1 {
    font-size: 2.2rem;
  }

  .content-img {
    width: 61%;
  }

  .third-screen {
    width: 55%;
    margin: 85px auto 35px;
  }

  .btn-3 {
    padding: 0.5rem 3rem;
    font-size: 1rem;
  }

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

  .second-screen {
    height: 767px;
  }

  .second-screen {
    height: 712px;
  }

  .content-1>img {
    width: 80px;
    height: 80px;
  }

  .content-2>img {
    width: 80px;
    height: 80px;
  }

  .second-screen {
    height: 696px;
  }

  .content-easy-steps>h2 {
    font-size: 1.7rem;
  }

  .text-subtitle-btn>h2 {
    width: 80%;
    font-size: 1rem;
    margin-bottom: 1.7rem;
  }

  .title-features {
    padding-bottom: 1.8rem;
  }

  /* reviews*/
  .content-reviews {
    padding: 1rem 2rem !important;
    margin: 8rem auto !important;
  }

  /* faqs screen */
  .heading {
    font-size: 1.5rem;
  }

  details summary {
    font-size: 1rem;
  }

  .faq-text {
    font-size: 0.9rem;
  }

  /* Pre-footer screen */
  .titulo {
    font-size: 1.1rem;
  }

  .boton {
    padding: 0.7rem 2rem;
    font-size: 1rem;
  }

  .pre-footer {
    height: 221px;
  }

  /* Footer screen */
  footer {
    width: 80%;
  }

  footer>div>a {
    font-size: 0.8rem;
  }

  .logo-footer {
    width: 151px;
    height: auto;
  }

  /* Slider */
  #slide-arrow-prev {
    left: 16%;
    border-radius: 0 2rem 2rem 0;
  }

  #slide-arrow-next {
    right: 16%;
  }

  .content-reviews {
    padding: 0;
    margin: 3rem auto;
    flex-direction: column;
  }

  .text-review>h4 {
    font-size: 1.3rem;
    margin: 1.5rem auto 0.5rem auto;
    text-align: center;
  }

  .text-review {
    width: 100%;
  }

  .carrousel {
    width: 75%;
  }

  .slide-arrow {
    font-size: 1.2rem;
  }

  .slider-text>p {
    font-size: 0.9rem;
  }

  .img-step1>img,
  .img-step2>img {
    width: 300px !important;
    height: auto !important;
  }

  .img-step3>img {
    width: 250px;
    height: auto;
  }

  .img-step1,
  .img-step2,
  .img-step3 {
    padding: 1rem;
    min-width: 300px;
  }

  /* RESPONSIVE INSTALL PAGE EN */

  .step-download-info>p {
    line-height: 1.4;
    font-size: 0.9rem;
  }

  .info-install-container {
    margin: 4rem 0;
  }

  .info-install-steps {
    width: 94%;
  }
}

@media (max-width: 953px) {
  .second-screen {
    margin-top: 0rem;
  }

  .btn {
    padding: 0.5rem 2.4rem;
  }

  .content-txt>h2 {
    margin-bottom: 2rem;
  }

  .content-txt>h1 {
    font-size: 2rem;
  }

  .content-img {
    width: 62%;
  }

  .title-features>h2 {
    font-size: 1.2rem;
  }

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

  /* Five screen */

  .title-step {
    font-size: 1.3rem;
  }

  .content-easy-steps>h2 {
    font-size: 1.5rem;
  }

  .steps1,
  .steps2,
  .steps3 {
    width: 85%;
  }

  .second-screen {
    height: 675px;
  }

  .logo-imprint {
    width: 80%;
  }

  .parrafo {
    width: 55%;
  }

  .content-reviews {
    border-radius: 0;
    width: 93%;
    padding: 2rem 0;
    margin: 5rem auto !important;
  }

  #slide-arrow-next {
    right: 11%;
  }

  #slide-arrow-prev {
    left: 11%;
  }

  .carrousel {
    width: 77%;
  }
}

@media (max-width: 900px) {
  .content-txt>h1 {
    font-size: 1.7rem;
  }

  .content-txt>h2 {
    font-size: 1rem;
    margin-bottom: 1.7rem;
  }

  .second-screen {
    margin-top: 1rem;
  }

  .content-1>h3,
  .content-2>h3 {
    width: 78%;
    font-size: 1rem;
  }

  .box3 {
    margin: 0rem auto;
  }

  .btn-3 {
    padding: 0.7rem 2.2rem;
    font-size: 0.9rem;
  }

  .logo {
    width: 150px;
  }

  .content-reviews {
    margin: 7rem auto 5rem auto !important;
    width: 92%;
  }
}

@media (max-width: 769px) {
  .lang>a {
    font-size: 1rem;
  }

  .lang>span {
    font-size: 0.9rem;
  }

  .title-features {
    width: 70%;
    padding-bottom: 2rem;
  }

  .second-screen {
    height: 570px;
  }

  .all-content {
    grid-gap: 5px;
  }

  .box3 {
    margin: 0rem auto;
  }

  .content-1>h3,
  .content-2>h3 {
    width: 85%;
    font-size: 0.8rem;
  }

  .content-reviews {
    margin: 6rem 0 5rem 0 !important;
    width: 91%;
  }


  /* Five screen */
  .steps1,
  .steps2,
  .steps3 {
    width: 79%;
    min-height: 285px;
    margin: 1rem auto 1.5rem auto;
  }

  .img-step1>img,
  .img-step2>img,
  .img-step3>img {
    width: 313px;
    height: auto;
  }

  .img-step3>img {
    width: 75% !important;
    padding: 2rem 0.5rem;
  }

  .img-step1,
  .img-step2,
  .img-step3 {
    padding: 0.5rem;
    min-width: 343px;
  }

  .steps2,
  .step2-1,
  .cont-step {
    font-size: 0.8rem;
  }

  .title-step {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }

  .step1-1,
  .step2-1,
  .step3-1 {
    padding: 1rem;
  }

  .content-easy-steps {
    padding-top: 0rem;
  }

  .text-subtitle-btn>h2 {
    font-size: 0.9rem;
    width: 70%;
  }

  .btn {
    font-size: 0.9rem;
  }

  .text-subtitle-btn {
    margin-bottom: 3rem;
  }

  .content-easy-steps>h2 {
    font-size: 1.3rem;
  }

  .content-1>img,
  .content-2>img {
    width: 50px;
    height: 50px;
  }

  .subtitle {
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
  }

  .heading {
    font-size: 1.3rem;
  }

  .third-screen {
    width: 75%;
  }

  /* RESPONSIVE EULA */
  .text-privacy {
    width: 81%;
    margin: 3rem auto;
  }

  .logo-imprint {
    width: 81%;
  }

  footer {
    width: 81%;
  }

  .title-p {
    font-size: 1.3rem;
  }

  .address {
    font-size: 1.1rem;
  }

  /* RESPONSIVE IMPRINT*/
  .imprint {
    font-size: 1.3rem;
  }

  .imprint-h2 {
    font-size: 1.1rem;
    line-height: 2rem;
  }

  /* RESPONSIVE PRIVACY*/
  .titulo-privacy {
    font-size: 1.3rem;
    padding-top: 0rem;
  }

  .address {
    font-size: 1rem;
  }

  /* Page uninstall */
  .uninstallP {
    width: 61%;
    font-size: 1rem;
  }

  .uninstall {
    padding: 2rem 0 1rem 0;
  }

  .parrafo {
    width: 69%;
  }

  .uninstal-container {
    margin-top: 3rem;
  }

  .h2uninstall {
    width: 66%;
  }
}

@media (max-width: 750px) {
  .content-img {
    width: 61%;
  }

  .content-img>img {
    width: 100%;
  }

  .content-txt {
    width: 47%;
  }

  .btn {
    padding: 0.4rem 2rem;
    width: 59%;
  }

  .second-screen {
    height: 515px;
  }

  .content-txt>h1 {
    font-size: 1.3rem;
  }

  .lang>a {
    font-size: 0.8rem;
  }

  .lang>span {
    font-size: 0.7rem;
  }

  .btn-3 {
    padding: 0.4rem 2rem;
    width: 59%;
    text-align: center;
  }

  .box3 {
    margin: 0rem auto;
    width: -webkit-fill-available;
  }

  .img-step1>img,
  .img-step2>img,
  .img-step3>img {
    width: 75% !important;
  }

  .steps1,
  .steps2,
  .steps3 {
    flex-direction: column;
  }

  .img-step2 {
    padding-bottom: 1.5rem;
  }

  .steps2,
  .step2-1,
  .cont-step {
    font-size: 0.8rem;
  }

  footer {
    width: 80%;
  }

  .content-reviews {
    margin-top: 10rem !important;
    width: 92%;
  }

  .start-review>img {
    width: 36%;
    margin: 8% 0%;
  }

  .title-features {
    width: 75%;
    padding-bottom: 1rem;
  }

  .title-features>h2 {
    margin-bottom: 0.5rem;
  }

  .title-features>p {
    font-size: 0.9rem;
  }

  .content-easy-steps>h2 {
    font-size: 1.2rem;
  }

  .subtitle {
    font-size: 1rem;
  }

  .text-subtitle-btn>h2 {
    font-size: 0.9rem;
    width: 71%;
  }

  .heading {
    font-size: 1.1rem;
  }

  details summary {
    font-size: 0.8rem;
  }

  .faqs {
    width: 80%;
  }

  .faq-text {
    font-size: 0.8rem;
  }

  .faq {
    padding: 2rem 0;
  }

  details {
    padding: 1rem 0;
    margin-top: 10px;
  }

  details summary:after {
    font-size: 1.4rem;
    margin-top: 7.6px;
  }

  .titulo {
    font-size: 1rem;
    margin: 2rem auto 0.4rem;
  }

  .subtitulo {
    font-size: 0.8rem;
  }

  .boton {
    padding: 0.6rem 2rem;
    font-size: 0.8rem;
    margin-right: 0;
  }

  .box {
    margin-top: 8px;
  }

  .pre-footer {
    height: 162px;
  }

  .logo-footer {
    width: 113px;
    height: auto;
  }

  footer {
    padding: 1rem;
  }


}

@media (max-width: 600px) {
  .back-arrow {
    width: 90%;
    padding: 1rem 0 3rem 0;
  }

  .back-arrow>a {
    font-size: 0.9rem;
  }

  .title-features {
    width: 90%;
  }

  .first-section {
    flex-direction: column-reverse;
    width: 100%;
    padding-top: 2rem;
  }

  .content-img {
    width: 85%;
  }

  .content-txt {
    width: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .start-review>img {
    margin: 0.5rem 0 1rem 0;
    width: 100px;
  }

  .btn {
    margin-right: 0;
    width: 59%;
  }

  .content-txt>h2 {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 1.1rem;
  }

  .content-txt>h1 {
    text-align: center;
    font-size: 1.7rem;
  }

  .content-txt {
    width: 93%;
  }

  .content-reviews {

    width: 90%;
    padding: 2rem 0;
    margin: 13rem auto 5rem auto !important
  }

  .carrousel {
    width: 80%;
  }

  #slide-arrow-prev {
    left: 6%;
  }

  #slide-arrow-next {
    right: 6%;
  }

  .third-screen {
    width: 90%;
  }

  .content-easy-steps>h2 {
    width: 90%;
  }

  .steps1,
  .steps2,
  .steps3 {
    width: 90%;
  }

  .img-step1,
  .img-step2,
  .img-step3 {
    min-width: 300px;
  }

  .text-subtitle-btn>h2 {
    font-size: 0.8rem;
    width: 74%;
  }

  .subtitulo {
    width: 75%;
    margin: 0.6rem auto 0.5rem auto;
    text-align: center;
  }

  footer {
    flex-direction: column-reverse;
  }

  footer>div {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
}

  footer {
    width: 90%;
  }

  footer>div>a {
    padding: 0 0 0.3rem 0;
  }

  footer>a {
    margin-bottom: 1rem;
  }

  details summary:after {
    right: -10px;
  }

  .all-content {
    width: 92%;
    grid-template-columns: repeat(2, 1fr);
  }

  .second-screen {
    height: 649px;
  }

  .text-review>h4 {
    font-size: 1rem;
  }

  .content-easy-steps>h2 {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 0;
  }

  .title-step {
    font-size: 1rem;
    margin-bottom: 0.6rem;
  }

  .title-features>h2 {
    width: 97%;
  }

  /* RESPONSIVE INSTALL PAGE EN */

  .download-steps-container>h2 {
    font-size: 1.5rem;
  }

  .download-container {
    padding: 2rem 0 1rem 0;
  }

  .download-steps-container>p {
    font-size: 1rem;
    margin: 0 0 3rem 0;
  }

  .step-download-info>h4 {
    font-size: 1.3rem;
    margin: 1rem auto 1rem auto;
  }

  .step-download-info>p {
    margin: 1rem auto 1rem auto;
  }

  .step-download-info {
    min-height: 222px;
  }

  .info-install-container>h2 {
    font-size: 1.5rem;
  }

  .info-install-container>p {
    font-size: 1rem;
    margin-bottom: 3rem;
  }

  .h2uninstall {
    font-size: 1rem;
  }

  .uninstallP {
    width: 78%;
  }

  .uninstal-container {
    margin-top: 2rem;
  }

  .parrafo {
    width: 85%;
  }

  h1 {
    font-size: 1.3rem;
  }

  .images-uninstall>img {
    width: 350px;
    height: auto;
  }

  .img-step2>img {
    width: 85% !important;
  }

  .install-step>p {
    width: 100%;
    line-height: 1.3;
  }

  .install-step {
    min-height: initial !important;
  }
}

@media (max-width: 425px) {

  .content-easy-steps {
    padding-top: 1rem!important;
}
  .third-screen {
    margin: 36px auto 35px;
  }

  .content-txt>h2 {
    width: auto;
    margin-top: 0.6rem;
  }

  .content-reviews {
    width: 85%;
  }

  #slide-arrow-next {
    right: 9%;
  }

  #slide-arrow-prev {
    left: 10%;
  }


.slide-arrow {
  font-size: 1rem;
}

.slider-wrapper {
  height: 252px;
}

.content-easy-steps>h2 {
  font-size: 1rem;
}

.heading {
  font-size: 1rem;
}

.second-screen {
  height: 697px;
}

.boton {
  padding: 0.5rem 7rem;
}

.content-easy-steps {
  padding-top: 1.5rem;
}

.box3 {
  width: 76%;
}

.btn-3 {
  width: 82%;
}

/* RESPONSIVE EULA */
.text-privacy {
  width: 85%;
  margin: 2rem auto;
}

.logo-imprint {
  width: 85%;
}

footer {
  width: 85%;
}

.title-p {
  font-size: 1rem;
}

.peula {
  font-size: 0.9rem;
}

/* RESPONSIVE INSTALL PAGE EN */

.download-steps-container>h2 {
  font-size: 1.3rem;
}

.download-steps-container>p {
  font-size: 1rem;
  margin: 0 1rem 3rem 1rem;
}

.btn-install {
  margin-right: 0rem;
}

.info-install-container>h2 {
  font-size: 1.3rem;
}

.install-step>h3 {
  font-size: 1rem;
}

.info-install-container {
  margin: 3rem 0;
}

.uninstall {
  padding: 1.5rem 0 1rem 0;
}

.h2uninstall {
  width: 90%;
}

.uninstallP {
  width: 90%;
}

.images-uninstall>img {
  width: 278px;
  height: auto;
}
}

@media (max-width: 322px) {
  .first-section {
    padding-top: 1.6rem;
  }

  .content-1>h3,
  .content-2>h3 {
    width: 100%;
  }

  .titulo {
    margin: 1.5rem auto 0.4rem;
  }

  .boton {
    padding: 0.5rem 5rem;
  }

  .content-easy-steps {
    padding-top: 3rem;
  }

  .text-subtitle-btn {
    margin-bottom: 2rem;
  }

  .text-subtitle-btn>h2 {
    font-size: 0.8rem !important;
    width: 86%;
  }
  .content-reviews {
    width: 81%;
    margin-top: 8rem!important;
}

  .lp3_2_subtitle>h2 {
    margin-bottom: 2rem !important;
  }

  /* RESPONSIVE IMPRINT*/
  .imprint-h2 {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  /* RESPONSIVE INSTALL PAGE EN*/

  .info-install-steps {
    grid-template-columns: repeat(auto-fill, minmax(254px, 1fr));
  }

  .download-steps-container>h2 {
    font-size: 1.2rem;
  }

  .download-steps-container>p {
    margin: 0 0.5rem 3rem 0.5rem;
  }

  .step-download-info>h4 {
    font-size: 1rem;
  }

  .info-install-container>h2 {
    font-size: 1.2rem;
  }

  .btn-container-install-steps {
    margin: 3rem 0 5rem 0;
  }

  .title-features>h2 {
    font-size: 1.1rem;
  }

  .info-install-container>p {
    font-size: 0.9rem;
    margin-bottom: 2rem;
  }

  .steps-container {
    grid-template-columns: repeat(auto-fill, minmax(248px, 1fr));
    gap: 20px;
  }

  .btn-container-install-download {
    margin: 3rem 0;
  }
}