﻿button {
    cursor: pointer;
    border: 0;
}

.txt-nenhum-cnpj {
    padding: 12px 16px;
    text-align: center;
    display: none;
}

.modal-padrao {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(30, 33, 48, 0.9);
    z-index: 3;
    display: none;
}

    .modal-padrao.open {
        display: block;
    }

    .modal-padrao .btn-close {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 16px;
        right: 16px;
        width: auto;
        height: auto;
        background: transparent;
        opacity: 1;
    }

    .modal-padrao .error {
        font-size: 12px;
        line-height: 18px;
        font-weight: 500;
        text-align: center;
        width: 100%;
        color: red;
    }

        .modal-padrao .error p {
            margin: 0 0 12px 0;
        }

        .modal-padrao .error a {
            font-size: 14px;
            line-height: 20px;
            font-weight: 600;
            text-decoration: underline;
        }

.container-modal {
    position: absolute;
    top: 12px;
    bottom: auto;
    left: 12px;
    right: 12px;
    background-color: var(--white);
    border-radius: 12px;
    max-height: 90svh;
    overflow-y: auto;
}

#lista-cnpj .container-modal {
    max-height: 95svh;
    overflow-y: hidden;
}

.container-modal .text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.modal-header {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    padding: 32px 16px;
    border: none;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.15px;
    font-size: 18px;
    line-height: 28px;
}

.modal-header .subtitle {
    margin: 0 0 4px 0;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.15px;
    font-weight: 700;
}

    .modal-header .subtitle small {
        display: block;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        opacity: 0.6;
        margin-top: 12px;
    }

.modal-header .text {
    opacity: 0.7;
}

.modal-main {
    padding: 0 24px 24px;
    overflow: auto;
    max-height: 600px;
}

    .modal-main .text {
        margin-bottom: 12px;
    }

/* MODAL LOGIN */

#login-padrao,
#login-token {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    position: relative;
}

#login-padrao {
    margin-bottom: 32px;
}

    #login-padrao .btn-login-email {
        background-color: var(--p);
        color: var(--white);
        text-transform: uppercase;
        width: 100%;
        margin: 18px auto 0;
    }

#login-token:before {
    content: 'ou';
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    background: var(--white);
    color: var(--p1);
    padding: 12px;
    border-radius: 100px;
    position: absolute;
    top: -52px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#login-token .btn-login-token {
    background-color: var(--s);
    color: var(--white);
    text-transform: uppercase;
    width: 100%;
    margin: 18px auto 0;
}

#login-tipo .modal-main {
    overflow: inherit;
}

.btn-esqueci-senha {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.25px;
    font-weight: 500;
    text-decoration: none;
    color: var(--p3);
    text-align: right;
    display: block;
    width: 100%;
    outline: none;
}

    .btn-esqueci-senha:hover {
        color: var(--p);
        text-decoration: underline;
    }

.token {
    padding-top: 32px;
    border-top: 1px solid var(--p1);
}

/* MODAL CNPJ */

.modal-header .subtitle {
    margin: 0 0 4px 0;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.15px;
    font-weight: 600;
    padding-right: 32px;
}

.modal-cnpj .modal-main {
    border-top: 1px solid rgba(30, 33, 48, 0.21);
    padding: 0;
    overflow: hidden;
}

#lista-cnpj .modal-header {
    padding: 18px 12px 12px;
    background-color: var(--p3);
    color: var(--light);
    border-radius: 8px 8px 0 0;
}

    #lista-cnpj .modal-header .modal-title small {
        display: block;
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 1px;
        font-weight: 400;
    }

#lista-cnpj .btn-close {
    color: var(--light);
}

#lista-cnpj .modal-main {
    border-top: none;
}

#lista-cnpj form {
    position: relative;
}

    #lista-cnpj form span.cnpj {
        font-size: 12px;
        line-height: 16px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
        width: 100%;
        padding: 8px 12px 12px;
        background-color: var(--p3);
        color: var(--light);
        position: absolute;
        top: 0;
    }

    #lista-cnpj form .form-search {
        padding: 12px 16px 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        align-content: center;
        justify-content: space-between;
        gap: 0;
    }

        #lista-cnpj form .form-search input#input-buscar {
            border-radius: 8px 0 0 8px;
        }

    #lista-cnpj form .radios-cnpjs {
        margin: 0;
    }

    #lista-cnpj form .form-search .btn {
        background-color: var(--p);
        color: var(--light);
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 0 8px 8px 0;
        padding: 12px 8px;
    }

        #lista-cnpj form .form-search .btn i {
            font-size: 16px;
            line-height: 1;
        }

#lista-cnpj .continue {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 0 16px 16px;
}

    #lista-cnpj .continue .btn-seleciona-cnpj {
        margin: 0;
        max-width: 70%;
    }

    #lista-cnpj .continue .btn-logout {
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        gap: 12px;
        width: 100%;
        max-width: calc(30% - 12px);
        background-color: var(--p);
        color: var(--light);
        padding: 16px;
    }

        #lista-cnpj .continue .btn-logout i {
            font-size: 16px;
            line-height: 1;
        }

#lista-cnpj .detalhe-empresa {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.25px;
    font-weight: 500;
    padding-left: 24px;
    text-transform: uppercase;
}

    #lista-cnpj .detalhe-empresa small {
        display: block;
        font-size: 11px;
        line-height: 15px;
        letter-spacing: 1px;
        opacity: 0.7;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

#lista-cnpj .cnpj-name {
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}

    #lista-cnpj .cnpj-name small {
        font-size: 12px;
        line-height: 1.6;
        font-weight: 600;
        color: rgba(30, 33, 48, 0.5);
    }

#lista-cnpj .add-empresa-area {
    width: 100%;
    padding: 0 1rem;
    text-align: center;
}

    #lista-cnpj .add-empresa-area a {
        width: auto;
        background-color: var(--p);
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 8px;
        font-size: 14px;
        line-height: 1.25;
        color: white;
        border-radius: 8px;
    }

        #lista-cnpj .add-empresa-area a:hover {
            width: auto;
            background-color: var(--p3);
            display: inline-flex;
            justify-content: center;
            align-items: center;
            padding: 8px;
            font-size: 14px;
            line-height: 1.25;
            color: white;
            border-radius: 8px;
        }

.radios-cnpjs,
.radios-emails {
    max-height: 210px;
    overflow: auto;
    width: 100%;
}

.radios-cnpjs {
    margin-top: 32px;
}

    .radios-cnpjs label,
    .radios-emails label {
        padding: 12px 16px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.5px;
        border-bottom: 1px dashed rgb(30 33 48 / 20%);
        cursor: pointer;
    }

        .radios-cnpjs label:hover,
        .radios-emails label:hover {
            background-color: rgb(204 232 239 / 40%);
        }

.radios-emails label {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

    .radios-cnpjs label.active,
    .radios-emails label.active {
        border: 1px dashed var(--p);
        background-color: rgb(0 109 162 / 5%);
        color: var(--p3);
    }

    .radios-cnpjs label span,
    .radios-emails label span {
        max-width: calc(100% - 32px);
    }

.btn-seleciona-cnpj,
.btn-seleciona-email,
.btn-buscar {
    width: calc(100% - 48px);
    margin: 24px;
    border-radius: 12px;
    background-color: var(--s);
    padding: 16px;
    color: var(--light);
}

/* MODAL TELEFONE */

.modal-tel .container-modal {
    max-width: 500px;
}

.modal-tel form .form-group {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin: 32px 0;
    padding: 0 0 0 12px;
    background-color: rgb(30 33 48 / 10%);
    border-radius: 12px;
}

    .modal-tel form .form-group label {
        max-width: 120px;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.5px;
        font-weight: 800;
        padding: 0 10px;
        margin: 0;
    }

    .modal-tel form .form-group input {
        max-width: calc(100% - 120px);
    }

.modal-tel form .buttons {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
}

.modal-tel form .n-numero {
    background: transparent;
    border: none;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: var(--p4);
    text-decoration: underline;
    margin-bottom: 18px;
}

.modal-tel form .btn-completa-numero {
    background: var(--p);
    color: var(--light);
    border: none;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    width: 100%;
}

/* MODAL TOKEN */

.modal-token .input-token {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
    gap: 12px;
}

    .modal-token .input-token p {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.5px;
        display: block;
        width: 100%;
        margin: 0;
    }

    .modal-token .input-token input {
        max-width: 56px;
        font-size: 32px;
        text-align: center;
        font-weight: 700;
    }

.modal-token .buttons {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 24px 16px;
    gap: 16px;
}

    .modal-token .buttons .btn-novo-token {
        font-size: 14px;
        line-height: 20px;
        background-color: transparent;
        border: none;
        color: var(--s4);
        text-decoration: underline;
    }

    .modal-token .buttons #login-token-confirma-btn {
        font-size: 14px;
        line-height: 20px;
        background-color: var(--s);
        border: none;
        color: var(--light);
        text-decoration: none;
        width: 80%;
    }

    .modal-token .buttons .token-expira {
        font-size: 12px;
        line-height: 18px;
        background-color: transparent;
        border: none;
        color: var(--dark);
        opacity: 0.7;
    }

