@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700&display=swap');

* {
    padding: 0;
    margin: 0;
    font-family: 'Dosis', sans-serif;
    /* border: 1px solid red; */
}

.header-repis {
    margin: 0 !important;
    display: block !important;
}

section#novo-breadcrumb {
    border: 1px solid #efefef;
    border-left: 0px;
    border-right: 0px;
    display: flex;
    justify-content: center;
}

section#novo-breadcrumb .breadcrumb {
    width: 1110px;
    margin: 0 auto;
    height: 70px;
    display: flex;
    align-items: center;
    list-style-type: none;
    clear: both;
}

@media screen and (max-width: 1110px) {
    section#novo-breadcrumb {
        display: none;
    }
}


.content {
    width: calc(100% - 48px);
    padding: 80px 0;
    margin: 0 auto;
}

@media screen and (min-width: 1110px) {
    .content {
        width: 1110px;
        margin: 0 auto;
        padding: 100px 0;
    }
}

.title-h1-green {
    font-size: 1.8em;
    color: #289103;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 30px;
}

@media screen and (min-width: 1110px) {
    .title-h1-green {
        font-size: 2.5em;
        font-weight: 600;
        line-height: 50px;
    }
}

.title-h2-black {
    font-size: 1.6em;
    color: black;
    font-weight: 700;
    line-height: 30px;
}


/* 1 bloco */
.bg-repis {
    height: 450px;
    background: url('../img/repis/novo-banner-responsivo.webp') no-repeat;
}

.bg-repis-b {
    height: 450px;
    background: url('../img/repis/novo-banner-responsivo.webp') no-repeat;
    background-size: contain;
    background-position: bottom;
}


@media(min-width:800px) {
    .bg-repis-b {
        background: url('../img/repis/novo-banner.webp') no-repeat;
        background-position: bottom left;
        background-size: 150%;
    }

}

@media(min-width:1100px) {
    .bg-repis-b {

        background-size: cover;
    }
}




/* 2 bloco */
.repis .header-repis {
    width: 100%;
}

@media(min-width:1100px) {
    .repis .header-repis {
        width: 55%;
    }
}

.repis h1 {
    color: #289103;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 15px;
}

@media(min-width:1100px) {
    .repis h1 {
        font-size: 2.8em;
    }
}


.repis h2 {
    font-size: 1.7em;
    color: #000000;
    font-weight: 500;
    margin-bottom: 30px;
}

.repis p {
    font-size: 1.2em;
    color: #000000;
    font-weight: 300;
    line-height: 25px;
}


/* 3 bloco */
.bg-explicando .title-h2-black {
    color: white;
    text-align: left;
}

.repis-explicando .header-repis {
    width: 100%;
}

@media(min-width:1100px) {
    .repis-explicando .header-repis {
        width: 70%;
    }
}

.repis-explicando h1 {
    font-size: 2.5em;
    color: white;
    font-weight: 600;
    margin-bottom: 30px;
}

.repis-explicando p {
    font-size: 1.2em;
    color: white;
    font-weight: 300;
    line-height: 25px;
}

/* 4 bloco */
@media(min-width: 1100px) {
    .bg-folego {
        position: relative;
    }

    .bg-folego::after {
        content: ' ';
        position: absolute;
        right: 0;
        bottom: -170px;
        background: url('../img/repis/relogio.webp');
        background-size: contain;
        background-repeat: no-repeat;
        width: 350px;
        height: 380px;
    }
}

.folego .header-repis {
    width: 100%;
}

@media(min-width:1100px) {
    .folego .header-repis {
        width: 50%;
    }
}

.folego .textAlto {
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 60px;
}



.grid-folego {
    width: 100%;
    margin-bottom: 35px;
    margin-top: 40px;
}

@media(min-width: 1100px) {
    .grid-folego {
        width: 50%;
    }
}

.grid-itens-folego {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
}

@media(min-width: 1100px) {
    .grid-itens-folego {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 100px;
        grid-row-gap: 20px;
    }
}


.grid-itens-folego .item-folego p {
    text-align: center;
    font-weight: 600;
    font-size: 1.1em;
}

.grid-itens-folego .item-folego .icone {
    width: 65px;
    height: 65px;
    border: 0;

    cursor: pointer;
    display: block;
    margin: 5px auto;
}

.cadastraFuncionario {
    background: url(../img/repis/icones/contratar.svg) no-repeat;
}

.investirCrescimento {
    background: url(../img/repis/icones/investir_crescimento.svg) no-repeat;
}

.reforcarEstoque {
    background: url(../img/repis/icones/reforcar_estoque.svg) no-repeat;
}

