@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

:root {
    --cor1: #1E4767;
    --cor2: #B7C61F;
    --cor3: #2d6997;
    --cor4: #dcec26;

    --cor5: #0C1E2A;
    --cor6: #8f9457;
    --cor7: #e4f529;
    --cor8: #3bc61f;

    --cor9: #3e15a7;
    --cor10: #19cbe2;
    --cor11: #cee68c;

    --vhc1: #235277;
    --vhc2: #dff028;
    --vhc3: #2e6c9b;
    --vhc4: #c7d621;
    --vhg1: #23537734;
    --vhg2: #b8c61f63;

    --bg: transparent;
    --bgh: transparent;
    --c: #000;

    --shadow: 0 0 1rem #00000033;

    --w: 100%;
    --g: 100%;
    --p: 2rem;


}

* {
    padding: 0;
    margin: 0;
    font-family: "Outfit", sans-serif;
    scroll-behavior: smooth;
}

body {
    background-color: #eee;
}

/* =============================================================== */
article {
    background-color: #192835;
    height: 3rem;
    display: grid;
    place-items: center;
    font-size: 1.2em;
    color: #fff;

    & a {
        color: var(--cor2);
        text-decoration: none;
        font-weight: 500;
    }

    & .pequeno {
        display: none;
    }
}

header {
    position: sticky;
    top: 0;
    display: grid;
    place-items: center;
    width: 100%;
    background-color: #fff;
    z-index: 100;

    &>div {
        width: calc(100% - 4rem);
        height: 5rem;
        padding: 0 2rem;
        box-shadow: var(--shadow);
        display: flex;
        justify-content: space-between;

        &>div {
            align-items: center;
            display: flex;
            margin-left: 1rem;
        }

        

        & a {
            text-decoration: none;
            color: #000;
            transition: .3s;
        }

        & a:hover {
            color: var(--cor1);
        }
    }
    & .menu{
        display: none;
    }
}

.logo {
    & img{
        width: 15rem;
        height: 3rem;
        object-fit: contain;
    }
}

nav {
    display: flex;

    & ul {
        display: flex;

        & li {
            display: flex;
            align-items: center;
            height: 5rem;
            position: relative;
            list-style: none;
            margin: 0 .5rem;

            & .ocult {
                display: none;
            }
        }

        & li:hover .ocult {
            position: absolute;
            display: flex;
            top: 4.5rem;
            right: 0;
            background-color: #fff;
            box-shadow: var(--shadow);
            flex-wrap: wrap;
            width: 15rem;

            & a {
                width: 100%;
                padding: .5rem;
                border-left: .5rem solid transparent;
            }

            & a:hover {
                border-left: .5rem solid var(--cor2);
            }
        }
        & .mm{
            display: none;
        }
    }
}

& .trial-btn, .pub {
    padding: .5rem;
    text-decoration: none;
    background-color: var(--cor2);
    border: 0;
    font-size: 1em;
    margin: 0 .5rem;
    color: #000;
    transition: .3s all;
    text-decoration: none;
    border-radius: .8rem;
}

& .trial-btn:hover, .pub:hover {
    background-color: var(--cor4);
    color: var(--cor1);
}

/* =============================================================== */

