@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap');

:root {
    /* variables theme light */
    --body-background: #fafafa;
    --body-color: #555;

    /* variables theme dark */
    --body-background-dark: #080808;
    --body-color-dark: #eee;

    /* variables */
    --button-color: #001BFF;
}

.pt-15 {
    padding-top: 15px !important;
}

.pb-30 {
    padding-bottom: 30px;
}

.text-left {
    text-align: left;
}

.pt-56 {
    padding-top: 56.89px;
}

.pb-62 {
    padding-bottom: 62.89px;
}

.prl-56 {
    padding-right: 56.22px;
    padding-left:  56.22px;;
}

.pb-56 {
    padding-bottom: 56px;
}

.ptb-21 {
    padding-top: 21px;
    padding-bottom: 21px;
}

.pdg-t {
    padding-top: 120px !important;
}

@media screen and (max-width: 990px) {
    #solutions > .grid-section {
        width: auto !important;
    }
     
    .imgDevice {
        display: none !important;
    }

    #parceiros > .text {
        width: auto !important;
    }

    #contato > .card > .card-body > .row > .col > .row {
        margin-top: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    #contato > .card > .card-body > .row > .col-6 {
        width: 100% !important;
        text-align: center;
    }

    #contato > .card > .card-body > .row > .col-6 > .row > .col {
        flex: none !important;
    }

    #contato > .card > .card-body > .row > .col-6 > .row > .col > .card > .card-body > .row > .col-1 {
        text-align: center;
        width: 100% !important;
    }

    #contato > .card > .card-body > .row > .formulario > .card > .card-body > form > button {
        border-radius: 14px;
        background: var(--button-color);
        display: flex;
        padding: 15px 30px;
        align-items: center;
        gap: 14px;
        margin-top: 70px;
    }

    .radio-container .radio-label {
        border: 2px solid rgba(255, 255, 255, 0.3);
        background-color: transparent;
        border-radius: 7.111px;
        color: #fff;
        cursor: pointer;
        gap: 8px;
        flex: 0.4 0 0;
        display: flex;
        padding: 14px !important;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    #footer > .container > .col-12  {
        text-align: center;
    }

    .pd-card {
        padding: 0 !important;
    }

    .prl-56 {
        padding-right: 0 !important;
        padding-left:  0 !important;
    }

    .pdg-t {
        padding-top: 20px !important;
    }
    
    .scroll-mouse {
        margin-top: 120px;
    }
    
    .navbar-nav .nav-link.active {
        text-align: center !important;
    }
    
    .themes {
        margin-top: 10px;
        text-align: center;
        justify-content: center;
        display: flex;
    }
    
    .rbloterias {
        margin-top: 40px;
    }

}

@media screen and (max-width: 1284px) {
    .imgDevice {
        display: none !important;
    }
}


.themes > .checkbox {
    opacity: 0;
    position: absolute;
}
  
.themes > .label {
    background-color: #111;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  
    padding: 5px;
    position: relative;
    height: 26px;
    width: 50px;
    transform: scale(1.5);
  
}
  