.capacitarTime {
    background: url(../img/repis/icones/capacitar_time.svg) no-repeat;
}

.administrarCaixa {
    background: url(../img/repis/icones/administrar_caixa.svg) no-repeat;
}

.casaOrdem {
    background: url(../img/repis/icones/por_casa_ordem.svg) no-repeat;
}

.folego-footer {
    position: relative;
    width: 100%;
}

@media(min-width:1100px) {
    .folego-footer {
        width: 70%;
    }
}

.folego-footer p {
    margin-top: 20px;
    font-size: 1.2em;
    font-weight: 400;
}


.olho-no-prazo-content {
    width: 100%;
}

@media(min-width: 1100px) {
    .olho-no-prazo-content {
        width: 65%;
    }
}

.olho-no-prazo-content h4 {
    margin-top: 15px;
}


.olho-no-prazo-content p {
    margin-top: 20px;
}

.olho-no-prazo-content p span {
    color: #289103;
    font-weight: 500;
}

/*5 Bloco */
.bg-verde {
    background-color: #289103;
}

.bg-verde .content {
    padding: 0px;
}

.bg-verde .header-repis {
    width: 100%;
}

@media(min-width: 1100px) {
    .bg-verde .content {
        padding: 40px 0;
    }
}

.bg-verde .header-repis h1 {
    color: white;
    font-weight: 600;
    font-size: 1.6em;
    line-height: 30px;
    padding: 20px 0;
}

@media(min-width: 1100px) {
    .bg-verde .header-repis h1 {
        font-size: 2.2em;
        line-height: 45px;
        padding: 0;
    }
}


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


.bg-recapitulando {
    background-color: #f0f0f0;
}

.recapitulando .header-repis {
    width: 100%;
}

@media(min-width:1100px) {
    .recapitulando .header-repis {
        width: 70%;
    }
}


.grid-recapitulando {
    width: 100%;
    margin-bottom: 35px;
    margin-top: 40px;
}

@media(min-width:1100px) {
    .grid-recapitulando {
        width: 80%;
    }
}

.grid-itens-recapitulando {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
}

@media(min-width:1100px) {
    .grid-itens-recapitulando {
        grid-template-columns: 1fr 1fr 3fr;
        grid-column-gap: 100px;
        grid-row-gap: 20px;
    }
}

.grid-itens-recapitulando .item-recapitulando p {
    text-align: center;
    font-weight: 600;
    font-size: 1em;
}

.grid-itens-recapitulando .item-recapitulando .icone {
    width: 55px;
    height: 55px;
    border: 0;

    cursor: pointer;
    display: block;
    margin: 5px auto;
}

.iconeCheckup {
    background: url(../img/repis/icones/check_box.svg) no-repeat;
}

/* Tabelas */
.mobile {
    display: block;
}

.desk {
    display: none;
}

@media(min-width: 1100px) {
    .mobile {
        display: none;
    }

    .desk {
        /* display: block; */
        display: inline-table;
        width: 100%;
        margin-top: 30px;
    }
}

/* tabela1 */
.tabela-1 .header-repis {
    width: 100%;
    margin-bottom: 30px;
}

@media(min-width: 1100px) {
    .tabela-1 .header-repis {
        width: 65%;
    }
}

.tabela-1 .valores thead {
    background-color: #289103;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 15px;
}

.tabela-1 .valores thead tr th {
    padding: 16px 20px;
}

.tabela-1 .valores tbody tr td {
    text-align: center;
    padding: 10px 0;
}

.tabela-1 .valores tbody tr td.destaque {
    text-transform: uppercase;
    font-weight: 700;
}

