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

body {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
    background-color: #fff8f5;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23978f8d' fill-opacity='0.4'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.banner-services-footer,
.js-addbar,
.js-desktop-head-container,
.breadcrumb,
.btn-whatsapp,
.footer {
    display: none !important;
}

.corpo-caixa {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}


.theme-wide {
    background-image: url("https://d2r9epyceweg5n.cloudfront.net/stores/001/487/363/rte/L3.png");
    background-size: 100%;
    background-repeat: repeat-y;
}


.corpo-caixa .logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.corpo-caixa .logo img {
    width: 60%;
    margin-bottom: 40px !important;
}

.logo img:hover {
    cursor: pointer;
}

.corpo-caixa .caixa,
.corpo-caixa .caixa-ultima {
    width: 80%;
    min-height: 100px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-shadow: 10px 10px 31px -6px rgba(0, 0, 0, 0.73);
    background-image: linear-gradient(to bottom right, #3d436b, #29364d);
}

.corpo-caixa .caixa {
    margin-bottom: 150px;
}

.corpo-caixa .caixa-ultima {
    margin-bottom: 75px;
    text-align: center;
}

.caixa .num,
.caixa-ultima .num {
    min-width: 60px;
    min-height: 60px;
    background-image: linear-gradient(to bottom right, #FFF, lightgray);
    color: #161E2C;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: xx-large;
    margin-bottom: 0;
}



.conteudo {
    color: #FFF;
    width: 85%;
    font-size: large;
    text-align: center;
    line-height: 1.2;
}

.corpo-caixa .caixa h1,
.corpo-caixa .caixa-ultima h1 {
    font-weight: bold;
    font-size: larger;
    margin-top: 0;
    padding-top: 0;
    text-transform: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.texto-fora {
    font-weight: bold !important;
    font-size: xx-large;
    text-transform: none !important;
    text-align: center;
    background-image: linear-gradient(to bottom right, #FFF, lightgray);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    flex-direction: column;
    box-shadow: 10px 10px 31px -6px rgba(0, 0, 0, 0.73);
    width: 70%;
}

.spotify {
    margin: auto;
    background-color: #1DB954;
    color: #FFF;
    text-decoration: none;
    padding: 10px;
    font-size: large;
    border-radius: 10px;
    box-shadow: 10px 10px 31px -6px rgba(0, 0, 0, 0.73);
    display: flex;
    width: fit-content;
    justify-content: space-around;
    align-items: center;
}

.spotify img {
    width: 30px;
    margin: 0;
    margin-left: 5px;
}


.instagram img {
    width: 30px;
    margin: 0;
    margin-left: 10px;
}

.instagram {
    margin: auto;
    background-color: #F1E4DE;
    color: #161E2C;
    text-decoration: none;
    padding: 10px;
    font-size: large;
    border-radius: 10px;
    box-shadow: 10px 10px 31px -6px rgba(0, 0, 0, 0.73);
    display: flex;
    width: fit-content;
    justify-content: space-around;
    align-items: center;
    font-weight: bold;
}

.conteudo a:visited {
    text-decoration: none;
}

.frase {
    text-align: center;
    margin-bottom: 20px;
}

.frase p {
    line-height: 1.2;
    color: #161E2C;
    font-size: large;
    font-weight: bold;
}

.frase h2 {
    font-size: larger !important;
    line-height: 1.2;
}

.copyright {
    width: 100%;
    text-align: center;
}

.modal-cupom {
    display: none;
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    padding: 0 !important;
    margin: 0 !important;
}

.modal-cupom-content {
    background-color: #fff;
    margin: 15% auto !important;
    padding: 20px;
    border-radius: 5px;
    width: 70%;
    text-align: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.cupom {
    background-color: #161e2c;
    color: #FFF;
    font-size: large;
    padding: 10px 20px;
    border-radius: 5px;
    margin: auto !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    width: fit-content;
}
