.menu-links {
    color: #070707;
    z-index: 99999;
}

.menu-links a:hover {
    color: #fda923;
}


.layer-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 650px;
    bottom: 0;
    background-image: linear-gradient(#0b66a0 44%, #fda923);
    overflow: hidden;
}

.main-bg-image {
    width: 1040px;
    height: 760px;
}

.main-bg-image {
    height: 600px;
}

.main-bg-image {
    background-image: linear-gradient(#0b66a0,
            #92c4e3 70%);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    width: 1080px;
    height: 810px;
    position: relative;
    border-radius: 45px;
    margin-left: 250px;

}

.main-bg-image-2 {
    background-image: linear-gradient(#0b66a0,
            #92c4e3 70%);
    /* -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg); */
    width: 100%;
    height: 70px;
    position: relative;
    border-radius: 20px;
    margin-left: 20px;


}




.coluna-precos {
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 130px;
}

.card-price {
    width: 215px;
    height: 600px;
    text-align: center;
    padding: 14px;
    margin: 12px 16px;
    box-shadow: 0px 2px 12px rgba(127, 127, 127, 0.35);
    border-radius: 6px;
    position: relative;
    /* overflow: scroll; */
    padding-bottom: 26px;
    word-wrap: break-word;

}

.val-final {

    color: #070707;
    font-size: 14px;
    padding-top: 10px;
}

.card-price .price-row {
    justify-content: center;
    color: #3E94D1;
    margin-top: 12px;
}

.price-row-det {
    justify-content: center;
    font-family: Ubuntu;
    font-style: normal;
    font-size: 22px;
    color: #3E94D1;
    margin-top: 12px;
    padding-bottom: 2px;
}

.economise {

    color: black;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    padding-bottom: 12px;
}

.button-assinar {

    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.card-price .price-row .dollar-sign {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    line-height: 28px;
    margin-top: -5px;
}



.card-price .price-row .dollar-sign {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    margin-top: -8px;
}

.card-price .price-row .price {
    font-family: Muli;
    font-style: normal;
    font-weight: 200;
    font-size: 36px;
    line-height: 20px;
}

.card-price .price-row .month {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    padding-top: 2px;
    padding-bottom: 5px;
}

.itens-1 {
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #38393A;
    padding-top: 0px;
    padding-left: 10px;
}

.itens-1::before {
    content: "\2713";
    /* Código Unicode para o símbolo de check mark */
    display: inline-block;
    margin-right: 5px;
    /* Adapte o espaçamento conforme necessário */

}

.flex-column {
    flex-direction: column;
}

.flex,
.flex-column {
    display: flex;
}

.flex.column,
.flex-column.column {
    flex-direction: column;
}

.flex.wrap,
.flex-column.wrap {
    flex-wrap: wrap;
}

.flex.center,
.flex-column.center {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.flex .flex-item,
.flex-column .flex-item {
    flex: 1 1;
}

.alert-cookie {
    bottom: 0;
    position: fixed;
    background: #2e2e2e;
    color: #fff;
    z-index: 9999;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 33px;
    left: 0;
    text-align: center;
}

.alert-cookie .container {
    padding: 10px;
}

.font-1 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: lighter;
    font-size: 20px;

}

.font-2 {
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    /* line-height: 28px; */
    /* position: relative; */
}

.plan-month {

    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.plan-dur {

    background-color: #2387c5 !important;
    border-radius: 8px !important;
    width: 100%;
    text-align: center;
    padding: 6px;
}

.box-desconto {

    width: 100%;
    height: 30px;
    padding-top: 12px;


}

.text-desc {

    color: gray;
    text-decoration: line-through;
    text-decoration-color: rgba(174, 174, 174, 0.8);
    font-size: 16px;
}


.btn-sign {
    border-radius: 18px !important;
    color: #fffefe !important;
    min-width: 160px;
    background-color: #fda923 !important;
    border: none !important;

}

.btn-sign:hover {
    background-color: #b67000 !important;
    /* Cor desejada quando o mouse estiver sobre o botão */
    color: #e2e2e2 !important;
    /* Cor do texto desejada quando o mouse estiver sobre o botão */
}

.btn-signed {
    border-radius: 18px !important;
    color: #fffefe !important;
    min-width: 160px;
    background-color: #3E94D1 !important;
    border: none !important;
    box-shadow: 0px 0px 2px 2px rgba(253, 169, 35, 0.8); 
}

.btn-signed:hover {
    background-color: #2c6d9b !important;
    /* Cor desejada quando o mouse estiver sobre o botão */
    color: #e2e2e2 !important;
    /* Cor do texto desejada quando o mouse estiver sobre o botão */
}



.button-bottom {
    flex: 1 1;
    align-items: flex-end;
    justify-content: center;
}

.blue-featured-sha {

    box-shadow: 0 0 14px 3px #1276d6;
}

@media (max-width: 600px) {
    .main-bg-image-2 {
        display: none;
    }
}


/* Estilos para o botão de rolar para o topo */
#scrollToTopBtn {
    display: none;
    position: fixed;
    width: 40px;
    bottom: 40px;
    right: 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    text-align: center;

}

#scrollToTopBtn:hover {
    background-color: #054385;
}