.tabela-1 .valores tbody tr td strong {
    color: #289103;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}

@media(min-width: 1100px) {
    .tabela-1 .valores tbody tr td strong {
        font-size: 35px;
    }
}

/* tabela2 */
.tabela-2 {
    background-color: #f0f0f0;
}

.tabela-2 .header-repis {
    width: 100%;

}

@media(min-width: 1100px) {
    .tabela-2 .header-repis {
        width: 65%;
    }
}

.tabela-2 thead {
    background-color: #289103;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
}

@media(min-width: 1100px) {
    .tabela-2 thead {
        font-size: 15px;
    }
}

.tabela-2 thead tr th {
    padding: 5px 5px;
}

@media(min-width: 1100px) {
    .tabela-2 thead tr th {
        padding: 16px 20px;
    }
}

.tabela-2 tbody tr td {
    text-align: center;
    padding: 0;
}

@media(min-width: 1100px) {
    .tabela-2 tbody tr td {
        text-align: center;
        padding: 10px 0;
    }
}

.tabela-2 tbody tr td.destaque {
    text-transform: uppercase;
    font-size: 12px;
}

@media(min-width: 1100px) {
    .tabela-2 tbody tr td.destaque {
        text-transform: uppercase;
    }
}

.tabela-2 tbody tr td strong {
    color: #289103;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

@media(min-width: 1100px) {
    .tabela-2 tbody tr td strong {
        font-size: 35px;
    }
}

.tabela-2 tbody tr td strong span {
    font-size: 10px;
    display: none;
}

@media(min-width: 1100px) {
    .tabela-2 tbody tr td strong span {
        font-size: 15px;
    }
}

.tabela-2 .valores {
    margin-top: 30px;
    width: 100%;
}

.tabela-1 .valores {
    margin-top: 30px;
    width: 100%;
}

.aderir .btn-tudo-isso {
    background-color: #289103;
    color: white;
    border-radius: 25px;
    padding: 10px 25px;
    border: none;
    margin-top: 40px;
    font-size: 1.3em;
    font-weight: 500;
    transition: all .5s;
    text-decoration: none;
}

.aderir .header-repis {
    width: 100%;
}

.aderir ol {
    list-style: none;
    counter-reset: item;
    max-width: 500px;
}

.aderir li {
    counter-increment: item;
    margin-bottom: 5px;
    font-size: 1.1em;
    font-weight: 400;

    height: auto;
    min-height: 120px;
    padding: 25px 0px;
}

@media(min-width:1100px) {
    .aderir li {
        height: 100px;
    }
}


.aderir li:before {
    margin-right: 10px;
    content: counter(item) '.';
    color: #289103;
    font-size: 4em;
    width: 50px;
    font-weight: bold;
    text-align: left;

    display: block;
    float: left;
    margin-top: 14px;
    margin-bottom: 14px;
}

@media(min-width:1100px) {
    .aderir li:before {
        margin-top: -13px;
        margin-bottom: 0;
    }
}

.aderir .linha-notebook {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}


.aderir .texto-antes-notebook {
    width: 100%;
    height: 100px;

    font-size: 1.2em;
    margin-top: 20px;
    font-weight: bold;
}

@media(min-width: 1110px) {
    .aderir .texto-antes-notebook {
        float: left;
        width: 35%;
        height: 100px;
        margin-top: 80px;
    }
}


.aderir .linha-notebook .imagem-notebook {
    height: 255px;
    width: 100%;
    display: block;
    margin: 0px auto;
    margin-top: 40px;
}

@media(min-width: 550px) {
    .aderir .linha-notebook .imagem-notebook {
        height: 355px;
    }
}

@media(min-width: 700px) {
    .aderir .linha-notebook .imagem-notebook {
        height: 455px;
    }
}

@media(min-width: 860px) {
    .aderir .linha-notebook .imagem-notebook {
        height: 455px;
        width: 85%;
    }
}

@media(min-width: 990px) {
    .aderir .linha-notebook .imagem-notebook {
        height: 455px;
        width: 75%;
    }
}


@media(min-width: 1110px) {
    .aderir .linha-notebook .imagem-notebook {
        height: 445px;
        width: 65%;
        float: right;
    }
}



.aderir .linha-celular {
    width: 100%;
    display: inline-block;
}



@media(min-width: 1110px) {
    .aderir .linha-celular .imagem-celular {
        height: 624px;
        width: 30%;
        float: left;
        margin-top: -200px;
    }
}


.aderir .linha-celular .texto-depois-celular {
    float: right;
    width: 100%;

    font-size: 1.2em;
    margin-top: 40px;
    font-weight: bold;
    padding-left: 30px;
}

@media(min-width: 1110px) {
    .aderir .linha-celular .texto-depois-celular {
        float: right;
        width: 64%;
    }
}


.aderir .bonus,
.texto-depois-celular .bgVerdecorBranca {
    font-size: 1.6em;
    font-weight: bold;
    background-color: #289103;
    color: white;
    padding: 5px 6px;
    line-height: 60px;
}


@media(min-width: 1110px) {
    .aderir .bonus {
        font-size: 2.5em;
    }
}

#contador-topo,
#contador {
    width: 100%;
    color: #289103;
    padding: 35px 10px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 40px;

    display: flex;
    flex-flow: wrap row;
}

.rowContador{
    display: flex;
    width: 340px;
}

#contador-topo p,
#contador p{
    flex-direction: column;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    width: 100%;
    color: #289103;
}

