/* guia de skincare  */

.intro-banner {
    /* background: linear-gradient(0deg, rgba(0, 136, 170, 0.80) 0%, rgba(0, 136, 170, 0.80) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url(<path-to-image>) lightgray -6px -388.071px / 100.694% 241.696% no-repeat; */
    background: url(../images/landing-page/bg-hero.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0 0;
    margin-top: -40px;
}

@media (min-width: 768px) {
    .intro-banner {
        padding: 50px 0;
        margin-top: -40px;
    }
}

.intro-banner h2 {
    color: #333;
    text-align: center;
    font-family: 'Urbanist', sans-serif;
    font-size: 30px;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media (min-width: 768px) {
    .intro-banner {
        padding: 0px 0;
    } 

    .intro-banner .row {
        display: flex;
        align-items: center;
    }

    .intro-banner h2 {
        font-size: 38px;
        margin-bottom: 0;
        text-align: left;
    }

    .intro-banner img {
        margin-top: 30px;
    }
}

.main-block {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .main-block {
        padding-top: 0;
    } 
}

.main-block p.large {
    color: #222;
    font-family: 'Urbanist', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .main-block p.large {
        font-size: 24px;
        margin-bottom: 0;
    }
}

.main-block h1 {
    color: #08A;
    font-family: 'Urbanist', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

@media (min-width: 768px) {
    .main-block h1 {
        font-size: 38px;
    }
}

.main-block p {
    color: #6C6C6C;
    font-family: 'Urbanist', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.blue-text {
    color: #08A;
}

.main-block ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-block ul li {
    color: #08A;
    font-family: 'Urbanist', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    padding-left: 40px;
    margin-top: 15px;
}

.main-block ul li:before {
    content: "";
    background: url(../images/landing-page/check-icon.svg) no-repeat;
    background-size: 32px 32px;
    position: absolute;
    left: 0;
    top: -3px;
    width: 40px;
    height: 40px;
}

.main-block__image {
    margin-bottom: -20px;
}


@media (min-width: 768px) {
    .main-block__image {
        margin-bottom: -60px;
    }
}

/* --- encontrar */

.encontrar {
    padding: 60px 0;
    background: #FAFAFA;
    text-align: center;
}

.encontrar h2 {
    color: #222;
    text-align: center;
    font-family: 'Urbanist', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media (min-width: 768px) {
    .encontrar h2 {
        font-size: 38px;
    }
     
}

.encontrar__item {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 1px 2px 2.7px 1px rgba(0, 0, 0, 0.10);
    padding: 15px 15px;
    height: 100%;
    margin: 0px 20px;
}

@media (min-width: 768px) {
    .encontrar__item {
        padding: 15px 10px;
        margin: 0;
    }
}

.encontrar__item img {
    display: inline-block;
    max-height: 55px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.encontrar__item h3 {
    color: #08A;
    text-align: center;
    font-family: 'Urbanist', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.encontrar__item p {
    color: #6C6C6C;
    text-align: center;
    font-family: 'Urbanist', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.price-block {
    background: url(../images/landing-page/bg-price.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 0px 0;
    padding-top: 40px;
}

@media (min-width: 768px) {
    .price-block {
        padding: 0px 0;
    }
}

.price-block .row {
    display: flex;
    align-items: center;
}

.price-block .price-block-content {
    text-align: center;
}

@media (min-width: 768px) {
    .price-block .price-block-content {
        text-align: right;
    }
}

.price-block .large {
    color: #08A;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.price-block .price {
    color: #08A;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.price-block p {
    color: #030303;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .price-block .large {
        font-size: 36px;
    }
    .price-block .price {
        font-size: 64px;
    }
    .price-block p {
        font-size: 24px;
    }
}

.btn-buy-cta {
    text-align: center;
}

@media (min-width: 768px) {
    .btn-buy-cta {
        text-align: right;
    }
}

a.btn--buy {
    background: #08A;
    padding: 12px 38px;
    color: #FFF !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
}

.text-right {
    text-align: right;
}

.final-quote {
    background: #FAFAFA;
    padding: 60px 0;
}

.final-quote p {
    color: #020202;
    text-align: center;
    font-family: 'Urbanist', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media (min-width: 768px) {
    .final-quote p {
        font-size: 24px;
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

.ebook-mockup-text {
    position: absolute;
    bottom: 35px;
    right: 35%;
    transform: translateX(-50%);
    animation: float 3s ease-in-out infinite;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    padding: 8px 15px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.ebook-mockup-text p {
    margin: 0;
    color: #08A;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
}


@media (min-width: 768px) {
    .ebook-mockup-text {
        position: absolute;
        bottom: 10px;
        right: 35%;
    }

    .ebook-mockup-text p {
		font-size: 14px;
	}
}


.ebook-mockup-text:hover {
    background: #08A;
}

.ebook-mockup-text:hover p {
    color: #FFF;
}

