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

::-webkit-scrollbar {
    width: 5px;
    background-color: #fff
}

::-webkit-scrollbar-thumb {
    background-color: #B20039;
    border-radius: 40px;
}

#root,
body,
html {
    color: #7A7D7E
}

body {
    background: #fff
}

html {
    background: #fff;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    height: auto;
    margin: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #7A7D7E;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

img {
    max-width: 100%
}

ul {
    list-style: none
}

li {
    font-size: 21px
}

button {
    cursor: pointer;
    border: none;
    background: 0 0
}

#c-bns button:first-child,
#s-bns button:first-child {
    color: #fff;
    color: var(--cc-btn-primary-text);
    background: #B20039 !important;
}

.p,
p {
    margin-bottom: 0 !important;
    font-size: 24px;
    line-height: 29px;
    font-weight: 400
}

td {
    font-size: 12px;
    color: #000;
}

.small,
small {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 25px
}

.alt-plus {
    font-size: 30px;
    line-height: 36px
}

.alt-medium {
    font-size: 24px;
    line-height: 29px
}

.alt-down {
    font-size: 21px;
    line-height: 22px;
}

.alt-small {
    font-size: 16px;
    line-height: 18px;
}

.alt-text {
    font-size: 21px;
    line-height: 24px
}

.alt-biggest {
    font-size: 61px;
    line-height: 85px
}

.sub-text {
    font-size: 18px;
    line-height: 22px;
}

.w-fit-content {
    width: fit-content !important;
}

.w-max-content {
    width: max-content;
}

.uppercase {
    text-transform: uppercase !important
}

.letter-spacing {
    letter-spacing: 7px;
}

.thin {
    font-weight: 300 !important;
}

.regular {
    font-weight: 400 !important
}

.medium {
    font-weight: 500 !important
}

.semibold {
    font-weight: 600 !important
}

.extrabold {
    font-weight: 800 !important
}

.cursor-pointer {
    cursor: pointer;
    transition: all 400ms;
}

.py-big {
    padding: 3rem 0;
}

b {
    font-weight: 700
}

button,
input,
svg {
    font-family: 'Montserrat', sans-serif;
}

hr {
    background: #54575a;
    opacity: .25
}

a {
    font-size: 27px;
    line-height: 33px;
    text-decoration: none;
    color: #7A7D7E;
    font-weight: 400;
    transition: all 400ms;
}

a:hover {
    color: #7A7D7E;
    font-weight: 400
}

.fake-menu {
    height: 138.78px;
}


.text-orange {
    color: #FF7800 !important;
}

.hoverOrange:hover {
    color: #FF7800;
    text-decoration: underline;
}

.hoverRed:hover {
    color: #B20039
}

.text-blue {
    color: #1E1437;
}

.text-red {
    color: #B20039;
}

.hoverBlue:hover {
    color: #1E1437;
    text-decoration: underline;
}

.text-dark-orange {
    color: #F15A24 !important;
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}

.bg-orange {
    background: #FF6D00;
}

.bg-white {
    background: #fff;
}

.bg-creme {
    background: #FFF0D7;
}

.bg-green {
    background: #00BE3F;
}

.bg-grey {
    background: #F8F8F8;
}

.border-radius {
    border-radius: 13px;
}

.slick-track {
    padding: 1rem 0;
}

.slick-next:before,
.slick-prev:before {
    color: #FBB814 !important;
}

.slick-slider-dots {
    max-width: 75%;
    height: 8px;
    margin: 0 auto;
    position: relative !important;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
    border-radius: 15px;
    transition: all 400ms;
}

.slick-slider-dots ul {
    position: absolute;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    bottom: 0;
}

.slick-slider-dots li {
    flex: 1 0 0%;
    margin: 0 !important;
    height: 10px !important;
}

.slick-slider-dots li button {
    height: 10px !important;
    width: 100% !important;
    overflow: hidden;
    color: #000;
    border: none;
    border-radius: 0px;
}

.slick-slider-dots .slick-active button {
    background: #FF7800 !important;
    transition: ease-out 400ms;
    border-radius: 15px;
}

.slick-slider-dots li button::before {
    display: none;
}

.slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.prev-arrow {
    left: 8vw;
    width: 12px;
    height: 24px;
    background-image: url(../assets/icones/arrow-carrossel.svg);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    z-index: 1;
    transition: all 300ms;
}

.next-arrow {
    right: 8vw;
    width: 12px;
    height: 24px;
    background-image: url(../assets/icones/arrow-carrossel.svg);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    transition: all 300ms;
}

.next-arrow:hover,
.prev-arrow:hover {
    opacity: 0.7;
    transition: all 300ms;
}

.accordion-button:not(.collapsed) {
    color: #1A6BE2 !important;
    background-color: #fff !important;
    box-shadow: none !important;
    font-weight: 700 !important;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent !important;
    outline: 0;
    box-shadow: none !important;
}

.accordion-button {
    padding: 20px 0 20px 0 !important;
    color: #7A7D7E !important;
    font-size: 21px !important;
    line-height: 25px !important;
    font-weight: 600 !important;
}

.accordion-body {
    padding: 25px 0;
    font-size: 19px;
    line-height: 23px;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    margin-left: auto;
    content: "";
    background-image: url(../assets/icones/accordeon-icon-open.svg);
    background-repeat: no-repeat;
    background-size: 26px;
    transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../assets/icones/accordeon-icon-close.svg);
    transform: rotate(-180deg);
}

.accordion-flush .accordion-item {
    border-bottom: 1px solid #707070 !important;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid #707070 !important;
}

.btn-orange {
    background: transparent;
    border: 1px solid #FF6D00;
    color: #FF6D00;
    font-size: 18px;
    line-height: 22px;
    border-radius: 10px;
    transition: all 300ms;
    cursor: pointer !important;
}

.carousel-control-prev-icon{
    background-color: #B20039;
    border-radius: 40px;
}

.carousel-control-next-icon{
    background-color: #B20039;
    border-radius: 40px;
}

.btn-orange:hover,
.btn-orange.active {
    background: #FF6D00;
    color: #fff;
    transition: all 300ms;
}

.btn-blue {
    background: transparent;
    border: 1px solid #1A6BE2;
    color: #1A6BE2;
    font-size: 18px;
    line-height: 22px;
    border-radius: 15px;
    transition: all 300ms;
    cursor: pointer !important;
}

.btn-blue:hover,
.btn-blue.active {
    background: #1A6BE2;
    color: #fff;
    transition: all 300ms;
}

.form-control-personalizado {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #1E1437;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #1E1437;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    transition: all .5s
}

.form-control-personalizado:hover {
    border-color: #F15A24;
}

.btnEnviar {
    background: #fff;
    border: 1px solid #1E1437;
    color: #1E1437;
    border-radius: 10px;
    font-weight: 500;
    transition: all 400ms;
}

.btnEnviar:hover {
    border-color: #F15A24;
    color: #F15A24;
}

.form-label {
    font-size: 24px;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(74, 31, 20, 0.801) !important;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #7A7D7E !important;
    border-radius: 15px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form__group {
    position: relative;
    padding: 15px 0 0;
}

.form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #7A7D7E;
    outline: 0;
    font-size: 21px;
    color: #7A7D7E;
    padding: 10px 45px 0;
    background-image: url(../assets/icones/search-icon.svg);
    background-position: center left;
    background-size: auto;
    background-repeat: no-repeat;
    transition: border-color 0.2s;
}

.form__field::placeholder {
    color: transparent;
}

.form__field:placeholder-shown~.form__label {
    font-size: 21px;
    cursor: text;
    top: 20px;
}

.form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 18px;
    font-weight: 600;
    opacity: 0.7;
    padding: 0 45px;
}

.form__field:focus {
    font-weight: 700;
    border-width: 1px;
}

.form__field:focus~.form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 16px;
    font-weight: 500;
}

/* reset input */
.form__field:required,
.form__field:invalid {
    box-shadow: none;
}

.litteAnimation {
    transition: all 300ms;
    transform: translateY(0px);
}

.litteAnimation:hover {
    transform: translateY(-5px);
}

.boxShadow {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.100);
    border-radius: 50px;
    padding: 30px 50px;
}

.boxBorder {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(122, 125, 126, 0.400);
    border-radius: 50px;
    padding: 70px 50px 50px 50px;
}

.boxBeneficios {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(122, 125, 126, 0.400);
    border-radius: 50px;
    padding: 20px 50px;
}