.dias-contador-topo, .horas-contador-topo, .minutos-contador-topo, .segundos-contador-topo,
.dias-contador, .horas-contador, .minutos-contador, .segundos-contador
{
    flex-direction: row;
    flex: 1;

    background-color: #289103;
    color: white;
    padding: 10px 10px;
    border: 2px solid #289103;
    border-radius: 8px;
    width: 65px;
    margin: 5px;

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.text-contador{
    flex-direction: row;
    flex: 1;
    width: 65px;
    font-size: 13px;
    color: #289103;
}


@media(min-width: 1110px) {
    #contador-topo,
    #contador {
        padding: 35px 75px;
        width: 340px;
    }
}





.grid {
    display: grid;
    grid-template-columns: 1fr 5fr 1fr;
}

.certificado-emitido img {
    width: 70%;
    max-width: 370px;
    margin: 0 auto;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column-reverse;
}

.certificado-emitido {
    position: relative;
    background-color: #f0f0f0;
}

@media(min-width:1100px) {

    .certificado-emitido img {
        display: none;
    }

    .certificado-emitido::after {
        content: ' ';
        position: absolute;
        background: url('../img/repis/maos-certificado.webp');
        background-size: contain;
        background-repeat: no-repeat;
        width: 360px;
        height: 300px;
        right: 15px;
        top: 23%;
    }
}

@media(min-width:1500px) {
    .certificado-emitido::after {
        right: 10%;
    }
}

@media(min-width:1900px) {
    .certificado-emitido::after {
        right: 20%;
    }
}


.certificado-emitido .header-repis {
    width: 100%;
}

@media(min-width:1100px) {
    .certificado-emitido .header-repis {
        width: 60%;
    }
}

.certificado-emitido .header-repis h1 {
    width: 100%;
}

@media(min-width:1100px) {
    .certificado-emitido .header-repis h1 {
        width: 70%;
    }
}

.certificado-emitido .header-repis p {
    margin-top: 30px;
    font-size: 1.1em;
    line-height: 22px;
}




/* bloco seja associado */

.seja-associado .header-repis {
    width: 100%;
}

@media(min-width:1100px) {
    .seja-associado .header-repis {
        width: 60%;
    }
}

.seja-associado h1 {
    font-size: 2em;
    background-color: #289103;
    color: white;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 50px;

    display: inline;
}

@media(min-width:1100px) {
    .seja-associado h1 {
        font-size: 2.5em;
    }
}


.seja-associado h2 {
    margin-top: 10px;
}

.list-posts-associados {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;

    /* display: inline-block; */
}

@media(min-width:1100px) {
    .list-posts-associados {
        width: 80%;
        display: table;
    }
}


.list-posts-associados .box-image {
    width: 100%;
    margin: 0 auto;

    background-color: red;
    border-radius: 15px 0 15px 0;
    height: 150px;
    margin-bottom: 12px;
    max-width: 400px;
    background-size: cover !important;
}

.list-posts-associados .text-posts {
    width: 70%;

    vertical-align: middle;
    display: table-cell;

    font-weight: 600;
    line-height: 25px;
    text-align: center;

    padding-left: 40px;

    font-size: 16px;
}

@media(min-width:1100px) {
    .list-posts-associados .text-posts {
        text-align: left;
    }
}

.bg-repis {
    height: 450px;
}

.confira-vantagens .header-repis {
    width: 100%;
}

@media(min-width:1100px) {
    .confira-vantagens .header-repis {
        margin: 0 auto;
    }
}


.confira-vantagens .btn-tudo-isso {
    background-color: #289103;
    color: white;
    border-radius: 25px;
    padding: 10px 25px;
    border: none;

    font-size: 1.1em;
    font-weight: 500;
    margin-bottom: 25px;
    text-decoration: none;

    display: block;
    width: auto;

    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;

    transition: all .5s;
}

@media(min-width:1100px) {
    .confira-vantagens .btn-tudo-isso {
        width: 300px;
        font-size: 1.3em;
    }
}

.btn-tudo-isso:hover {
    background-color: #103b00;

}


/* Calculadora de .repis */

.calculo-repis-container h2 {
    text-transform: uppercase;
    font-family: Dosis, sans-serif;
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 10px;
}

.calculo-repis-container p {
    font-family: "Source Sans Pro", sans-serif;
    color: #96979b;
    font-size: 16px;
    margin-bottom: 15px;
    text-align: justify;
}

.input-salario {
    display: flex;
    padding: 10px 23px;
    border-radius: 50px;
    border: none;
    background: #f6f6f6;
    font-family: "Source Sans Pro", sans-serif;
    font-style: italic;
    font-size: 16px;
    width: 100%;
    margin-right: 5px;
    margin-bottom: 0px;
}

@media(min-width:1100px) {
    .input-salario {
        width: 356px;
        margin-right: 24px;
    }
}

