@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;900&display=swap');

.wrapper td, .wrapper div, .wrapper p, .wrapper input, .wrapper textarea, .wrapper select, .wrapper a, body, .promo-home-txt h3, .home-container {
    font-family: 'Montserrat', sans-serif!important;
}
* {
    padding: 0;
    margin: 0;
    vertical-align: baseline;
    list-style: none;
    border: 0
}
:root {
    --default-1: #FC525F;
    --default-2: #FFE698;
    --black: #000;
    --black2: #030303;
    --white: #fff;
    --gray-1: #ECECEC;
    --gray-2: #00000029;
    --gray-3: #545454;
}
img {
    max-width: 100%;
    height: auto;
}
main {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    background: var(--white);
}
.cta {
    font: normal normal bold 16px/19px Montserrat;
    text-decoration: none;
    color: var(--white);
    padding: 15px 58px 14px 57px;
    border-radius: 28px;
    background: var(--default-1);
    transition: all ease-in-out 0.3s;
}
.cta:hover {
    transition: all ease-in-out 0.3s;
    -webkit-box-shadow: 0px 3px 6px 3px rgba(0,0,0,0.29); 
    box-shadow: 0px 3px 6px 3px rgba(0,0,0,0.29);
    opacity: 0.8;
    text-decoration: none;
}

.icons {
    background: var(--default-2);
    padding: 60px 0 100px;
    width: 100%;
    margin-top: -5px;
}
.icons--holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    margin: 0 auto;
}
.icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 25px;
}
.icon--text {
    color: var(--gray-3);
    max-width: 259px;
    font: normal normal lighter 23px/28px Montserrat;
    text-align: center;
    margin-top: 13px;
}
.icon:not(:first-child) .icon--text {
    max-width: 190px;
}


.spotlight {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -45px auto 0;
}
.spotlight--holder {
    background: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 3px 6px 3px rgba(0,0,0,0.29); 
    box-shadow: 0px 3px 6px 3px rgba(0,0,0,0.29);
    border-radius: 10px;
    width: 725px;
    height: 120px;
}
.spotlight--text {
    font: normal normal bold 27px/33px Montserrat;
    text-align: center;
    margin: 0 auto;
}
.spotlight--text span{
    color: var(--default-1);
}
.spotlight--cta {
    margin: 0 auto;
}


.inspiration,
.buy {
    padding: 57px 0;
}

.inspiration--title,
.buy--title {
    font: normal normal bold 30px/37px Montserrat;
    color: var(--black);
    width: 100%;
    margin: 0 auto 56px;
    text-align: center;
}

.inspiration--holder,
.buy--holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.buy--slider {
    max-width: 900px;
    width: 100%;
}
@media (min-width:1024px) {
    .buy--slider {
        display: flex;
        max-width: 1020px;
        width: 100%;
        justify-content: space-between;
    }
}
.buy--slide {
    width: 300px;
    margin: 0 auto;
}
.inspiration--slide--text,
.buy--slide--text {
    font: normal normal normal 20px/24px Montserrat;
    color: var(--gray-3);
    max-width: 289px;
    text-align: left;
    margin: 15px auto 0;
}
.inspiration--cta,
.buy--cta {
    width: 100%;
    margin: 46px auto 0;
    text-align: center;
}

.inspiration {
    background: var(--gray-1);
}
.inspiration--slider {
    display: flex;
    max-width: 1020px;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inspiration--slide {
    margin-bottom: 30px;
    width: 300px;
}

.section--texts {
    max-width: 1088px;
    margin: 0 auto;
    padding: 63px 0;
}
.section--content {
    margin-bottom: 27px;
}
h3.section--title {
    font: normal normal bold 25px/30px Montserrat;
    color: var(--black);
    margin-bottom: 9px;
}
p.section--text {
    font: normal normal normal 18px/22px Montserrat;
    color: var(--gray-3);
}


.juridico {
    width: 100%;
    background: var(--gray-1);
    font: normal normal normal 15px/19px Montserrat;
    color: var(--gray-3);
    margin: 0 auto;
}
.juridico--holder {
    margin: 0 auto;
    padding: 37px 0;
    max-width: 1015px;
}

.slick-dots li button:before {
    font-size: 15px!important;
    color: #B1B1B1!important;
}
#dots {
    display: none;
}
#more {
    font: normal normal normal 18px/22px Montserrat;
    color: var(--gray-3);
}
#seemore {
    display: none;
}
#myBtn {
    display: none;
}

a img:hover {
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.15); 
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.15);
    transition: all ease-in-out 0.3s;
}

@media only screen and (max-width:768px) {
    .sticky {
        position: fixed;
        right: 0;
        left: 0;
        bottom: 15px;
        margin: 0;
        z-index: 1000000;
    }
    .slick-dots {
        bottom: -45px!important;
    }
    #myBtn {
        display: block;
        text-align: center;
        background: linear-gradient(to top,
        rgba(255,255,255, 1) 20%, 
        rgba(255,255,255, 0) 80%
        );
        margin: 0 auto;
        height: 70px;
        width: 100%;
        text-decoration: underline;
        cursor: pointer;
        font-weight: bold;
    }
    #more {
        display: none;
        font: normal normal normal 18px/22px Montserrat;
        color: var(--gray-3);
    }
    .section--hero img,
    .hero img {
        width: 100%;
    }
    .buy--slide.slick-slide img {
        width: 260px;
        margin: auto;
    }
    .buy {
        padding: 40px 0;
    }
    .buy--slide--text {
        font: normal normal normal 18px/22px Montserrat;
        width: 259px;
        margin: 15px auto 0;
    }
    .icons {
        background: var(--default-2);
        padding: 22px 0 31px;
    }
    .icon {
        margin-bottom: 27px;
    }
    .icon--text {
        font: normal normal normal 18px/22px Montserrat;
    }
    .inspiration--cta,
    .buy--cta {
        display: none;
    }
    .cta {
        font: normal normal bold 14px/18px Montserrat;
    }
    .spotlight {
        margin: -30px auto -15px;
    }
    .spotlight--holder {
        min-width: 314px;
        width: 80%;
        height: 160px;
        flex-wrap: wrap;
        flex-direction: column;
        z-index: 1;
    }
    .spotlight--cta {
        display: flex;
    }
    .spotlight--text {
        font: normal normal bold 23px/28px Montserrat;
        margin: 16px auto;
        width: 100%;
    }
    .inspiration {
        padding: 39px 0;
    }
    .buy--title,
    .inspiration--title {
        font: normal normal bold 25px/30px Montserrat;
        margin-bottom: 33px;
    }
    .inspiration--slider {
        margin: 0 auto;
        justify-content: center;
    }
    .inspiration--slide {
        width: unset;
    }
    .inspiration img {
        width: 100%;
    }
    .section--hero {
        margin-top: 40px;
    }
    .section--texts {
        max-width: 300px;
        padding: 30px 0;
    }
    h3.section--title {
        font: normal normal bold 25px/30px Montserrat;
    }
    p.section--text {
        font: normal normal normal 18px/22px Montserrat;
    }
    .juridico {
        font: normal normal normal 15px/19px Montserrat;
        text-align: center;
    }
    .juridico--holder {
        width: 85%;
    }
}