/* MODAL DETALHE PEDIDO */

.dados {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    gap: 12px;
}

    .lista-produtos h6,
    .dados h6 {
        font-size: 10px;
        line-height: 16px;
        letter-spacing: 1.25px;
        font-weight: 600;
        color: var(--p3);
        display: block;
        background-color: rgba(204, 232, 239, 0.5);
        padding: 4px 12px;
        width: calc(100% + 48px);
        border-radius: 0;
        margin: 0 -24px;
        text-transform: uppercase;
    }

    .dados p {
        display: block;
        width: 100%;
        margin: 0;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.5px;
        font-weight: 500;
    }

        .dados p strong {
            display: block;
        }

        .dados p small {
            display: block;
            font-size: 12px;
            line-height: 18px;
            letter-spacing: 1.25px;
            font-weight: 700;
            text-transform: uppercase;
            opacity: 0.5;
        }

.dados-pedido,
.dados-operador {
    padding: 16px 0;
}

.item-produto {
    border-bottom: 1px solid rgb(30 33 48 / 50%);
    padding: 12px 16px 0;
    overflow: hidden;
    margin: 0 -24px;
    position: relative;
}

    .item-produto:last-child {
        border: none;
    }

    .item-produto:after {
        content: '';
        width: 32px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 16l-6-6h12z' fill='rgba(30,33,48,1)'/%3E%3C/svg%3E");
        background-position: top 28px center;
        background-size: 24px;
        background-repeat: no-repeat;
    }

    .item-produto strong,
    .item-produto p {
        font-size: 14px;
        line-height: 20px;
    }

    .item-produto ul {
        padding: 8px 0 0;
        margin: 0;
        list-style: none;
        display: flex;
        flex-direction: row;
        align-items: center;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px 0;
        border-top: 1px solid var(--p2);
        margin-left: -16px;
        margin-right: -16px;
        background-color: rgb(204 232 239 / 30%);
        display: none;
    }

        .item-produto ul li {
            text-align: center;
            width: 100%;
            max-width: calc((100% / 3) - 4px);
            min-height: 48px;
            font-size: 12px;
            line-height: 18px;
            display: inline-flex;
            flex-direction: column;
            flex-wrap: wrap;
            align-content: center;
            justify-content: center;
            align-items: center;
        }

            .item-produto ul li small {
                display: block;
                letter-spacing: 1.25px;
                font-weight: 600;
                color: var(--p3);
            }

@media screen and (min-width: 768px) {
    .modal-padrao.open {
        display: flex;
        /* text-align: center; */
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .container-modal {
        top: 24px;
        left: auto;
        right: auto;
        max-width: 720px;
    }

    #lista-cnpj .add-empresa-area {
        text-align: left;
    }
}

@media screen and (min-width: 992px) {
    .modal-header {
        padding: 16px 24px 12px;
    }

    #login-tipo .modal-header {
        padding: 0 0 32px;
    }

    .container-modal {
        max-width: 600px;
        margin: auto;
        left: 0;
        right: 0;
    }

    .modal-main {
        max-height: 550px;
    }
}

@media screen and (min-width: 1024px) {
    .modal-login .container-modal {
        max-width: 900px;
        padding: 40px;
    }

    .modal-login .modal-header .subtitle {
        margin: 0 0 8px;
        font-size: 28px;
        line-height: 42px;
        letter-spacing: 0.25px;
        font-weight: 500;
        padding-right: 32px;
        color: var(--p4);
    }

    .modal-login .modal-main {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: space-between;
        align-items: flex-start;
        gap: 48px;
        padding: 0;
    }

    .modal-login #login-padrao,
    .modal-login .token {
        max-width: calc(50% - 48px);
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
        gap: 12px;
        position: relative;
        margin: 0;
    }

    .modal-login .token {
        padding-top: 0;
        border-top: none;
    }

    #login-token:before {
        content: 'ou';
        font-size: 14px;
        line-height: 1;
        font-weight: 500;
        background: var(--white);
        color: var(--p4);
        padding: 12px;
        border-radius: 100px;
        position: absolute;
        top: auto;
        left: -18%;
        margin-left: 0;
        width: 40px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        opacity: 0.6;
    }

    .btn-seleciona-cnpj,
    .btn-seleciona-email {
        margin-top: 0;
    }

    .lista-produtos h6,
    .dados h6 {
        margin: 0;
        width: 100%;
    }

    .dados-operador h6 {
        color: transparent;
    }

    #detalhe-pedido .container-modal {
        max-width: 900px;
    }

    #detalhe-pedido .modal-main {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 16px 0;
    }

    .dados {
        max-width: calc(100% / 3);
    }

    .dados-pedido,
    .dados-operador {
        padding: 0;
    }

    .dados p {
        padding: 0 12px;
    }

        .dados p small {
            font-size: 10px;
            line-height: 16px;
            letter-spacing: 1.25px;
            font-weight: 500;
            opacity: 0.7;
        }

    .lista-produtos {
        width: 100%;
    }

    .item-produto {
        margin: 0;
        cursor: pointer;
    }

        .item-produto ul {
            padding: 8px 0;
        }

            .item-produto ul li {
                max-width: calc((100% / 6) - 6px);
            }
}

@media screen and (min-wdith: 1536px) {

    .radios-cnpjs,
    .radios-emails {
        max-height: 300px;
        overflow: auto;
        width: 100%;
    }

    .radios-cnpjs,
    .radios-emails {
        max-height: 300px;
        overflow: auto;
        width: 100%;
    }
}

/* MODAL MAPA */

#mapa-dist .container-modal {
    max-width: 1200px;
}

#modal-bifarma .container-modal {
    padding: 0;
    background: transparent;
}

    #modal-bifarma .container-modal .fechar {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 13px;
        right: 36px;
        width: auto;
        height: auto;
        background: transparent;
        opacity: 1;
        color: #fff;
    }

#consultar-cep {
    position: absolute;
    bottom: 407px;
    right: 676px;
}

#senha-atualli {
    position: relative;
}

#btn-senha {
    position: absolute;
    right: 16%;
    margin: -34px 17px 0px 0px;
    font-size: 22px;
    cursor: pointer;
    color: #999;
}

#senha-novali {
    position: relative;
}

#btn-senha-nova {
    position: absolute;
    right: 16%;
    margin: -34px 17px 0px 0px;
    font-size: 22px;
    cursor: pointer;
    color: #999;
}

#senha-confirmacaoli {
    position: relative;
}

#btn-senha-confirmacao {
    position: absolute;
    right: 16%;
    margin: -34px 17px 0px 0px;
    font-size: 22px;
    cursor: pointer;
    color: #999;
}

.cadastro #consultar-cep {
    position: absolute;
    bottom: -28px;
    right: 7px;
}







/* Modal Pareceiro Geral */
#modal-parceiro {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 99;
}

    #modal-parceiro * {
        font-size: 14px;
        line-height: 1.5;
    }

    #modal-parceiro .modal-parceiro-content {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-items: center;
        flex-direction: column;
        gap: 24px;
        padding: 40px 0;
    }

.modal-confirma-pedido {
    width: 100%;
    max-width: 90%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    background: rgb(255 255 255 / 80%);
    padding: .5rem;
    border-radius: 12px;
    color: black;
    font-size: 14px !important;
    line-height: 1.5;
    letter-spacing: 0.25px;
    font-weight: 500;
    box-shadow: 0 2px 12px rgb(33 37 41 / 55%);
    text-align: center;
}

    .modal-confirma-pedido img {
        max-width: 81px;
    }

    .modal-confirma-pedido p {
        flex: 1;
        margin: 0;
        font-size: 14px;
    }

