@import url("https://fonts.googleapis.com/css2?family=Paytone+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@700&display=swap");
body {
    font-family: "Paytone One", sans-serif;
    padding: 0;
    margin: 0;
    background-color: #52255e;
}

.menu-middle,
.menu-bottom {
    display: block;
    width: 100%;
}

.menu-top {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 1.5rem;
}

.menu-top .super-bown-li {
    height: 50px;
}

.menu-strip {
    height: 14px;
}

.container-nav {
    margin: 0;
    padding: 0 !important;
    position: relative;
}

.container-nav .img-logo {
    display: inline-block;
    z-index: 50;
    position: absolute;
    bottom: -44px;
    left: 50px;
}

.img-logo {
    height: 130px;
}

.container-nav ul li {
    display: inline-block;
    list-style-type: none;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

.container-nav .link-mtp {
    text-decoration: none;
    color: #fff;
    padding: 6px 5px 6px 5px;
}

.container-nav .link-mtp:hover {
    background-color: #26653e;
    color: #f4cd29;
}

.img-m {
    max-height: 30px;
}

.t-card {
    display: inline-block;
    width: calc(33% - 40px);
    max-width: 500px;
    background-color: #fff;
    margin: 20px;
}

.t-card h3 {
    font-size: 1.5em;
}

.section-super-title {
    font-size: 6em;
    padding: 0;
    margin: 0;
}

.section-text-big {
    font-size: 2em;
}

section {
    width: 100%;
}

.banner-sp-bowl {
    display: block;
    position: relative;
    background-image: URL("../img/bg_Banner-Super-Bowl.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 2rem;
    z-index: 10;
}

.banner-sp-bowl #BSB {
    text-align: center;
}

.section-container {
    display: block;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
}

.partner-row {
    display: block;
    width: 100%;
    min-height: 200px;
    position: relative;
    text-align: center;
    background-image: URL("../img/bg-stripes.png");
    background-size: auto;
    background-repeat: repeat-x;
    background-position: center;
}

.partner-box {
    color: #52255e;
    padding: 10px;
    display: inline-block;
    width: 90%;
    min-height: 70px;
    max-width: 600px;
    background-color: #fff;
    border-radius: 20px;
    border: 5px #52255e solid;
    margin: 0 auto;
}

.partner-box img {
    margin-left: 6px;
    margin-right: 6px;
}

#right-menu-content {
    display: block;
    position: fixed;
    width: 400px;
    height: 100vh;
    padding: 20px;
    background-color: #fff;
    z-index: 99;
    top: 0;
}

#right-menu-content ul li {
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

#right-menu-content ul li a {
    font-family: "Nunito";
    color: #52255e;
    font-size: 1.2em;
    text-decoration: none;
    border-bottom: 0;
    padding: 3px 23px 3px 20px;
}

#right-menu-content ul li a:hover {
    border-radius: 100px;
    background-color: #52255e;
    color: #fff;
}

#mob-menu-content ul {
    margin: 0;
    padding: 0;
}

#mob-menu-content ul li a {
    padding: 0px 0px 0px 0px;
}

#rmc-shadow {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 98;
}

#rmc-close-button {
    display: block;
    width: 30px;
    height: 100px;
    text-align: center;
    background-color: #52255e;
    border-radius: 0 8px 8px 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

#rmc-close-button:hover {
    background-color: #f4cd29;
}

#home-whd {
    display: block;
    min-height: 50vh;
    padding: 30px 0px 30px 0px;
    background-color: #264379;
    background-image: URL("../img/distribution.png");
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: bottom right;
}

#home-whd-content {
    max-width: 800px;
    width: 50%;
    margin-left: 8%;
}

@keyframes rmc-to-open {
    from {
        right: -440px;
    }
    to {
        right: 0;
    }
}

@keyframes rmc-to-close {
    from {
        right: 0;
    }
    to {
        right: -440px;
    }
}

.btn-whd-more {
    display: inline-block;
    background-color: #f4cd29;
    color: #264379;
    padding: 10px 20px 10px 20px;
    border-radius: 150px;
    text-decoration: none;
    font-size: 2em;
}

.btn-whd-more:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border: 3px #fff solid;
}

.rmc-open {
    animation: rmc-to-open;
    animation-duration: 1s;
    right: 0;
}

.rmc-closed {
    animation: rmc-to-close;
    animation-duration: 1s;
    right: -440px;
}

.rmc-initial {
    right: -440px;
}

.mob-menu {
    display: none;
}

