@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: #000;
}




.title{
    width:90%;
    max-width:600px;
}




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

.menu-top {
    display: block;
    width: calc(100% - 20px);
    background-color: #000;
    height: 60px;
    text-align: right;
    padding-right: 20px;
}

.menu-strip {
    height: 14px;
}

.container-nav {
    margin: 0!important;
    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: #0D0D0D;
	margin: 20px;
}

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

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

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

section {
    width: 100%;
}

.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; cursor: pointer; width: 100px; height: 100px;
}

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

.rz-icon:hover {
    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;
}

#testeira h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #52255E;
    font-size: 4em;
    padding: 0;
    margin: 0;
}

.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;
}

@media screen and (max-width: 1035px) {
    .container-nav .img-logo {
        display: inline-block;
        z-index: 50;
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .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 {
        background-image: none;
        height: auto;
        min-height: 120px;
    }

    #testeira h1 {
        font-size: 2em;
    }

    .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;
    }
    
    /*
    #mob-menu-content ul li a:hover {
        border-radius: 100px;
        animation-name: rmc-selection;
        animation-duration: 0.6s;
        animation-iteration-count: infinite;
    } */
}