body {
  font-family: "Fira Sans", sans-serif;
}

.popupS h3 {
  margin-bottom: 20px;
}

.img-mvl {
  width: 443px;
  height: 549px;
}

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

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 48px;
}

.card-head {
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  width: 30%;
  border: 4px solid #ffe200;
  border-radius: 60px;
  padding: 70px;
}
.card-head h2 {
  font-size: 30px !important;
  font-style: normal;
  font-weight: 400;
}

.card {
  background-color: #fff;
  border-radius: 60px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 72px 20px 68px 20px;
  text-align: center;
  width: 592px;
  height: auto;
  position: relative;
}

.card-content {
  color: black;
  text-align: left;
  margin-left: 72px;
  font-size: 18px;
  margin-top: 48px;
}

.circle {
  position: absolute;
  top: -75px;
  right: -50px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #ffe200;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.circle-h2 {
  font-size: 30px;
  font-weight: 900;
  margin: 0;
  color: black;
  font-family: "Rubik", sans-serif;
  line-height: 1.2;
}

.circle2-h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: black;
  font-family: "Rubik", sans-serif;
  line-height: 1.2;
}

.circle-p {
  font-size: 11px;
  margin: 0;
  color: #4d4f5c;
  font-weight: 600;
  font-style: italic;
}

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

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

.popupS {
  margin-top: 96px;
  clear: both;
  padding-top: 76px;
  padding-bottom: 70px;
  padding-left: 48px;
  padding-right: 48px;
  transform: translate(0%, 0);
  background-color: #22292e;
  display: none;
  color: white;
  max-width: 1396px;
  margin: auto;
  overflow: auto;
}

.main-smart {
  background-color: #22292e;
  margin-right: calc(-99vw / 2 + 100% / 2);
  margin-left: calc(-99vw / 2 + 100% / 2);
  max-width: 100vw;
}

.popupS .left {
  text-align: center;
  float: left;
  width: 45%;
}
.info {
  margin-bottom: 48px;
}

.popupS .right {
  text-align: center;
  float: right;
  width: 45%;
  margin-right: 55px;
}

.smartphone .a {
  text-align: right;
}

.smartphone a {
  background-color: #ffda00;
  border-radius: 15px;
  color: black;
  cursor: pointer;
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 70px;
  transition: background-color 0.2s ease-in-out;
}

.popupS a:hover {
  background-color: #50ba50;
}
.smartphone a:hover {
  background-color: #50ba50;
  color: white;
}

.card-head p {
  height: 88px;
  margin-bottom: 30px;
}

a#btn-mvl {
  padding: 19px 90px;
  border-radius: 15px;
  font-size: 22px;
  font-weight: 900;
  background-color: #ffe200;
  color: #22292e;
}
a#btn-mvl:hover {
  background-color: #50ba50;
  color: white;
}

h3.card-title {
  margin-bottom: 120px;
  font-size: 40px;
}

@media (max-width: 1500px) {
  .popupS .left {
    text-align: center;
    float: left;
    width: 100%;
  }

  .popupS .right {
    margin-top: 96px;
    text-align: center;
    float: right;
    width: 100%;
  }
}

@media (max-width: 800px) {

  .popupS {
    padding-left: 0px;
    padding-right: 0px;
  }

  .card-head h2 {
    font-size: 26px !important;
  }
  .popupS .right {
    margin-right: 0px!important;
  }
  
  .card-head p {
    margin-bottom: 48px;
  }
  .popupS .right {
    margin-top: 96px !important;
  }
  .card-head p {
    height: 60px;
  }
  .popupS > h2 {
    text-align: left;
    margin-left: 10px;
    margin-bottom: 80px;
  }
  h3.card-title {
    padding: 0 20px;
  }

  .card-head {
    width: 100%;
    padding: 60px 30px;
  }
  .card {
    width: 90%;
  }
  .main-smart img {
    margin-top: 24px;
    width: 400px;
    height: auto;
  }
  .card-content {
    text-align: left;
    margin-left: 0;
  }

  a#btn-mvl {
    display: block;
  }
  a#btn-mvl {
    margin-top: 28px;
    width: 100%;
    font-size: 18px;
    font-weight: 800;
    padding: 19px 0;
    text-align: center;
  }
  .card {
    margin-top: 48px;
  }
  .circle {
    top: -75px;
    right: 0px;
  }
  .main-smart {
    margin-right: calc(-100vw / 2 + 100% / 2);
    margin-left: calc(-100vw / 2 + 100% / 2);
  }
  h3.card-title {
    font-size: 28px;
}
}

/*Bloque rentik*/
.card-rentik {
  position: relative;
}
.cuadricula-rentik .grid-info img {
  width: 20%;
  margin: 0;
}
.cuadricula-rentik {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 24px;
}
.cuadricula-rentik .grid-info {
  display: flex;
  gap: 12px;
  align-items: center;
}
.cuadricula-rentik .grid-info p {
  margin-bottom: 0;
  font-size: 16px;
}

.grid-col-rentik {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 48px;
  margin-right: 60px;
}
.col-rentik {
  padding: 48px;
  background-color: white;
  border-radius: 60px;
  color: #22292e;
}
.card-content-rentik {
  margin-top: 48px;
}
.circle-rentik {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #ffe200;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: absolute;
  top: -120px;
  margin-left: 232px;
  left: auto;
}

.card-content-rentik a#btn-mvl {
  padding: 20px 48px;
}
@media(min-width:800px){
  img.img-mvl-rentik {
    height: 370px;
}
}
@media (max-width: 800px) {
  h3.card-title {
    margin-bottom: 78px;
  }
  .grid-col-rentik {
    margin-right: 0px!important;
  }
  .cuadricula-rentik .grid-info img {
    width: 20%;
  }
  .circle-rentik {
    top: -150px;
    right: 0px;
  }
  .grid-col-rentik {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 48px;
    padding: 0 18px;
    grid-gap: 130px;
    padding-top: 48px;
  }
  .col-rentik {
    padding: 72px 20px 68px 20px;
  }
}

/**/