.boxEndereco {
    background: #B20039;
    border-radius: 50px;
    padding: 60px 80px;
    margin-top: 100px;
}

.imgEndereco {
    width: 270px;
    top: -50%;
    transform: translateX(-50%);
}

.folhasEndereco {
    bottom: -40%;
    left: 0;
    z-index: 5;
}

.linha-abaixo-hover::before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 0%;
    height: 2px;
    border-radius: 5px;
    background: #B20039;
    transition: ease-out 300ms;
}

.linha-abaixo-hover:hover::before {
    width: 100%;
}

.rotateTransition:hover {
    transform: rotateZ(90deg);
}

/* Menu */
@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade-out {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.menu {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
}

.logoJuxx {
    width: 150px;
}

.btnBuy,
.btnReadMore {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 45px;
    background: #fff;
    border: 1px solid #1E1437;
    border-radius: 16px;
    font-size: 18px;
    transition: all 500ms;
}

.btnBuy::before {
    content: "Buy on";
    animation-name: fade-out;
    animation-duration: 500ms;
}

.btnBuy-2::before {
    content: "Buy direct" !important;
}

.btnBuy:hover {
    border-color: #FF7800;
}

.btnBuy:hover::before {
    content: url(../assets/logos-icones/logo-amazon-btn.png);
    animation-name: fade-in;
    animation-duration: 500ms;
    height: 21px;
}

.btnBuy-2:hover::before {
    content: url(../assets/logos-icones/logo-phenom.png) !important;
}

.close-drop {
    width: 100%;
    height: 100vh;
    z-index: 1000;
    position: fixed;
}

.menu-mobile {
    width: 35px;
    height: 35px;
    cursor: pointer;
    transition: all .4s ease-in-out;
    transform: rotateY(180deg);
}

.menu-hamburguer {
    width: 30px;
    height: 3px;
    background: #070707;
    border-radius: 2px;
    transition: all .4s ease-in-out;
    z-index: 1005;
}

.menu-hamburguer::after,
.menu-hamburguer::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #070707;
    border-radius: 2px;
    transition: all .4s ease-in-out;
}

.menu-hamburguer::before {
    transform: translateY(-8px);
}

.menu-hamburguer::after {
    transform: translateY(8px);
}

.menu-mobile.open .menu-hamburguer {
    transform: translateX(-50px);
    background: 0 0;
    box-shadow: none
}

.menu-mobile.open .menu-hamburguer::before {
    transform: rotate(45deg) translate(35px, -35px)
}

.menu-mobile.open .menu-hamburguer::after {
    transform: rotate(-45deg) translate(35px, 35px)
}

.navbar-mobile {
    border-radius: 0 0 25px 25px;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.16);
}

.open-drop-mobile {
    top: 65px;
    width: max-content;
    background: #fff;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.16);
    border-radius: 15px;
}

.menuOpcoes {
    position: absolute;
    top: 60px;
    right: 0;
    padding: 30px 30px 30px 120px;
    z-index: 1100;
    border-radius: 10px;
    border: 1px solid rgba(112, 112, 112, 0.200);
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.menuOpcoes li {
    width: max-content;
    margin-left: auto;
    transition: all 400ms;
}

.menuOpcoes li a {
    position: relative;
    font-size: 24px;
    line-height: 42px;
    font-weight: 500;
    color: #1E1437;
    word-wrap: normal;
    user-select: none;
}

.menuOpcoes li a.active {
    color: #B20039;
}

.menuOpcoes li:hover {
    transform: translateX(-15px);
}

.menuOpcoes .linha-abaixo-hover::before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 0%;
    height: 3px;
    border-radius: 5px;
    background: #1E1437;
    transition: ease-out 300ms;
}

.menuOpcoes .linha-abaixo-hover.active::before {
    background: #B20039;
}

.menuOpcoes .linha-abaixo-hover:hover::before,
.menuOpcoes .linha-abaixo-hover.active::before {
    width: 100%;
}

/* Footer */
.footer hr {
    opacity: 1;
    background: #70707078;
}

.footer hr.divisoria {
    opacity: 1;
    width: 1px;
    margin: 0 0;
    height: 100%;
    background: #70707078;
}