#modal-parceiro .container-modal .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    position: absolute;
    top: 4px;
    right: 4px;
    /* color: #ffffff !important; */
    font-weight: 700;
    background-color: white;
    padding: 12px;
    border-radius: 12px;
    background: white url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

#modal-parceiro .conteudo {
    padding: 0;
    margin: 0;
}

#modal-parceiro .container-modal {
    /* position: absolute; */
    width: 900px;
    max-width: 100%;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 40px;
    border-radius: 24px;
    /* left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */
    overflow: auto;
    box-shadow: inset 0 4px 16px rgb(0 0 0 / 16%);
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

/* Modal Parceiro Genomma */
.modal-genomma {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 99;
}

    .modal-genomma * {
        font-size: 16px;
        line-height: 1.5;
    }

    .modal-genomma .container-modal {
        background: #105382;
        opacity: 85%;
        border: 8px solid #089bd5;
    }

        .modal-genomma .container-modal .modal-text p {
            text-align: center;
        }

            .modal-genomma .container-modal .modal-text p small {
                color: #00D6F3;
            }

    .modal-genomma .modal-main {
        overflow: initial;
    }

    .modal-genomma .modal-header {
        margin-bottom: 32px;
        display: flex;
        align-items: center;
        justify-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        width: 100%;
        border: 0;
    }

        .modal-genomma .modal-header img {
            width: 200px;
        }

    .modal-genomma .modal-text {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

        .modal-genomma .modal-text h2 {
            font-size: 50px !important;
            letter-spacing: -0.25px;
            font-weight: bold;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 4px;
            margin: 0;
            color: #b0d9fa;
            line-height: 1;
            text-align: center;
        }

        .modal-genomma .modal-text h3 {
            font-size: 25px !important;
            color: #ffffff;
            line-height: 1.5;
            display: block !important;
            text-align: center;
        }

        .modal-genomma .modal-text h2 small {
            font-size: 27px !important;
            line-height: 1.25;
            font-weight: 900;
            letter-spacing: 1.5px;
            color: white;
        }

        .modal-genomma .modal-text img {
            width: 420px;
            max-width: 100%;
            margin: 0 0 -20px 0;
            z-index: 2;
        }

        .modal-genomma .modal-text a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 12px;
            width: 363px;
            height: 48px;
            max-width: 100%;
            background-color: #abd9fd;
            font-size: 14px;
            line-height: 1;
            font-weight: 600;
            color: #093f68;
            border-radius: 12px;
            text-transform: uppercase;
        }

            .modal-genomma .modal-text a:hover {
                background-color: #093f68;
                color: #abd9fd;
                transition: all 0.3s;
            }

        .modal-genomma .modal-text .validade {
            font-size: 14px;
            line-height: 1.6;
            letter-spacing: 1.25px;
            font-weight: 300;
            opacity: 1;
            text-align: center;
        }

@media screen and (min-width: 1024px) {

    .modal-genomma .form-group,
    .modal-genomma .modal-bottom .msg {
        max-width: 40%;
        margin: 0;
    }

    .modal-genomma .modal-bottom .modal-marcas {
        align-items: center;
        justify-content: space-between;
        gap: 0;
    }
}

/* Modal Parceiro Haleon */

.modal-haleon .container-modal {
    background: rgb(153, 239, 132);
    background: radial-gradient(circle, rgba(153, 239, 132, 0.8) 0%, rgba(48, 234, 3, 0.8) 100%);
    border: 8px solid #99ef84;
}

    .modal-haleon .container-modal .btn-close {
        position: absolute;
        top: 44px;
        right: 40px;
        color: #fff;
        font-weight: 700;
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: 0.25em 0.25em;
        color: #000;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        border: 0;
        border-radius: 0.25rem;
        opacity: 0.5;
    }

.modal-haleon .conteudo {
    padding: 0;
    margin: 0;
}

.modal-haleon .modal-main {
    overflow: initial;
}

.modal-haleon .modal-header {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 100%;
    border: 0;
}

    .modal-haleon .modal-header img {
        width: 256px;
        background-color: #ffffff;
        padding: 0 20px;
    }

.modal-haleon .modal-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

    .modal-haleon .modal-text h2 {
        font-size: 23px !important;
        line-height: 1.25;
        letter-spacing: -0.25px;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        margin: 0;
        color: #ffffff;
        background-color: #000000;
        padding: 5px 50px;
    }

    .modal-haleon .modal-text h3 {
        display: block !important;
        font-size: 20px !important;
        color: #000000;
        line-height: 0 !important;
        padding-top: 15px;
    }

    .modal-haleon .modal-text h2 small {
        font-size: 24px;
        line-height: 1.25;
        font-weight: 300;
        letter-spacing: 1.5px;
        color: #000000;
    }

    .modal-haleon .modal-text img {
        width: 600px;
        max-width: 100%;
        margin: -10px 0 -30px 0;
        z-index: 2;
    }

    .modal-haleon .modal-text a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
        width: 363px;
        height: 48px;
        max-width: 100%;
        background-color: #000000;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        color: #ffffff;
        border-radius: 12px;
        text-transform: uppercase;
    }

        .modal-haleon .modal-text a:hover {
            background-color: #333333;
            color: #ffffff;
            transition: all 0.3s;
        }

    .modal-haleon .modal-text .validade {
        font-size: 14px;
        line-height: 1 !important;
        letter-spacing: 1.25px;
        font-weight: 500;
        opacity: 0.8;
        color: #000000;
    }

@media screen and (min-width: 1024px) {

    .modal-haleon .form-group,
    .modal-haleon .modal-bottom .msg {
        max-width: 40%;
        margin: 0;
    }

    .modal-haleon .modal-bottom .modal-marcas {
        align-items: center;
        justify-content: space-between;
        gap: 0;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .modal-haleon .modal-text img {
        width: 430px;
    }

    .modal-haleon .modal-text h2 {
        font-size: 23px !important;
    }
}


/* Modal Parceiro Haleon COREGA */

.modal-haleonCorega .container-modal {
    background: rgb(0,135,134);
    background: radial-gradient(circle, rgba(0,135,134,1) 0%, rgba(0,57,80,1) 88%);
    border: 8px solid #008786;
}

    .modal-haleonCorega .container-modal .btn-close {
        position: absolute;
        top: 44px;
        right: 40px;
        color: #fff;
        font-weight: 700;
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: 0.25em 0.25em;
        color: #000;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        border: 0;
        border-radius: 0.25rem;
        opacity: 0.5;
    }

.modal-haleonCorega .conteudo {
    padding: 0;
    margin: 0;
}

.modal-haleonCorega .modal-main {
    overflow: initial;
}

.modal-haleonCorega .modal-header {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 100%;
    border: 0;
}

    .modal-haleonCorega .modal-header img {
        width: 256px;
        background-color: #ffffff;
        padding: 0 20px;
    }

.modal-haleonCorega .modal-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

    .modal-haleonCorega .modal-text h2 {
        font-size: 23px !important;
        line-height: 1.25;
        letter-spacing: -0.25px;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        margin: 0;
        color: #ffffff;
        background-color: #000000;
        padding: 5px 50px;
    }

    .modal-haleonCorega .modal-text h3 {
        display: block !important;
        font-size: 20px !important;
        color: #000000;
        line-height: 0 !important;
        padding-top: 15px;
    }

    .modal-haleonCorega .modal-text h2 small {
        font-size: 24px;
        line-height: 1.25;
        font-weight: 300;
        letter-spacing: 1.5px;
        color: #000000;
    }

    .modal-haleonCorega .modal-text img {
        width: 600px;
        max-width: 100%;
        margin: -10px 0 -30px 0;
        z-index: 2;
    }

    .modal-haleonCorega .modal-text a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
        width: 363px;
        height: 48px;
        max-width: 100%;
        background-color: #000000;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        color: #ffffff;
        border-radius: 12px;
        text-transform: uppercase;
    }

        .modal-haleonCorega .modal-text a:hover {
            background-color: #333333;
            color: #ffffff;
            transition: all 0.3s;
        }

    .modal-haleonCorega .modal-text .validade {
        font-size: 14px;
        line-height: 1 !important;
        letter-spacing: 1.25px;
        font-weight: 500;
        opacity: 0.8;
        color: #ffffff;
    }