main {
    width: 100%;

    & section.banner {
        min-height: calc(100vh - 8rem);
        display: flex;
        /* flex-wrap: wrap; */
        overflow: hidden;
        align-items: center;
        justify-content: space-between;
        background-image: url(/img/webp/imagem-new-back.webp);
        background-size: cover;
        position: relative;
        z-index: -15;


        & #tsparticles {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0; 
        }
        &>div {
            width: 40%;
            padding: 2rem;
            z-index: 1;

            & h1 {
                font-size: 2.5em;
                color: #fff;
                font-weight: 300;

                & span {
                    color: var(--cor2);
                }
            }

            & p {
                font-size: 1.5em;
                margin-top: 1rem;
                color: #fff;
            }

            & button {
                margin-top: 2rem;
            }
        }

        & img {
            z-index: 3;
            text-align: right;
            width: 60%;
            height: calc(100vh - 15rem);
            object-fit: contain;
        }
        & .backs{
            z-index: 3;
            position: absolute;
            right: 0;
            width: 50%;
            height: calc(100vh - 12rem);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            clip-path: polygon(
                10% 0,           /* canto superior esquerdo */
                100% 0,        /* canto superior direito */
                100% 100%,     /* canto inferior direito */
                0% 100%         /* canto inferior esquerdo */
            );
        }
    }
    & section.certificado{
        background-image: url(/img/webp/imagem-back-certificado.webp);
        & >div{
            & h1{
                & span{
                    color: rgb(76, 219, 200);
                }
            }
            & button{
                background-color: rgb(76, 219, 200);
            }
        }
    }
    & section.carimbo{
        background-image: url(/img/webp/imagem-back-carimbo.webp);
    }

    & .contain {
        width: calc(100% - (var(--p) * 2));
        background-color: var(--bg);
        color: var(--c);
        padding: var(--p);
        position: relative;
        z-index: 5;

        &>h1 {
            font-size: 3em;
            font-weight: 300;
            text-align: center;
            margin-bottom: 2rem;
        }

        & p {
            font-size: 1.3em;
        }

        /* CARROUSEL BIG FUNCOES */
        & .big-carousel {
            width: 100%;
            max-width: 90rem;
            margin: auto;
            margin-top: 2rem;
            /* min-height: 300px; */
            overflow: hidden;
            position: relative;
            -ms-overflow-style: none;  /* IE e Edge */
            scrollbar-width: none;  /* Firefox */
        }
        & .big-carousel::-webkit-scrollbar {
            display: none;
            }

        & .carousel-slide {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }

        & .carousel-item {
            width: calc(100% - 3rem);
            height: calc(100% - 3rem);
            flex-shrink: 0;
            display: flex;
            justify-content: space-evenly;
            padding: 1.5rem;

            &>div {
                width: calc(24% - 2rem);
                padding: 1rem;
                border-radius: .5rem;
                background-image: linear-gradient(var(--vhg2), transparent, transparent);

                &>div {
                    text-align: center;
                    padding: .5rem;

                    & img {
                        width: 3.5rem;
                        transition: .3s;
                    }
                }

                &>div:nth-child(2) {
                    font-weight: 500;
                }
            }
        }
        & .carousel-white {
            & >div{
                &>div {
                    background-image: linear-gradient(#fff, #ddd);
                }
            }
        }

        & .carousel-nav {
            width: 100%;
            display: flex;
            justify-content: center;
            margin-top: 3rem;
            margin-bottom: 2rem;

            & button, a {
                text-decoration: none;
                font-weight: 600;
                background-color: #eee;
                border: none;
                padding: 1rem;
                border-radius: 1.5rem;
                border: .1rem solid #d8d8d8;
                cursor: pointer;
                margin: .5rem;
                transition: .3s;
            }

            & button:hover, a:hover {
                border: .1rem solid var(--cor2);
            }

            & .slct {
                background-color: var(--cor2);
                color: #fff;
            }
        }

        /* CARROUSEL BIG FUNCOES */
        /* CARROUSEL SMALL FUNCOES */
        & .carrossel2 {
            display: flex;
            gap: 20px;
            overflow-x: auto;
            scroll-behavior: smooth;
            padding: 10px;
            cursor: grab;
            mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
            -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
            
            -ms-overflow-style: none;  /* IE e Edge */
            scrollbar-width: none;  /* Firefox */

            & .carousel-track {
                display: flex;
                transition: transform 0.3s ease;
            }

            & .carousel-item, &>div {
                flex: 0 0 200px;
                height: auto;
                min-height: 200px;
                min-width: 250px;
                margin: 1rem;
                border-radius: 10px;
                background-image: linear-gradient(var(--vhg1), transparent, transparent);
                display: flex;
                justify-content: center;
                align-items: center;
                flex-wrap: wrap;
                color: var(--cor2);
                padding: 1rem;
                transition: .3s;
                text-decoration: none;

                & p {
                    width: 100%;
                    font-size: 1.2em;
                    text-decoration: none;
                    text-align: center;
                    color: var(--cor1);
                }

                & img {
                    width: 4rem;
                    transition: .3s;
                }
            }

            & .carousel-item:hover {
                & img {
                    transform: scale(1.2);
                }
            }
        }

        /* CARROUSEL SMALL FUNCOES */
        /* CARROUSEL PEQUENAS LOGOS */
        /* ============================= */
        & .carrossel3 {
            --tmS: 25%;
            display: flex;
            gap: 20px;
            overflow-x: auto;
            scroll-behavior: smooth;
            padding: 10px;
            cursor: grab;
            mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
            -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
            & h2 {
                font-weight: 300;
                font-size: 1.5em;
                margin-bottom: .5rem;
            }
            & p{
                font-size: 1em;
            }
        }

        .carrossel3::-webkit-scrollbar {
            display: none;
        }

        .carrossel3 > div {
            min-width: 6rem;
            
            width: var(--tmS);
            flex-shrink: 0;
            background: #eee;
            border-radius: 12px;
            padding: 15px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.08);
            text-align: center;
        }
        

        & .carrossel3 img {
            max-width: 80px;
            margin-bottom: 10px;
        }
        /* Botões */
        & .carousel-buttons {
            position: absolute;
            width: 100%;
            left: 0;
            display: flex;
            justify-content: space-between;
            margin-top: 10px;
            margin-top: 6rem;
        }

        & .carousel-btn {
            padding: 8px 16px;
            border: none;
            border-radius: 6px;
            background: #2222226c;
            color: #ffffff9c;
            cursor: pointer;
            transition: background 0.3s, color 0.3s;
        }
        & .carousel-btn:hover {
            background: #222;
            color: #fff;
        }
        /* CARROUSEL PEQUENAS LOGOS */
        /* ============================= */
        & .duo {
            width: 100%;
            height: calc(100% - 12rem);
            display: flex;
            align-items: center;
            position: relative;

            & >div {
                width: calc(var(--w) - 2rem);
                padding: 1rem;

                & img {
                    width: 100%;
                    height: 90%;
                    object-fit: contain;
                }

                & h1 {
                    font-size: 2.5em;
                    font-weight: 300;
                    margin-bottom: 1.5rem;
                }

                & h2 {
                    font-weight: 300;
                    font-size: 1.7em;
                    margin-bottom: 1.5rem;

                    & span {
                        color: var(--cor8);
                        font-weight: 500;
                    }
                }

                & p {
                    font-size: 1.3em;
                    margin-bottom: 2rem;
                }

                & a {
                    text-decoration: none;
                    color: var(--cor1);
                }

                & .btn {
                    padding: .5rem 1.5rem;
                    background-color: var(--bg);
                    transition: .3s;
                }

                & .btn:hover {
                    background-color: var(--bgh);
                }
            }

            & .square {
                border-radius: 2rem;
                background-color: #D9DF9E;
                height: 100%;
                display: grid;
                place-items: center;
                z-index: 98;
            }
        }

        & .expand {
            width: calc(100% - 6rem);
            margin: .5rem 3rem;
            background-color: #fff;
            height: 3rem;
            overflow: hidden;
            position: relative;
            transition: .3s all;

            & h3 {
                display: flex;
                align-items: center;
                height: 2rem;
                padding: .5rem;
            }

            & p {
                padding: 1rem;
                margin-top: .5rem;
            }

            & span {
                position: absolute;
                right: 1rem;
                top: 0;
                font-size: 2em;
                height: 3rem;
                display: flex;
                align-items: center;
            }

            & a {
                color: var(--cor3);
                text-decoration: none;
            }
        }
        & .two {
            width: 100%;
            display: flex;
            align-items: center;

            &>div {
                padding: 1rem;
                width: 50%;
                height: auto;
                color: #000;

                & h1, h2 {
                    font-size: 2em;
                    font-weight: 300;
                    text-align: right;
                }

                & >p {
                    font-size: 1.5em;
                    margin-top: 2rem;
                }

                & img {
                    width: 100%;
                    height: 80%;
                    object-fit: contain;
                }
            }
            & .pp{
                & p{
                    display: flex;
                    & img{
                        width: 1.5rem;
                        margin-right: .5rem;
                    }
                }
            }
        }
        & .maleficios, .beneficios{
            & div{
                display: flex;
                align-items: center;
            }
            & svg{
                width: 1.5rem; height: 1.5rem;
                margin-right: .5rem;
            }
        }
    }

    & .contain-border {
        margin-top: -4rem;
        padding-bottom: 6rem;
        width: calc(100% - 4rem);
        padding: 2rem;
        background-color: var(--bg);
        border-radius: 4rem 4rem 0 0;

        & .duo {
            width: 100%;
            display: flex;
            align-items: center;

            &>div {
                padding: 1rem;
                width: 50%;
                color: #fff;

                & h1 {
                    font-size: 3.5em;
                    font-weight: 300;
                }

                & p {
                    font-size: 1.7em;
                    margin-top: 2rem;
                    margin-bottom: 3rem;
                }

                & img {
                    width: 100%;
                    height: 80%;
                    object-fit: contain;
                }
            }
        }
    }
    & .lista-integra{
        display: flex;
        flex-wrap: wrap;
        margin-top: 1.5rem;
        & a{
            padding: .5rem;
            width: 15rem;
            text-decoration: none;
            color: #000;
            background-color: #fff;
            margin: .5rem;
            transition: .3s;
            & >div{
                display: flex;
                align-items: center;
                & img{
                    width: 3rem;
                    margin-right: .5rem;
                }
                & span{
                    display: block;
                }
            }
        }
        & a:hover{
            box-shadow: 0 0 1rem #0003;
        }
    }
    & .planos{
        width: calc(100% - 4rem);
        padding: 2rem;
        & >div{
            display: flex;
            justify-content: space-between;
            & >div{
                width: 30%;
                & >div{
                    margin-top: 1.5rem;
                    & p{
                        padding: .5rem 0;
                        & span{
                            color: var(--cor2);
                        }
                    }
                }
                & >div:nth-child(1){
                    margin: 1rem 0;
                    & h2{
                        padding: .5rem;
                        text-align: center;
                        font-weight: 300;
                        font-size: 2em;
                    }
                    & >span{
                        display: block;
                        padding: 1rem;
                        background-color: var(--cor1);
                        border-radius: .5rem;
                        color: #fff;
                        position: relative;
                        text-align: center;
                        font-size: 1.2em;
                        & >span{
                            position: absolute;
                            background-color: #fff;
                            transform: rotate(-10deg);
                            right: -2.5rem;
                            top: -2.5rem;
                            padding: .5rem;
                            box-shadow: 0 0 1rem #0003;
                            color: #000;
                        }
                    }
                }
                & >div:nth-child(2){
                    & h3{
                        font-size: 1.7em;
                        font-weight: 300;
                        text-align: center;
                        padding: 1rem 0;
                        border-bottom: .1rem solid #0003;
                    }
                }
                & >div:nth-child(3){                
                    height: 22lh;
                }
            }
        }
        & .assine{
            display: block;
            padding: .5rem 1.5rem;
            background-color: var(--cor2);
            text-align: center;
            text-decoration: none;
            color: #000;
            transition: .3s;
        }
        & .assine:hover{
            box-shadow: 0 0 1rem #0003;
        }
    }
    & .store{
        max-width: 70rem;
        margin: auto;
        display: flex;
        justify-content: space-between;
        & >a{
            width: 30%;
            text-align: center;
            margin: auto;
            text-decoration: none;
            color: #000;
            & img{
                width: 100%;
                margin: 1rem 0;
            }
            & h2{
                font-weight: 300;
                margin-bottom: 1rem;
            }
            & p{
                padding: .5rem;
                background-color: var(--cor2);
            }
        }
    }
    & .cat-view{
        width: 40%;
        display: block;
        margin: auto;
        background-color: var(--cor1);
        padding: .5rem 1.5rem;
        margin-top: 2rem;
        color: #fff;
        text-align: center;
        text-decoration: none;
    }
    & .banner2{
        padding: 0 4rem;
        height: 15rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-image: url(/img/png/backs_relevo.png);
        background-size: cover;
        position: relative;
        z-index: -15;
        color: #fff;
        & .background{
            max-width: 50rem;
            width: 50%;
            height: 15rem;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }
    }
    & .list-market{
        display: flex;
        justify-content: space-around;
        margin-top: 2rem;
        flex-wrap: wrap;
        & >div{       
            background-color: #fff; 
            box-shadow: var(--shadow);  
            border-radius: .5rem;
            margin: .5rem;  
            & img{
                width: 5rem;
                height: 5rem;
                object-fit: contain;
                padding:  1rem;
            }
        }
    }
    & .loja{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;

        & >div{
            min-width: 12rem;
            width: calc(30% - 3rem);
            padding: 1rem;
            text-align: center;
            margin: .7rem;
            & img{
                width: 5rem;
            }
            & p{
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                color: gray;
                & larger{
                    font-size: 2em;
                    font-weight: 900;
                    margin-left: .5rem;
                    color: var(--cor10)
                }
            }
            & a{
                display: block;
                text-decoration: none;
                width: calc(100% - 2rem);
                padding: 1rem;
                background-color: var(--cor9);
                border-radius: 5rem;
                font-size: 1.2em;
                color: #fff;
                border: 0;
                margin-top: 1rem;
            }
        }
    }
    & .loja-carimbo{
       display: flex;
        flex-wrap: wrap;
        justify-content: space-around;

        & >div{
            min-width: 12rem;
            width: calc(30% - 3rem);
            padding: 1rem;
            text-align: center;
            margin: .7rem;
            & img{
                width: 8rem;
                height: 8rem;
                object-fit: contain;
            }
            & p{
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                color: gray;
                & larger{
                    font-size: 2em;
                    font-weight: 900;
                    margin-left: .5rem;
                    color: var(--cor8)
                }
            }
            & a{
                display: block;
                text-decoration: none;
                width: calc(100% - 2rem);
                padding: 1rem;
                background-color: var(--cor3);
                border-radius: 5rem;
                font-size: 1.2em;
                color: #fff;
                border: 0;
                margin-top: 1rem;
            }
        }
    }
    & .app-lojas{
        display: flex;
        align-items: center;
        justify-content: space-around;
        & a{
            display: flex;
            align-items: center;
            background-color: #000;
            border-radius: .3rem;
            margin: .5rem;
            width: 30%;
            padding: .8rem;
            transition: all .3s;
            & i{
                font-size: 2em;
                margin-right: .5rem;
                color: #fff;
            }
            & span{
                color: #fff;
            }
        }
        & a:hover{
            background-color: #222;
        }
    }
    
}
& ul.space, ol.space{
    & li{
        font-size: 1.2em;
        padding: .5rem 0;
    }
}
/* ==== INICIL MODAL ======================================= */
.toast{
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 211;
  & .msg{
    padding: .5rem 1.5rem;
    margin-top: -50rem;
    animation: alert 5s linear;
    border-radius: .5rem;
    
  }
  & .erro{
    background-color: #cf8e8e;
  }
  & .alert{
    background-color: #cfae8e;
  }
  & .confirm{
    background-color: #8ecf93;
  }
}
.modal{
  display: none;
  width: 60%;
  min-width: calc(500px - 3rem);
  max-width: 800px;
  max-height: calc(100vh - 7rem);
  position: fixed;
  top: 50vh;
  left: calc(50vw + 1.5rem);
  background-color: #fff;
  border-radius: .3rem;
  box-shadow: var(--shadow);
  transform: translate(-50%, -48%);
  overflow: hidden;
  z-index: 200;
  & .sobe{
    position: relative;
    height: auto;
    & h2{
      text-align: center;
    }
    & span{
      display: block;
      padding: 0 .8rem;
      text-align: center;
    }
  }
  & .erro{
    padding: 1rem;
    background-color: #fff45a;
    text-align: center;
  }
  & .sair{
    position: fixed;
    top: .5rem;
    right: .5rem;
  }
  & .title{
    margin: 0 1rem;
    margin-top: 1rem;
    font-size: 1.3em;
    text-align: center;
    font-weight: 300;
  }
  & .btn{
    border: 0;
    background-color: transparent;
    font-size: 1.5em;
  }
  & >p{
    width: 80%;
    margin: auto;
    padding: .5rem;
    & .erro{
        color: red;
    }
    & .confirm{
        color: var(--cor8);
    }
  }
  
  & .tabela{    
    overflow-y: auto;
    max-height: 10rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    & >div{
      display: grid;
      padding: .3rem 1.5rem;
      grid-template-columns: var(--grid);
    }
    & >div:nth-child(1){
      color: gray;
    }
    & >div:nth-child(even){
      background-color: #eee;
    }
  }
  & .acoes{
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    padding: 1.5rem;
    & >div{
      display: flex;
      flex-wrap: wrap;
      & button, a{
        display: flex-;
        font-size: 1em;
        text-decoration: none;
        color: #000;
        flex: 1;
        width: 100%;
        padding: .5rem 1rem;
        margin: .5rem;
        box-shadow: var(--shadow);
        min-width: 15rem;
        border: 0;
        align-items: center;
        justify-content: center;
        text-align: center;
        & svg, i{
          margin-right: .5rem;
          color: var(--cor2);
        }
      }
    }
  }
}
.formulario{
    margin: 1.5rem;
    & .title{
      text-align: center;
      font-size: 1.2em;
      margin-bottom: 1rem;
      & span{
        background-color: var(--cor1);
        color: #fff;
        padding: 0 .5rem ;
        border-radius: .5rem;
      }
    }
    & .inputs{
      display: flex;
      flex-wrap: wrap;
    }
    & .radio{
        margin-bottom: 1rem;
        & input{
            width: auto;
        }
    }
    & input, select, textarea{
      flex: 1;
      width: 100%;
      padding: .5rem;
      box-shadow: var(--shadow);
      border: .1rem solid transparent;
      border-radius: .5rem;
      font-size: 1em;
      margin-bottom: 1rem;
      margin: .5rem;
    }
    & .inputerror{
        border: .1rem solid red;
    }
    & button{
      display: block;
      padding: .5rem 1.5rem;
      background-color: #92b3ce;
      border: 0;
      box-shadow: var(--shadow);
      border-radius: .5rem;
      font-size: 1em;
      font-weight: 400;
      transition: .3s all;
      margin: auto;
    }
}
.checkout{
    display: flex;
    justify-content: space-between;
    align-items: start;
    & >div{
        width: calc(33% - 1rem);
        margin: 0 .5rem ;
        & >div{
            background-color: #fff;
            padding: 1rem;
            margin-bottom: 1rem;
            box-shadow: var(--shadow);
        }
    }
    & input[type="radio"]{
        min-width: 1rem;
        width: 1rem;
    }
}
.check{
    margin: auto;
    align-items: flex-start;
    & h3{
        text-align: left;
        font-weight: 300;
        font-size: 1.7em;
    }
    
    & .spc{
        display: flex;
        justify-content: space-between;
        & p{
            font-size: 1em;
            padding: .5rem 0;
        }
    }
    & button{
        display: block;
        margin-top: 2rem;
        padding: 1rem 1.5rem;
        border-radius: .5rem;
        background-color: var(--cor1);
        border: 0;
        box-shadow: var(--shadow);
        width: 100%;
        color: #fff;
        font-size: 1em;
    }
}
@keyframes alert{
  0%{
    margin-top: -5rem;
  }
  10%{
    margin-top: 4rem;
  }
  90%{
    margin-top: 4rem;
  }
  100%{
    margin-top: -5rem;
  }
}
.fundoTodo{
  display: none;
  top: 0; left: 0;
  z-index: 150;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #bdb0b07b;
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%); /* Safari */
}
/* ==== FIM MODAL ======================================= */
/* ==== BUTOES SOCIAIS ======================================= */
/* From Uiverse.io by vinodjangid07 */ 
.buttonsSociais{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    height: 5rem;

    & a{
        position: relative;
        z-index: 96;
        transition: all .5s;
        width: 3.5rem;
        height: 3.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        & span{
            display: flex;
            justify-content: center;
            align-items: center;
            border: .15rem solid #fff;
            border-radius: .8rem;
            z-index: 98;
            width: 100%;
            height: 100%;
            transition: .3s;
            & svg{
                transition: .3s;
                width: 1.5rem; height: 1.5rem;
                color: #fff;
                z-index: 97;
            }
        }
        & div{
            position: absolute;
            width: 3.5rem;
            height: 100%;
            top: 0; left: 0;
            border-radius: .7rem;
            z-index: 90;
            transition: all .5s;
            padding: 0;
        }
        & .ig{
            background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        } 
        & .wa{
            background: linear-gradient(45deg, #7ae01b,#0ea009); 
        }
        & .yt{
             background: linear-gradient(45deg, #f52828,#920d0d);
        }
        & .tt{
             background: linear-gradient(45deg, #00E9E4,#F6024B);
        }
    }
    & a:hover{
        & span{
            background-color: #ffffff3a;
            backdrop-filter: blur(4px);
            border: .15rem solid var(--cor2);
            transform: scale(1.1);
            & svg{
                color: var(--cor2);
            }
        }
        & div{
            transform: rotate(35deg);
            transform-origin: bottom;
        }
    }
}
/* ==== BUTOES SOCIAIS ======================================= */
& .modal_trial{
    display: none;
    place-items: center;
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: #0009;
    z-index: 999;
    & .backs{
        position: fixed;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background: rgba(255,255,255,0.15);
        box-shadow: 0 4px 32px 0 rgba(31, 38, 135, 0.37);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }
    & .conteudo{
        z-index: 1000;
        width: 30rem;
        background-color: #fff;
        box-shadow: var(--shadow);
        padding: 2rem;
        position: relative;
        & h1{
            font-size: 2em;
            font-weight: 300;
            margin-bottom: 1rem;
            text-align: center;
        }
        & p{
            margin-bottom: 1.5rem;
            font-size: 1.2em;
            text-align: center;
        }
        & input{
            display: block;
            width: 100%;
            padding: .5rem 1rem;
            margin-bottom: .5rem;
            font-size: 1em;
        }
        & button{
            display: block;
            width: 80%;
            margin: auto;
            padding: .5rem 1rem;
            background-color: var(--cor2);
            border: none;
            color: #000;
            font-size: 1.2em;
            font-weight: 600;
            transition: .3s;
            margin-bottom: 1rem;
        }
        & button:hover{
            background-color: var(--cor4);
        }
        & .aviso{
            font-size: .8em;
            color: #555;
            text-align: center;
        }
        & .sair{
            width: 3rem; height: 3rem;
            position: absolute;
            top: 0; right: 0;
            background: none;
            border: none;
            font-size: 1.5em;
            cursor: pointer;
            color: #555;
            transition: .3s;
            z-index: 1001;
        }
    }
}

/* ==== FOOTER =============================================== */
footer {
    width: calc(100% - 4rem);
    padding: 2rem;
    background-color: var(--cor11);
    display: flex;
    justify-content: space-between;

    &>div {
        width: 33%;
        display: flex;
        justify-content: center;

        &>div {
            width: 50%;

            h3 {
                margin-bottom: 1rem;
            }

            & a {
                display: block;
                padding: .3rem 0;
                text-decoration: none;
                color: var(--cor2s);
                font-weight: 600;
                transition: .3s;
            }

            & a:hover {
                color: var(--cor1);
            }
        }
    }

    &>div.logo {
        background-image: url("../img/png/backs.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        align-items: center;

        & svg {
            color: #fff;
        }
    }

}
#cookie-popup{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100% - 2rem);
    padding: 1rem;
    background-color: #333;
    color: #fff;
    z-index: 99;
    & .btn{
        padding: .5rem 1rem;
        background-color: var(--cor8);
        border: none;
        color: #fff;
        font-size: 1em;
    }
}
/* ==== FOOTER =============================================== */
@media screen and (max-width: 1100px) {
    .modal{
        top: 0;
        position: absolute;
        max-width: 800px;
        width: 90%;
        left: calc(50vw);
    }
    article {
        & .grande {
            display: none;
        }

        & .pequeno {
            display: block;
        }
    }
    header{
        & .menu{
            display: block;
        }
        &>div {
            width: calc(100% - 1rem);
            padding: 0 .5rem;
        }   
        & >div{
            & >div{
                & nav{
                    position: absolute;
                    top: 6rem;
                    left: 0;
                    background-color: #fff;
                    padding-top: 1.5rem;
                    display: none;
                    & ul{
                        width: 100%;
                        /* display: block; */
                        flex-wrap: wrap;
                        & li{
                            display: block;
                            width: 100%;
                            height: auto;
                            & a{
                                padding: 0.3rem 1rem;
                                display: block;
                                width: 100%;
                                font-size: 1.2em;
                            }
                            & .ocult {
                                position: relative;
                                left: 0;
                                display: block;
                                margin-bottom: 1rem;
                                & a{
                                    color: #6d6d6d;
                                    font-size: 1.1em;
                                }
                            }
                        }
                        & li:hover .ocult{
                            position: relative;
                            display: block;
                            top: auto;
                            right: auto;
                            background-color: none;
                            box-shadow: none;
                             & a {
                                width: 100%;
                                 padding: 0.3rem 1rem;
                                border-left: none;
                            }

                            & a:hover {
                                border-left: none;
                                 padding: 0.3rem 1rem;
                            }
                        }
                        & .mm{
                            display: block;
                            padding: .5rem;
                            margin-bottom: .5rem;
                            margin-top: 1.5rem;
                            background-color: var(--cor3);                            
                            font-weight: 500;
                            & a{
                                width: 100%;
                                color: #fff;
                            }
                        }
                    }
                    /* display: none; */
                }
                & >div{
                    & a{
                        display: none;
                    }
                }
            }
        }
        & button{
            background: none;
            border: none;
            cursor: pointer;
            & svg{
                width: 2rem;
                height: 2rem;
                margin-right: .5rem;
            } 
        }
    }
    main {
        & section.banner {
            & >div{
                width: 100%;
                & h1, h2, p{
                    text-align: center;
                }
                & button{
                    display: block;
                    margin: auto;
                    margin-top: 2rem;
                }
            }
            & .backs, img{
                display: none;
            }
            & #tsparticles{
                display: none
            }
        }
        & .contain{
            height: auto;
            & .duo{
                flex-wrap: wrap;
                & div{
                    width: 100%;
                }
                & .square{
                    height: auto;
                    margin-top: -2rem;
                }
            }
            & .two{
                flex-wrap: wrap;
                & >div{
                    width: 100%;
                    height: auto;
                    & h1, h2{
                        text-align: center;
                    }
                }
            }
            & .carousel-nav{
                flex-wrap: wrap;
                & button{
                    margin-bottom: .5rem;
                }
            }
            & .carousel-item {
                flex-wrap: wrap;
                &>div {
                    width: calc(100% - 2rem);
                    margin-bottom: 1.5rem;
                }
            }
            & .carrossel3 > div {
                --tmS: 100%;
            }
        }
        & .contain-border{
            & .duo{
                flex-wrap: wrap;
                & >div{
                    width: 100%;
                }
            }
        }
        & .planos{
             & >div{     
                flex-wrap: wrap;       
                & >div{
                    width: 100%;
                    text-align: center;
                    margin-bottom: 2rem;
                    border-bottom: .1rem solid #0003;
                    & div:nth-child(3){
                        height: auto;
                    }
                    & >div:nth-child(1){                    
                        & >span{                        
                            & >span{
                                right: 1rem;
                            }
                        }
                    }
                }
            }
        }   
    }
    footer{
        flex-wrap: wrap;
            &>div {
                width: 100%;
                min-height: 5rem;
                & >div{
                    width: 100%;
                    margin-bottom: 1.5rem;
                    & ul{
                        width: 100%;
                    }
                }
            }
    }
}

@media screen and (max-width: 700px){
    .modal{
        max-width: 100%;
        max-height: 200%;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        transform: translate(0,0);
        border-radius: 0;
        place-items: center;
        margin-bottom: 1.5rem;
    }
    & .formulario{
        & >div{
            width: 90%;
            margin: auto;
        }
        & input, select, textarea{
            min-width: 80%;
        }
    }
    .checkout{
    flex-wrap: wrap;
    & >div{
        width: 90%;
        margin: auto;
        padding: 1rem;
    }
    & .radio{
        & input{
            min-width: 1rem;
            background-color: transparent;
            border: 0;
            box-shadow: none;
        }
        
    }
}
}