h1 {
font-size: 96px;
line-height: 130%;
letter-spacing: -1.92px;
}

@media only screen and (max-width: 768px) {
  h1 {
font-size: 64px;
  }
}

@media only screen and (max-width: 375px) {
  h1 {
font-size: 56px;
  }
}

h2 {
font-size: 64px;
line-height: 110%;
letter-spacing: -2px;
}

@media only screen and (max-width: 768px) {
  h2 {
font-size: 42px;
  }
}

h3 {
font-size: 40px;
line-height: 130%;
letter-spacing: -1px;
}

h4 {
font-size: 24px;
line-height: 37px;
}

h5 {
font-size: 20px;
line-height: 130%;
}

h6 {
font-size: 18px;
line-height: 150%;
}

.navbar {
display: flex;
align-self: stretch;
padding: 24px 0px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
background-color: #202226;
}

.hero-section {
display: flex;
padding: 50px 20px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 0px;
background-color: white;
}

@media only screen and (max-width: 992px) {
.hero-section {
padding: 25px 20px;
  }
}

.main-container {
display: flex;
max-width: 1024px;
flex-direction: column;
align-items: flex-start;
}

.hero-info-small {
display: none !important;
padding: 40px;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 12px;
align-self: stretch;
border-radius: 20px 20px 0px 0px;
background-color: #202226;
}

@media only screen and (max-width: 768px) {
.hero-info-small {
display: flex !important;
  }
}

.hero-container {
display: flex;
width: 100%;
max-width: 1024px;
flex-direction: column;
align-items: flex-start;
}


.img-container {
display: flex;
max-width: 1024px;
flex-direction: column;
align-items: flex-start;
flex: 1 0 0;
}

.hero-container .img-fluid {
height: auto;
width: 100%;
border-radius: 50px;
}

@media only screen and (max-width: 992px) {
.hero-container .img-fluid {
border-radius: 20px;
  }
}

@media only screen and (max-width: 768px) {
.hero-container .img-fluid {
border-radius: 0px 0px 20px 20px;
  }
}

.key-section {
display: flex;
padding: 50px 20px;
justify-content: center;
align-items: center;
gap: 40px;
align-self: stretch;
background-color: white;
}

@media only screen and (max-width: 992px) {
.key-section {
padding: 25px 20px;
  }
}

.key-container {
display: flex;
max-width: 1024px;
align-items: center;
gap: 40px;
flex: 1 0 0;
}

@media only screen and (max-width: 992px) {
.key-container {
display: flex;
max-width: 1024px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 40px;
  }
}

.key-element {
display: flex;
align-items: center;
gap: 24px;
flex: 1 0 0;
}

.key-text {
display: flex;
max-width: 400px;
flex-direction: column;
align-items: flex-start;
gap: 10px;
flex: 1 0 0;
}

.soon-section {
display: flex;
padding: 50px 20px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 40px;
background-color: white;
}

@media only screen and (max-width: 992px) {
.soon-section {
padding: 25px 20px;
  }
}

