/* CUSTOM CSS MATH DS
/* DESIGNMP.NET */
/* Cards */
/* Fundo das seções

CORES PADRÃO DO SISTEMA:

var(--fundo) = A cor que definiu como background
var(--cor-h1) = A cor que definiu como h1
var(--texto) = A cor que definiu como texto

*/

/* Landing - Botão play */
.sobre {
    background-color: #26434B;
    margin-top: -10px;
}

.bot {
    font-size: 50px;
    color: #d81a1a;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Como funciona Fundo */
.como {
    background-color: rgb(5, 17, 13);
    padding-top: 50px;
}

/* Últimos depósitos */
.pagamentos {
    background-color: var(--fundo);
}

/* Destaques */
.destaques {
    background-color: var(--segunda);
}

/* Planos */
.planos {
    background-color: var(--primeira);
}

/* Chamada */
.chamada {
    background-color: var(--segunda);
}

/* Contador */
.contador {
    background-color: var(--segunda);
}

.precinho {
    color: var(--primeira);
    font-size: 2cm;
}

/* Planos */
.planos {
    margin-top: -10px;
    background-color: var(--primeira);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 110px;
    background-attachment: fixed;
    min-height: 460px !important;
    display: block;
}

.fundao {
    position: absolute;
    fill: var(--fundo);
    margin-top: -100px;
    z-index: 9;
}

/* Demais itens */
.border5 {
    border: 2px outset #260329;
    border-radius: 5px;
    padding: 10px;
    margin: 2px;
    transition: all 0.1s ease-in-out;
    min-width: 90%;
}


.border5:hover {
    box-shadow: 0px 0px 10px #f3f3f3;
    transform: scale(1.02);
}

.ok {
    height: 100px;
    width: 100px;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    font-size: 45px;
    color: #16691d;
    border: 4px solid #73f0a3;
    padding: 5px;
    margin-bottom: 30px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.okay {
    height: 100px;
    width: 100px;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    font-size: 45px;
    color: #16691d;
    border: 4px solid #10b14e;
    padding: 5px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.bg_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    max-width: 100%;
    max-height: 300px;
}

/* BG_img mobile */
@media screen and (max-width: 768px) {
    .bg_img {
        margin-top: 40px;
        max-height: 200px;
        padding-bottom: 20px;
    }
}

.okay .img {
    width: 100%;
    height: auto;
    max-width: 70px;
    max-height: 70px;
    border-radius: 50%;
}

.okay span {
    position: absolute;
    height: 35px;
    width: 35px;
    font-size: 14px;
    background: linear-gradient(to right, #1ac072 0%, #19b819 51%, #0a4205 100%);
    line-height: 35px;
    color: #ffffff;
    left: -3px;
    top: -13px;
    font-weight: 600;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
}

.nao {
    height: 100px;
    width: 100px;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    font-size: 45px;
    color: #ffffff;
    border: 4px solid #ca130d;
    padding: 5px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.nao img {
    width: 100%;
    height: auto;
    max-width: 70px;
    max-height: 70px;
    border-radius: 50%;
}

.nao span {
    position: absolute;
    height: 35px;
    width: 35px;
    font-size: 14px;
    background: linear-gradient(to right, #ce6611 0%, #dd1010 51%, #4b1203 100%);
    line-height: 35px;
    color: #ffffff;
    left: -3px;
    top: -13px;
    font-weight: 600;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
}

.doar {
    position: relative;
    border: #646464 2px solid;
    visibility: unset;
}

.text-warning {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    color: #FFA500;
    border: 2px solid #1b1b1b;
    padding: 0.5em 1em;
    text-align: center;
    margin-bottom: 5px;
}


.ok span {
    position: absolute;
    height: 35px;
    width: 35px;
    font-size: 14px;
    background: linear-gradient(to right, #1ac072 0%, #19b819 51%, #0a4205 100%);
    line-height: 35px;
    color: #ffffff;
    left: -3px;
    top: -13px;
    font-weight: 600;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
}

.no {
    height: 100px;
    width: 100px;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    font-size: 45px;
    color: #ca130d;
    border: 4px solid #db3019;
    padding: 5px;
    margin-bottom: 30px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.no span {
    position: absolute;
    height: 35px;
    width: 35px;
    font-size: 14px;
    background: linear-gradient(to right, #c7360a 0%, #aa1616 51%, #d80303 100%);
    line-height: 35px;
    color: #ffffff;
    left: -3px;
    top: -13px;
    font-weight: 600;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
}


.border1 {
    border: 1px outset #260329;
    border-radius: 5px;
    margin: 10px;
    transition: all 0.1s ease-in-out;
    padding: 5px;
}

.border1:hover {
    box-shadow: 0px 0px 10px #f3f3f3;
    transform: scale(1.02);
}

.border2 {
    border: 2px outset #260329;
    border-radius: 2px;
    margin: 10px;
    transition: all 0.1s ease-in-out;
    padding: 5px;
}

.border2:hover {
    box-shadow: 0px 0px 10px #f3f3f3;
    transform: scale(1.02);
}

.border3 {
    border: 3px outset #260329;
    border-radius: 3px;
    margin: 10px;
    transition: all 0.1s ease-in-out;
    padding: 5px;
}

.border2:hover {
    box-shadow: 0px 0px 10px #f3f3f3;
    transform: scale(1.02);
}

.user-link {
    font-size: 16px;
    color: #FFA500;
    text-decoration: underline;
    overflow: hidden;
}

.border4 {
    border: 4px outset #f0f0f0;
    border-radius: 10px;
    margin: 10px;
    background-image: linear-gradient(to right, #1ac072 0%, #19b819 51%, #0a4205 100%);
    background-size: cover;
    box-shadow: 0px 0px 5px #fafafa;
    transition: all 0.3s ease-in-out;
    padding: 10px;
    animation: colorChange 5s infinite alternate, scaleUp 1.5s infinite;
}

@media (max-width: 768px) {

    .text-warning {
        font-size: 0.8em;
        padding: 0.25em 0.5em;
    }

    .ok {
        height: 50px;
        width: 50px;
    }

    .okay {
        height: 100px;
        width: 100px;
    }

    .nao span {
        position: absolute;
        height: 20px;
        width: 20px;
        font-size: 10px;
        background: linear-gradient(to right, #ce6611 0%, #dd1010 51%, #4b1203 100%);
        line-height: 20px;
        color: #ffffff;
        left: -3px;
        top: -13px;
        font-weight: 600;
        border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
    }

    .no {
        height: 50px;
        width: 50px;
    }
}

@keyframes colorChange {

    0%,
    100% {
        background-image: url(/img/fundo.jpg);
    }
}

@keyframes scaleUp {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.01);
    }
}

.border4:hover {
    box-shadow: 0px 0px 10px #020e05;
    transform: scale(1.05);
}


.center-column {
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #f8f8f8;
}

@media (max-width: 767px) {
    .flex-row {
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .rounded {
        max-height: 100%;
        max-width: 100%;
    }

    .no-gutters {
        margin-left: 0;
        margin-right: 0;
    }

    .col-lg-2 {
        text-align: center;
        width: 100px;
        margin: 5px;
    }

    .col-lg-1 {
        text-align: center;
        width: 100px;
        margin: 5px;
    }

    .dashboard-profile {
        text-align: center;
        width: 95px;
    }

    .image-container {
        max-width: 100%;
    }
}

.bor {

    border: var(--cor-h1);
    box-shadow: black 2px 5px 10px 0px;

}

/* Downloads */
.profile-icon {
    position: relative;
    text-align: center;
    box-shadow: 0px 2px 5px #000000;
    margin-bottom: 20px;
    border-radius: 5px;
}

.profile-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #0f9db6;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease-in-out;

    display: block;
    margin: 0 auto;
}

.profile-icon:hover .profile-image {
    transform: scale(1.02);
}

.profile-icon {
    color: #333;
    font-wergb(19, 19, 19): bold;

    margin-top: 10px;
}

.profile-name {
    font-size: 18px;
    color: #666;
    margin-top: 10px;
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

/* Custom Drop imagens math */

.file-drop-area {
    border: 2px dashed #ccc;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #ccc;
    cursor: pointer;
}

.file-drop-area:hover {
    background-color: #f5f5f5;
}

.file-drop-area.drag-over {
    background-color: #f5f5f5;
    border-color: #333;
}

.file-message {
    display: block;
    margin-top: 10px;
}

.file-input {
    display: none;
}

.btn-upload {
    display: inline-block;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}


.btn-upload:hover {
    background-color: #0056b3;
}

#fileToUploadUp {
    display: none;
}

.etapa1 {
    background-color: #fa0626;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.etapa2 {
    background-color: #fa0626;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.concluido {
    background-color: #28a745;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.sucesso {
    font-size: 16px;
    color: #fff;
    padding: 10px 28px;
    font-weight: 500;
    border-radius: 50px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border: none;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #23c223 0%, #5f7e09 51%, #085020 100%);
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.theme-btn:hover {
    color: #fff;
    background-position: 100% 0;
}

/* Produto */
.produto {
    position: relative;
    color: var(--texto);
    background: var(--fundo);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2), inset 0px 1px 3px rgba(255, 255, 255, 0.2);
    z-index: auto;
    margin-bottom: 20px !important;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
}


.produto:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3), inset 0px 2px 5px rgba(255, 255, 255, 0.3);
}


.produto h3 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-style: oblique !important;
    border: 0px 0px 1px 1px var(--cor-h1) !important;
    color: var(--texto) !important;
}

.figure {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    min-width: 250px;
    min-height: 250px;
    border-radius: 8px;
    /*box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);*/
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.figure img {
    max-width: 100%;
    height: auto;
    max-height: 250px;
    border-radius: 8px;
    display: block;
}


.figure img:hover {
    /*box-shadow: 0px 0px 12px rgba(34, 34, 34, 0.7);*/
    transform: scale(1.05);
}

.preco {
    color: var(--texto);
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: 22%;
    transform: translateX(-50%);
    background-color: var(--cor-h1);
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: #000000 0px 0px 5px;
    z-index: 1;
}

/* Mobile Styles */
@media only screen and (max-width: 600px) {
    .produto {
        padding: 5px;
        margin-top: 10px;
    }

    .produto figure img {
        min-height: 150px;
    }

    .preco {
        font-size: 1.2em;
    }

    .carousel-inner img {
        min-height: 150px;
    }
}


/* Estilo do botão profissional */
.botao {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--cor-h1);
    color: var(--texto);
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.botao:hover {
    transform: translateY(-3px);
    color: var(--texto);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.botao:active {
    transform: translateY(2px);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}


/* Select custom */
.custom-select {
    margin: 10px;
    background-color: var(--fundo);
}

.custom-select option {
    background-color: var(--fundo);
}

.custom-select option:hover {
    background-color: var(--fundo);
}

/* Produto sozinho */
.custom-product {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px var(--cor-h1);
    overflow: hidden;
}

.custom-product h3 {
    font-style: oblique !important;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding: 10px 20px;
    margin: 20px 0;
    text-align: center;
    color: var(--texto);
    text-transform: uppercase;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.custom-product h3:hover {
    transform: scale(1.05);
}

.custom-price {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    box-shadow: 0px 0px 5px 0px var(--cor-h1);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.valor {
    color: var(--texto);
    font-size: 40px;
    padding: 10px 20px;
    border-radius: 5px;
    font-style: unset;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
    border-radius: 50%;
    border-color: var(--cor-h1);
    border-style: solid;
    display: inline-block;
    line-height: 1;
    margin: 10px;
}


.custom-price small {
    font-size: 14px;
    color: #fff;
}

.custom-figure {
    flex: 1;
    text-align: center;
    padding: 20px;
}

.custom-figure img {
    max-width: 100%;
    border-radius: 8px;
}

.custom-detalhes {
    flex: 2;
    padding: 20px;
}

.custom-product-action {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .custom-product {
        flex-direction: column;
    }

    .custom-detalhes {
        order: 1;
    }
}

/* Select idioma */
.langSel {
    margin-top: 20px;
    padding: 7px 20px;
    height: 37px;
    background: transparent;
}

.titulo {
    font-size: 2.5rem;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
    color: var(--cor-h1);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid var(--cor-h1);
}

.titulo2 {
    font-size: 2.5rem;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
    color: var(--primeira);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid var(--cor-h1);
}

/* MODAL */
body.modal-open {
    overflow: hidden;
}

/* Estilizando o fundo e os botões da modal */
.modal-content {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease-in-out;
    max-height: 90vh;
    overflow-y: hidden;
}

/* Cabeçalho com uma linha estilizada */
.modal-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.modal-header .btn-close {
    background: transparent;
    border: none;
    font-size: 1.4rem;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.modal-header .btn-close:hover {
    opacity: 1;
}

/* Corpo da modal */
.modal-body {
    color: #666;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    padding-top: 15px;
    padding-bottom: 15px;
    max-height: 60vh;
    overflow-y: auto;
    padding-right: 15px;
}

.modal-body p {
    margin-bottom: 0;
    font-size: 1.1rem;
}

/* Estilizando o rodapé */
.modal-footer {
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

.modal-footer button {
    background-color: #0ec28c;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.modal-footer button:hover {
    background-color: #0ba37b;
}


/* Centralizando a modal e melhorando animação de abertura */
.modal-dialog {
    margin: 30px auto;
}

.modal.fade .modal-dialog {
    transform: translate(0, -50px);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.modal.show .modal-dialog {
    transform: translate(0, 0);
    opacity: 1;
}

/* Sombras suaves ao redor da modal */
.modal-backdrop.show {
    background-color: rgba(0, 0, 0, 0.7);
    transition: opacity 0.3s ease;
}

.botao {
    /* Estilo Base */
    background-color: var(--botao) !important;
    color: rgb(255, 255, 255);
    padding: 12px 28px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;

    /* Efeitos Visuais */
    box-shadow: 0 4px 15px rgba(0, 100, 255, 0.4);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Efeito de Brilho no Hover */
.botao:hover {
    background: linear-gradient(135deg, rgb(0, 92, 230) 0%, rgb(0, 180, 255) 100%);
    box-shadow: 0 6px 20px rgba(0, 120, 255, 0.6);
    transform: translateY(-2px);
}

/* Efeito de "Pressionado" */
.botao:active {
    background-color: var(--botao);
    box-shadow: 0 2px 10px rgba(0, 80, 220, 0.5);
    transform: translateY(1px);
}

/* Efeito de Luz Interna (Opcional) */
.botao::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.1);
    transform: rotate(45deg);
    z-index: -1;
    transition: all 0.5s ease;
}

.botao:hover::before {
    left: 100%;
}