/* -------- Reset -------- */

body {
  font-family: "Open sans, Helvetica, Arial", sans-serif;
  background-color: #fff;
  box-sizing: border-box;
  max-width: 1920px;
  width: 100%;
  margin: auto;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

/* -------- Buttons -------- */

.btn {
  width: 15rem;
  height: 5rem;
  border-radius: 30px;
  background-color: #ffaf53;
  color: #1b2143;
  transition: 1s;
  font-size: 25px;
  margin-top: 1rem;
  box-shadow: 2px 3px 5px rgba(0,0,0,0.5);
}

.btn:hover {
  background-color: #b86a12;
  transition: 1s;
}

.btn2 {
  width: 15rem;
  height: 5rem;
  background-color: #1b2143;
  color: #dd8928;
  transition: 1s;
  border: none;
  border-radius: 20px;
  font-size: 20px;
}

.btn2:hover {
  background-color: #424a7e;
  transition: 1s;
}

.form-btn {
  width: 100%;
  padding: 15px 20px;
  color: #fff;
  margin-top: 20px;
  font-weight: 700;
  font-family: "Open sans, Helvetica, Arial", sans-serif;
  border-radius: 15px;
  background-color: #ff7226;
  border: none;
  transition: 1s;
}

.form-btn:hover {
  background-color: #000;
  color: #fff;
  transition: 1s;
}

/* --- Header --- */

.header {
  -webkit-align-items: center;
  align-items: center;
  background-color: #ffaf53;
  color: currentColor;
  color: var(--c-header);
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 15px;
  position: relative;
  width: 100%;
  max-width: 1920px;
  z-index: 20;
}

.head {
  margin: auto;
}

.head p {
  margin: 10px 0;
  color: #fff;
  font-weight: bold;
}

/* -------- SECTION 1 - HERO ---------- */

.section-1 {
  background-image: url(../images/banner-bg-10.jpg);
  padding: 5rem;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: center;
  color: white;
}

.s1-1 > h1 {
  font-size: 5rem;
  font-weight: 800;
}

.s1-subt {
  font-size: 1.5rem;
  font-style: italic;
}

.s1-txt{
  width: 50%;
}

.s1-txt, .s1-subt, .s1-1>h1, .s1-chip>span, .s2-stars>p {
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
  0px 8px 13px rgba(0,0,0,0.1),
  0px 18px 23px rgba(0,0,0,0.1);
}

.s1-chip {
  display: flex;
  gap: 15px;
  padding: 0 25px;
  font-size: 25px;
  line-height: 70px;
}

.s1-chip > img {
  float: left;
  margin: 0px 0 0 -15px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
/* -- s-1 discount effect -- */

s, strike{text-decoration:none;position:relative;}
s::before, strike::before {
    top: 50%; 
    background:red; 
    opacity:.7;
    content: '';
    width: 110%;
    position: absolute;
    height:.1em;
    border-radius:.1em;
    left: -5%;
    white-space:nowrap;
    display: block;
    transform: rotate(-15deg);  
}
s.straight::before, strike.straight::before{transform: rotate(0deg);left:-1%;width:102%;}


.price-1{
  display: flex;
  align-items: center;
  gap: 1rem;
}

.price-disc{
  background-color: rgba(255, 74, 74, 0.62);
  min-width: 100px;
  padding: 0.2rem 0.5rem;
  border-radius: 10px;
  margin-right: 1rem;
}

.price-value{
  font-size: 40px;
  font-weight: 900;
}

.price-old{
  font-style: italic;
}

/* -------- SECTION 2 - MORE INFO ---------- */

.section-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #232f3f;
}

.s2-title {
  font-weight: 800;
  font-size: 50px;
}

.s2-subtitle {
  font-style: italic;
  font-size: 30px;
  padding-bottom: 1rem;
}

.s2-img > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.s2-info {
  padding: 4rem;
  text-align: justify;
}

.s2-info button {
  margin-bottom: 1rem;
}

.s2-stars {
  display: flex;
  gap: 0.5rem;
}

.s2-button {
  background-color: #232f3f;
  color: #fff07c;
  padding: 0.7rem;
  border-radius: 15px;
  width: 10rem;
  transition: 1s;
}

.s2-button:hover,
.s2-button:active {
  background-color: #2f4460;
  transition: 1s;
}
.s2-list {
  list-style: square;
}

.s2-p{
  max-width: 80rem;
}

/* -------- SECTION 3 - BARRA SEPARACION ---------- */

.section-3 {
  background-color: #ffaf53;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
}

.section-3>h3 .section-3>h3{
  text-align: center;
  font-weight: 900;
  font-size: 30px;
}

.section-3 h3 {
  text-align: center;
}

.section-3-1 {
  background-color: #1b2143;
  color: #ffaf53;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
}

/* -------- SECTION 4 - MORE INFO ---------- */

.section-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  text-align: center;
}

