﻿html, body, button, input, optgroup, select, textarea {
    font-family: "forma-djr-display", sans-serif;
}

.input-password {
    position: relative;
}

.faleconosco-info {
    margin: 0 auto;
    max-width: 606px;
    text-align: center;
    margin-bottom: 40px;
    color: #000000;
    font-size: 14px;
    padding: 0 16px;
}

    .faleconosco-info a {
        color: #007934;
    }

.login-intro {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-self: anchor-center;
    color: #013a27;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
}

p {
    margin: 0px;
    margin-top: 10px;
    color: #007934;
    font-weight: normal;
    font-size: 16px;
}

.container-tabs-lojas {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

#tab-itens-lojas {
    display: 'inline-block';
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (max-width: 1024px) {
    .none-desktop {
        display: none;
    }

    .inside-icon {
        top: 24px !important;
    }
}

.img-itens-lojas {
    max-width: 90%;
    display: block;
    filter: grayscale(100%);
}

    .img-itens-lojas:hover {
        filter: grayscale(0);
    }

.inside-icon {
    position: absolute;
    right: 0;
    top: 25px;
    margin: 0.5rem 0;
    height: 2rem;
    display: flex;
    background: none;
    border: none;
    color: #bbb;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

    .inside-icon:focus {
        background-color: transparent !important;
    }


    .inside-icon i {
        font-size: 20px;
    }

@media only screen and (max-width: 1024px) {
    .inside-icon {
        margin: 5px !important;
    }
}

/* Custom */
#toast-container {
    top: -20px !important;
    right: 10px !important;
    max-width: 86%;
}

.toast-message-custom {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

    .toast-message-custom a {
        color: #007934;
        text-decoration: underline;
    }
/* Fim Custom */

.toast-title {
    font-weight: bold;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    .toast-message a,
    .toast-message label {
        color: #FFFFFF;
    }

        .toast-message a:hover {
            color: #CCCCCC;
            text-decoration: none;
        }

.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1;
}

    .toast-close-button:hover,
    .toast-close-button:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40);
    }

.rtl .toast-close-button {
    left: -0.3em;
    float: left;
    right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
    /*overrides*/
}

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #toast-container > div {
        position: relative;
        pointer-events: auto;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999999;
        -webkit-box-shadow: 0 0 12px #999999;
        box-shadow: 0 0 12px #999999;
        background-color: #007934;
        color: #FFFFFF;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80);
    }

        #toast-container > div.rtl {
            direction: rtl;
            padding: 15px 50px 15px 15px;
            background-position: right 15px center;
        }

        #toast-container > div:hover {
            -moz-box-shadow: 0 0 12px #000000;
            -webkit-box-shadow: 0 0 12px #000000;
            box-shadow: 0 0 12px #000000;
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            filter: alpha(opacity=100);
            cursor: pointer;
        }

    #toast-container > .toast-info {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
    }

    #toast-container > .toast-error {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
    }

    #toast-container > .toast-success {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
    }

    #toast-container > .toast-warning {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
    }

    #toast-container.toast-top-center > div,
    #toast-container.toast-bottom-center > div {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    #toast-container.toast-top-full-width > div,
    #toast-container.toast-bottom-full-width > div {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

.toast {
    background-color: #030303;
}

.toast-success {
    background-color: #51A351;
}

.toast-error {
    background-color: #BD362F;
}

.toast-info {
    background-color: #2F96B4;
}

.toast-warning {
    background-color: #F89406;
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000000;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }

        #toast-container > div.rtl {
            padding: 8px 50px 8px 8px;
        }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }

    #toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

        #toast-container > div.rtl {
            padding: 8px 50px 8px 8px;
        }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }

    #toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }

        #toast-container > div.rtl {
            padding: 15px 50px 15px 15px;
        }
}

.chatBotFaleConosco {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 9;
}

    .chatBotFaleConosco div {
        position: relative;
    }

        .chatBotFaleConosco div .hoverMensagem {
            display: none;
        }

    .chatBotFaleConosco:hover div .hoverMensagem {
        position: absolute;
        top: -65px;
        left: 0;
        width: 300px;
        display: block;
        color: #ffffff;
        padding: 10px 5px 5px 10px;
        font-weight: 400;
        font-size: 12px;
        background: #25D366;
        text-align: center;
    }

        .chatBotFaleConosco:hover div .hoverMensagem:after {
            content: '';
            position: absolute;
            top: 105%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 20px;
            height: 20px;
            background: url(../images/icons/seta.png) no-repeat center center;
        }


.material-tooltip {
    position: relative;
    width: 248px !important;
    background: #007934 !important;
}

    /*.material-tooltip .tooltip-content:after {
        content: '';
        width: 13px;
        height: 5px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: red;
    }*/

    .material-tooltip .tooltip-content {
        font-size: 12px;
    }

@media only screen and (max-width: 767px) {
    .material-tooltip {
        display: none;
    }
}

