/* Home > Banner */
[data-page="home"] #banner {
    padding: 0;
}
[data-page="home"] #banner .image {
    position: relative;
    display: block;
    width: 100%;    
}
[data-page="home"] #banner .image::after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 33.33333333333333%;
}
[data-page="home"] #banner .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 992px) {
    [data-page="home"] #banner .image::after {
        padding-bottom: 100%;
    }
}




/* Home > Produtos */
[data-page="home"] #products {
    padding: 0;
    margin: 90px 0;
}
[data-page="home"] #products .section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;

    margin: 0 0 90px 0;
}
[data-page="home"] #products .section-title h2 {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px; /* 125% */
    letter-spacing: -0.48px;
    margin: 0;
}
[data-page="home"] #products .section-title p {
    width: 100%;
    max-width: 545px;
    
    color: #505050;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: -0.16px;
    margin: 0;
}
[data-page="home"] #products {
    /* padding: 0 25px 25px 25px;
    width: calc(100% + 50px);
    left: -25px; */
}
[data-page="home"] #products .col-product {
    position: relative;
    height: auto;
}
[data-page="home"] #products .col-product {
    margin-bottom: 30px;
}
[data-page="home"] #products .card-product {
    height: 100%;
    background: #FFF;
    border-radius: 24px;
    box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.12);
    overflow: hidden;
}
[data-page="home"] #products .card-product-image {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;

    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
[data-page="home"] #products .card-product-image::after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 62.22222222222222%;
}
[data-page="home"] #products .card-product-image img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}
[data-page="home"] #products .card-product-content {
    padding: 40px 40px calc(40px + 55px) 40px;
}
[data-page="home"] #products .card-product-content--subtitle {
    color: var(--color-primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 333.333% */
    letter-spacing: 1.08px;
    text-transform: uppercase;
    text-align: center;
}
[data-page="home"] #products .card-product-content--title,
[data-page="home"] #products .card-product-content--title a {
    display: block;
    color: #050211;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 42px */
    letter-spacing: -0.6px;
    text-align: center;
    text-decoration: none;
    margin: 0 0 25px 0;

    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
[data-page="home"] #products .card-product-content--description,
[data-page="home"] #products .card-product-content--description a {
    display: block;
    color: #505050;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: -0.16px;
    text-align: center;
    text-decoration: none;
    margin: 0 0 35px 0;

    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
[data-page="home"] #products .card-product-image:hover,
[data-page="home"] #products .card-product-content--title a:hover,
[data-page="home"] #products .card-product-content--description a:hover {
    opacity: .5;
}
[data-page="home"] #products .card-product-content--button {
    position: absolute;
    left: 40px;
    bottom: 40px;

    display: block;
    width: calc(100% - 80px);
    height: 55px;
    
    padding: 8px 24px;
    background: var(--color-primary);
    border-radius: 100px;
    
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 250% */
    letter-spacing: 0.4px;
    text-align: center;
    text-decoration: none;

    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
[data-page="home"] #products .card-product-content--button:hover {
    background-color: var(--color-primary-80);
}
@media (max-width: 992px) {
    [data-page="home"] #products {
        margin: 50px 0;
    }
    [data-page="home"] #products .section-title {
        flex-direction: column;
        gap: 10px;
        margin: 0 0 30px 0;
    }
    [data-page="home"] #products .section-title h2 br {
        display: none;
    }
    [data-page="home"] #products .section-title h2,
    [data-page="home"] #products .section-title p {
        text-align: center;
    }

    [data-page="home"] #products .card-product-content {
        padding: 25px 25px calc(25px + 55px) 25px;
    }
    [data-page="home"] #products .card-product-content--button {
        bottom: 25px;
    }
}




/* About */
[data-page="home"] #about {
    margin: 180px 0;
    overflow: hidden;
}
[data-page="home"] #about .section-content--subtitle {
    color: var(--color-primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 333.333% */
    letter-spacing: 1.08px;
    text-transform: uppercase;
    margin: 0;
}
[data-page="home"] #about .section-content--title {
    color: #050211;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%; /* 50px */
    letter-spacing: -1px;
    margin: 0 0 15px 0;
}
[data-page="home"] #about .section-content--description {
    color: #393939;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: -0.16px;
    margin: 0 0 30px 0;
}
[data-page="home"] #about .section-content--button {
    display: block;
    width: fit-content;
    height: 55px;
    
    padding: 8px 55px;
    background: var(--color-primary);
    border-radius: 100px;
    
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 250% */
    letter-spacing: 0.4px;
    text-align: center;
    text-decoration: none;

    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
[data-page="home"] #about .section-content--button:hover {
    background-color: var(--color-primary-80);
}
[data-page="home"] #about .section-image {
    position: relative;
    display: block;
    width: 100%;

    border-radius: 30px;
    overflow: hidden;
}
[data-page="home"] #about .section-image::after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 75%;
}
[data-page="home"] #about .section-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 992px) {
    [data-page="home"] #about {
        margin: 75px 0 50px 0;
    }
    [data-page="home"] #about .section-image {
        margin-bottom: 30px;
    }
    [data-page="home"] #about .section-content--title {
        font-size: 24px;
    }
    [data-page="home"] #about .section-content--description {
        font-size: 14px;
    }
}