/* 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

*/
/* Estilos para o modelo com 7 colunas */

/* ÍNDICE  
- TABULEIRO 2X4 
- TABULEIRO 2X2 
- BOTÃO 
- BORDA E ITENS 
- DROP IMAGE 
- PRODUTOS E PLANOS 
- MODAL DOAÇÃO 
*/

.grid-container-3 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
    width: 100%;
    background: transparent;
}

.grid-item-55 {
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    background: transparent;
}


.nome {
    padding: 10px 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: 500;
    color: #333;
}


/* Estilos para dispositivos móveis */
@media (max-width: 1250px) {
    .scroll-container {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .aviso {
        background: transparent;
        box-shadow: 0 0 10px var(--cor-h1);
        display: block;
        font-family: cursive;
        font-size: 24px;
        color: var(--cor-h1);
    }

    .grid-container-3 {
        display: inline-flex;
        gap: 10px;
        width: auto;
    }

    .grid-item-55 {
        flex: 0 0 auto;
        width: calc(100% / 3);
        padding: 10px;
    }

    .nome {
        padding: 10px 15px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
        background-color: #fff;
        border-radius: 8px;
        font-size: 1.1em;
        font-weight: 500;
        color: #333;
    }

}

/* Botão rede */
.botao_red {
    padding: 5px 10px;
    border: #fa0626 2px solid;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    color: #d40404;
    transition: background-color 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.botao_red:hover {
    background-color: #fc1100e8;
    color: #FFFF;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.botao_red:active {
    background-color: #a81e0c;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    transform: translateY(2px);
}

/* Botão verde */
.botao_verde {
    padding: 5px 10px;
    border: forestgreen 2px solid;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    color: #0fc51e;
    transition: background-color 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.botao_verde:hover {
    background-color: #3faa48e8;
    color: #FFFF;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.botao_verde:active {
    background-color: #0ca840;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    transform: translateY(2px);
}

/* Botão */
.botao {
    background-color: var(--cor-h1);
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.botao:hover {
    background-color: #0ca876;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.botao:active {
    background-color: #0ba26b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    transform: translateY(2px);
}

/* Botão responsivo */
.botao_responsivo {
    background-color: var(--cor-h1);
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    margin: 5px;
    font-size: 16px;
    font-weight: bold;
    min-width: 100%;
    cursor: pointer;
    color: var(--texto) !important;
    transition: background-color 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.botao_responsivo:hover {
    background-color: #0ca876;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.botao_responsivo:active {
    background-color: #0ba26b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    transform: translateY(2px);
}



/* Tabuleiro 2x2 */
.centro,
.doadores {
    background-color: transparent;
    margin-bottom: 10px;
}

.image-container {
    position: relative;
    display: inline-block;
    text-align: center;
}

.image-container img {
    display: block;
    max-width: 100%;
    height: auto;
}

.overlay-title {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 15px;
    transform: translate(-50%, -50%);
    color: var(--texto) !important;
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    background: #e0ba65;
}

.overlay-title a {
    color: var(--texto) !important;
}

.inativo {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 15px;
    transform: translate(-50%, -50%);
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    background: #f30b0b;
}

.inativo a {
    color: #fff !important;
}

.livre {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 15px;
    transform: translate(-50%, -50%);
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.livre a {
    color: #fff !important;
}

.ativo {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 15px;
    transform: translate(-50%, -50%);
    color: #FFFF !important;
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    background: #1db2b8;
}

.ativo a {
    color: #FFFF !important;
}

.cor1 img {
    border: none;
    filter: none;
}

.cor2 img {
    border: none;
    filter: none;
}

.doadores img {
    background-color: var(--fundo);
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    justify-items: center;
    align-items: start;
}

.grid-container-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.grid-item {
    text-align: center;
}

.col2,
.col4 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.col1 img,
.col2 img,
.col4 img,
.col5 img {
    max-width: 100px;
}

.col1,
.col5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -35%;
}

.col3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}


@media (max-width: 575.98px) {
    .grid-container {
        grid-template-columns: repeat(5, 1fr);
    }

    .overlay-title {
        font-size: 9px;
    }

    .centro,
    .doadores {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }

    .centro img,
    .doadores img {
        max-width: 75px;
        height: auto;
    }

    h2 {
        font-size: 1rem;
    }
}

/* Estilos para o modelo com 3 colunas */
.grid-container-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.grid-item-3 {
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}


.bot {
    font-size: 50px;
    color: #d81a1a;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.painel {
    background-image: url('/assets/images/fundo1.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}


.deposite-table,
.input-group,
.contact-form-group,
.form-control {
    background: transparent !important;
}


/* 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;
}

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

.border55 {
    border-radius: 10px;
    margin: 10px;
    background-color: var(--cor-h1);
    box-shadow: 3px 3px 5px var(--texto);
    padding: 25px;
}

@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%);
}


/* 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: 1;
    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);
    color: var(--cor-h1);
}

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

/*Button designmp.net */
.btn {
    top: 0;
    left: 0;
    transition: all .15s linear 0s;
    position: relative;
    display: inline-block;
    padding: 15px 25px;
    background-color: var(--cor-h1);

    text-transform: uppercase;
    color: var(--texto);
    font-family: arial;
    letter-spacing: 1px;

    /* box-shadow: -4px 4px 0 var(--texto); */
    text-decoration: none;

    &:hover {
        /*
		
        top: 3px;
        left: -3px;
		*/
        /*box-shadow: -3px 3px 0 #fff;*/
        background: #cdd12b;

        /*
		&::after {
            top: 1px;
            left: -2px;
            width: 4px;
            height: 4px;
        }

        &::before {
            bottom: -2px;
            right: 1px;
            width: 4px;
            height: 4px;
        }
		*/
    }

    /*
	&::after {
        transition: all .15s linear 0s;
        content: '';
        position: absolute;
        top: 2px;
        left: -4px;
        width: 8px;
        height: 8px;
        background-color: var(--secondary);
        transform: rotate(45deg);
        z-index: -1;

    }

    &::before {
        transition: all .15s linear 0s;
        content: '';
        position: absolute;
        bottom: -4px;
        right: 2px;
        width: 8px;
        height: 8px;
        background-color: var(--secondary);
        transform: rotate(45deg);
        z-index: -1;
    }
	*/
}

a.btn {
    position: relative;
}

a:active.btn {
    top: 6px;
    left: -6px;
    box-shadow: none;

    &:before {
        bottom: 1px;
        right: 1px;
    }

    &:after {
        top: 1px;
        left: 1px;
    }
}

/* 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: none;
    display: inline-block;
    line-height: 1;
    margin: 0px;
}


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

/* Menu mobile */
.menu-mobile {
    display: none;
}

@media (max-width: 768px) {
    .menu-mobile {
        display: block;
        position: fixed;
        bottom: 0;
        color: aliceblue !important;
        width: 100%;
        background-color: var(--cor-h1);
        z-index: 9999;
        padding: 0px;
        height: 50px;
    }

    .menu-mobile a {
        color: aliceblue !important;
    }

    .menu-mobile ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: space-around;
    }

    .menu-mobile li {
        flex: 1;
        text-align: center;
        padding: 0;
    }

    .menu-mobile li i {
        display: block;
        font-size: 14px;
    }

    .menu-mobile li br {
        display: none;
    }


    .menu-mobile li p.texto {
        margin: 0;
        font-size: 14px;
    }
}


/* Select idioma */
.langSel {
    padding: 5px;

}

.titulo {
    font-size: 2.5rem;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
    color: var(--cor-h1);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.titulo2 {
    font-size: 2.5rem;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
    color: var(--primeira);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Start e Assinatura */
.erro {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #dd0505;
    text-align: center;
    margin-bottom: 50px;
}

.erro h2 {
    font-style: oblique;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: var(--cor-h1);
}

.iniciado {
    background-color: var(--fundo);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #1d1d1d;
    color: var(--texto);
    text-align: center;
    margin-bottom: 50px;
}

.iniciado h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: var(--texto);
}

.step-container {
    position: relative;
    text-align: center;
    transform: translateY(-43%);
}

.step-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--texto);
    border: 2px solid var(--primary);
    line-height: 50px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    color: #2b2b2b !important;
}

.step-circle.active {
    background-color: var(--cor-h1);
    color: #FFF !important;
}

.step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: var(--primary);
    z-index: -1;
}

.botao {
    padding: 10px 20px;
    background-color: var(--cor-h1);
    box-shadow: 0px 0px 10px 0px #1d1d1d;
    color: var(--texto);
    border-radius: 5px;
    text-align: center;
    align-content: center;
}

.botao :hover {
    background-color: var(--cor-h1);
    color: var(--texto);
}


.cor1 {
    color: #c4c744 !important;
}

.cor2 {
    color: #fff !important;
}

.grid-container-3 {
    margin-top: 30px !important;
}


.nome {
    color: #333;
    text-align: center;
}



.pb-5 {
    padding-bottom: 0px !important;
}


@media (max-width: 768px) {
    .grid-item {
        max-width: 1000px;
        margin: -22px !important;
    }

    .card-body {
        margin-top: 20px;
    }

}

/* MODAL DOAÇÃO */
.donation-step {
    display: none;
}

.donation-step.active {
    display: block;
}

.step-indicator {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.step-indicator .step {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
}

.step-indicator .step.active {
    background-color: var(--cor-h1);
    color: var(--texto);
}

.step-indicator .step-line {
    flex-grow: 1;
    height: 2px;
    background-color: var(--primary);
    align-self: center;
    margin: 0 10px;
}

@media (max-width: 576px) {
    .step-indicator {
        flex-direction: column;
        align-items: center;
    }

    .step-indicator .step {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }

    .step-indicator .step-line {
        width: 80%;
        margin: 10px 0;
    }
}

.alerta {
    background-color: rgb(238, 4, 4);
    color: #FFF;
    max-width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
}

.modal-content {
    border: 2px solid var(--cor-h1);
    background-color: var(--primary);
    color: #fff !important;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.modal-header {
    border-bottom: 2px solid var(--cor-h1);
    background-color: var(--cor-h1);
    color: #fff;
}

.modal-title {
    font-size: 1.5rem;
}

.modal-body {
    padding: 20px;
}

.modal-footer {
    border-top: 2px solid var(--cor-h1);
    background-color: var(--primary);
}


.sponsor-section {
    margin-top: 15px;
}

.sponsor-toggle {
    cursor: pointer;
}

.sponsor-info {
    margin-top: 10px;
    display: none;
}

.modal-content {
    width: 100%;
}