.chatBotFaleConosco a,
.chatBotFaleConosco button {
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 20px;
    align-items: center;
    background: url(../images/icons/whatsapp.svg) #25D366 no-repeat center center;
    background-size: 60% 60%;
    text-indent: -9999px;
    border-radius: 100%;
    transition: 0.5s;
    text-decoration: none;
}

    .chatBotFaleConosco a div,
    .chatBotFaleConosco button div {
        display: flex;
        flex-direction: column;
        width: 75%;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .chatBotFaleConosco a span,
    .chatBotFaleConosco button span {
        font-size: 10px;
    }

    .chatBotFaleConosco a:hover,
    .chatBotFaleConosco button:hover {
        width: 360px;
        text-indent: initial;
        border-radius: 37px;
        font-weight: 900;
        color: #fff;
        font-size: 10px;
        background-position: 140% center;
        justify-content: center;
        align-items: start;
        transition: 0.5s;
    }

        .chatBotFaleConosco a:hover div,
        .chatBotFaleConosco button:hover div {
            padding: 5px;
            box-sizing: border-box;
            margin-top: 0;
            margin-left: -10px;
            border-radius: 10px;
        }

@media only screen and (max-width: 1280px) {
    .chatBotFaleConosco {
        right: 10px;
    }
}


@media only screen and (max-width: 767px) {
    .chatBotFaleConosco {
        bottom: 10px;
        right: 10px;
    }

        .chatBotFaleConosco a,
        .chatBotFaleConosco button {
            width: 55px;
            height: 55px;
            background-size: 38px;
        }

            .chatBotFaleConosco a:hover,
            .chatBotFaleConosco button:hover {
                width: 55px;
                background-position: center center;
                text-indent: -9999px;
            }
}






input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: solid 1px #dedede !important;
    box-shadow: none !important;
}



input[type='radio'].css-radio {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type='radio'].css-radio + label.css-label-radio {
        padding-left: 35px;
        height: 20px;
        display: inline-block;
        line-height: 20px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 15px;
        vertical-align: middle;
        cursor: pointer;
        width: auto;
    }

    input[type='radio'].css-radio:checked + label.css-label-radio {
        background-position: 0 -20px;
    }

.css-label-radio {
    background-image: url(../images/icons/radio-input.png);
}

input[type='radio'].css-radio + input[type='hidden'] + label.css-label-radio {
    padding-left: 35px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer;
    width: auto;
}

input[type='radio'].css-radio:checked + input[type='hidden'] + label.css-label-radio {
    background-position: 0 -20px;
}

/* Fim Radio Style Input */


.checkCustomMaterialize span {
    color: #636262;
    font-weight: 400;
    font-size: 14px;
}

.checkCustomMaterialize [type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
    border: 1px solid #dedede;
}

.checkCustomMaterialize [type="checkbox"].filled-in:checked + span:not(.lever):after {
    background: #007934;
    border: 1px solid #007934;
}


/* Checkbox Style Input */
input[type='checkbox'].css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type='checkbox'].css-checkbox + label.css-label-checkbox {
        padding-left: 35px;
        height: 20px;
        display: inline-block;
        line-height: 20px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 15px;
        vertical-align: middle;
        cursor: pointer;
        width: auto;
    }

    input[type='checkbox'].css-checkbox:checked + label.css-label-checkbox {
        background-position: 0 -20px !important;
    }

.css-label-checkbox {
    background-image: url(../images/icons/checkbox-input.png);
}

input[type='checkbox'].css-checkbox + input[type='hidden'] + label.css-label-checkbox {
    padding-left: 35px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer;
    width: auto;
}

input[type='checkbox'].css-checkbox:checked + input[type='hidden'] + label.css-label-checkbox {
    background-position: 0 -20px;
}

/* Fim Checkbox Style Input */





.body-container {
    margin-top: 60px;
    padding-bottom: 0px;
}

.welcome-page li {
    list-style: none;
    padding: 4px;
}

.logged-out-page iframe {
    display: none;
    width: 0;
    height: 0;
}

.grants-page .card {
    margin-top: 20px;
    border-bottom: 1px solid lightgray;
}

    .grants-page .card .card-title {
        font-size: 120%;
        font-weight: bold;
    }

        .grants-page .card .card-title img {
            width: 100px;
            height: 100px;
        }

    .grants-page .card label {
        font-weight: bold;
    }

.logoDermaClub {
    width: 100%;
    margin: 0px auto;
    height: 30px;
    background: url(../images/logos/logo-new.svg) no-repeat center center;
    background-size: 200px;
}

.lead h1 {
    font-weight: 900;
    font-size: 38px;
    color: #007934;
}

.lead p {
    font-weight: 400;
    font-size: 14px;
    color: #636262;
}

.card-header h2 {
    font-size: 24px;
    font-weight: 900;
    color: #636262;
}

.form-group label {
    font-size: 18px;
    font-weight: 900;
    color: #636262;
}

.form-group .form-control {
    border-radius: 8px;
    border: 1px solid #dedede;
    font-size: 14px;
    font-weight: 400;
    color: #636262;
}

.login-page .card-header {
    background: #fff;
}

.btn.btn-primary {
    height: 55px;
    background-color: #007934;
    border-color: #007934;
    font-size: 16px;
    box-shadow: none;
    text-transform: capitalize;
    font-family: "forma-djr-display", sans-serif;

    @media only screen and (max-width: 768px) {
        margin-bottom: 20px;
    }
}

    .btn.btn-primary:hover {
        background-color: #007934;
        border-color: #007934;
    }

    .btn.btn-primary:disabled {
        background-color: #007934 !important;
        border-color: #007934 !important;
    }


.btn.btn-secondary {
    height: 45px;
    background-color: #6c757d;
    border-color: #6c757d;
    font-weight: 900;
}

    .btn.btn-secondary:hover {
        background-color: #6c757d;
        border-color: #6c757d;
    }



.headerDeslogado {
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    padding-left: 10px;
}

    .headerDeslogado .content {
        width: 100%;
        max-width: 1270px;
        height: 50px;
        margin: 0 auto 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .headerDeslogado .content .navbar-nav {
            position: absolute;
            right: 0;
        }

@media only screen and (max-width: 1024px) {
    .headerDeslogado .content .navbar-nav {
        top: 50px;
    }
}

.headerDeslogado .content .navbar-nav li a {
    font-weight: 700;
    color: #636262;
}

.containerPrincipalLogin .bannerDeslogado {
    width: 100%;
    margin: 50px auto 0;
}

    .containerPrincipalLogin .bannerDeslogado img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }



.containerPrincipalLogin .formLogin {
    width: 100%;
    max-width: 606px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 30px auto 50px;
}

    .containerPrincipalLogin .formLogin .column {
        flex-basis: 48.5%;
    }


        .containerPrincipalLogin .formLogin .column .css-label-checkbox {
            padding-left: 22px !important;
            font-weight: 400;
            font-size: 14px;
            background-image: url(../images/icons/checkbox-input-custom.png);
        }


        .containerPrincipalLogin .formLogin .column .form-control {
            border-radius: 8px;
            border: none;
            background-color: #f3f3f3;
            font-size: 14px;
            font-weight: 400;
            color: #636262;
            padding-left: 10px;
            box-sizing: border-box;
            height: 40px;
        }

            .containerPrincipalLogin .formLogin .column .form-control:focus {
                background-color: #ffffff !important;
                border: 1px solid #007934 !important;
                box-shadow: none !important;
            }

        .containerPrincipalLogin .formLogin .column .form-check-label {
            font-weight: 400;
            font-size: 14px;
        }

        .containerPrincipalLogin .formLogin .column:last-of-type {
            flex-basis: 100%;
        }

            .containerPrincipalLogin .formLogin .column:last-of-type .btn-primary {
                font-size: 20px;
                width: 200px;
                margin: 0 auto 0;
                display: block;
            }

        .containerPrincipalLogin .formLogin .column label {
            font-size: 14px;
            color: #000000;
        }

        .containerPrincipalLogin .formLogin .column a {
            float: right;
            font-style: italic;
            font-weight: 300;
            font-size: 14px;
            color: #636262;
            text-decoration: underline;
        }

        .containerPrincipalLogin .formLogin .column .btn-primary {
            width: 100%;
            margin-top: 0px;
            border-radius: 8px;
            box-shadow: none;
            border: none;
            font-size: 20px;
            background: #007934;
            text-transform: capitalize;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 50px;
        }

        .containerPrincipalLogin .formLogin .column:last-of-type {
            flex-basis: 100%;
            line-height: 30px;
            font-size: 14px;
            color: #000000;
            text-align: center;
            line-height: 1.5;
        }

            .containerPrincipalLogin .formLogin .column:last-of-type a {
                font-size: 14px;
                font-weight: 700;
                float: none;
                font-style: normal;
                text-decoration: none;
                color: #007934;
            }

.alert-danger {
    width: 60%;
    margin: 20px auto 0;
}


.diagnostics-page h1 {
    margin-bottom: 20px;
}

dt {
    color: #636262;
}

.card {
    border-radius: 0;
}

.logout-page, .logged-out-page, .diagnostics-page {
    width: 1280px;
    margin: 100px auto 0;
}

    .logged-out-page h1 {
        color: #007934;
        font-size: 20px;
    }

.voltar {
    position: absolute;
    background: #007934;
    padding: 5px 12px;
    align-self: anchor-center;
    letter-spacing: 1px;
    border-radius: 8px;
}

    .voltar a {
        color: #fff;
    }

@media only screen and (max-width: 1024px) {
    .alert-danger, .logout-page, .diagnostics-page, .logged-out-page {
        width: 90%;
    }

    .logoDermaClub {
        width: 150px;
        margin: 0 auto 0;
        background-size: contain;
        position: absolute;
        right: 20px;
    }

    .headerDeslogado {
        padding-left: 0;
    }

        .headerDeslogado .content {
            max-width: 90%;
        }


    .containerPrincipalLogin {
        width: 100%;
        margin: 0 auto;
    }

        .containerPrincipalLogin .formLogin {
            max-width: 90%;
            margin: 30px auto;
        }

            .containerPrincipalLogin .formLogin .column {
                flex-basis: 100%;
            }

                .containerPrincipalLogin .formLogin .column:last-of-type {
                    margin-top: 0;
                }

                .containerPrincipalLogin .formLogin .column label {
                    font-size: 14px;
                    margin-bottom: 0.3rem;
                }

    .lead h1 {
        font-size: 20px;
    }
}




/* Inicio Marcas */
.containerNossasMarcas {
    width: 100%;
    padding: 100px 0 100px;
    margin-top: -6px;
    background: #F4F4F4;
    margin-bottom: 140px;
}

    .containerNossasMarcas .titulo {
        width: 100%;
        display: block;
        margin: 0 auto 0;
        text-align: center;
        font-size: 38px;
        color: #007934;
        font-weight: 900;
    }

    .containerNossasMarcas .subTitulo {
        width: 100%;
        max-width: 1270px;
        display: block;
        margin: 25px auto 30px;
        text-align: center;
        font-size: 17px;
        line-height: 21px;
        color: #636262;
        font-weight: 400;
    }

    .containerNossasMarcas .legendaContent {
        margin-top: 30px;
        text-align: center;
        font-size: 12px;
        line-height: 20px;
        color: #636262;
        font-weight: 400;
    }

    .containerNossasMarcas .marcas {
        width: 1200px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        margin: 50px auto 0;
    }

        .containerNossasMarcas .marcas div {
            flex-basis: 300px;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 150px;
        }

            .containerNossasMarcas .marcas div a {
                width: 100%;
                height: 100%;
                display: block;
            }

                .containerNossasMarcas .marcas div a img {
                    max-width: 100%;
                    display: block;
                }