#mob-menu-content {
    display: none;
}

#home-footer {
    display: block;
    min-height: 20vh;
    background-image: URL("../img/temp-bg-footer.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 170px;
    padding-bottom: 170px;
}

.footer-content {
    display: block;
    width: 85%;
    margin: 0 auto;
}

.ftc-yelp {
    display: inline-block;
    width: auto;
    text-align: center;
    vertical-align: top;
}

.ftc-address {
    display: inline-block;
    width: auto;
    float: right;
}

.ftc-address-box {
    display: inline-block;
    position: relative;
    width: auto;
    vertical-align: top;
    font-family: "Nunito";
}

.ftc-address-box+.ftc-address-box {
    margin-left: 30px;
}

.rz-icon {
    display: inline-block;
    padding: 8px;
    margin: 0 10px;
    cursor: pointer;
    width: 100px;
    height: 100px;
    text-decoration: none;
    background-color: transparent;
    color: #52255e;
    border: 0;
}

.rz-icon span {
    margin-top: 8px;
}

.rz-icon:hover,
.rz-icon:focus {
    background-color: #52255e;
    color: #fff;
    border-radius: 8px;
}

.active .rz-icon {
    background-color: #52255e;
    color: #fff;
    border-radius: 8px;
}

#home-wholesale-dist {
    display: block;
    min-height: 80vh;
    padding: 30px 0px 30px 0px;
    background-color: #264379;
    background-image: URL("../img/distribution.png");
    background-size: 10%;
    background-repeat: no-repeat;
    background-position: bottom right;
}

#content {
    display: block;
    min-height: 100vh;
    background-color: #fff;
}

#testeira {
    position: relative;
    display: block;
    width: 100%;
    min-height: 300px;
    background-image: URL("../img/testeira.jpeg");
    background-size: cover;
    background-position: bottom right;
    background-color: #fff;
}

.home-banner-img {
    width: 500px;
    position: absolute;
    top: 50%;
    left: 80%;
    transform: translate(-100%, 0);
}

#content {
    display: block;
    padding: 40px 80px 40px 80px;
    width: calc(100% - 160px);
}


/*#Roger*/

p {
    font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    color: #444;
}

.about-mosaic {
    width: 100%;
}

#testeira h1 {
    color: #52255e;
    font-size: 4em;
    padding: 0;
    margin: 0;
}

.form-control {
    width: 40%;
}

select.form-control {
    width: 40.5%;
}

#content.dist-page {
    min-height: 100%;
}

.knowOurNature__img-container {
    position: relative;
    display: block;
    width: 100%;
    background-image: URL("../img/BG_Know-our-Nature.jpg");
    background-size: cover;
    min-height: 100vh;
}

.knowOurNature__img {
    width: 100%;
    max-width: 70%;
    height: 100%;
}

.knowOurNature__text-title {
    color: #2a7d25;
    font-family: "Paytone One", sans-serif;
    width: 90%;
    font-size: 1.5rem;
    text-align: justify;
    margin: 0 auto 2rem auto;
}

.knowOurNature__grid-container {
    display: grid;
}

.knowOurNature__grid-child img {
    border-radius: 10%;
}

@media screen and (min-width: 1036px) {
    .about-mosaic {
        width: 80%;
    }
    #testeira h1 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .knowOurNature__img-container {
        background-position: bottom right;
        background-color: #000;
        background-image: URL("../img/BG_Know-our-Nature.jpg");
        background-size: cover;
        min-height: 100vh;
    }
    .knowOurNature__img {
        width: 27%;
        margin-top: 4rem;
        margin-left: 8rem;
    }
    .knowOurNature__text-title {
        width: 43%;
        font-size: 32px;
        margin-top: 2rem;
        margin-left: 10rem;
    }
    .knowOurNature__grid-container {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        justify-items: center;
        margin-top: 6rem;
    }
}

