/* New Landing cl */
.landing-cl {
    background-color: #F6F1E8;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    color: #000;
}
.landing-cl div {
    font-family: 'Manrope', sans-serif;
}

/* New buttons */
.btn-new {
    display: block;
    background: #fff;
    padding: 14px;
    border-radius: 14px;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    border: 1px solid #3A332B;
}

.btn-new.btn-new-primary  {
    color: #fff;
    background: #C66A45;
    border: 1px solid #C66A45;
}

/* Header */
.landing-header {

}
.landing-header .landing-header-login {
    text-decoration: underline;
}
.landing-header img {
    width: 140px;
}
@media screen and (min-width: 64em) {
    .landing-header img {
        width: 160px;
    }
}
.landing-header-wrapper {
    margin: 0 auto;
    max-width: 1290px;
    display: block;
}
.landing-header-container {
    padding: 20px 20px 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -15px;
}
@media screen and (min-width: 64em) {
    .landing-header-container {
        padding: 20px 20px 10px 20px;
    }
}

/* Landing Hero */
.landing-section.landing-section-hero {
    background-color: #F6F1E8;
}
.landing-section.landing-section-hero h1 {
    font-family:'Fraunces', serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.03em;
}
@media screen and (min-width: 64em) {
    .landing-section.landing-section-hero h1 {
        font-size: 46px;
        line-height: 1.05;
    }
}
.landing-section.landing-section-hero h1 em {
    color: #C66A45;
    font-weight: 400;
}