@media screen and (min-width: 1024px) {

    .modal-haleonCorega .form-group,
    .modal-haleonCorega .modal-bottom .msg {
        max-width: 40%;
        margin: 0;
    }

    .modal-haleonCorega .modal-bottom .modal-marcas {
        align-items: center;
        justify-content: space-between;
        gap: 0;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .modal-haleonCorega .modal-text img {
        width: 430px;
    }

    .modal-haleonCorega .modal-text h2 {
        font-size: 23px !important;
    }
}


/* Modal Parceiro Haleon ADVIL */

.modal-haleonAdvil .container-modal {
    background: rgb(199,29,28);
    background: radial-gradient(circle, rgba(199,29,28,1) 0%, rgba(153,20,19,1) 88%);
    border: 8px solid #ff0000;
}

    .modal-haleonAdvil .container-modal .btn-close {
        position: absolute;
        top: 44px;
        right: 40px;
        color: #fff;
        font-weight: 700;
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: 0.25em 0.25em;
        color: #000;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        border: 0;
        border-radius: 0.25rem;
        opacity: 0.5;
    }

.modal-haleonAdvil .conteudo {
    padding: 0;
    margin: 0;
}

.modal-haleonAdvil .modal-main {
    overflow: initial;
}

.modal-haleonAdvil .modal-header {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 100%;
    border: 0;
}

    .modal-haleonAdvil .modal-header img {
        width: 256px;
        background-color: #ffffff;
        padding: 0 20px;
    }

.modal-haleonAdvil .modal-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

    .modal-haleonAdvil .modal-text h2 {
        font-size: 35px !important;
        line-height: 1.25;
        letter-spacing: -0.25px;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        margin: 0;
        color: #ffffff;
        background-color: #000000;
        padding: 5px 50px;
    }

    .modal-haleonAdvil .modal-text h3 {
        display: block !important;
        font-size: 20px !important;
        color: #000000;
        line-height: 0 !important;
        padding-top: 15px;
    }

    .modal-haleonAdvil .modal-text h2 small {
        font-size: 24px;
        line-height: 1.25;
        font-weight: 300;
        letter-spacing: 1.5px;
        color: #000000;
    }

    .modal-haleonAdvil .modal-text img {
        width: 600px;
        max-width: 100%;
        margin: -10px 0 -30px 0;
        z-index: 2;
    }

    .modal-haleonAdvil .modal-text a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
        width: 363px;
        height: 48px;
        max-width: 100%;
        background-color: #000000;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        color: #ffffff;
        border-radius: 12px;
        text-transform: uppercase;
    }

        .modal-haleonAdvil .modal-text a:hover {
            background-color: #333333;
            color: #ffffff;
            transition: all 0.3s;
        }

    .modal-haleonAdvil .modal-text .validade {
        font-size: 14px;
        line-height: 1 !important;
        letter-spacing: 1.25px;
        font-weight: 500;
        opacity: 0.8;
        color: #ffffff;
    }

@media screen and (min-width: 1024px) {

    .modal-haleonAdvil .form-group,
    .modal-haleonAdvil .modal-bottom .msg {
        max-width: 40%;
        margin: 0;
    }

    .modal-haleonAdvil .modal-bottom .modal-marcas {
        align-items: center;
        justify-content: space-between;
        gap: 0;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .modal-haleonAdvil .modal-text img {
        width: 430px;
    }

    .modal-haleonAdvil .modal-text h2 {
        font-size: 23px !important;
    }
}

/* Modal Parceiro Haleon ENO */

.modal-haleonEno .container-modal {
    background: rgb(75,109,241);
    background: radial-gradient(circle, rgba(75,109,241,1) 0%, rgba(30,55,150,1) 88%);
    border: 8px solid #4b6df1;
}

    .modal-haleonEno .container-modal .btn-close {
        position: absolute;
        top: 44px;
        right: 40px;
        color: #fff;
        font-weight: 700;
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: 0.25em 0.25em;
        color: #000;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        border: 0;
        border-radius: 0.25rem;
        opacity: 0.5;
    }

.modal-haleonEno .conteudo {
    padding: 0;
    margin: 0;
}

.modal-haleonEno .modal-main {
    overflow: initial;
}

.modal-haleonEno .modal-header {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 100%;
    border: 0;
}

    .modal-haleonEno .modal-header img {
        width: 256px;
        background-color: #ffffff;
        padding: 0 20px;
    }

.modal-haleonEno .modal-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

    .modal-haleonEno .modal-text h2 {
        font-size: 35px !important;
        line-height: 1.25;
        letter-spacing: -0.25px;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        margin: 0;
        color: #ffffff;
        background-color: #000000;
        padding: 5px 50px;
    }

    .modal-haleonEno .modal-text h3 {
        display: block !important;
        font-size: 20px !important;
        color: #000000;
        line-height: 0 !important;
        padding-top: 15px;
    }

    .modal-haleonEno .modal-text h2 small {
        font-size: 24px;
        line-height: 1.25;
        font-weight: 300;
        letter-spacing: 1.5px;
        color: #000000;
    }

    .modal-haleonEno .modal-text img {
        width: 600px;
        max-width: 100%;
        margin: -10px 0 -30px 0;
        z-index: 2;
    }

    .modal-haleonEno .modal-text a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
        width: 363px;
        height: 48px;
        max-width: 100%;
        background-color: #000000;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        color: #ffffff;
        border-radius: 12px;
        text-transform: uppercase;
    }

        .modal-haleonEno .modal-text a:hover {
            background-color: #333333;
            color: #ffffff;
            transition: all 0.3s;
        }

    .modal-haleonEno .modal-text .validade {
        font-size: 14px;
        line-height: 1 !important;
        letter-spacing: 1.25px;
        font-weight: 500;
        opacity: 0.8;
        color: #ffffff;
    }

@media screen and (min-width: 1024px) {

    .modal-haleonEno .form-group,
    .modal-haleonEno .modal-bottom .msg {
        max-width: 40%;
        margin: 0;
    }

    .modal-haleonEno .modal-bottom .modal-marcas {
        align-items: center;
        justify-content: space-between;
        gap: 0;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .modal-haleonEno .modal-text img {
        width: 430px;
    }

    .modal-haleonEno .modal-text h2 {
        font-size: 23px !important;
    }
}



/* Modal Parceiro Cristalia */
.modal-cristalia {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 99;
}

    .modal-cristalia * {
        font-size: 16px;
        line-height: 1.5;
    }

    .modal-cristalia .container-modal {
        max-height: 90vh;
        background-image: url('https://cristaliaonline.com.br/img/bg_radial_gradient.png');
        border: 8px solid #089bd5;
    }

        .modal-cristalia .container-modal .btn-close {
            position: absolute;
            top: 44px;
            right: 40px;
            color: #fff;
            font-weight: 700;
        }

.modal-padrao.modal-cristalia .btn-close {
    top: 36px;
    right: 36px;
    position: absolute;
    color: #fff;
}

.modal-cristalia .conteudo {
    padding: 0;
    margin: 0;
}

.modal-cristalia .modal-main {
    overflow: initial;
}

.modal-cristalia .modal-header {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 100%;
    border: 0;
}

    .modal-cristalia .modal-header img {
        width: 8rem;
    }

.modal-cristalia .modal-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    height: 382px
}

    .modal-cristalia .modal-text h2 {
        font-size: 20px !important;
        line-height: 1.25 !important;
        letter-spacing: -0.25px;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        margin: 0;
    }

        .modal-cristalia .modal-text h2 small {
            font-size: 20px !important;
            line-height: 1.25 !important;
            font-weight: 300;
            letter-spacing: 1.5px;
            color: white;
        }

    .modal-cristalia .modal-text img {
        width: 605px;
        max-width: 100%;
        margin: 0 0 -40px 0;
        z-index: 2;
    }

    .modal-cristalia .modal-text a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
        width: 363px;
        height: 48px;
        max-width: 100%;
        background-color: #abd9fd;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        color: #093f68;
        border-radius: 12px;
        text-transform: uppercase;
    }

        .modal-cristalia .modal-text a:hover {
            background-color: #093f68;
            color: #abd9fd;
            transition: all 0.3s;
        }

    .modal-cristalia .modal-text .validade {
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 1.25px;
        font-weight: 300;
        opacity: 0.8;
    }