/* Home */
.bannerHome-2 {
    height: 100vh;
    background-image: url(../assets/banners/BANNER-HOME-DESK.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-img{
    height: 100vh;
    background-image: url(../assets/banners/33343_BANNER_DE_SITE_JUXX_OUTDOOR_PHENOM_1080x1920.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 750px) {
    .banner-img {
        background-image: url(../assets/banners/33343_BANNER_DE_SITE_JUXX_OUTDOOR_PHENOM_414x385.png) !important;
    }

    .bannerHome-2 {
        background-image: url(../assets/banners/BANNER-HOME-MOBILE.webp) !important;
    }
}

.glass-effect {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.bannerAboutUs,
.bannerBuy,
.bannerContact {
    height: 100vh;
    background-image: url(../assets/banners/background-antiox.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bannerHome-2 img {
    height: 62vh;
}

.banner-img img{
    height: 62vh;
}

.btnScroll {
    background: #fff;
    border: 1px solid #1E1437;
    border-radius: 16px;
    font-size: 18px;
    transition: all 500ms;
}

.btnScroll-home {
    margin-top: 620px;
}

.miniTextBox {
    min-height: 154px;
}

.logo-final {
    width: 250px;
}

.sucosBox {
    width: 310px;
    position: absolute;
    top: 50%;
    left: -20%;
    transform: translateY(-50%);
}

.bannerMeioHome {
    background-image: url(../assets/banners/fundo-banner-escrito.png);
    background-size: contain;
}

.frutasVoando {
    width: 100%;
    height: 450px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../assets/banners/frutas-voando.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.fundoContraste {
    background: rgba(248, 248, 248, 0.200);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 20px;
}

/* About us */
.bannerAboutUs .imgTextBannerAbout {
    width: 73%;
}

.boxBannerAbout {
    width: 320px;
    border: 1px solid rgba(122, 125, 126, 0.160);
    background: rgba(248, 248, 248, 0.631);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    padding: 20px;
    border-radius: 40px;
    bottom: -5%;
    right: -17%;
}

.alfinete {
    top: -50px;
    right: -25px;
}

.btnReadMore::before {
    content: "Read More";
    transition: all 400ms;
}

.btnReadMore:hover {
    border-color: #FF7800;
    transform: translateY(-5px);
}

.aboutUs .boxShadow {
    padding: 30px;
}

/* X mune */
.xMune .ancoraConteudo {
    background-image: url(../assets/banners/background-frutas-xmune.jpg);
    background-size: contain;
    background-repeat: repeat-y;
    background-position: top;
}

.bannerXmune {
    height: 100vh;
    background-image: url(../assets/banners/background-xmune.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.imgTextBannerXmune {
    max-width: 63%;
}

.imgProdutoXmune {
    top: 50%;
    right: -22%;
    position: absolute;
    width: 70%;
    max-width: none;
    transform: translateY(-50%);
}

/* Antiox */
.antiox .ancoraConteudo {
    background-image: url(../assets/banners/background-frutas-antiox.jpg);
    background-size: contain;
    background-repeat: repeat-y;
    background-position: top;
}

.bannerAntiox {
    height: 100vh;
    background-image: url(../assets/banners/background-antiox.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.imgTextBannerAntiox {
    max-width: 63%;
}

.imgProdutoAntiox {
    top: 50%;
    right: -28%;
    position: absolute;
    width: 70%;
    max-width: none;
    transform: translateY(-50%);
}

/* Wellmune */
.bannerWellmune {
    height: 100vh;
}

.boxBannerWellmune {
    width: 360px;
    border: 1px solid rgba(122, 125, 126, 0.160);
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    padding: 20px;
    border-radius: 40px;
    top: -15%;
    right: 0;
}

.wellmune .boxBorder {
    padding: 50px;
}

/* Mega Natural */
.megaNatural .boxBannerWellmune {
    padding: 40px 30px;
    top: -20%;
    right: -10%;
}

.wellmune .boxBorder {
    padding: 50px;
}

/* Buy Juxx */
.imgTextBannerBuy {
    height: 25vh;
}

.imgProdutosBuy {
    top: -50%;
}

.legendProductsBuy {
    position: absolute;
    top: 0;
    right: -130px;
}

.bannerMeioBuy {
    margin-top: 120px;
}

.x-mune-text {
    margin-left: 200px;
}

/* Responsivel */
@media screen and (min-width:1200px) {
    .aboutUs .sucosBox {
        left: -25%;
    }
}

@media screen and (max-width:1399px) {

    .p,
    p {
        margin-bottom: 0 !important;
        font-size: 18px;
        line-height: 22px;
        font-weight: 400
    }

    a {
        font-size: 24px;
        line-height: 30px;
        text-decoration: none;
        color: #7A7D7E;
        font-weight: 400;
    }

    .alt-plus {
        font-size: 28px;
        line-height: 30px;
    }

    .alt-medium {
        font-size: 20px;
        line-height: 23px;
    }

    .alt-down {
        font-size: 18px;
        line-height: 24px;
    }

    .alt-text {
        font-size: 18px;
        line-height: 21px
    }

    .sub-text {
        font-size: 18px;
        line-height: 20px;
    }

    /* Home */
    .sucosBox {
        width: 240px;
    }

    .bannerHome-2 img {
        height: 70vh;
    }

    .banner-img img{
        height: 70vh;
    }

    .miniTextBox {
        min-height: 178px;
    }

    /* About Us */
    .boxBannerAbout {
        transform: scale(0.9);
    }

    /* Wellmune */
    .boxBannerWellmune {
        top: -10%;
        transform: scale(0.8);
    }

}

@media screen and (max-width:1199px) {

    .p,
    p {
        margin-bottom: 0 !important;
        font-size: 19px;
        line-height: 24px;
        font-weight: 400
    }

    .alt-plus {
        font-size: 24px;
        line-height: 28px;
    }

    .alt-medium {
        font-size: 18px;
        line-height: 21px;
    }

    .alt-text {
        font-size: 16px;
        line-height: 18px;
    }

    .alt-down {
        font-size: 17px;
        line-height: 19px;
    }

    /* Home */
    .sucosBox {
        width: 300px;
        position: absolute;
        top: 50%;
        left: -10%;
        transform: translateY(-50%);
    }

    .miniTextBox {
        min-height: fit-content;
    }

    /* About Us */
    .boxBannerAbout {
        transform: scale(0.75);
    }

    .aboutUs .sucosBox,
    .xMune .sucosBox {
        width: 240px;
    }
}

@media screen and (max-width:991px) {

    @keyframes change-content {
        0% {
            opacity: 0.5;
            content: "Buy on";
        }

        25% {
            opacity: 1;
        }

        50% {
            opacity: 0.75;
        }

        75% {
            opacity: 0.75;
        }

        100% {
            opacity: 1;
            content: url(../assets/logos-icones/logo-amazon-btn.png);
        }
    }

    @keyframes change-border {
        from {
            border: 1px solid #1E1437;
        }

        to {
            border-color: #FF7800;
        }
    }

    .btnBuy {
        animation-name: change-border;
        animation-iteration-count: infinite;
        animation-duration: 5000ms;
    }

    .btnBuy::before {
        content: "";
        height: 20px;
        line-height: 20px;
        animation-name: change-content;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        animation-duration: 5000ms;
    }

    .menu-mobile {
        z-index: 1105;
        transform: rotateY(0deg);
    }

    .menuOpcoes {
        top: 40px;
        right: 20px;
        padding: 30px;
        padding: 30px 30px 30px 60px
    }

    .menuOpcoes li a {
        font-size: 21px;
        line-height: 52px;
    }

    /*Home*/
    .bannerHome-2 {
        height: 60vh;
    }

    .bannerHome-2 img {
        height: 38vh;
    }

    .banner-img{
        height: 50vh;
    }

    .banner-img img{
        height: 38vh;
    }

    .iconesRedesSociais img {
        height: 22px;
    }

    .btnScroll-home {
        margin-top: 450px;
    }

    /* About Us */
    .bannerAboutUs {
        height: fit-content;
        padding: 50px 0;
    }

    .bannerAboutUs .imgTextBannerAbout {
        width: 90%;
    }

    .boxBannerAbout {
        transform: scale(1);
        width: 80%;
        padding: 30px;
    }

    /* Xmune */
    .bannerXmune {
        height: fit-content;
        padding: 100px 0;
    }

    .xMune .ancoraConteudo {
        background-image: none;
    }

    /* Antiox */
    .bannerAntiox {
        height: fit-content;
        padding: 100px 0;
    }

    .antiox .ancoraConteudo {
        background-image: none;
    }

    /* Wellmune */
    .bannerWellmune {
        height: fit-content;
        padding: 100px 0;
    }

    .boxBannerWellmune {
        transform: scale(1);
    }

    /* Buy Juxx */
    .bannerBuy {
        height: fit-content;
        padding: 100px 0;
    }

    .imgTextBannerBuy {
        height: auto;
        width: 450px;
    }

    .bannerMeioBuy {
        margin-top: 0;
    }

    /* Contact */
    .bannerContact {
        height: fit-content;
        padding: 70px 0;
    }
}

@media screen and (max-width:767px) {
    .btnScroll-home {
        margin-top: 220px;
    }

    .alt-plus {
        font-size: 21px;
        line-height: 26px;
    }

    .alt-medium {
        font-size: 21px;
        line-height: 21px;
    }

    .accordion-button {
        font-size: 15px !important;
        line-height: 19px !important;
    }

    .accordion-body {
        padding: 20px 20px 20px 0;
        font-size: 15px;
        line-height: 19px;
    }

    .logoJuxx {
        width: 110px;
    }

    .menuOpcoes li a {
        font-size: 18px;
    }

    .menuOpcoes .btnBuy {
        width: 160px;
    }

    /*Home*/
    .bannerHome-2 {
        height: 43vh;
    }

    .bannerHome-2 img {
        height: 25vh;
    }

    .banner-img {
        height: 43vh;
    }

    .banner-img img {
        height: 25vh;
    }
    
    .iconesRedesSociais img {
        height: 22px;
    }

    .boxEndereco {
        padding: 60px 30px;
    }

    .imgEndereco {
        width: 225px;

    }
}

@media screen and (max-width:576px) {
    .x-mune-text {
        margin-left: 0px !important;
    }

    .small,
    small,
    .alt-small {
        font-size: 12px !important;
        font-weight: 400;
        line-height: 16px;
    }

    .alt-down {
        font-size: 19px;
        line-height: 25px;
    }

    .alt-medium {
        font-size: 18px;
    }

    .alt-biggest {
        font-size: 48px;
        line-height: 65px;
    }

    .form__field {
        font-size: 19px;
    }

    .form__field:placeholder-shown~.form__label {
        font-size: 19px;
    }

    .boxBeneficios {
        padding: 20px 30px;
    }

    /* Home */
    .logo-final {
        width: 220px;
    }

    .btnScroll-home {
        font-size: 14px;
    }

    /* About Us */
    .boxBannerAbout {
        transform: scale(0.85);
        width: 100%;
        padding: 30px;
    }

    .alfinete {
        transform: scale(0.8);
    }

    /* Xmune */
    .bannerXmune {
        padding: 50px 0;
    }

    /* Antiox */
    .bannerAntiox {
        padding: 50px 0;
    }

    /* Wellmune */
    .bannerWellmune {
        padding: 50px 0;
    }

    .wellmune .boxBorder {
        padding: 50px 30px;
    }

    /* Buy Juxx */
    .bannerBuy {
        padding: 50px 0;
    }

    .imgTextBannerBuy {
        height: auto;
        width: 250px;
    }

    /* Contact */
    .bannerContact {
        padding: 50px 0;
        background-size: contain;
        background-repeat: repeat-y;
    }
}

@media screen and (max-width:330px) {
    p {
        font-size: 16px
    }

    small {
        font-size: 12px
    }

    .alt-medium {
        font-size: 16px;
        line-height: 21px;
    }

    .alt-down {
        font-size: 16px;
        line-height: 21px;
    }

    .sub-text {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-height:590px) {
    .open-drop-mobile {
        overflow-y: auto;
        max-height: 60vh;
    }
}

@media screen and (min-width:1000px) and (max-height:650px) {

    .bannerAboutUs,
    .bannerWellmune,
    .bannerContact {
        height: fit-content;
        padding: 100px 0;
    }

    .bannerWellmune .container {
        transform: scale(0.9);
    }
}

#res-form {
    color: #b20039;
    font-weight: 700;
}

.btn-escondido {
    display: none;
}