﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --color-primary: #D06339;
    --color-secondary: #ECE5CB;
    --color-tertiary: #2D1B1A;
}

html {
    font-size: 14px;
    height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: "Montserrat", sans-serif;
    height: 100%;
}

.btn {
    border-radius: 25px;
}

.btn-primary {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

    .btn-primary:hover,
    .btn-primary:active {
        background-color: #ab4c28;
        border-color: #ab4c28;
    }

    .btn-primary:focus {
        background-color: #ab4c28;
        border-color: #ab4c28;
        box-shadow: 0 0 0 0.25rem rgb(173 88 1 / 50%)
    }


.btn-secondary {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}

.btn-tertiary {
    background-color: var(--color-tertiary);
    border-color: var(--color-tertiary);
}

.btn-cta {
}

.icone-item {
    font-size: 16px !important;
}

.navbar {
    font-size: 26px;
    font-weight: 300;
    height: 60px !important;
    color: var(--color-tertiary);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999999;
    box-shadow: 0px 10px 5px -10px rgb(0 0 0 / 75%)
}

    .navbar .container-fluid {
        justify-content: center !important;
    }

.contato {
    cursor: pointer
}

.banner-topo {
    background-image: url(/img/lp-loja/banner-topo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
}

    .banner-topo .logo img {
        width: 175px;
    }

    .banner-topo .descricao {
        display: grid;
        height: 100%;
        padding-top: 110px;
        color: var(--color-secondary);
        line-height: 85px
    }

.titulo {
    font-weight: 200;
}

    .titulo .principal {
        font-size: 75px;
        position: relative;
        left: -5px;
        font-weight: 200 !important;
    }

    .titulo .secundario {
        font-size: 24px;
        font-weight: 300;
        margin: 0;
    }

.depoimento {
    color: var(--color-tertiary);
}

    .depoimento h2 {
        font-size: 42px;
        margin-bottom: 15px;
        font-weight: 200;
        text-shadow: 1px 1px 2px var(--color-tertiary);
    }

    .depoimento p {
        font-size: 20px;
    }

    .depoimento video {
        width: 90%;
    }

    .depoimento video,
    .depoimento img {
        box-shadow: 5px 5px 15px -5px rgb(0 0 0 / 75%)
    }

.sucesso {
    background-color: var(--color-tertiary);
    color: var(--color-secondary);
}

    .sucesso .cta {
        font-weight: 200;
    }

.show-mobile {
    display: none;
}

/*TIMELINE*/
.timeline {
    background: var(--primary-color);
    margin: 20px auto;
    padding: 20px;
}

/* Outer Layer with the timeline border */
.outer {
    border-left: 4px solid #735240;
}

.card.card-loja {
    margin: 0 0 20px 20px;
    padding: 10px;
    background: none;
}

/* Information about the timeline */
.info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Title of the card */
.title {
    color: var(--color-secondary);
    position: relative;
    font-size: 22px;
}

    /* Timeline dot  */
    .title::before {
        content: "";
        position: absolute;
        width: 25px;
        height: 25px;
        background: #735240;
        border-radius: 999px;
        left: -45px;
    }


.carousel-card {
    padding: 50px;
}

.carousel-caption {
    position: absolute;
    bottom: 37.5%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: var(--color-secondary);
    text-align: left;
    text-transform: uppercase;
}

    .carousel-caption h5 {
        font-size: 70px;
        font-weight: 200;
    }

.promocao {
    color: var(--color-tertiary);
    background-color: var(--color-secondary);
}

    .promocao h2 {
        font-size: 42px;
        margin-bottom: 15px;
        font-weight: 200;
        text-shadow: 1px 1px 2px var(--color-tertiary);
    }

    .promocao video,
    .promocao img {
        box-shadow: 5px 5px 15px -5px rgb(0 0 0 / 75%)
    }

.quiz {
    color: var(--color-secondary);
    background-color: var(--color-tertiary);
}

    .quiz h2 {
        font-size: 42px;
        margin-bottom: 15px;
        font-weight: 200;
        text-shadow: 1px 1px 2px var(--color-tertiary);
    }

.cadastro {
    color: var(--color-tertiary);
    background-color: var(--color-secondary);
    text-align: center
}

    .cadastro h2 {
        font-size: 38px;
        margin-bottom: 15px;
        font-weight: 500;
    }

.form-control {
    line-height: 2.5;
}

.localizacao {
    color: var(--color-tertiary);
}

#map {
    height: 300px;
}

.contact-info-box {
    position: relative;
    padding-left: 100px;
    z-index: 1;
}

    .contact-info-box .icon {
        width: 75px;
        height: 85px;
        background-color: #f7f7f7;
        border-radius: 3px;
        position: absolute;
        text-align: center;
        left: 0;
        font-size: 40px;
        color: var(--mainColor);
        transition: var(--transition);
        top: 50%;
        transform: translateY(-50%);
    }

        .contact-info-box .icon i {
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
        }

/*btn wpp*/
.bottom-wpp {
    position: fixed;
    bottom: 20px;
    z-index: 999;
    right: 25px;
}

.form-wpp {
    padding: 12px;
    width: 365px;
    background: #fff;
    border-radius: 8px;
    font-size: 12px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    margin-bottom: 15px;
    display: none;
    border-left: 5px solid #46c756;
}

    .form-wpp .form-control {
        height: 50px;
    }

    .form-wpp .btn {
        height: 50px;
        padding: 10px 50px;
        width: 100%;
    }

    .form-wpp h5 {
        color: #49c958;
        font-weight: 600;
        font-size: 24px;
    }

    .form-wpp span {
        font-size: 14px;
        color: #757373;
    }

    .form-wpp input:focus {
        box-shadow: 0 0 0 0.25em rgb(73 201 88 / 50%) !important;
        border: 1px solid #49c958 !important;
    }

.container-button-wpp {
    text-align: right;
}

    .container-button-wpp img {
        width: 55px;
    }

@media (max-width: 1269px) {
    .navbar {
        font-size: 24px;
    }
}

@media (max-width: 1200px) {
    .navbar {
        font-size: 20px;
    }
}

@media (max-width: 1000px) {
    .navbar {
        font-size: 16px;
    }

    .titulo .principal {
        font-size: 60px;
    }
}

@media (max-width: 769px) {

    .titulo .principal {
        font-size: 60px;
    }
}

@media (max-width: 620px) {
    .btn {
        display: block !important;
        font-size: 22px;
    }

    .hide-mobile {
        display: none !important;
    }

    .show-mobile {
        display: block !important;
    }

    .banner-topo .descricao {
        padding-top: 65px;
        text-align: center;
    }

    .titulo .principal {
        font-size: 45px;
    }

    .titulo .secundario {
        font-size: 32px;
        margin-top: 75px;
        line-height: 45px !important;
    }

    .depoimento {
        text-align: center;
    }

        .depoimento h2 {
            font-size: 28px;
        }

        .depoimento p {
            font-size: 18px;
        }

    .carousel-card {
        padding: 0;
    }

    .promocao {
        text-align: center;
    }

        .promocao h2 {
            font-size: 28px;
        }

        .promocao p {
            font-size: 18px;
        }

        .promocao img {
            margin-top: 15px
        }

    .quiz {
        text-align: center;
    }

        .quiz h2 {
            font-size: 28px;
        }

        .quiz p {
            font-size: 18px;
        }

    .cadastro {
        text-align: center;
    }

        .cadastro h2 {
            font-size: 28px;
        }

        .cadastro p {
            font-size: 18px;
        }

    #map {
        margin-bottom: 35px;
    }
}