@media screen and (min-width: 1024px) {

    .modal-cristalia .form-group,
    .modal-cristalia .modal-bottom .msg {
        max-width: 40%;
        margin: 0;
    }

    .modal-cristalia .modal-bottom .modal-marcas {
        align-items: center;
        justify-content: space-between;
        gap: 0;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .modal-cristalia .modal-text {
        height: auto;
        justify-content: flex-start;
    }

        .modal-cristalia .modal-text img {
            max-width: 300px;
        }

    .modal-cristalia .modal-header {
        margin: 0;
    }
}

/* Modal Parceiro Excellence */
.modal-excellence {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 99;
}

    .modal-excellence * {
        font-size: 16px;
        line-height: 1.5;
    }

    .modal-excellence .container-modal {
        position: absolute;
        width: 900px;
        max-width: 100%;
        max-height: 90vh;
        background-image: url(../img/bg-excellence.png);
        background-position: center;
        background-size: contain;
        color: #fff;
        padding: 24px;
        border-radius: 0;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        overflow: auto;
    }

        .modal-excellence .container-modal .btn-close {
            position: absolute;
            top: 44px;
            right: 40px;
            color: #4e1852;
            font-weight: 700;
        }

.modal-padrao.modal-excellence .btn-close {
    top: 36px;
    right: 36px;
    position: absolute;
    color: black;
}

.modal-excellence .conteudo {
    border: 1px solid #dbcfdf;
    padding: 0;
    margin: 0;
}

.modal-excellence .modal-header {
    background-color: #dbcfdf;
    color: #4e1852;
    border-radius: 0;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 32px;
}

    .modal-excellence .modal-header p {
        margin: 0 !important;
    }

.modal-excellence .modal-text {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #dbcfdf;
}

    .modal-excellence .modal-text a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
        width: 363px;
        height: 48px;
        max-width: 100%;
        background-color: #cd9e38;
        font-size: 12px;
        line-height: 1;
        font-weight: 600;
        color: #2f1c05;
    }

        .modal-excellence .modal-text a:hover {
            background-color: #2f1c05;
            color: #cd9e38;
            transition: all 0.3s;
        }

.modal-excellence .parceria-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-direction: row;
    align-content: center;
    margin-bottom: 16px;
    padding: 0 16px;
}

    .modal-excellence .parceria-area p {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.25px;
        text-align: center;
        display: block;
        width: 100%;
        gap: 32px;
    }

.modal-excellence .form-group {
    width: 100%;
    margin: 0;
}

    .modal-excellence .form-group input {
        border-radius: 0 !important;
        margin: 0 !important;
        padding: 8px 16px;
        color: #111;
        width: 100%;
        height: 48px;
        border: 1px solid;
    }

.modal-excellence button {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    height: 48px;
    max-width: 100%;
    background-color: #cd9e38;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    color: #2f1c05;
    border-radius: 0;
    transition: all 0.3s;
}

    .modal-excellence button:hover {
        background-color: #2f1c05;
        color: #cd9e38;
        transition: all 0.3s;
    }

.modal-excellence .modal-bottom {
    background-color: #dbcfdf;
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #4e1852;
}

    .modal-excellence .modal-bottom .msg {
        display: block;
        font-size: 14px;
        line-height: 1.25;
        margin-bottom: 24px;
    }

        .modal-excellence .modal-bottom .msg p {
            margin: 0;
        }

    .modal-excellence .modal-bottom .modal-marcas {
        flex: 1;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

        .modal-excellence .modal-bottom .modal-marcas img {
            width: 104px;
        }

@media screen and (min-width: 1024px) {

    .modal-excellence .form-group,
    .modal-excellence .modal-bottom .msg {
        max-width: 40%;
        margin: 0;
    }

    .modal-excellence .modal-bottom .modal-marcas {
        align-items: center;
        justify-content: space-between;
        gap: 0;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    #modal-parceiro .container-modal {
        padding: 20px 40px;
        overflow: visible;
    }

    .modal-confirma-pedido {
        margin-top: -50px;
        background-color: white;
    }
}

/* Modal Parceiro Colgate */
.modal-colgate {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 99;
}

    .modal-colgate * {
        font-size: 16px;
        line-height: 1.5;
    }

    .modal-colgate .container-modal {
        max-height: 90vh;
        background: rgb(236, 0, 0);
        background: radial-gradient(circle, rgba(236, 0, 0, 1) 0%, rgba(186, 1, 1, 1) 88%);
        border: 8px solid #f65959;
    }

        .modal-colgate .container-modal .btn-close {
            position: absolute;
            top: 44px;
            right: 40px;
            color: #fff;
            font-weight: 700;
        }

.modal-padrao.modal-colgate .btn-close {
    top: 36px;
    right: 36px;
    position: absolute;
    color: #fff;
}

.modal-colgate .conteudo {
    padding: 0;
    margin: 0;
}

.modal-colgate .modal-main {
    overflow: initial;
}

.modal-colgate .modal-header {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 100%;
    border: 0;
}

    .modal-colgate .modal-header img {
        width: 9rem;
    }

.modal-colgate .modal-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

    .modal-colgate .modal-text h2 {
        font-size: 15px !important;
        line-height: 0.6 !important;
        letter-spacing: -0.25px;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        margin: 0;
    }

        .modal-colgate .modal-text h2 small {
            font-size: 24px !important;
            font-weight: 300;
            letter-spacing: 1.5px;
            color: white;
        }

    .modal-colgate .modal-text img {
        width: 400px;
        max-width: 100%;
        z-index: 2;
    }

    .modal-colgate .modal-text a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 1px;
        width: 363px;
        height: 34px;
        max-width: 100%;
        background-color: #8c0707;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        color: #ffffff;
        border-radius: 12px;
        text-transform: uppercase;
    }

        .modal-colgate .modal-text a:hover {
            background-color: #f65959;
            color: #333333;
            transition: all 0.3s;
        }

    .modal-colgate .modal-text .validade {
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 1.25px;
        font-weight: 300;
        opacity: 0.8;
    }

@media screen and (min-width: 1024px) {

    .modal-colgate .form-group,
    .modal-colgate .modal-bottom .msg {
        max-width: 40%;
        margin: 0;
    }

    .modal-colgate .modal-bottom .modal-marcas {
        align-items: center;
        justify-content: space-between;
        gap: 0;
    }
}

@media screen and (min-width: 1280px) {
    .modal-colgate .modal-text h2 {
        font-size: 20px !important;
    }
}

/* Modal Parceiro KCC */
.modal-kcc {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 99;
}

    .modal-kcc * {
        font-size: 16px;
        line-height: 1.5;
    }

    .modal-kcc .container-modal {
        max-height: 90vh;
        background: rgb(89, 95, 220);
        background: radial-gradient(circle, rgba(89, 95, 220, 1) 0%, rgba(33, 39, 164, 1) 88%);
        border: 8px solid #595fdc;
    }

        .modal-kcc .container-modal .btn-close {
            position: absolute;
            top: 44px;
            right: 40px;
            color: #fff;
            font-weight: 700;
        }

.modal-padrao.modal-kcc .btn-close {
    top: 36px;
    right: 36px;
    position: absolute;
    color: #fff;
}

.modal-kcc .conteudo {
    padding: 0;
    margin: 0;
}

.modal-kcc .modal-main {
    overflow: initial;
}

.modal-kcc .modal-header {
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 100%;
    border: 0;
}

    .modal-kcc .modal-header img {
        width: 15rem;
        background-color: #ffffff;
        padding: 10px;
        border-radius: 10px;
        margin: 15px 0;
    }

.modal-kcc .modal-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

    .modal-kcc .modal-text h2 {
        line-height: 1.25 !important;
        letter-spacing: -0.25px;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        margin: 0;
    }

        .modal-kcc .modal-text h2 small {
            font-size: 24px !important;
            line-height: 1.25 !important;
            font-weight: 300;
            letter-spacing: 1.5px;
            color: white;
        }

    .modal-kcc .modal-text img {
        width: 640px;
        max-width: 100%;
        z-index: 2;
        height: 200px;
        object-fit: contain;
    }

    .modal-kcc .modal-text a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
        width: 363px;
        height: 48px;
        max-width: 100%;
        background-color: #b2b5f6;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        color: #093f68;
        border-radius: 12px;
        text-transform: uppercase;
    }

        .modal-kcc .modal-text a:hover {
            background-color: #2127a4;
            color: #abd9fd;
            transition: all 0.3s;
        }

    .modal-kcc .modal-text .validade {
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 1.25px;
        font-weight: 300;
        opacity: 0.8;
    }

@media screen and (min-width: 1024px) {

    .modal-kcc .form-group,
    .modal-kcc .modal-bottom .msg {
        max-width: 40%;
        margin: 0;
    }

    .modal-kcc .modal-bottom .modal-marcas {
        align-items: center;
        justify-content: space-between;
        gap: 0;
    }
}

