:root {
    --dark: #5A2C38;
    --clear: #F9F5F2;
    --secondary: #D4AF8F;
}

body, html {
    height: 100%;
    width: 100%;
    color: #602B38;
}

body {
    background: url("../images/bg_leticia.jpg") no-repeat bottom center fixed;
    background-size: cover;
    font: 18px Montserrat, "Open Sans", Arial;
    padding: 50px 0;
}

.img {
    width: 70%;
}

.badge-success {
    background: var(--secondary);
    padding: 10px 20px;
    font-size: 0.8em;
    color: var(--dark);
}

.hero {
    img {
        border-radius: 20px;
        box-shadow: 0 0 20px #ccc;
        margin: 30px 0;
    }
    .text {
        position: relative;
        z-index: 99;
        margin-top: -500px;
        width: 50%;
    }
}

.img2 {
    border-radius: 20px;
    box-shadow: 0 0 20px #ccc;
}

iframe {
    border-radius: 20px;
    box-shadow: 0 0 20px #ccc;
    margin: 30px 0;
    width: 100%;
}

.whatsapp {
    width: 50px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    img {
        width: 100%;
    }
}

.instagram {
    width: 50px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    img {
        width: 100%;
    }
}

footer {
    padding-bottom: 30px;
    font-size: 0.8em;
    a {
        color: #FFF;
        text-decoration: none;
        &:hover {
            text-decoration: underline;
            color: #FFF;
        }
    }
}

h2 {
    font-weight: 900;
    font-size: 2em;
    text-align: right;
}

a {
    color: #602B38 !important;
}

.row {
    margin: 30px 0;
}

#privacidade {
    position: fixed;
    background-color: rgba(0,0,0,0.8);
    color: #FFF;
    padding: 20px;
    box-sizing: border-box;
    bottom: 10px;
    left: 70px;
    width: 80%;
    margin: auto;
    text-align: center;
    border-radius: 10px;
    a {
        color: #FFF !important;
        &:hover {
            color: #FFF;
        }
    }
}

.modal {
    color: #333 !important;
}

@media (max-width: 480px) {
    .img {
        width: 100%;
    }
    #privacidade {
        width: 73%;
    }
    h2 {
        text-align: center;
    }
    .row {
        .col-12 {
            text-align: center;
        }
    }
}