@media only screen and (max-width: 1024px) {
    .containerNossasMarcas {
        padding: 70px 0 50px;
        margin-bottom: 40px;
    }

        .containerNossasMarcas .titulo {
            font-size: 28px;
        }

        .containerNossasMarcas .subTitulo {
            width: 90%;
            margin: 30px auto 30px;
        }

            .containerNossasMarcas .subTitulo br {
                display: none;
            }

        .containerNossasMarcas .marcas {
            width: 250px;
            margin: 0 auto 0;
        }

            .containerNossasMarcas .marcas img {
                margin-bottom: 20px;
            }

            .containerNossasMarcas .marcas div {
                flex-basis: 250px;
                width: 250px;
                height: 125px;
                justify-content: center;
                align-items: center;
                margin-bottom: 20px;
            }

                .containerNossasMarcas .marcas div:last-of-type {
                    margin-bottom: 0;
                }

                .containerNossasMarcas .marcas div img {
                    max-width: 100%;
                }
}

/* Fim Marcas */



/* Tabs */
.containerTab {
    width: 100%;
    padding: 0 0 130px;
    background-color: #fff;
}

    .containerTab .row {
        margin-bottom: 0;
    }

    .containerTab .titulo {
        width: 100%;
        display: block;
        margin: 0 auto 42px;
        text-align: center;
        font-size: 38px;
        color: #007934;
        font-weight: 900;
    }

    .containerTab .subTitulo {
        width: 100%;
        max-width: 1270px;
        display: block;
        margin: 0 auto 30px;
        text-align: center;
        font-size: 17px;
        line-height: 21px;
        color: #000000;
        font-weight: 400;
    }

    .containerTab .legendaContent {
        margin-top: -20px;
        background: #fff;
        text-align: center;
        font-size: 12px;
        line-height: 20px;
        color: #636262;
        font-weight: 400;
    }

    .containerTab .tabs {
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: none;
    }

        .containerTab .tabs .indicator {
            display: none;
        }

        .containerTab .tabs .tab {
            height: 62px;
        }

            .containerTab .tabs .tab a {
                font-size: 21px;
                font-weight: 900;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                text-transform: none;
                color: #9E9E9E;
            }

                .containerTab .tabs .tab a:hover {
                    text-decoration: none;
                    color: #9E9E9E;
                }

                .containerTab .tabs .tab a.active,
                .containerTab .tabs .tab a:focus.active {
                    background: #FEC1D5;
                    color: #2A2559;
                    text-decoration: none;
                }

    .containerTab .tabCustomStyle {
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: none;
        margin: 0 auto;
    }

        .containerTab .tabCustomStyle li {
            height: 45px;
            padding: 0 0 0 0;
            font-size: 21px;
            font-weight: 900;
            display: flex;
            justify-content: center;
            align-items: center;
            text-transform: none;
            color: #9E9E9E;
            border-radius: 0;
            border: none;
        }

            .containerTab .tabCustomStyle li.react-tabs__tab--selected {
                background: #FEC1D5;
                color: #2A2559;
            }

@media only screen and (max-width: 1024px) {
    .containerTab .tabCustomStyle li {
        height: 45px;
        font-size: 16px;
    }
}