@media screen and (max-width:1280px) {
    .modal-kcc .modal-text h2 {
        font-size: 40px !important;
    }
}


/* Modal Parceiro TENA */

#modal-parceiro.modal-tena .container-modal {
    background: rgb(8, 82, 159);
    background: radial-gradient(circle, rgba(8, 82, 159, 1) 0%, rgba(33, 47, 99, 1) 88%);
    border: 8px solid #08529f;
    padding: 16px;
}

.modal-tena .container-modal .btn-close {
    position: absolute;
    top: 44px;
    right: 40px;
    color: #fff;
    font-weight: 700;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

.modal-tena .conteudo {
    padding: 0;
    margin: 0;
    width: 100%;
}

.modal-tena .modal-main {
    overflow: initial;
    padding: 0 0 24px;
}

.modal-tena .modal-header {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 100%;
    border: 0;
}

    .modal-tena .modal-header img {
        width: 150px;
        border-radius: 10px;
        background-color: #ffffff;
        padding: 7px 20px;
    }

.modal-tena .modal-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

    .modal-tena .modal-text h2 {
        font-size: 23px !important;
        line-height: 1.25;
        letter-spacing: -0.25px;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        margin: 0;
        color: #ffffff;
        padding: 5px 50px;
    }

    .modal-tena .modal-text h3 {
        display: block !important;
        font-size: 25px !important;
        color: #ffffff;
        line-height: 1.25 !important;
        padding: 20px;
        text-align: center;
    }

    .modal-tena .modal-text h2 small {
        font-size: 24px;
        line-height: 1.25;
        font-weight: 300;
        letter-spacing: 1.5px;
        color: #ffffff;
    }

    .modal-tena .modal-text img {
        width: 600px;
        max-width: 100%;
        margin: -10px 0 -30px 0;
        z-index: 2;
    }

    .modal-tena .modal-text a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
        width: 363px;
        height: 48px;
        max-width: 100%;
        background-color: #357bc4;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        color: #ffffff;
        border-radius: 12px;
        text-transform: uppercase;
    }

        .modal-tena .modal-text a:hover {
            background-color: #08529f;
            color: #ffffff;
            transition: all 0.3s;
        }

    .modal-tena .modal-text .validade {
        font-size: 14px;
        line-height: 1 !important;
        letter-spacing: 1.25px;
        font-weight: 500;
        opacity: 0.8;
        color: #ffffff;
    }

@media screen and (min-width: 768px) {
    .modal-confirma-pedido {
        flex-direction: row;
        gap: 56px;
        padding: 1rem 2rem;
        text-align: left;
    }
}

@media screen and (min-width: 1024px) {
    .modal-tena .form-group,
    .modal-tena .modal-bottom .msg {
        max-width: 40%;
        margin: 0;
    }

    .modal-tena .modal-bottom .modal-marcas {
        align-items: center;
        justify-content: space-between;
        gap: 0;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .modal-tena .modal-text img {
        width: 430px;
    }

    .modal-tena .modal-text h2 {
        font-size: 23px !important;
    }
}


/* Modal Parceiro Mulher */

.modal-mulher .container-modal {
    background: #ffeced;
    border: 8px solid #c46578;
}

    .modal-mulher .container-modal .btn-close {
        position: absolute;
        top: 44px;
        right: 40px;
        color: #fff;
        font-weight: 700;
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: 0.25em 0.25em;
        color: #000;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        border: 0;
        border-radius: 0.25rem;
        opacity: 0.5;
    }

.modal-mulher .conteudo {
    padding: 0;
    margin: 0;
}

.modal-mulher .modal-main {
    overflow: initial;
}

.modal-mulher .modal-header {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 100%;
    border: 0;
}

    .modal-mulher .modal-header img {
        width: 256px;
        background-color: #ffffff;
        padding: 0 20px;
    }

.modal-mulher .modal-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

    .modal-mulher .modal-text h2 {
        font-size: 23px !important;
        line-height: 1.25;
        letter-spacing: -0.25px;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        margin: 0;
        color: #ffffff;
        background-color: #c46578;
        padding: 5px 50px;
    }

    .modal-mulher .modal-text h3 {
        display: block !important;
        font-size: 23px !important;
        color: #c46578;
        line-height: 0 !important;
        padding-top: 15px;
        font-weight: bold;
    }

    .modal-mulher .modal-text h2 small {
        font-size: 24px;
        line-height: 1.25;
        font-weight: 300;
        letter-spacing: 1.5px;
        color: #000000;
    }

    .modal-mulher .modal-text img {
        width: 600px;
        max-width: 100%;
        margin: -10px 0 -30px 0;
        z-index: 2;
    }

    .modal-mulher .modal-text a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
        width: 363px;
        height: 48px;
        max-width: 100%;
        background-color: #c46578;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        color: #ffffff;
        border-radius: 12px;
        text-transform: uppercase;
    }

        .modal-mulher .modal-text a:hover {
            background-color: #e88d9f;
            color: #ffffff;
            transition: all 0.3s;
        }

    .modal-mulher .modal-text .validade {
        font-size: 14px;
        line-height: 1 !important;
        letter-spacing: 1.25px;
        font-weight: 500;
        opacity: 0.8;
        color: #000000;
    }

@media screen and (min-width: 1024px) {

    .modal-mulher .form-group,
    .modal-mulher .modal-bottom .msg {
        max-width: 40%;
        margin: 0;
    }

    .modal-mulher .modal-bottom .modal-marcas {
        align-items: center;
        justify-content: space-between;
        gap: 0;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .modal-mulher .modal-text img {
        width: 430px;
    }

    .modal-mulher .modal-text h2 {
        font-size: 23px !important;
    }
}

/* Modal Parceiro Brasterápica */

.modal-brasterapica .container-modal {
    background: rgb(4,37,223);
    background: radial-gradient(circle, rgba(4,37,223,1) 0%, rgba(0,18,120,1) 100%);
    border: 8px solid #0425df;
    opacity: 0.9;
}

    .modal-brasterapica .container-modal .btn-close {
        position: absolute;
        top: 44px;
        right: 40px;
        color: #fff;
        font-weight: 700;
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: 0.25em 0.25em;
        color: #000;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        border: 0;
        border-radius: 0.25rem;
        opacity: 0.5;
    }

.modal-brasterapica .conteudo {
    padding: 0;
    margin: 0;
}

.modal-brasterapica .modal-main {
    overflow: initial;
}

.modal-brasterapica .modal-header {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 100%;
    border: 0;
}

    .modal-brasterapica .modal-header img {
        width: 256px;
        background-color: #ffffff;
        padding: 20px;
        border-radius: 10px;
    }

.modal-brasterapica .modal-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

    .modal-brasterapica .modal-text h2 {
        font-size: 65px !important;
        line-height: 1.25 !important;
        letter-spacing: -0.25px;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        margin: 0;
        color: #fff000;
        /*        padding: 5px 50px;
*/
    }

    .modal-brasterapica .modal-text h3 {
        display: block !important;
        font-size: 20px !important;
        color: #000000;
        line-height: 0 !important;
        padding-top: 15px;
    }

    .modal-brasterapica .modal-text h2 small {
        font-size: 24px;
        line-height: 1.25;
        font-weight: 300;
        letter-spacing: 1.5px;
        color: #000000;
    }

    .modal-brasterapica .modal-text img {
        max-width: 100%;
        margin: 20px 0;
        z-index: 2;
    }

    .modal-brasterapica .modal-text a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
        width: 363px;
        height: 48px;
        max-width: 100%;
        background-color: #0425df;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        color: #ffffff;
        border-radius: 12px;
        text-transform: uppercase;
    }

        .modal-brasterapica .modal-text a:hover {
            background-color: #304ffe;
            color: #ffffff;
            transition: all 0.3s;
        }

    .modal-brasterapica .modal-text .validade {
        font-size: 14px;
        line-height: 1 !important;
        letter-spacing: 1.25px;
        font-weight: 500;
        opacity: 0.8;
        color: #ffffff;
    }