.landing-section-hero-container {

}
@media screen and (min-width: 64em) {
    .landing-section-hero-container {
        display: flex;
    }
}
.landing-section-hero-container-description {

}
@media screen and (min-width: 64em) {
    .landing-section-hero-container-description {
        width: 50%;
        padding-right: 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
.landing-section-hero-container-description p {
    margin-bottom: 10px;
}
@media screen and (min-width: 64em) {
    .landing-section-hero-container-description p {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 20px;
        margin-top: 20px;
    }
}
.landing-section-hero-bullets {
    margin-bottom: 20px;
}
@media screen and (min-width: 64em) {
    .landing-section-hero-bullets {
        margin-bottom: 30px;
    }
}
.landing-section-hero-bullets li {
    display: flex;
    margin-bottom: 10px;
}
@media screen and (min-width: 64em) {
    .landing-section-hero-bullets li {
        margin-bottom: 15px;
    }
}
.landing-section-hero-bullets-icon {
    font-weight: 700;
    margin-right: 10px;
    color: green;
}
.landing-section-hero-bullets-content {

}
@media screen and (min-width: 64em) {
    .landing-section-hero-bullets-content {
        font-size: 18px;
    }
}

.landing-section-hero-price {
    border: 1px solid #3A332B;
    color: #3A332B;
    font-size: 14px;
    padding: 2px 12px;
    margin-bottom: 0px;
    width: max-content;
    border-radius: 14px;
}
.landing-section-hero-price i {
    color: #3B6D11;
}
.landing-section-hero-container-cover {

}
@media screen and (min-width: 64em) {
    .landing-section-hero-container-cover {
        width: 50%;
    }
}
.landing-section-hero a {
    margin-bottom: 30px;
}
@media screen and (min-width: 64em) {
    .landing-section-hero a {
        margin-bottom: 20px;
    }
}
.landing-section-hero img {
    display: block;
    width: 100%;
    border-radius: 14px;
}

.landing-section .subtitle {
    font-family: 'Manrope', sans-serif;
    text-transform: uppercase;
    color: #7A6F62;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
}
@media screen and (min-width: 64em) {
    .landing-section .subtitle {
        font-size: 13px;
    }
}

/* Landing hero beofore & after */
.landing-hero-ba {
    position: relative;
    aspect-ratio: 4/3.5;
    margin: 0 -20px;
}
@media screen and (min-width: 36em) {
    .landing-hero-ba {
        aspect-ratio: 4/2.5;
        margin: 0;
    }
}
@media screen and (min-width: 64em) {
    .landing-hero-ba {
        aspect-ratio: 4/4.5;
    }
}
@media screen and (min-width: 72em) {
    .landing-hero-ba {
        aspect-ratio: 4/4;
    }
}
@media screen and (min-width: 80em) {
    .landing-hero-ba {
        aspect-ratio: 4/3.5;
    }
}

.landing-hero-ba video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (min-width: 36em) {
    .landing-hero-ba video {
        border-radius: 14px;
    }
}

/* Landing section */
.landing-section {
    background-color: #fff;
}
.landing-section-bg {
    background-color: #FBF8F2;
}
.landing-section-wrapper {
    margin: 0 auto;
    max-width: 1290px;
    display: block;
    padding: 20px;
}
@media screen and (min-width: 64em) {
    .landing-section-wrapper {
        padding: 30px 20px 40px 20px;
    }
}
.landing-section-header {
    text-align: center;
}
@media screen and (min-width: 64em) {
    .landing-section-header {
        margin-bottom: 30px;
    }
}
.landing-section h2 {
    font-family:'Fraunces', serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin-top: 0;
    text-wrap: balance;
}
@media screen and (min-width: 64em) {
    .landing-section h2 {
        font-size: 30px;
    }
}
.landing-section h2 em {
    color: #C66A45;
    font-weight: 400;
}

.landing-section-body {
   display: flex;
    justify-content: center;
}

/* Designers */
.landing-section-designer {
    text-align: center;
    background-color: #fff;
    border-radius: 14px;
    padding: 15px;
    margin: 5px;
}
@media screen and (min-width: 64em) {
    .landing-section-designer {
        padding: 20px;
        margin: 10px;
    }
}
.landing-section-designer-desktop {
    display: none;
}
@media screen and (min-width: 64em) {
    .landing-section-designer-desktop {
        display: block;
    }
}

.landing-section-designers-container {
    margin: -5px;
    display: flex;
}
@media screen and (min-width: 64em) {
    .landing-section-designers-container {
        margin: -10px;
    }
}
.landing-section-designer img {
    width: 100%;
    border-radius: 50%;
}
.landing-section-designer-name {
    font-weight: 600;
    margin-top: 5px;
    line-height: 1.3;
    margin-bottom: 5px;
}
.landing-section-designer-style {
    font-size: 13px;
    color: var(--color-font-desc);
    line-height: 1.3;
}
.landing-section-designers-more {
    text-align: center;
    text-wrap: balance;
}
@media screen and (min-width: 64em) {
    .landing-section-designers-more {
        margin-top: 30px;
    }
}

/* Steps */
.landing-section-steps {
    display: flex;
    flex-direction: column;
    margin: 0 -5px;
}
@media screen and (min-width: 64em) {
    .landing-section-steps {
        display: flex;
        flex-direction: row;
    }
}
.landing-section-step {
    margin: 0 10px;
    margin-bottom: 10px;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
@media screen and (min-width: 64em) {
    .landing-section-step {
        width: 25%;
        margin-bottom: 20px;
    }
}

.landing-section-step-image {
    display: none;
}
@media screen and (min-width: 64em) {
    .landing-section-step-image {
        display: block;
    }
}
.landing-section-step-image img {
    width: 100%;
    display: block;
}
.landing-section-step-content {
    display: flex;
    flex-direction: column;
}

.landing-section-step-body {
    display: flex;
    background-color: #fff;
    height: 100%;
    padding: 0 10px;
    padding-bottom: 10px;
}
@media screen and (min-width: 64em) {
    .landing-section-step-body {
        padding: 20px 0 0 0;
    }
}

.landing-section-bg .landing-section-step-body {
    padding: 20px;
}
.landing-section-step-number {
    padding-right: 20px;
    padding-top: 5px;
    font-family:'Fraunces', serif;
    font-size: 30px;
    color: #C66A45;
    font-style: italic;
}
.landing-section-step-content-title {
    font-weight: 700;
}

/* Badges */
.landing-section-badges-container {
    margin-top: 20px;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1.3em;
}
@media screen and (min-width: 64em) {
    .landing-section-badges-container {
        font-size: 16px;
        margin-top: 30px;
    }
}

.landing-section-badges-container-top {
    display: none;
}
@media screen and (min-width: 64em) {
    .landing-section-badges-container-top {
        display: flex;
    }
    .landing-section-badges-container-bottom {
        display: none;
    }
}
.landing-section-badges-star {
    color: #BA7517;
}
.landing-section-badges-number {
    font-weight: 700;
}

/* Footer */
.landing-section-footer {
    background-color: #3A332B;
    color: #fff;
}
.landing-section-footer h2 {
    text-align: center;
    text-wrap: balance;
    margin-top: 20px;
    margin-bottom: 20px;
}
.landing-section-footer p {
    text-align: center;
    text-wrap: balance;
    font-size: 14px;
    margin-bottom: 40px;
}
ul.landing-section-footer-social {
    margin: 50px 0 30px 0;
    display: flex;
    justify-content: space-between;
    width: max-content;
}
.landing-section-footer-social li {
    margin: 0 20px;
}
.landing-section-footer-social i {
    color: #fff;
    font-size: 22px;
}

.landing-section-footer-links li {
    margin-bottom: 5px;
}
.landing-section-footer-links a, .landing-section-footer-links span {
    color: #fff;
    font-size: 14px;
}
.landing-section-footer-rights {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}

.landing-section-footer-links-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.landing-section-footer-links {
    text-align: center;
}
@media screen and (min-width: 64em) {
    .landing-section-footer-links {
        display: flex;
        flex-direction: row;
    }
}

.landing-section-footer-links li {
    margin: 0 5px;
    display: inline-block;
}
@media screen and (min-width: 64em) {
    .landing-section-footer-links li {
        margin: 0 10px;
    }
}

/* Bullets */
.landing-section-bullets li {
    display: flex;
    margin-bottom: 10px;
}
.landing-section-bullets-icon {
    padding-right: 10px;
    color: #C66A45;
    font-size: 16px;
    font-weight: 600;
}
.landing-section-bullets-text {
    font-size: 16px;
    line-height: 1.5;
}
@media screen and (min-width: 64em) {
    .landing-section-bullets-text {
        font-size: 18px;
    }
}

/* Packs */
.landing-section-packs-container {

}
@media screen and (min-width: 64em) {
    .landing-section-packs-container {
        display: flex;
        margin: 0 -15px;
    }
}
.landing-section-pack {
    border: 1px solid var(--color-border);
    padding: 25px;
    border-radius: 14px;
    margin-bottom: 20px;
    position: relative;
    background-color: #fff;
}
@media screen and (min-width: 64em) {
    .landing-section-pack {
        width: 50%;
        margin: 0 15px;
        padding: 35px;
    }
}
.landing-section-pack.landing-section-pack-plus {
    border: 1px solid #C66A45;
    margin-top: 30px;
    margin-bottom: 10px;
}
@media screen and (min-width: 64em) {
    .landing-section-pack.landing-section-pack-plus {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}
.landing-section-pack-recomendado {
    position: absolute;
    background-color: #C66A45;
    top:-15px;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 7px;
}
.landing-section-pack .landing-section-bullets {
    margin-bottom: 0px;
}
@media screen and (min-width: 64em) {
    .landing-section-pack .landing-section-bullets {
        margin-bottom: 0px;
    }
}
.landing-section-pack .landing-section-bullets li {
    margin-bottom: 5px;
}
.landing-section-pack .landing-section-bullets li .landing-section-bullets-text {
    font-size: 14px;
}
@media screen and (min-width: 64em) {
    .landing-section-pack .landing-section-bullets li .landing-section-bullets-text {
        font-size: 16px;
    }
}

.landing-section-pack-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}
@media screen and (min-width: 64em) {
    .landing-section-pack-title {
        font-size: 22px;
    }
}
.landing-section-pack-description {
    margin-bottom: 10px;
    font-size: 14px;
}
@media screen and (min-width: 64em) {
    .landing-section-pack-description {
        font-size: 16px;
        margin-bottom: 20px;
    }
}
.landing-section-pack-price {
    margin-bottom: 10px;
}
@media screen and (min-width: 64em) {
    .landing-section-pack-price {
        margin-bottom: 20px;
    }
}
.landing-section-pack-price-discount {
    text-decoration: line-through;
    color: var(--color-font-desc);
    margin-right: 5px;
}
.landing-section-pack-price-current {
    font-weight: 600;
    font-size: 28px;
    margin-right: 5px;
}
.landing-section-pack-price-text {
    color: var(--color-font-desc);
    font-size: 14px;
}

/* Promise */
.landing-section-promise{
    text-align: center;
    padding: 40px;
}
@media screen and (min-width: 64em) {
    .landing-section-promise{
        padding: 60px;
    }
}
.landing-section-promise-title {
    font-family: 'Fraunces', sans-serif !important;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
@media screen and (min-width: 64em) {
    .landing-section-promise-title {
        font-size: 26px;
        margin-bottom: 20px;
    }
}
.landing-section-promise-text {
    text-wrap: pretty;
}
@media screen and (min-width: 64em) {
    .landing-section-promise-text {
        font-size: 18px;
    }
}

/* Review */
.landing-reviews-carousel {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.landing-reviews-track {
    display: flex;
    transition: transform 0.6s ease-in-out;
    will-change: transform;
}
.landing-reviews-track .landing-section-review {
    min-width: 100%;
    width: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
}
.landing-section.landing-section-review {
    text-align: center;
    padding: 10px;
    background-color: transparent;
}
.landing-section-review-stars {
    color:#BA7517;
    text-align: center;
    margin-bottom: 10px;
}
@media screen and (min-width: 64em) {
    .landing-section-review-stars {
        font-size: 18px;
    }
}
.landing-section-review-text {
    font-family: 'Fraunces', sans-serif !important;
    font-style: italic;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px;
    text-wrap: balance;
}
@media screen and (min-width: 64em) {
    .landing-section-review-text {
        font-size: 24px;
    }
}
.landing-section-review-name {
    text-align: center;
    color: var(--color-font-desc);
}

/* Body cta */
.landing-body-cta {
    padding: 10px 20px 20px 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .6);
    backdrop-filter: blur(5px);
    z-index: 10;
}
.landing-body-cta.show-button {
    animation-name: bodyCtaAnimationShow;
    animation-duration: 0.3s;
}
@keyframes bodyCtaAnimationShow {
    0% { margin-bottom: -4rem; }
    100% { margin-bottom: 0px; }
}

.landing-body-cta.hidde-button {
    animation: bodyCtaAnimationHide 0.3s ease forwards;
}
@keyframes bodyCtaAnimationHide {
    0% { margin-bottom: 0px; visibility: visible; }
    100% { margin-bottom: -4rem; visibility: hidden; }
}

/* Section brands */
.landing-section-brands-container-box {
    display: flex;
    justify-content: center;
    width: 100%;
}
.landing-section-brands-container {
    display: flex;
    justify-content: center;
    width: 100%;
}
@media screen and (min-width: 80em) {
    .landing-section-brands-container {
        width: 80%;
    }
}
@media screen and (min-width: 48em) {
    .landing-section-brands-names {
        width: 40%;
    }
}
.landing-section-brands-image {
    width: 60%;
    height: 220px;
    overflow: hidden;
    position: relative;
    border-radius: 14px;
    display: none;
    height: 350px;
}
@media screen and (min-width: 48em) {
    .landing-section-brands-image {
        display: block;
    }
}
.landing-section-brands-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.landing-section-brands-wrapper {
    overflow: hidden;
    height: 220px;
    display: flex;
    justify-content: center;
    position: relative;
}
@media screen and (min-width: 48em) {
    .landing-section-brands-wrapper {
        height: 350px;
    }
}
.landing-section-brands-wrapper::before,
.landing-section-brands-wrapper::after {
    content: '';
    position: absolute;
    left: 0; right: 0;
    height: 40px;
    z-index: 2;
    pointer-events: none;
}
.landing-section-brands-wrapper::after {
    bottom: 0;
    background: linear-gradient(to top, #ffffff 0%, rgba(255,255,255,0) 100%);
}
.landing-section-bg .landing-section-brands-wrapper::after {
    background: linear-gradient(to top, #FBF8F2 0%, rgba(255,255,255,0) 100%);
}
.landing-section-brands-wrapper::before {
    top: 0;
    background: linear-gradient(to bottom, #ffffff 0%, rgba(255,255,255,0) 100%);
}
.landing-section-bg .landing-section-brands-wrapper::before {
    background: linear-gradient(to bottom, #FBF8F2 0%, rgba(255,255,255,0) 100%);
}
.landing-section-brands-list {
    display: flex;
    flex-direction: column;
    animation: brandsScrollv 18s linear infinite;
}
.landing-section-brands-list li {
    font-family: 'Fraunces', serif;
    font-size: 26px;
    line-height: 36px;
    font-weight: 300;
}