.input-salario input::placeholder {
    color: rgba(0, 0, 0, 0.2);
}

.calculo-repis-container input[type="text"] {
    border: none;
    background: 0 0;
    font-family: "Source Sans Pro", sans-serif;
    font-style: italic;
    font-size: 16px;
    width: 100%;
    height: 100%;
    min-width: 60px;
}

.calculo-repis-container input[type="text"]:focus,
input[type="number"]:focus {
    outline: 0;
}

.input-salario:before {
    content: "R$ ";
    margin-right: 5px;
    display: flex;
    align-items: center;
}

.calculo-repis-container .input-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 40px;
}

.calculo-repis-container .action-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.calculo-repis-container #calcular-auxilio,
.calculo-repis-container #calcular-repis,
.calculo-repis-container #limpar-calculadora,
.calculo-repis-container #limpar-calculadora-auxilio {
    padding: 9px 14px;
    background: #289103 !important;
    border-radius: 50px;
    font-family: Dosis, sans-serif;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #289103 !important;
}

#calcular-repis {
    margin-right: 5px;
}

@media(min-width:1100px) {
    #calcular-repis {
        margin-right: 15px;
        padding: 9px 20px;
    }

    #limpar-calculadora {
        padding: 9px 20px;
    }

}

/* #limpar-calculadora {background: #FFF !important; border-color: #1068b8 !important; color: #1068b8 !important} */
.calculo-repis-container table {
    border-collapse: collapse;
    margin-bottom: 50px;
}

.calculo-repis-container table tr {
    width: 100%;
}

.calculo-repis-container table tr td {
    width: fit-content;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    line-height: normal;
    border-right: 1px solid #c6c7c9;
    font-size: 14px;
    height: 46px;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #c6c7c9;
}

.calculo-repis-container table thead {
    color: #0f68b9;
    text-transform: uppercase;
}

.calculo-repis-container table thead tr:first-child td {
    border-bottom: 1px solid #c6c7c9;
    border-top: 1px solid #c6c7c9;
}

.calculo-repis-container table thead tr td {
    font-weight: bold;
}

.calculo-repis-container table thead tr:first-child td:first-child {
    border-left: 1px solid #c6c7c9;
}

.calculo-repis-container table.calculo-repis thead tr:first-child td:first-child {
    font-weight: 700;
}

.calculo-repis-container table.calculo-repis thead tr:first-child td:last-child {
    /* font-size: 18px; */
    height: 52px
}

.calculo-repis-container table thead tr:last-child td {
    border-bottom: 1px solid #c6c7c9;
    height: 30px;
}

.calculo-repis-container table thead tr {
    background-color: #f6f6f6;
}

.calculo-repis-container table tr {
    background-color: #FFF;
}

.calculo-repis-container table tr:nth-child(even) {
    background-color: #f6f6f6;
}

.calculo-repis-container table tr.nulo {
    border: 1px solid #c6c7c9
}

.calculo-repis-container table tbody {
    border-left: 1px solid #c6c7c9;
}

.calculo-repis-container table tbody tr:last-child td {
    border-bottom: 1px solid #c6c7c9;
}

.calculo-repis-container table tbody tr td:first-child {
    text-align: left;
}

.calculo-repis-container:not(.auxilio) table tbody tr:not(.nulo) td:not(:first-child):before {
    content: "R$ ";
}

.hidden {
    display: none;
}

/* 
.calculo-repis-container table tbody tr td:first-child:before,
.calculo-repis-container table tbody tr td:last-child:before {
    content: "";
} */

.calculo-repis-container.auxilio table tbody tr:nth-child(3) td {
    font-weight: 700 !important;
}

.calculo-repis-container {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.calculo-repis-container table {
    max-width: 933px;
    width: 100%;
}


.form-rd {
    margin: 0 80px 40px;
}

.form-rd .input-container {
    align-items: center;
    flex-direction: column;
}

.form-rd .input-container input {
    padding: 10px 23px !important;
    border-radius: 50px;
    border: none;
    background: #f6f6f6;
    font-family: "Source Sans Pro", sans-serif;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 15px;
    width: 100%;
    height: 100%;
}

.form-rd h5 {
    font: bold 14px/24px 'Gotham' !important;
    font-family: 'Dosis', sans-serif !important;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin: 0 !important;
    margin-bottom: 18px !important;
    color: #38393d !important;
    text-align: center;
}

.form-rd button {
    padding: 10px 34px;
    background: #1068b8;
    border-radius: 50px;
    font-family: Dosis, sans-serif;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    cursor: pointer;
    margin: auto;
}