@media screen and (min-width: 1024px) {

    .modal-brasterapica .form-group,
    .modal-brasterapica .modal-bottom .msg {
        max-width: 40%;
        margin: 0;
    }

    .modal-brasterapica .modal-bottom .modal-marcas {
        align-items: center;
        justify-content: space-between;
        gap: 0;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .modal-brasterapica .modal-text img {
        width: 430px;
    }

    .modal-brasterapica .modal-text h2 {
        font-size: 23px !important;
    }
}

/* Modal Parceiro Sensodyne */

.modal-sensodyne .container-modal {
    background: rgb(0,105,195);
    background: radial-gradient(circle, rgba(0,105,195,1) 0%, rgba(1,27,153,1) 100%);
    border: 8px solid #0069c3;
    opacity: 0.9;
}

    .modal-sensodyne .container-modal .btn-close {
        position: absolute;
        top: 44px;
        right: 40px;
        color: #fff;
        font-weight: 700;
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: 0.25em 0.25em;
        color: #000;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        border: 0;
        border-radius: 0.25rem;
        opacity: 0.5;
    }

.modal-sensodyne .conteudo {
    padding: 0;
    margin: 0;
}

.modal-sensodyne .modal-main {
    overflow: initial;
}

.modal-sensodyne .modal-header {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 100%;
    border: 0;
}

    .modal-sensodyne .modal-header img {
        width: 256px;
        background-color: #ffffff;
        padding: 20px;
        border-radius: 10px;
    }

.modal-sensodyne .modal-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

    .modal-sensodyne .modal-text h2 {
        font-size: 65px !important;
        line-height: 1.25 !important;
        letter-spacing: -0.25px;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        margin: 0;
        color: #c2e2ff;
        /*        padding: 5px 50px;
*/
    }

    .modal-sensodyne .modal-text h3 {
        display: block !important;
        font-size: 20px !important;
        color: #000000;
        line-height: 0 !important;
        padding-top: 15px;
    }

    .modal-sensodyne .modal-text h2 small {
        font-size: 24px;
        line-height: 1.25;
        font-weight: 300;
        letter-spacing: 1.5px;
        color: #000000;
    }

    .modal-sensodyne .modal-text img {
        max-width: 100%;
        margin: 20px 0;
        z-index: 2;
    }

    .modal-sensodyne .modal-text a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
        width: 363px;
        height: 48px;
        max-width: 100%;
        background-color: #0069c3;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        color: #ffffff;
        border-radius: 12px;
        text-transform: uppercase;
    }

        .modal-sensodyne .modal-text a:hover {
            background-color: #011b99;
            color: #ffffff;
            transition: all 0.3s;
        }

    .modal-sensodyne .modal-text .validade {
        font-size: 14px;
        line-height: 1 !important;
        letter-spacing: 1.25px;
        font-weight: 500;
        opacity: 0.8;
        color: #ffffff;
    }

@media screen and (min-width: 1024px) {

    .modal-sensodyne .form-group,
    .modal-sensodyne .modal-bottom .msg {
        max-width: 40%;
        margin: 0;
    }

    .modal-sensodyne .modal-bottom .modal-marcas {
        align-items: center;
        justify-content: space-between;
        gap: 0;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .modal-sensodyne .modal-text img {
        width: 430px;
    }

    .modal-sensodyne .modal-text h2 {
        font-size: 23px !important;
    }
}

/* Modal Parceiro TexToy */

.modal-textoy .container-modal {
    background: rgb(255,190,35);
    background: radial-gradient(circle, rgba(255,190,35,1) 0%, rgba(237,168,5,1) 100%);
    border: 8px solid #7f119b;
    opacity: 0.9;
}

    .modal-textoy .container-modal .btn-close {
        position: absolute;
        top: 44px;
        right: 40px;
        color: #fff;
        font-weight: 700;
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: 0.25em 0.25em;
        color: #000;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        border: 0;
        border-radius: 0.25rem;
        opacity: 0.5;
    }

.modal-textoy .conteudo {
    padding: 0;
    margin: 0;
}

.modal-textoy .modal-main {
    overflow: initial;
}

.modal-textoy .modal-header {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 100%;
    border: 0;
}

    .modal-textoy .modal-header img {
        width: 256px;
        background-color: #ffffff;
        padding: 20px;
        border-radius: 10px;
    }

.modal-textoy .modal-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

    .modal-textoy .modal-text h2 {
        font-size: 65px !important;
        line-height: 1.25 !important;
        letter-spacing: -0.25px;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        margin: 0;
        color: #c2e2ff;
        /*        padding: 5px 50px;
*/
    }

    .modal-textoy .modal-text h3 {
        display: block !important;
        font-size: 20px !important;
        color: #000000;
        line-height: 0 !important;
        padding-top: 15px;
    }


    .modal-textoy .modal-text h2 small {
        font-size: 24px;
        line-height: 1.25;
        font-weight: 300;
        letter-spacing: 1.5px;
        color: #000000;
    }

    .modal-textoy .modal-text img {
        max-width: 100%;
        margin: 20px 0;
        z-index: 2;
    }

    .modal-textoy .modal-text a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
        width: 363px;
        height: 48px;
        max-width: 100%;
        background-color: #7f119b;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        color: #ffffff;
        border-radius: 12px;
        text-transform: uppercase;
    }

        .modal-textoy .modal-text a:hover {
            background-color: #a412c9;
            color: #ffffff;
            transition: all 0.3s;
        }

    .modal-textoy .modal-text .validade {
        font-size: 14px;
        line-height: 1 !important;
        letter-spacing: 1.25px;
        font-weight: 500;
        opacity: 0.8;
        color: #ffffff;
    }

@media screen and (min-width: 1024px) {

    .modal-textoy .form-group,
    .modal-textoy .modal-bottom .msg {
        max-width: 40%;
        margin: 0;
    }

    .modal-textoy .modal-bottom .modal-marcas {
        align-items: center;
        justify-content: space-between;
        gap: 0;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .modal-textoy .modal-text img {
        width: 430px;
    }

    .modal-textoy .modal-text h2 {
        font-size: 23px !important;
    }
}

/* Modal Parceiro RosaV */

.modal-rosav .container-modal {
    background: rgb(236,84,36);
    background: radial-gradient(circle, rgba(236,84,36,1) 0%, rgba(189,57,15,1) 100%);
    border: 8px solid #ec5424;
    opacity: 0.9;
}

    .modal-rosav .container-modal .btn-close {
        position: absolute;
        top: 44px;
        right: 40px;
        color: #fff;
        font-weight: 700;
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: 0.25em 0.25em;
        color: #000;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        border: 0;
        border-radius: 0.25rem;
        opacity: 0.5;
    }

.modal-rosav .conteudo {
    padding: 0;
    margin: 0;
}

.modal-rosav .modal-main {
    overflow: initial;
}

.modal-rosav .modal-header {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 100%;
    border: 0;
}

    .modal-rosav .modal-header img {
        width: 256px;
        background-color: #ffffff;
        padding: 20px;
        border-radius: 10px;
    }

.modal-rosav .modal-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

    .modal-rosav .modal-text h2 {
        font-size: 65px !important;
        line-height: 1.25 !important;
        letter-spacing: -0.25px;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        margin: 0;
        color: #c2e2ff;
        /*        padding: 5px 50px;
*/
    }

    .modal-rosav .modal-text h3 {
        display: block !important;
        font-size: 20px !important;
        color: #000000;
        line-height: 0 !important;
        padding-top: 15px;
    }


    .modal-rosav .modal-text h2 small {
        font-size: 24px;
        line-height: 1.25;
        font-weight: 300;
        letter-spacing: 1.5px;
        color: #000000;
    }

    .modal-rosav .modal-text img {
        max-width: 100%;
        margin: 20px 0;
        z-index: 2;
    }

    .modal-rosav .modal-text a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
        width: 363px;
        height: 48px;
        max-width: 100%;
        background-color: #000000;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        color: #ffffff;
        border-radius: 12px;
        text-transform: uppercase;
    }

        .modal-rosav .modal-text a:hover {
            background-color: #333333;
            color: #ffffff;
            transition: all 0.3s;
        }

    .modal-rosav .modal-text .validade {
        font-size: 14px;
        line-height: 1 !important;
        letter-spacing: 1.25px;
        font-weight: 500;
        opacity: 0.8;
        color: #ffffff;
    }