.s4-2 {
  display: flex;
}

.s4-title {
  font-weight: 800;
  font-size: 40px;
  padding-bottom: 2rem;
}

.s4-txt {
  padding-bottom: 1rem;
}

.s4-2-img > img {
  padding-bottom: 1rem;
  width: 100%;
  height: 60%;
  object-fit: contain;
}

/* -------- SECTION 5 - REVIEWS ---------- */

.section-5 {
  background-color: #1b2143;
  padding: 2rem;
  display: flex;
  justify-content: space-around;
}

.s5-rev {
  background-color: aliceblue;
  border-radius: 20px;
  padding: 2rem;
  margin-bottom: 1rem;
}

.s5-rev-user {
  display: flex;
}

.s5-date {
  font-style: italic;
  padding-top: 0.5rem;
  color:rgba(0, 0, 0, 0.4)
}

.user-avatar {
  max-width: 40px;
  border-radius: 20px;
}

.s5-rev-info {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
}

.s5-chip {
  display: inline-block;
  padding: 0 25px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
}

.s5-chip > img {
  float: left;
  margin: 0 10px 0 -25px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

/* -------- FOOTER ---------- */

.footer {
  background-color: #1b2143;
  color: #ffd5a5;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* -------- FORM -------- */

.final-section{
  padding: 2rem;
}

.form-title {
  background-color: #ffaf53;
  color: #1b2143;
  padding: 0.4rem;
  width: fit-content;
  font-weight: 800;
  font-size: 40px;
  margin: 0 auto;
}

.card-text{
  text-align: center;
}

.card img {
  max-width: 250px;
}

.box-form {
  font-family: "Open sans, Helvetica, Arial", sans-serif;
  max-width: 600px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  background-color: #ffd5a5;
  border-radius: 10px;
  padding: 40px;
  color: #1b2143;
  margin-bottom: 2rem;
}

.form-title2 {
  font-weight: 800;
  font-size: 40px;
}

.form-subtitle {
  font-style: italic;
}

.box-check {
  padding: 3px 0px;
}

.form-horizontal,
.form-group {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
}


.card{
  max-width: 20rem;
  border: none;
  margin: 1rem;
}

.new-price {
  font-size: 3em;
  color: red;
  font-weight: bold;
}

.old-price {
  font-size: 2em;
  color: #000000;
  text-decoration: line-through;
  margin-right: 1em;
  margin-left: 1em;
}

.disclaimer-pp {
  font-size: 12px;
  color: #000000;
  margin-top: 20px;

}

.step-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.step-box>img{
    width: 100%;
  max-width: 900px;
    object-fit: contain;
}

.form-steps {
  padding: 1rem;
}

/* Overlap box */

.overlapbox {
  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 1.5em;
  color: #999;
  width: 50%;
  min-height: 500px;
  position: fixed;
  top: 10%;
  left: 50%;
  margin-left: -25%;
  transform: scale(0, 0);
  transition: all 0.5s ease;
  z-index: 9;
  overflow: hidden;
}

.overlapbox-active {
  transform: scale(1, 1);
}

.content-overlapbox {
  margin-top: 20px;
  overflow-y: scroll;
  max-height: 400px;
}

.disclaimer-pp {
  font-size: 12px;
  color: #000000;
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
    .section-1 {
      background-position-x:100%;
      padding: 6rem;
      text-shadow: rgb(31, 31, 31) 1px 0 10px;
    }

    .s1-1>h1, .s1-1>p{
        text-shadow: #000000;
    }

    .s2-img{
        min-width: 20rem;
    }

    .s2-p{
        font-size: 13px;
    }
  }


@media screen and (max-width: 768px) {
  .section-1 {
    background-image: url(../images/banner-bg-mobile-10.jpg);
    background-size: cover;
    background-position-x:60%;
    padding: 1rem;
  }


 .s1-chip{
  padding: 1rem;
  line-height: 2;
 }

 .s1-chip>span{
  font-size: 20px;
 }

  .s1-txt{
    width: fit-content;
  }

  .s1-subt{
    max-width: 250px;
  }

  .s2-p{
    width: auto;
  }

}