.soon-container {
display: flex;
max-width: 1024px;
width: 100%;
padding: 50px;
justify-content: space-between;
align-items: center;
border-radius: 20px;
border: 1px solid var(--Gray-4, #BDBDBD);
gap: 64px;
}

@media only screen and (max-width: 992px) {
.soon-container {
flex-direction: column;
gap: 64px;
padding: 42px 20px;
max-width: 720px;
  }
}

.soon-left {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 24px;
}

@media only screen and (max-width: 992px) {
.soon-left {
max-width: 424px;
  }
}

@media only screen and (max-width: 992px) {
.soon-label {
display: none !important;
  }
}

.soon-right {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 30px;
}

.item {
display: flex;
align-items: flex-start;
gap: 24px;
}

@media only screen and (max-width: 576px) {
.item {
flex-direction: column;
gap: 16px;
  }
}

.item-text {
display: flex;
width: 330px;
flex-direction: column;
align-items: flex-start;
gap: 0px;
}

.break-section {
display: flex;
padding: 50px 20px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 40px;
background-color: white;
}

@media only screen and (max-width: 992px) {
.break-section {
padding: 25px 20px;
  }
}

.break-container {
display: flex;
width: 100%;
max-width: 1024px;
justify-content: center;
align-items: center;
}

@media only screen and (max-width: 992px) {
.break-container {
max-width: 720px;
  }
}

@media only screen and (max-width: 768px) {
.break-container {
flex-direction: column;
  }
}

.img-break-container {
display: flex;
width: 100%;
height: 240px;
max-width: 637px;
flex-direction: column;
align-items: flex-start;
gap: 10px;
flex: 1 0 0;
border-radius: 20px 0px 0px 20px;
background-image: url("https://dewe.rent/assets/img/img-section-3.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
.img-break-container {
border-radius: 20px 20px 0px 0px;
display: flex;
height: 240px;
flex-direction: column;
align-items: flex-start;
gap: 10px;
align-self: stretch;
  }
}

.break-text {
display: flex;
height: 240px;
padding: 40px;
max-width: 380px;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 20px;
flex: 1 0 0;
border-radius: 0px 20px 20px 0px;
background: #202226;
}

@media only screen and (max-width: 768px) {
.break-text {
border-radius: 20px;
max-width: 1200px;
width: 100%;
gap: 8px;
  }
}

.media-section {
display: flex;
padding: 50px 20px 50px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 40px;
background-color: white;
}

@media only screen and (max-width: 992px) {
.media-section {
padding: 25px 20px;
  }
}

.media-container {
display: flex;
width: 100%;
max-width: 1024px;
align-items: flex-start;
gap: 32px;
}

@media only screen and (max-width: 992px) {
.media-container {
gap: 24px;
max-width: 720px;
  }
}

@media only screen and (max-width: 768px) {
.media-container {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 24px;
  }
}

.media-card {
display: flex;
flex-direction: column;
align-items: flex-start;
flex: 1 0 0;
text-decoration: none;
}

@media only screen and (max-width: 768px) {
.media-card {
display: flex;
flex-direction: column;
align-items: flex-start;
align-self: stretch;
  }
}

.media-img {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 10px;
height: 200px;
align-self: stretch;
background-image: url("https://dewe.rent/assets/img/media-01.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
border-radius: 20px 20px 0px 0px;
}

.media-img2 {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 10px;
height: 200px;
align-self: stretch;
background-image: url("https://dewe.rent/assets/img/media-02.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
border-radius: 20px 20px 0px 0px;
}

.media-text {
display: flex;
padding: 40px;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 4px;
align-self: stretch;
border-radius: 0px 0px 20px 20px;
background-color: #202226;
}

.footer {
display: flex;
padding: 50px 20px 80px;
margin-top: 50px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 40px;
background-color: white;
border-top: 1px solid #E3E3E3;
}

@media only screen and (max-width: 992px) {
.footer {
padding: 40px 20px 80px;
  }
}

.footer-container {
display: flex;
width: 100%;
max-width: 1024px;
justify-content: space-between;
align-items: center;
}

@media only screen and (max-width: 992px) {
.footer-container {
max-width: 720px;
  }
}

@media only screen and (max-width: 768px) {
.footer-container {
display: flex;
flex-direction: column;
align-items: center;
gap: 32px;
  }
}

.footer-left {
display: flex;
align-items: center;
gap: 10px;
}

.footer-right {
display: flex;
align-items: flex-start;
gap: 20px;
}

.hero-relative {
position: relative;
display: inline-block;
}

@media only screen and (max-width: 768px) {
.hero-relative {
display: none !important;
  }
}

.hero-info {
position: absolute;
bottom: -400px;
left: 50px;
padding: 40px;
border-radius: 20px;
display: flex;
width: 486px;
max-width: 486px;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 20px;
background: #202226;
}

@media only screen and (max-width: 992px) {
.hero-info {
bottom: -350px;
  }
}

.form-section {
display: flex;
padding: 50px 20px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 40px;
background-color: white;
}

.form-container {
display: flex;
max-width: 1024px;
flex-direction: column;
align-items: flex-start;
}

.full-w {
max-width: 1200px;
width: 100%;
}

.formulario {
max-width: 1024px;
padding: 0px 20px;
}

.cta-form {
padding: 40px 0px;
gap: 30px;
}

.cta-form .btn-primary {
display: flex;
height: 58px;
padding: 14px 24px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 100px;
background-color: #202226;
border-color: #202226;
leading-trim: both;
text-edge: cap;

/* body/medium */
font-family: "Poppins", serif;
font-weight: 500;
font-style: normal;
font-size: 16px;
line-height: normal;
}

.success-btn {
display: flex;
height: 58px;
padding: 14px 24px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 100px;
background-color: #202226;
border-color: #202226;
leading-trim: both;
text-edge: cap;

/* body/medium */
font-family: "Poppins", serif;
font-weight: 500;
font-style: normal;
font-size: 20px;
line-height: normal;
}

.max-720 {
max-width: 720px;
 width: 100%;
  }
  
.title-form {
display: flex;
padding: 50px 20px;
justify-content: center;
align-items: center;
align-self: stretch;
}

@media only screen and (max-width: 768px) {
.title-form {
padding: 25px 20px;
  }
}

.title-form h2 {
max-width: 1024px;
width: 100%;
}


.no-style {
text-decoration: none;
}