.swal2-container.swal2-center.swal2-backdrop-show {
    z-index: 999999999999 !important;
}


.modal-content {
    border: none;
    border-radius: 0.3rem;
}

.modal-body {
    background-image: url(/img/lp-loja/bg-modal.jpg);
}

.modal-dialog {
    max-width: 1200px;
    color: #fff;
}

.btn-close {
    color: #fff;
}

.bg-form-modal {
    background-color: rgb(255 255 255 / 70%);
    padding: 30px;
    color: var(--color-tertiary)
}

.chamada-modal h1 {
    font-size: 3rem;
    font-weight: 300;
}

.chamada-modal p {
    font-size: 20px;
}

.carousel-indicators {
    justify-content: end;
    margin-right: 5%;
}

    .carousel-indicators [data-bs-target] {
        width: 15px;
        height: 15px;
        border-radius: 45%;
    }

.container-obrigado {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

    .container-obrigado div {
        color: #fff;
        text-align: center;
    }
    .container-obrigado h1 {
        font-size: 80px;
        color: #fff;
        text-transform: uppercase;
        margin: 0;
        font-weight: 300;
    }
    .container-obrigado h2 {
        font-size: 70px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 300;
    }
    .container-obrigado p {
        font-size: 20px;
        color: #fff;
        margin: 0;
    }

.btn-obrigado{
    width: 250px;
    margin: 10px 0;
}