.containerTab .tab-content {
    padding: 65px 0 55px;
    background: #FEC1D5;
}

    .containerTab .tab-content .SliderBoxStepsMobile {
        display: none;
    }

    .containerTab .tab-content .lojas {
        width: 100%;
        max-width: 1270px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: 0 auto 0;
    }

        .containerTab .tab-content .lojas div {
            flex-basis: 300px;
            height: 150px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }

            .containerTab .tab-content .lojas div img {
                max-width: 85%;
                display: block;
                filter: grayscale(100%);
            }

                .containerTab .tab-content .lojas div img:hover {
                    filter: grayscale(0);
                }

    .containerTab .tab-content .boxSteps {
        width: 100%;
        max-width: 1185px;
        margin: 0 auto 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

        .containerTab .tab-content .boxSteps div {
            width: 375px;
            height: 153px;
            padding-top: 35px;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            text-align: center;
            border: solid 1px #2A2559;
            border-radius: 20px;
        }

            .containerTab .tab-content .boxSteps div span {
                position: absolute;
                left: 50%;
                top: -3px;
                transform: translate(-50%, -50%);
                font-weight: 900;
                font-size: 38px;
                color: #2A2559;
                background: #FEC1D5;
            }

            .containerTab .tab-content .boxSteps div p {
                margin: 0 auto 0;
                font-weight: 400;
                font-size: 18px;
                line-height: 23px;
                color: #2A2559;
            }

                .containerTab .tab-content .boxSteps div p strong {
                    font-weight: 900;
                }

    .containerTab .tab-content .menuTabBottom {
        margin-top: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .containerTab .tab-content .menuTabBottom a {
            padding-bottom: 10px;
            font-weight: 700;
            font-size: 16px;
            color: #2A2559;
            border-bottom: solid 2px #007934;
        }

            .containerTab .tab-content .menuTabBottom a + * {
                margin-left: 120px;
            }

.containerTab.tabColorGrey {
    padding-bottom: 0;
}

    .containerTab.tabColorGrey .tabs .tab a.active,
    .containerTab.tabColorGrey .tabs .tab a:focus.active {
        color: #007934;
        background: #F4F4F4;
        text-decoration: none;
    }

        .containerTab.tabColorGrey .tabs .tab a.active:hover {
            color: #007934;
        }

    .containerTab.tabColorGrey .tabs .tab a:hover {
        text-decoration: none;
        color: #9E9E9E;
    }


    .containerTab.tabColorGrey .tab-content {
        padding: 65px 0 30px;
        background: #F4F4F4;
    }

/* Mobile */
@media only screen and (max-width: 1024px) {
    .containerTab {
        padding: 0 0 60px;
    }

        .containerTab .titulo {
            margin: 0 auto 30px;
            font-size: 28px;
            line-height: 42px;
            padding-left: 10px;
            padding-right: 10px;
        }

        .containerTab .subTitulo {
            width: 90%;
            margin: 0 auto 45px;
            font-size: 14px;
            line-height: 18px;
        }

            .containerTab .subTitulo br {
                display: none;
            }

        .containerTab .tabs {
            width: 280px;
            height: auto;
        }

            .containerTab .tabs .tab {
                height: 45px;
            }

                .containerTab .tabs .tab a {
                    font-size: 16px;
                }

        .containerTab .tab-content {
            padding: 27px 0 60px;
        }

            .containerTab .tab-content .SliderBoxStepsMobile {
                width: 100%;
                max-width: 334px;
                display: block;
                margin: 0 auto 0;
            }

                .containerTab .tab-content .SliderBoxStepsMobile .slick-prev,
                .containerTab .tab-content .SliderBoxStepsMobile .slick-next {
                    width: 17px;
                    height: 47px;
                    top: 55%;
                    z-index: 9;
                }

                    .containerTab .tab-content .SliderBoxStepsMobile .slick-prev:before,
                    .containerTab .tab-content .SliderBoxStepsMobile .slick-next:before {
                        width: 17px;
                        height: 47px;
                        display: flex;
                    }

                .containerTab .tab-content .SliderBoxStepsMobile .slick-prev {
                    left: -5px;
                }

                    .containerTab .tab-content .SliderBoxStepsMobile .slick-prev:before {
                        content: '';
                        /*background: url(../../Assets/icons/icon-prev-banner-principal.png) no-repeat center center;*/
                        background-size: contain;
                    }

                .containerTab .tab-content .SliderBoxStepsMobile .slick-next {
                    right: -5px;
                }

                    .containerTab .tab-content .SliderBoxStepsMobile .slick-next:before {
                        content: '';
                        /*background: url(../../Assets/icons/icon-next-banner-principal.png) no-repeat center center;*/
                        background-size: contain;
                    }

            .containerTab .tab-content .boxSteps {
                max-width: 90%;
                margin-top: 20px;
            }

                .containerTab .tab-content .boxSteps.desktop {
                    display: none;
                }

                .containerTab .tab-content .boxSteps div {
                    width: 100%;
                    height: 115px;
                    padding: 0 10px 0 10px;
                    align-items: center;
                }

                    .containerTab .tab-content .boxSteps div p {
                        margin-top: 10px;
                        font-size: 14px;
                        line-height: 18px;
                        text-align: center;
                    }

            .containerTab .tab-content .menuTabBottom {
                flex-direction: column;
                margin-top: 0;
            }

                .containerTab .tab-content .menuTabBottom a {
                    margin-top: 45px;
                }

                    .containerTab .tab-content .menuTabBottom a + * {
                        margin-left: 0;
                    }

        .containerTab.tabColorGrey .tab-content {
            padding: 20px 0 20px;
        }

            .containerTab.tabColorGrey .tab-content .lojas {
                width: 90%;
                max-width: 90%;
            }

                .containerTab.tabColorGrey .tab-content .lojas div {
                    flex-basis: 150px;
                    height: 75px;
                }

                    .containerTab.tabColorGrey .tab-content .lojas div img {
                        margin: 0 auto 0;
                        max-width: 80%;
                    }
}

/* Iphone */
@media screen and (device-aspect-ratio: 40 / 71) {
    .containerTab .tab-content .SliderBoxStepsMobile {
        width: 300px;
    }

    .containerTab.tabColorGrey .tab-content .lojas div {
        flex-basis: 120px;
        height: 55px;
    }
}

/* Fim Tabs */





.containerFooter {
    width: 100%;
    height: auto;
    padding: 50px 0 50px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: #FBF8EF;
    border-top: solid 1px #FBF8EF;
}

    .containerFooter .content {
        width: 100%;
        max-width: 1270px;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

        .containerFooter .content .groupLogoSocialMedia {
            flex-basis: 250px;
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            flex-direction: column;
        }

            .containerFooter .content .groupLogoSocialMedia .media {
                display: flex;
                margin: 20px 0 20px;
                gap: 10px;
                margin-bottom: 30px !important;
            }

            .containerFooter .content .groupLogoSocialMedia p {
                margin: 0 0 0;
                font-weight: 400;
                font-size: 15px;
                color: #007934;
                text-transform: uppercase;
            }

                .containerFooter .content .groupLogoSocialMedia p a {
                    color: #007934;
                }

        .containerFooter .content .menuFooter {
            width: 100%;
            max-width: 590px;
            display: flex;
            flex-wrap: wrap;
            margin: 0 0 0;
            padding: 0 0 0;
            flex-wrap: wrap;
        }

            .containerFooter .content .menuFooter li {
                flex-basis: 33%;
                color: #007934;
                font-weight: 400;
                font-size: 12px;
            }

                .containerFooter .content .menuFooter li strong {
                    display: block;
                    margin-bottom: 15px;
                    font-size: 14px;
                    line-height: 18px;
                    font-weight: 900;
                }

                .containerFooter .content .menuFooter li a {
                    display: block;
                    margin-bottom: 10px;
                    color: #007934;
                }

                    .containerFooter .content .menuFooter li a:last-of-type {
                        margin-bottom: 0;
                    }

        .containerFooter .content .downloadApp {
            width: 212px;
            display: flex;
            flex-wrap: wrap;
        }

            .containerFooter .content .downloadApp p {
                flex-basis: 100%;
                margin: 0 0 10px;
                padding: 0 0 0;
                font-weight: 900;
                font-size: 14px;
                color: #007934;
            }

            .containerFooter .content .downloadApp a {
                width: 101px;
                height: 32px;
                display: block;
                text-indent: -9999px;
            }

                .containerFooter .content .downloadApp a.lojaApp1 {
                    margin-right: 10px;
                    background: url(../images/icons/google-play.png) no-repeat center center;
                }

                .containerFooter .content .downloadApp a.lojaApp2 {
                    background: url(../images/icons/app-store.png) no-repeat center center;
                }

        .containerFooter .content .copyrightPrestadorServico {
            flex-basis: 100%;
            padding-top: 37px;
            margin-top: 60px;
            border-top: solid 1px rgba(0, 121, 52, 0.3) !important;
            display: flex;
            justify-content: space-between;
        }

            .containerFooter .content .copyrightPrestadorServico .selo {
                font-weight: 400;
                font-size: 15px;
                padding: 5px;
                border: solid 1px #007934;
                border-radius: 5px;
                color: #007934;
            }

                .containerFooter .content .copyrightPrestadorServico .selo span {
                    font-weight: 900;
                }

@media only screen and (max-width: 1280px) {
    .containerFooter .content .groupLogoSocialMedia {
        margin-left: 20px;
    }

    .containerFooter .content .downloadApp {
        margin-right: 20px;
    }

    .containerFooter .content .copyrightPrestadorServico {
        flex-direction: column;
        padding-left: 0;
    }

        .containerFooter .content .copyrightPrestadorServico .selo {
            margin-top: 20px;
            text-align: center;
        }
}

/* Mobile */
@media only screen and (max-width: 1024px) {


    .containerFooter {
        padding: 60px 0 60px;
    }

        .containerFooter .content {
            width: 90%;
        }

            .containerFooter .content .copyrightPrestadorServico .selo {
                font-size: 12px;
            }

            .containerFooter .content .groupLogoSocialMedia {
                flex-basis: 100%;
                align-items: center;
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                flex-direction: column;
                margin-left: 0;
            }


                .containerFooter .content .groupLogoSocialMedia .media {
                    margin: 0 0 0;
                }

            .containerFooter .content .menuFooter {
                max-width: 100%;
                margin: 50px auto 50px;
            }

                .containerFooter .content .menuFooter li {
                    flex-basis: 50%;
                    text-align: center;
                }

                    .containerFooter .content .menuFooter li:last-of-type {
                        flex-basis: 100%;
                        margin-top: 50px;
                    }

            .containerFooter .content .downloadApp {
                width: 100%;
                justify-content: center;
                align-items: center;
            }

                .containerFooter .content .downloadApp p {
                    text-align: center;
                }

            .containerFooter .content .copyrightPrestadorServico {
                flex-direction: column;
                padding-left: 0;
                margin-top: 0;
            }

                .containerFooter .content .copyrightPrestadorServico img {
                    display: block;
                    margin: 0 auto 30px;
                }

            .containerFooter .content .groupLogoSocialMedia .image {
                flex-basis: 100%;
            }

                .containerFooter .content .groupLogoSocialMedia .image img {
                    display: block;
                    margin: 0 auto 45px;
                }
}

.live-agent-module .live-chat-dialog-inner {
    background: #fff;
    padding: 20px;
    text-align: center;
    position: relative;
}

    .live-agent-module .live-chat-dialog-inner .close {
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
        height: 20px;
        background: blue;
        color: #000;
    }

        .live-agent-module .live-chat-dialog-inner .close a {
            width: 100%;
            height: 100%;
            display: block;
            line-height: 1.3;
            text-decoration: none;
            color: #fff;
        }











.containerVantagens {
    padding: 0 0 0;
}

    .containerVantagens .titulo {
        padding: 0 0 0;
        margin: 0 auto 0;
        text-align: center;
        font-weight: 900;
        font-size: 38px;
        color: #007934;
    }

    .containerVantagens ul {
        width: 100%;
        max-width: 1093px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 95px auto 95px;
        flex-wrap: wrap;
    }

        .containerVantagens ul li {
            flex-basis: 279px;
            height: 145px;
            display: flex;
            position: relative;
            justify-content: center;
            align-items: center;
            border-radius: 20px;
            border: solid 1px #2A2559;
            font-weight: 900;
            text-align: center;
            font-size: 25px;
            line-height: 25px;
            color: #2A2559;
        }

            .containerVantagens ul li:after {
                content: '';
                position: absolute;
                top: 0;
                left: 50%;
                transform: translate(-50%, -50%);
            }

            .containerVantagens ul li:first-of-type:after {
                width: 62px;
                height: 55px;
                padding: 0 0 0 10px;
                background: url(../images/icons/desconto.svg) #fff no-repeat center center;
            }

            .containerVantagens ul li:nth-of-type(2):after {
                width: 58px;
                height: 55px;
                padding: 0 0 0 10px;
                background: url(../images/icons/estrela.svg) #fff no-repeat center center;
            }

            .containerVantagens ul li:last-of-type:after {
                width: 51px;
                height: 55px;
                padding: 0 0 0 10px;
                background: url(../images/icons/presente.svg) #fff no-repeat center center;
            }


/* Mobile */
@media only screen and (max-width: 1024px) {
    .containerVantagens {
        width: 90%;
        margin: 0 auto 0;
    }

        .containerVantagens .titulo {
            font-size: 28px;
            line-height: 42px;
        }

        .containerVantagens ul {
            margin: 60px auto 60px;
        }

            .containerVantagens ul li {
                flex-basis: 100%;
                margin-bottom: 40px;
                font-size: 20px;
            }
}


.loader {
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #007934; /* Blue */
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 2s linear infinite;
    display: none
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.container-vantagens {
    width: 100%;
    background-color: #fff;
    justify-self: center;
}

.advantages-card {
    padding: 40px;
    color: #fff;
    margin: 0 auto;
    max-width: 550px;
}

.title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 35px;
    line-height: 1.3;
    margin-top: 0;
}

.advantage-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 32px;
    align-items: center;
}

    .advantage-item:last-child {
        margin-bottom: 0;
    }

.icon-wrapper {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.icon {
    width: 50px;
    height: 50px;
    stroke: #fff;
    stroke-width: 2;
    fill: none;
}

.content {
    flex: 1;
    padding-top: 5px;
}

.advantage-title {
    font-size: 22px;
    margin-bottom: 6px;
    line-height: 1.2;
}

.advantage-description {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.95;
    line-height: 1.4;
}

@media (max-width: 640px) {
    .advantages-card {
        padding: 30px 25px;
        justify-items: center;
    }

    .title {
        font-size: 22px;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .icon-wrapper {
        width: 50px;
        height: 50px;
        margin-right: 16px;
    }

    .icon {
        width: 40px;
        height: 40px;
    }

    .advantage-title {
        font-size: 14px;
    }

    .advantage-description {
        font-size: 15px;
    }

    .advantage-item {
        margin-bottom: 15px;
        min-width: 310px;
    }
}

.marca-container {
    background: #FBF8EF;
    padding: 60px 40px;
    text-align: center;
}

.marca-title {
    color: #1a7a5e;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.3;
}

.marca-container-interno {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.marca-logo {
    height: 40px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .marca-container {
        padding: 20px 40px;
    }

    .banner-title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .marca-container-interno {
        gap: 15px;
        margin-bottom: 20px;
    }

    .marca-logo {
        height: 32px;
        width: 80px;
    }

    .marca-title {
        font-size: 24px;
    }

    .banner-container {
        padding: 40px 20px;
    }
}


@media (max-width: 410px) {

    .marca-title {
        font-size: 18px;
    }
}

.card-acumular {
    background: #fff;
    padding: 10px 5px;
}

.card-acumular-inner {
    background: #007934;
    border-radius: 28px;
    padding: 32px clamp(16px, 3vw, 36px) 40px;
    max-width: min(1200px, 100%);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    max-width: 850px;
}

.card-acumular-inner .title {
    color: #fff;
}

.card-acumular-inner .tabs {
    margin-bottom: 20px !important;
}

.title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.3;
}

.tabs {
    display: flex;
    gap: 5px;
    height: 38px !important;
    justify-content: center;
    margin-bottom: 20px !important;
    background-color: transparent !important;
}

.tab-button {
    background-color: #FBF8EF;
    color: #63241d;
    border: none;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

    .tab-button:focus {
        background-color: #FBF8EF;
    }

    .tab-button.active {
        background-color: #ffa1f9;
    }

.steps {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}

.step {
    background: #f5f5f0;
    border-radius: 8px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.step-number {
    background: transparent;
    color: #013a27;
    font-size: 64px;
    font-weight: 900;
    min-width: 80px;
    text-align: center;
    line-height: 1;
}

.step-content {
    flex: 1;
}

    .step-content p {
        color: #013a27;
        font-size: 16px;
        line-height: 1.20;
    }

    .step-content strong {
        color: #0a5c33;
        font-weight: 700;
    }

.brands-section {
    border-radius: 8px;
    max-width: 550px;
    justify-self: anchor-center;
}

.tab-content {
    display: none;
}

    .tab-content.active {
        display: block;
    }

.brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 25px;
    align-items: center;
    justify-items: center;
}

.brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f0;
    border-radius: 8px;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .brand-logo img {
        width: 50px;
    }



@media (max-width: 480px) {
    .title {
        font-size: 18px !important;
    }

    .tabs {
        flex-direction: row;
    }

    .step-number {
        font-size: 48px;
    }

    .step-content p {
        font-size: 13px;
        max-width: 242px;
        margin: 0;
    }
}
/* Responsividade */
@media (max-width: 768px) {
    .title {
        font-size: 20px;
    }

    .card {
        padding: 30px 20px;
    }

    .step {
        flex-direction: row;
        text-align: center;
        padding: 20px;
    }

    .step-content {
        justify-items: center;
    }

    .step-number {
        min-width: auto;
        font-size: 56px;
    }

    .tab-button {
        padding: 10px 20px;
        font-size: 14px;
    }

    .brands-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        overflow: auto;
    }
}

.shape-tab {
    position: relative;
    display: inline-grid;
    place-items: center;
    padding: 0 15px;
    line-height: 0;
    cursor: pointer;
    margin-left: -5px;
}


.tabs {
    display: flex;
    gap: 6px;
}

/* estado normal */
.shape-tab__fill {
    fill: var(--bg);
}

/* ativo */
.shape-tab.is-active .shape-tab__fill {
    fill: var(--bgActive, var(--bg));
}

.shape-tab.is-active {
    z-index: 2;
}

.shape-tab__svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
    transform-origin: 50% 50%;
}

/* Rotaciona o SVG quando for "right" (mesmo esquema do seu rotate) */
.shape-tab--right .shape-tab__svg {
    transform: rotate(180deg);
    margin-left: -4px; /* igual ao seu ajuste */
}

.shape-tab__fill {
    fill: var(--bg);
}

/* Borda opcional */
.shape-tab__stroke {
    fill: none;
    stroke: var(--border);
    stroke-width: var(--borderW);
    stroke-linejoin: round;
    stroke-linecap: round;
    vector-effect: non-scaling-stroke;
}

/* Conteúdo */
.shape-tab__content {
    position: relative;
    z-index: 1;
    color: var(--text);
    font-weight: 700;
    line-height: 1;
    user-select: none;
    margin-right: 4px;
    text-align: center;
    white-space: normal;
    margin-right: 10px;
}

/* Se quiser que pareça "botão" */
.shape-tab[role="button"] {
    cursor: pointer;
}

/* ========================================
   DESKTOP - MANTÉM O PADRÃO ATUAL
   ======================================== */

/* Esconde os SVGs no desktop */
.shape-mobile {
    display: none;
}

/* Formas grandes (SVG) — apenas desktop; mobile usa .shape-mobile */
.shape-desktop {
    display: none;
}

.advantages-card {
    /* Seu CSS desktop atual aqui */
    background: #057934;
    padding: 40px;
    margin-bottom: 30px;
}

.advantages-content {
    max-width: 550px;
    margin: 0 auto;
    color: #fff;
}

.advantages-card .title {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 35px;
    line-height: 1.2;
    color: #fff;
}

.advantage-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 20px;
}

    .advantage-item:last-child {
        margin-bottom: 0;
    }

.icon-wrapper {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}

.icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.content {
    flex: 1;
}

.advantage-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 2px;
    color: #fff;
}

.advantage-description {
    font-size: 13px;
    opacity: 0.9;
    line-height: 1.4;
    color: #fff;
}

/* ========================================
   MARCAS - DESKTOP
   ======================================== */
.marca-container {
    background: #FBF8EF;
    padding: 40px;
}

.marca-content {
    margin: 0 auto;
    text-align: center;
}

.marca-title {
    font-size: 28px;
    font-weight: 700;
    color: #057934;
    margin: 0 0 32px;
    line-height: 1.3;
}

.marca-container-interno {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}

.marca-logo {
    height: 32px;
    width: auto;
    object-fit: contain;
    opacity: 0.9;
}

/* ========================================
   MOBILE - ATIVA OS SHAPES
   ======================================== */
@media (max-width: 540px) {
    .container-vantagens {
        background: none;
    }

    .shape-desktop {
        display: none !important;
    }

    /* ===== MOSTRA OS SVGs ===== */
    .shape-mobile {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 1;
        pointer-events: none;
        padding: 0 5px;
    }

    /* SVG Verde */
    .shape-mobile--top path {
        fill: #057934;
    }

    /* SVG Creme */
    .shape-mobile--bottom path {
        fill: #FBF8EF;
    }

    /* ===== CARD VERDE ===== */
    .advantages-card {
        position: relative;
        background: transparent; /* Remove fundo fixo */
        padding: 0;
        margin-bottom: 0;
    }

    .advantages-content {
        position: relative;
        z-index: 2;
        padding: 30px 20px;
    }

    .advantages-card .title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .advantage-item {
        margin-bottom: 16px;
        gap: 10px;
    }

    .icon-wrapper {
        width: 32px;
        height: 32px;
    }

    .advantage-title {
        font-size: 14px;
    }

    .advantage-description {
        font-size: 12px;
    }

    /* ===== CARD MARCAS ===== */
    .marca-container {
        position: relative;
        background: transparent; /* Remove fundo fixo */
        padding: 0;
        margin-top: 20px; /* Ajuste para colar os cards */
    }

    .marca-content {
        position: relative;
        z-index: 2;
        padding: 90px 20px;
    }

    .marca-title {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .marca-container-interno {
        gap: 16px;
    }

    .marca-logo {
        height: 28px;
        width: 80px;
    }
}

@media (max-width: 450px) {
    .marca-container {
        margin-top: 0px;
    }
    .marca-content {
        padding: 70px 20px;
    }
    .advantages-content {
        padding: 20px 20px;
    }
}

/* ========================================
   MOBILE PEQUENO - AJUSTES FINOS
   ======================================== */
@media (max-width: 390px) {
    .advantages-content {
        padding: 15px;
    }
    .marca-content {
        padding: 45px;
    }

    .advantages-card .title {
        font-size: 20px;
    }

    .advantage-item {
        margin-bottom: 12px;
    }

    .icon-wrapper {
        width: 28px;
        height: 28px;
    }

    .advantage-title {
        font-size: 14px;
    }

    .advantage-description {
        font-size: 12px;
    }

    .marca-title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .marca-logo {
        height: 24px;
    }
}

/* Desktop: blocos centralizados, borda branca nas laterais do cartão, SVGs de fundo e junção diagonal */
@media (min-width: 541px) {
    .container-vantagens {
        background-color: #fff;
        padding: 20px 0 20px;;
        box-sizing: border-box;
        display: grid;
        justify-items: center;
        /* Evita qualquer vazamento horizontal (shadow/SVG) */
        overflow-x: clip;
    }

    .shape-desktop {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* Evita “cortar” o desenho; o SVG já tem a diagonal */
        object-fit: fill;
        object-position: center bottom;
        z-index: 0;
        pointer-events: none;
    }

    .shape-desktop--marcas-inferior {
        object-position: center top;
    }

    .advantages-card {
        position: relative;
        z-index: 1;
        /* Não recorta a diagonal/cantos do SVG */
        overflow: visible;
        /* Quem define os cantos é o próprio SVG */
        border-radius: 0;
        box-shadow: none;
        background-color: transparent;
        max-width: min(860px, calc(100vw - 48px));
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        padding: 0;
    }

    .advantages-content {
        position: relative;
        z-index: 1;
        max-width: 520px;
        margin: 0 auto;
        padding: 80px 20px 80px;
        text-align: center;
    }

    .advantages-card .advantage-item {
        /*justify-content: center;*/
        text-align: left;
        margin-left: 50px;
    }

    .marca-container {
        position: relative;
        z-index: 2;
        /* Não recorta a diagonal/cantos do SVG */
        overflow: visible;
        /* Quem define os cantos é o próprio SVG */
        border-radius: 0;
        background-color: transparent;
        max-width: min(860px, calc(100vw - 48px));
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        padding: 0;
    }

    .marca-content {
        position: relative;
        z-index: 1;
        padding: 46px 56px 42px;
    }

    .card-acumular-inner .brands-section {
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }

}

/* Ajustes responsivos finos do desktop (sem aninhar @media) */
@media (min-width: 541px) and (max-width: 900px) {

    .advantages-content {
        padding: 38px 32px 54px;
    }

    .marca-content {
        padding: 38px 32px 36px;
    }

    .marca-container {
        margin-top: 0;
    }
}