@media screen and (max-width: 1035px) {
    .knowOurNature__grid-child {
        justify-self: center;
        margin-bottom: 3rem;
    }
    .knowOurNature__img {
        margin: 2rem 0;
    }
    .knowOurNature__img-container-child {
        display: flex;
        justify-content: center;
    }
    .container-nav .img-logo {
        display: inline-block;
        z-index: 50;
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .container-nav {
        margin-top: 60px;
    }
    .img-logo {
        height: 90px;
    }
    .menu-top ul {
        display: none;
    }
    .img-m {
        display: none;
    }
    .t-card {
        display: block;
        width: calc(100% - 40px);
        margin: 20px;
        max-width: unset;
    }
    .t-card h3 {
        padding: 0;
        margin: 0;
    }
    .section-super-title {
        font-size: 2em;
    }
    .section-text-big {
        font-size: 1.1em;
    }
    .partner-box {
        color: #52255e;
        padding: 10px;
        display: inline-block;
        width: 80%;
        min-height: 70px;
        max-width: 600px;
        background-color: #fff;
        border-radius: 20px;
        border: 8px #52255e solid;
        margin: 0 auto;
    }
    .mob-menu {
        display: block;
        width: 200%;
        height: 100px;
        position: fixed;
        bottom: -40px;
        left: -50%;
        background-color: #52255e;
        z-index: 100;
        border-radius: 100%;
    }
    .menu-button {
        display: inline-block;
        position: absolute;
        left: 50%;
        top: -25px;
        transform: translate(-50%, 0);
        color: #fff;
        text-align: center;
    }
    .menu-button img {
        width: 28px;
        height: 28px;
        border-radius: 100%;
        text-align: center;
        background-color: #52255e;
        border: 4px #fff solid;
        padding: 8px;
        display: block;
    }
    #mob-menu-content {
        display: block;
        position: fixed;
        width: calc(100% - 40px);
        padding-left: 20px;
        padding-right: 20px;
        min-height: 100vh;
        min-height: -webkit-fill-available;
        background-color: #fff;
        z-index: 99;
        left: 0;
        color: #52255e;
    }
    @keyframes mmc-to-open {
        from {
            bottom: -100vh;
        }
        to {
            bottom: 0;
        }
    }
    @keyframes mmc-to-close {
        from {
            bottom: 0;
        }
        to {
            bottom: -100vh;
        }
    }
    .mmc-open {
        animation: mmc-to-open;
        animation-duration: 1s;
        bottom: 0;
    }
    .mmc-closed {
        animation: mmc-to-close;
        animation-duration: 1s;
        bottom: -100vh;
    }
    .mmc-initial {
        bottom: -100vh;
    }
    #home-footer {
        min-height: 60vh;
    }
    .ftc-yelp {
        display: block;
    }
    .ftc-address {
        display: block;
        text-align: center;
    }
    .ftc-address-box {
        display: inline-block;
        font-family: "Nunito";
        text-align: left;
    }
    .ftc-address-box+.ftc-address-box {
        margin-left: 0;
    }
    #home-whd {
        display: block;
        min-height: 80vh;
        padding: 30px 0px 30px 0px;
        background-color: #264379;
        background-image: URL("../img/distribution.png");
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: bottom right;
    }
    #home-whd-content {
        max-width: 800px;
        width: 70%;
        margin-left: 8%;
    }
    .btn-whd-more {
        font-size: 1.1em;
    }
    #testeira {
        height: auto;
        background-image: URL("../img/testeira_mobile.jpg");
    }
    #testeira h1 {
        font-size: 3rem;
        padding-top: 10%;
        margin: 0 auto;
        width: 60%;
        text-align: center;
    }
    .mmc-rz-logo {
        display: inline-block;
        height: 22px;
        position: fixed;
        z-index: 100;
        left: 4vw;
        bottom: 16px;
        text-decoration: none;
    }
    .mmc-instagram {
        display: inline-block;
        position: fixed;
        z-index: 100;
        right: 15vw;
        bottom: 6px;
        text-decoration: none;
    }
    .home-banner-img {
        width: 85%;
        max-width: 500px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #mob-menu-content ul li {
        list-style-type: none;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #mob-menu-content ul li a {
        font-family: "Nunito";
        color: #52255e;
        font-size: 1.2em;
        text-decoration: none;
        border-bottom: 0;
        padding: 3px 23px 3px 20px;
    }
    #BSB a img {
        width: 90%;
        margin: 0 auto;
    }
    .img_interna img {
        width: 90%;
        margin: 0 auto;
    }
    /*
    #mob-menu-content ul li a:hover {
        border-radius: 100px;
        animation-name: rmc-selection;
        animation-duration: 0.6s;
        animation-iteration-count: infinite;
    } */
    #content {
        padding: 10px 0 2rem 0;
        width: 100%;
        min-height: 100%;
    }
    #content>div {
        padding: 0 5%;
    }
    .north-hollywood-img,
    .studio-city-img {
        width: 100%;
        height: 100%;
    }
    .form-control {
        width: 90%;
    }
    select.form-control {
        width: 92%;
    }
}