@media screen and (min-width: 1024px) {

    .modal-rosav .form-group,
    .modal-rosav .modal-bottom .msg {
        max-width: 40%;
        margin: 0;
    }

    .modal-rosav .modal-bottom .modal-marcas {
        align-items: center;
        justify-content: space-between;
        gap: 0;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .modal-rosav .modal-text img {
        width: 430px;
    }

    .modal-rosav .modal-text h2 {
        font-size: 23px !important;
    }
}

/* Modal Parceiro Textoy Criancas */

.modal-textoycriancas .container-modal {
    background: rgb(0,54,244);
    background: linear-gradient(180deg, rgba(0,54,244,1) 25%, rgba(14,137,251,1) 50%, rgba(255,255,255,1) 71%);
    border: 8px solid #0e89fb;
    opacity: 0.9;
}

    .modal-textoycriancas .container-modal .btn-close {
        position: absolute;
        top: 44px;
        right: 40px;
        color: #fff;
        font-weight: 700;
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: 0.25em 0.25em;
        color: #000;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        border: 0;
        border-radius: 0.25rem;
        opacity: 0.5;
    }

.modal-textoycriancas .conteudo {
    padding: 0;
    margin: 0;
}

.modal-textoycriancas .modal-main {
    overflow: initial;
}

.modal-textoycriancas .modal-header {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 100%;
    border: 0;
}

    .modal-textoycriancas .modal-header img {
        width: 256px;
        background-color: #ffffff;
        padding: 20px;
        border-radius: 10px;
    }

.modal-textoycriancas .modal-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

    .modal-textoycriancas .modal-text h2 {
        font-size: 65px !important;
        line-height: 1.25 !important;
        letter-spacing: -0.25px;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        margin: 0;
        color: #c2e2ff;
        /*        padding: 5px 50px;
*/
    }

    .modal-textoycriancas .modal-text h3 {
        display: block !important;
        font-size: 20px !important;
        color: #000000;
        line-height: 0 !important;
        padding-top: 15px;
    }


    .modal-textoycriancas .modal-text h2 small {
        font-size: 24px;
        line-height: 1.25;
        font-weight: 300;
        letter-spacing: 1.5px;
        color: #000000;
    }

    .modal-textoycriancas .modal-text img {
        max-width: 100%;
        margin: 20px 0;
        z-index: 2;
    }

    .modal-textoycriancas .modal-text a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
        width: 363px;
        height: 48px;
        max-width: 100%;
        background-color: #0036f4;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        color: #ffffff;
        border-radius: 12px;
        text-transform: uppercase;
    }

        .modal-textoycriancas .modal-text a:hover {
            background-color: #0e89fb;
            color: #ffffff;
            transition: all 0.3s;
        }

    .modal-textoycriancas .modal-text .validade {
        font-size: 14px;
        line-height: 1 !important;
        letter-spacing: 1.25px;
        font-weight: 500;
        opacity: 0.8;
        color: #ffffff;
    }

@media screen and (min-width: 1024px) {

    .modal-textoycriancas .form-group,
    .modal-textoycriancas .modal-bottom .msg {
        max-width: 40%;
        margin: 0;
    }

    .modal-textoycriancas .modal-bottom .modal-marcas {
        align-items: center;
        justify-content: space-between;
        gap: 0;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .modal-textoycriancas .modal-text img {
        width: 430px;
    }

    .modal-textoycriancas .modal-text h2 {
        font-size: 23px !important;
    }
}


/* Modal Parceiro Textoy BlackFiday */

.modal-textoybf .container-modal {
    background: #010101;
    border: 8px solid #cccccc;
    opacity: 0.9;
}

    .modal-textoybf .container-modal .btn-close {
        position: absolute;
        top: 44px;
        right: 40px;
        color: #fff;
        font-weight: 700;
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: 0.25em 0.25em;
        color: #000;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        border: 0;
        border-radius: 0.25rem;
        opacity: 0.5;
    }

.modal-textoybf .conteudo {
    padding: 0;
    margin: 0;
}

.modal-textoybf .modal-main {
    overflow: initial;
}

.modal-textoybf .modal-header {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 100%;
    border: 0;
}

    .modal-textoybf .modal-header img {
        width: 256px;
        background-color: #ffffff;
        padding: 20px;
        border-radius: 10px;
    }

.modal-textoybf .modal-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

    .modal-textoybf .modal-text h2 {
        font-size: 65px !important;
        line-height: 1.25 !important;
        letter-spacing: -0.25px;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        margin: 0;
        color: #c2e2ff;
        /*        padding: 5px 50px;
*/
    }

    .modal-textoybf .modal-text h3 {
        display: block !important;
        font-size: 20px !important;
        color: #000000;
        line-height: 0 !important;
        padding-top: 15px;
    }


    .modal-textoybf .modal-text h2 small {
        font-size: 24px;
        line-height: 1.25;
        font-weight: 300;
        letter-spacing: 1.5px;
        color: #000000;
    }

    .modal-textoybf .modal-text img {
        max-width: 100%;
        margin: 20px 0;
        z-index: 2;
    }

    .modal-textoybf .modal-text a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
        width: 363px;
        height: 48px;
        max-width: 100%;
        background-color: #333333;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        color: #ffffff;
        border-radius: 12px;
        text-transform: uppercase;
    }

        .modal-textoybf .modal-text a:hover {
            background-color: #666666;
            color: #ffffff;
            transition: all 0.3s;
        }

    .modal-textoybf .modal-text .validade {
        font-size: 14px;
        line-height: 1 !important;
        letter-spacing: 1.25px;
        font-weight: 500;
        opacity: 0.8;
        color: #ffffff;
    }

@media screen and (min-width: 1024px) {

    .modal-textoybf .form-group,
    .modal-textoybf .modal-bottom .msg {
        max-width: 40%;
        margin: 0;
    }

    .modal-textoybf .modal-bottom .modal-marcas {
        align-items: center;
        justify-content: space-between;
        gap: 0;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .modal-textoybf .modal-text img {
        width: 430px;
    }

    .modal-textoybf .modal-text h2 {
        font-size: 23px !important;
    }
}

/* Modal Parceiro ADV */

.modal-adv .container-modal {
    background: rgb(22,33,106);
    background: radial-gradient(circle, rgba(22,33,106,1) 0%, rgba(9,16,68,1) 100%);
    border: 8px solid #00b997;
    opacity: 0.9;
}

    .modal-adv .container-modal .btn-close {
        position: absolute;
        top: 44px;
        right: 40px;
        color: #fff;
        font-weight: 700;
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: 0.25em 0.25em;
        color: #000;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        border: 0;
        border-radius: 0.25rem;
        opacity: 0.5;
    }

.modal-adv .conteudo {
    padding: 0;
    margin: 0;
}

.modal-adv .modal-main {
    overflow: initial;
}

.modal-adv .modal-header {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 100%;
    border: 0;
}

    .modal-adv .modal-header img {
        width: 256px;
        background-color: #ffffff;
        padding: 20px;
        border-radius: 10px;
    }

.modal-adv .modal-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

    .modal-adv .modal-text h2 {
        font-size: 65px !important;
        line-height: 1.25 !important;
        letter-spacing: -0.25px;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        margin: 0;
        color: #c2e2ff;
        /*        padding: 5px 50px;
*/
    }

    .modal-adv .modal-text h3 {
        display: block !important;
        font-size: 20px !important;
        color: #000000;
        line-height: 0 !important;
        padding-top: 15px;
    }


    .modal-adv .modal-text h2 small {
        font-size: 24px;
        line-height: 1.25;
        font-weight: 300;
        letter-spacing: 1.5px;
        color: #000000;
    }

    .modal-adv .modal-text img {
        max-width: 100%;
        margin: 20px 0;
        z-index: 2;
    }

    .modal-adv .modal-text a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
        width: 363px;
        height: 48px;
        max-width: 100%;
        background-color: #00b997;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        color: #ffffff;
        border-radius: 12px;
        text-transform: uppercase;
    }

        .modal-adv .modal-text a:hover {
            background-color: #039479;
            color: #ffffff;
            transition: all 0.3s;
        }

    .modal-adv .modal-text .validade {
        font-size: 14px;
        line-height: 1 !important;
        letter-spacing: 1.25px;
        font-weight: 500;
        opacity: 0.8;
        color: #ffffff;
    }

@media screen and (min-width: 1024px) {

    .modal-adv .form-group,
    .modal-adv .modal-bottom .msg {
        max-width: 40%;
        margin: 0;
    }

    .modal-adv .modal-bottom .modal-marcas {
        align-items: center;
        justify-content: space-between;
        gap: 0;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .modal-adv .modal-text img {
        width: 430px;
    }

    .modal-adv .modal-text h2 {
        font-size: 23px !important;
    }
}