@font-face {
    font-family: 'myanmar khyay';
    src: url('./assets/fonts/myanmarkhyay/Khyay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
}

a:visited {
    color: inherit;
}

.page-container .page-content {
    background-color: #051023;
    margin-left: 0;
}

@media screen and (max-width: 390px) {

    .pagina {
        max-height: 100vh;
        min-width: 100%;
        box-sizing: border-box;
    }

    #pagina1 {
        background-image: url("./assets/backgroundlogin.png");
        background-repeat: no-repeat;


    }

    .backtotop {
        background: none !important;
        position: fixed !important;
        bottom: 15%;
        right: 5%;
        box-sizing: border-box;
    }

    .backtoptop span a img {
        width: 40px !important;
        height: 40px !important;
    }

    .whatsapp {

        background-color: #3EC24F !important;
        position: fixed !important;
        max-width: 20px !important;
        max-height: 20px !important;
        bottom: 5% !important;
        right: 5% !important;
        border-radius: 25px !important;
        padding: 10px 15px !important;
        font-family: 'Koulen';
        font-style: normal;
        font-weight: 400;
        font-size: 36px;
    }

    .button-trasparent {
        padding: 10px;

    }

    .letras-menu,
    .letras-menu:active {
        font-family: 'Koulen';
        font-style: normal;
        font-weight: 400;
        font-size: 36px;

        color: white;

        display: flex;
        list-style: none;
        justify-content: space-around !important;

        display: none;
    }

    .dplay-image {
        margin-top: 20px;
        margin-left: 40px;
    }

    .divisoria-meio {
        display: flex;
    }

    .foto-mid-section {
        flex: 1;
        display: flex;

        justify-content: center
    }

    .foto-mid-section img {
        max-width: 200px;
    }

    .texto-mid-section {

        flex: 1;
        display: flex;
        justify-content: center;
    }

    .texto-mid-section .h4 {

        color: #FFF;
        text-align: center;
        font-family: Koulen;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 127.664%;
    }

    .texto-mid-section .h3 {

        padding-right: 1rem;
        padding-left: 1rem;
        font-family: 'myanmar khyay', sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: white;
        text-align: center;
    }

    .texto-mid-section button {
        display: flex;
        background-color: #43BCD4;



        border-radius: 25px;
        background: #43BCD4;

        border-radius: 25px;
        margin: auto;

        box-shadow: 0 0 20px #00ffff;
    }



}


