/* SAME AS IN CURRENT WEBSITE */
section .inner {
    max-width: 1020px;
    width: 100%;
    margin: 0px auto;
}

/* SAME AS IN CURRENT WEBSITE */
section .picture {
    text-align: center;
}

    /* SAME AS IN CURRENT WEBSITE */
    section .picture img {
        width: 100%;
        max-width: 660px;
    }

/* SAME AS IN CURRENT WEBSITE */
.title-bold {
    font-size: 1em;
    color: #9e1c3c;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 2em;
}

/* SAME AS IN CURRENT WEBSITE */
.title-regular {
    font-size: .8em;
    color: #9e1c3c;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1em;
}

body {
    margin: 0;
}

.alert_cookies {
    background: none repeat scroll 0 0 #555;
    margin: 0 auto;
    width: 100%;
    padding: 10px 30px 20px;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    z-index: 100000;
    border: 1px solid #000;
    font-size: 0.8em;
    left: 0;
    right: 0;
}

    .alert_cookies a.close {
        position: absolute;
        top: 20px;
        right: 75px;
        cursor: pointer;
        text-decoration: none !important;
    }

#div_texto {
    min-height: 40px;
}

    #div_texto a {
        color: white;
        font-weight: bold;
        text-decoration: underline;
    }

.checkbox {
    display: inline-block;
}

    .checkbox label {
        display: block;
        padding-left: 15px;
        text-indent: -15px;
    }

    .checkbox input {
        width: 14px;
        height: 14px;
        padding: 0;
        margin: 0 2px 0 0;
        vertical-align: bottom;
        position: relative;
        top: -1px;
        *overflow: hidden;
    }

.paragraph {
    margin-bottom: 30px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.form-container {
    max-width: 450px;
    background-color: #f7f4ee;
    padding: 20px;
    margin: auto;
}

.contact-form .form-group {
    margin-bottom: 15px;
    text-align: left;
}

    .contact-form .form-group .label {
        color: gray;
        font-size: .8em;
        padding-left: 10px;
        padding-bottom: 10px;
    }

    .contact-form .form-group input,
    .contact-form .form-group select,
    .contact-form .form-group textarea {
        border: none;
        width: 100%;
        padding: 9px 10px;
        font-size: .8em;
        outline: none;
    }

    .contact-form .form-group textarea {
        font-size: .97em;
    }

    .contact-form .form-group select {
        padding: 9px 7px;
    }

        .contact-form .form-group select:invalid {
            color: gray;
        }

.cookies-policy .banner {
    position: relative;
    background-image: url('/Estaticos/NOB/img/cookies-termos-condicoes.jpg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 541px;
    background-size: cover;
}

.terms .banner {
    position: relative;
    background-image: url('/Estaticos/NOB/img/cookies-termos-condicoes.jpg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 541px;
    background-size: cover;
}

.privacy .banner {
    position: relative;
    background-image: url('/Estaticos/NOB/img/privacidade.jpg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 541px;
    background-size: cover;
}

.privacy .btn,
.contact-form button {
    background-color: #9e1c3c;
    border: none;
    color: white;
    width: 100%;
    text-transform: uppercase;
    padding: 15px;
    margin-top: 15px;
    cursor: pointer;
    outline: none;
}

    .privacy .btn:hover,
    .contact-form button:hover {
        background-color: rgba(158, 28, 60, 0.75);
    }

.privacy ul li {
    margin-bottom: 15px;
}

.contact-form .info {
    color: #9e1c3c;
    margin: 10px 0;
    font-size: .65em;
}

.contact-form .privacy-check {
    font-size: .8em;
    color: gray;
}

.contact-form .privacy-check input[type="checkbox"] {
    width: auto;
}

.privacy a {
    text-decoration: none;
}

    .privacy a .btn {
        width: 200px;
        margin: auto;
        text-align: center;
        text-decoration: none;
        margin-top: 70px;
    }

        .privacy a .btn i {
            margin-right: .5em;
            font-size: 1.5em;
        }

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-top-90 {
    margin-top: 90px !important;
}

.margin-bottom-100 {
	margin-bottom: 100px !important;
}

.padding-top-70 {
    padding-top: 70px !important;
}

.padding-top-60 {
    padding-top: 60px !important;
}

.cheeses .banner {
    position: relative;
    background-image: url('/Estaticos/NOB/img/queijo-fatiado-nobre.jpg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 541px;
    background-size: cover;
}

.cheeses .title {
    font-weight: bold;
    font-size: 1.6em;
    margin-bottom: 1em;
	color: black;
}

.cheeses .subtitle {
    font-size: 1.4em;
    color: #9e1c3c;
    font-weight: 900;
    margin-bottom: 2em;
}

.cheeses .row {
    display: flex;
}

    .cheeses .row .col-6 {
        width: 48%;
        display: inline-block;
        padding: 0 40px;
    }

        .cheeses .row .col-6:first-of-type {
            padding-left: 0;
        }

        .cheeses .row .col-6:last-of-type {
            padding-right: 0;
        }

        .cheeses .row .col-6 img {
            width: 100%;
        }