@media screen and (min-width: 768px) {
    body {
        color: white !important;
        margin: 0 !important;
        background-color: #051023 !important;
    }

    .stack-style {
        display: flex;
        flex-direction: column;

    }

    .flex-style {
        display: flex;
        flex-direction: row;
    }

    .borda {
        border: 1px solid red;
    }


    ul {
        list-style: none !important;
    }

    .pagina {
        height: 100vh;
        width: 100%;
        box-sizing: border-box;
    }

    .brilho {
        background-image: url("./assets/brilho-no-dplay.png");
        background: rgba(67, 188, 212, 0.75);
        width: 596px;
        height: 408px;
        min-height: auto;
        position: absolute;
        top: -300px;
        left: -160px;
        filter: blur(74.5px);

    }

    #pagina1 {
        background-image: url("./assets/backgroundlogin.png");
        background-repeat: no-repeat;

    }

    #pagina2 {
        background-image: url("./assets/background-vantagens.png");
        background-repeat: no-repeat;
    }

    #pagina4 {
        background-image: url("./assets/background-planos.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .whatsapp {
        background-color: #3EC24F !important;
        position: fixed !important;
        bottom: 5% !important;
        right: 5% !important;
        border-radius: 25px !important;
        padding: 10px 15px !important;
        font-family: 'Koulen';
        font-style: normal;
        font-weight: 400;
        font-size: 36px;
        cursor: pointer;
        z-index: 99;
    }

    .backtotop {
        background: none !important;
        position: fixed !important;
        bottom: 15%;
        right: 5%;
    }

    .letras-menu {

        font-family: 'Koulen';
        font-style: normal;
        font-weight: 400;
        font-size: 36px;

        display: flex;
        list-style: none;
        justify-content: space-around !important;
    }

    .letras-menu>li {
        position: relative;
    }

    .letras-menu>li>a,
    .letras-menu>li>a:visited {
        color: white;
        text-decoration: none;
    }


    .letras-menu li:first-child {
        position: relative;
    }

    .letras-menu li img {
        z-index: 1 !important;
    }

    .divisoria-meio {
        display: flex;
    }

    .mid-section {
        display: flex;
        flex-direction: row;
    }

    .foto-mid-section {
        flex: 1;
        display: flex;

        justify-content: center
    }

    .mid-section .stack-style img {
        height: 90%;
        max-height: 800px;
    }

    .texto-mid-section {

        flex: 1;
        display: flex;
        justify-content: center;
    }

    .texto-mid-section h4 {

        color: #6ED8ED;
        font-family: "Koulen";
        font-style: normal;
        font-weight: 400;
        font-size: 36px;
        text-align: center;
    }

    .texto-mid-section h3 {

        padding-right: 1rem;
        padding-left: 1rem;
        font-family: 'myanmar khyay', sans-serif;
        font-size: 49px;
        font-weight: 400;
        color: white;
        text-align: center;
    }

    .center-content {
        align-items: center;
    }

    .center-style {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 8px;
        color: white;
    }

    .a-block {
        display: flex;
    }


    .glowing-button-mid-section {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #43BCD4;
        width: 834px;
        height: 120px;

        flex-shrink: 0;

        border: none;


        color: #FFF;
        font-size: 36px;
        font-family: 'myanmar khyay', sans-serif;

        border-radius: 25px;
        margin: auto;


        box-shadow: 0 0 20px #00ffff;
        text-decoration: none;
    }




    .titulo-vantagens {
        color: #43BCD4;
        font-size: 120px;
        font-family: "Koulen";
        line-height: 127.664%;
    }

    .titulo-vantagem {
        color: #43BCD4;
        font-size: 40px;
        font-family: 'myanmar khyay', sans-serif;
        line-height: 127.664%;
        text-transform: uppercase;
    }

    .descricao-vantagem {
        color: #FFF;
        font-size: 35px;
        font-family: 'myanmar khyay', sans-serif;
        line-height: 127.664%;
    }

    .h5 {
        color: #FFF;
        text-align: center;
        font-size: 31px;
        font-family: 'myanmar khyay', sans-serif;
        line-height: 127.664%;
        max-width: 800px;

    }

    .esquerda-vantagens {
        flex: 1;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .direita-vantagens {
        flex: 1;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .titulos-vantagens-2 {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .vantagens {
        justify-content: center;
    }



    .titulo-vantagens-2-pequeno {
        color: #FFF;
        text-align: center;
        font-size: 45px;
        font-family: 'myanmar khyay', sans-serif;
        line-height: 127.664%;
    }

    .titulo-vantagens-2-grande {
        color: #43BCD4;
        font-size: 150px;
        font-family: Koulen;
        line-height: 127.664%;
    }

    .menu-vantagens-2 {
        display: flex !important;
        list-style: none;
        justify-content: space-evenly !important;
        width: 100vw;
    }

    .item-vantagens-2 {
        width: 369.45px !important;
        height: 534px !important;

        display: flex;
        justify-content: center;
        align-items: baseline;

        box-shadow: 0 0 20px #00ffff;

        border-radius: 25px !important;
    }

    .item-com-luz {
        display: flex !important;
        align-items: center;
        width: 369.45px !important;
        height: 534px !important;
        background-color: #051023 !important;

        box-shadow: #224C9A;

        border-radius: 25px !important;
    }

    .card-item-titulo {
        color: #FFF;
        text-align: center;
        font-size: 40px;
        font-family: 'myanmar khyay', sans-serif;
        line-height: 127.664%;
        border-radius: 25px !important;
    }

    .card-item-descricao {
        color: #FFF;
        text-align: center;
        font-size: 28px;
        text-align: center;
        font-family: 'myanmar khyay', sans-serif;
        line-height: 127.664%;

        padding: 10px 10px 0px 10px;
    }

    .glowing-button {
        display: flex;
        background-color: #43BCD4 !important;
        width: 834px;
        height: 120px !important;

        flex-shrink: 0;
        align-items: center;
        justify-content: center;



        color: #FFF;
        font-size: 36px !important;
        font-family: 'myanmar khyay', sans-serif;

        border-radius: 25px !important;
        margin: auto;
        margin-top: 20px;

        cursor: pointer;

        box-shadow: 0 0 20px #00ffff;

        line-height: 127.664%;
    }

    .glowing-button>div {
        cursor: pointer;
    }



    .nossos-planos {
        color: #43BCD4;
        font-size: 150px;
        font-family: Koulen;
        cursor: default;

        margin: auto;
    }

    .planos {
        display: flex !important;
        justify-content: space-around;
        align-items: center;
    }


    .planos-centro {
        display: flex;
        flex-direction: column;
        justify-content: baseline;
        align-items: center;
        border: 1px solid #339DB1;
        border-radius: 37px;
        background-color: rgba(5, 16, 35, 0.4);

        width: 369.45px;
        height: 534px;
        box-shadow: 0 0 40px rgba(0, 255, 255, 0.5);
    }

    .planos-titulo {
        color: #FFF;
        text-align: center;
        font-size: 60px;
        font-family: 'myanmar khyay', sans-serif;
        line-height: 127.664%;
        margin-top: 36px;
    }

    .planos-preco {
        color: #6ED8ED;
        font-size: 70px;
        font-family: Koulen;
        line-height: 127.664%;
    }

    .planos-item-texto {
        color: #FFF;
        font-size: 23px;
        font-family: 'myanmar khyay', sans-serif;
        line-height: 127.664%;
    }

    .image-out-of-line {
        position: relative;
        top: 8px;
    }

    .botao-planos {
        color: #FFF;
        font-size: 24px;
        font-family: 'myanmar khyay', sans-serif;
        line-height: 127.664%;
        margin-top: 35px;
        padding: 15px;
        cursor: pointer;

        border-radius: 25px !important;
        background: #43BCD4 !important;
    }

    .mx-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    footer {
        min-height: 10vh;
        display: block;
    }
}