@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100,400,500..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --cor1: #c21b36;
    --cor2: #1B405A;
    --cor4: #0C1E2A;
    --cor3: #B7C61F;
    --cor5: #e4f529;
    --cor6: #3bc61f;

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

    --bg: #fff;
}

*{
    margin: 0; padding: 0;    
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-style: normal;
    scroll-behavior: smooth;
}
body{
    background-color: #eee;
}

/* ==== HEADER =============================================== */
span.contatos{
    display: flex;
    width: 100%;
    align-items: center;
    height: 3rem;
    justify-content: center;
    color: #fff;
    background-color: var(--cor2);
    & a{
        color: var(--cor3);
        text-decoration: none;
        font-weight: 600;
    }
    & a:hover{
        color: var(--cor6);
    }
    & .tel2{
        display: none;
    }
}
header{
    width: 100%;
    position: sticky;
    top: 0;
    background-color: #fff;
    box-shadow: .5rem .5rem 1rem #00000023;
    z-index: 99;
    & >div{
        width: calc(100% - 2rem);
        height: 5rem;
        margin: auto;
        display: flex;
        justify-content: space-between;
        & .nav2, #menuNav{
            display: none;
        }
        & >div{
            display: flex;
            align-items: center;
            & >span{       
                display: flex;
                align-items: center;
                position: relative;         
                height: 5rem;
                margin: 0 .5rem;
                & a{
                    text-decoration: none;
                    color: var(--cor2);
                    transition: .3s;
                }
                & >a:hover{
                    color: var(--vhc3);
                }
                & .list{
                    position: absolute;
                    background-color: #fff;
                    width: 15rem;
                    top: 4.5rem;
                    box-shadow: .2rem .2rem 1rem #00000023;
                    display: none;
                    & a{
                        display: block;
                        width: calc(100% - 3rem);
                        padding: .5rem 1.5rem;
                        transition: .3s;
                    }
                    & a:hover{
                        background-color: var(--vhc3);
                        color: #fff;
                    }
                }
            }
            & >span:hover .list{
                display: block;
            }    
            & #login{
                width: 5rem;
                text-align: center;
                transition: .3s;
                padding: .5rem 1rem;
            }      
            & #login:hover{
                box-shadow: 0 0 .8rem #00000050;
            }
        }
    }
}

/* ==== HEADER =============================================== */
/* ==== UNIVERSAIS =========================================== */
button.pub{
    padding: .5rem 1rem;
    background-color: var(--cor3);
    border: 0;
    font-size: 1em;
    transition: .3s;
}
button.pub:hover{
    background-color: var(--vhc2);
}
span.green{
    color: var(--cor3);
}
span.blue{
    color: var(--cor4);
}
a.assine{
    display: none;
    background-color: #fff;
    margin-left: .5rem;
    padding: .5rem 1rem;
    text-decoration: none;
    color: #000;
    transition: .3s;
}
a.assine:hover{
    background-color: #d2e2cc;
}

& button.menu{
    background-color: transparent;
    border: 0;
    margin: .5rem;
    & svg{
        width: 1.7rem; height: 1.7rem;
    }
}
#cookie-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #222;
    color: #fff;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3);
    font-family: sans-serif;
}

#cookie-popup button {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

#cookie-popup button:hover {
    background: #45a049;
}

/* ==== UNIVERSAIS =========================================== */
/* ==== MAIN ================================================= */
main{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    & .wellcome{
        width: 100%;
        
        height: calc(100dvh - 8rem);
        overflow: hidden;
        position: relative; 
        transition: background 0.5s ease-in-out;
        
        & .wellcome-slide{
            display: flex;
            transition: transform 0.5s ease-in-out;  
            height: calc(100dvh - 8rem); 
            & .wellcome-item{                
                display: flex;
                align-items: center;
                color: #fff;
                width: calc(100% - 5rem);
                height: 100%;
                justify-content: space-between;                
                flex-shrink: 0;
                padding: 0 2.5rem;
                & >div{
                    width: 48%;
                    & h1{
                        font-size: 3em;
                        font-weight: 300;
                        & span{
                            color: var(--cor3);
                        }
                    }
                    & p{
                        font-size: 1.3em;
                        margin-bottom: 2rem;
                        margin-top: 1rem;
                    }
                    & img{
                        width: 100%;
                        height: 80%;
                        object-fit: contain;
                    }
                }
            }
            & >div:nth-child(1){
                 background-image: linear-gradient(45deg, var(--cor4), var(--vhc1));
            }
            & >div:nth-child(2){
                 background-image: linear-gradient(45deg, #14D8B4, #482682);
                 & h1{
                    font-size: 3em;
                    font-weight: 300;
                    & span{
                        color: #482682;
                    }
                }
                & button{
                    background-color: #482682;
                    color: #fff;
                    font-weight: 600;
                }
            }
       }
       & .indicators{
        position: absolute;
        bottom: 1rem;
        left: 2rem;
        z-index: 95;
        & button{
            border-radius: 1rem;
            width: 3rem; height: .7rem;
            border: transparent;
            background-color: #fff;
            margin-right: .5rem;
            overflow: hidden;
            position: relative;
            & span{
                display: block;
                width: 0%;
                height: 100%;
                background-color: var(--cor3);
                border-radius: 1rem;
            }
            & .crescer{
                animation: crescer 25s linear;
            }
        }
       }
    }
    & .wellcome2{
        & img{
            width: 100%;
        }
    }
     & .banner{
        position: relative;
        width: calc(100% - 4rem);
        height: 8rem;
        background-color: var(--cor2);
        padding: 2rem;
        display: flex;
        align-items: center;
        & h1{
            width: 50%;
            color: #fff;
            font-size: 3em;
            font-weight: 300;
            margin-left: 3rem;
        }
        & .background{
            position: absolute;
            right: 4rem; top: 0;
            width: 40%;
            height: 12rem;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }
    }
    & .menu{
        width: calc(100% - 4rem);
        padding: 2rem;
        display: flex;
        justify-content: space-evenly;
        & a{
            text-decoration: none;
            color: var(--cor2);
            font-weight: 600;
        }
    }
    & .telas{
        width: 100%;
        background-color: var(--bg);
        padding: 1.5rem 0;
        & >div{
            flex-wrap: wrap;
            width: 90%;
            max-width: 90rem;
            margin: auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1.5rem 0;
            & h1{
                width: 100%;
                text-align: center;
                font-size: 3em;
                font-weight: 300;
                margin-bottom: 1rem;
            }
            & p{
                width: 100%;
                font-size: 1.2em;
                text-align: center;
            }
            & div.two{
                width: calc(50% - 3rem);
                padding: 1.5rem;
                & h1, h2, h3, p{
                    text-align: left;
                    margin-bottom: 1rem;
                    font-weight: 300;
                }
                & img{
                    width: 100%;
                }       
                & span{
                    & img{
                        width: 1rem; height: 1rem
                    };
                }        
            }
            & img.two{
                width: calc(50% - 3rem);
                filter: drop-shadow(0 0 1rem #00000080);
            }
            & div.tree{
                width: calc(33% - 3rem);
                padding: 1.5rem;
            }
            & .pp{
                & p{
                    display: flex;
                    align-items: center;
                    & span{
                        margin-right: .5rem;
                        & img{
                            width: 1.5rem; height: 1.5rem;
                        }
                    }
                }
            }
            & .diferencas{
                width: calc(33% - 3rem);
                padding: 1.5rem;
                & >span{
                    width: 80%;
                    border-radius: .3rem;
                    font-weight: 600;
                    font-size: 1.15em;
                    display: block;
                    background-color: gray;
                    padding: 1rem;
                    margin-bottom: .5rem;
                }
                & >.cs{
                    background-color: var(--cor3);
                    color: var(--cor2);
                }
                & p{
                    text-align: left;
                    & span{
                        color: red;
                        margin-right: .5rem;
                    }
                    & .cs{
                        color: #0ea009;
                    }
                }
            }
            & img.tree{
                width: calc(33% - 3rem);
                filter: drop-shadow(0 0 1rem #00000080);
            }
            & div.pub{
                & h2{
                    font-size: 3em;
                    font-weight: 300;
                }
                & a{
                    display: flex;
                    width: 100%;
                    margin-bottom: 1.5rem;
                    font-size: 1.5em;
                    & svg{
                        width: 1.5rem; 
                        height: 1.5rem;
                        margin-right: 1rem;
                    }
                }
            }
            & .maleficios{
                & div{
                    display: flex;
                    padding: .5rem 0;
                    & span{
                        & svg{
                            width: 1rem; height: 1rem;
                            margin-right: .5rem;
                            color: #ff0000;
                            .fil0 {fill:#ff0000}
                        }
                    }
                }
            }
            & .beneficios{
                & div{
                    padding: .5rem 0;
                    & span{
                        & svg{
                            width: 1rem; height: 1rem;
                            margin-right: .5rem;
                            color: #148306;
                            .fil0 {fill:#148306}
                        }
                    }
                }
            }
            & >div{
                width: 100%;
                & p{
                    width: 100%;
                    text-align: center;
                }
            }
            & .passo-a-passo{
                display: flex;
                justify-content: space-between;
                & >span{
                    position: relative;
                    display: flex;
                    align-items: center;
                    width: calc(30% - 3rem);
                    background-color: var(--cor3);
                    padding: 1.5rem;
                    & >div{
                        & >span{
                            margin-right: 1rem;
                            font-size: 3em;
                        }
                    }
                }
                & >span:not(:last-child)::after {
                    content: "";
                    position: absolute;
                    top: 50%;
                    right: -40px; /* posiciona a seta fora da borda direita */
                    transform: translateY(-50%);
                    border-width: 20px;
                    border-style: solid;
                    border-color: transparent transparent transparent var(--cor3);
                }
            }
            
            /* --------- CARROSSEL DE FUNCOES ---------------------------------------- */
            & .carrossel{
                width: 100%;
                max-width: 90rem;
                margin: auto;
                /* min-height: 300px; */
                overflow: hidden;
                position: relative;                    
            }
            & .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;
                box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.199);
                border-radius: .5rem;
                background-color: #fff;
                & >div{
                    text-align: center;
                    padding: .5rem;
                    & img{
                        width: 3.5rem; 
                        transition: .3s;
                    }
                }
            }
        }

            
        & .carousel-nav {
            width: 100%;
            display: flex;
            justify-content: center;
            margin-top: 3rem;
            margin-bottom: 2rem;
                & button{
                    font-weight: 600;
                    background-color: #eee;
                    border: none;
                    padding: 1rem;
                    border-radius: 1.5rem;
                    border: .1rem solid #d8d8d8;
                    cursor: pointer;
                    margin: 0 .5rem;
                    transition: .3s;
                }
                & button:hover{
                    border: .1rem solid var(--cor2);
                }
                & .slct{
                    background-color: var(--cor2);
                    color: #fff;
                }
            }
                
                /* --------- CARROSSEL DE FUNCOES ---------------------------------------- */
            & .carrossel2{
                overflow-x: auto;
                scroll-behavior: smooth;
                display: flex;
                gap: 10px;
                width: 100%;
                margin: 50px auto;
                padding-bottom: 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);    
                
                & .carousel-track {
                    display: flex;
                    transition: transform 0.3s ease;
                }

                & .carousel-item {
                    flex: 0 0 200px; 
                    height: 200px;
                    margin: 1rem;
                    border-radius: 10px;
                    background: #fff;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-wrap: wrap;
                    color: var(--cor2);
                    box-shadow: 0 0 1rem #00000042;
                    padding: 1rem;
                    transition: .3s;
                    text-decoration: none;
                    & p{
                        width: 100%;
                        font-size: 1.2em;
                        text-decoration: none;
                    }
                    & img{
                        width: 4rem;
                        transition: .3s;
                    }
                }
                & .carousel-item:hover {
                    box-shadow: 0 0 1rem #0000007a;
                    & img{
                        transform: scale(1.2);
                    }
                }
                & >div{
                    display: flex;
                    flex-wrap: wrap;
                    flex: 0 0 300px; 
                    height: 300px;
                    padding: 1.5rem;
                    background-color: #eee;
                    margin: .5rem;
                    justify-content: center;
                    align-items: center;
                    & img{
                        width: 4rem; height: 4rem;
                        object-fit: contain;
                    }
                    & h3{
                        text-align: center;
                        margin-bottom: 1rem;
                        font-size: 1.5em;
                        font-weight: 300;
                    }
                }
            }
            
            & .maior{
                & p{
                    margin: 1rem 0;
                }
                & .carousel-item {
                    flex: 0 0 300px; 
                    height: auto;
                 }
            }
            & .carrossel2::-webkit-scrollbar {
                display: none; /* Esconde a barra de rolagem */
            }
            & a{
                text-decoration: none;
                color: var(--cor2);
                transition: .3s;
            }
            & a:hover{
                color: var(--cor4);
            }
            & a.solicitar{
                margin: 5rem auto;
                padding: .5rem 1.5rem;
                background-color: var(--cor3);
                border-radius: .7rem;
                font-size: 1.2em;
                font-weight: 600;
                color: #000;
            }
            & a.solicitar:hover{
                background-color: var(--vhc2);
            }
        }
        & .lista{
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin-top: 1.5rem;
            & a{
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
                background-color: #fff;
                width: 10rem;
                height: 10rem;
                margin: .7rem;
                font-size: 1.3em;
                border-radius: .8rem;
                box-shadow: .5rem .5rem 1rem #00000023;
                padding: 1rem;
                & img{
                    padding-bottom: .5rem;
                    width: 4rem;
                    height: 4rem;
                    transition: .3s;
                }
            }
            & a:hover img{
                transform: scale(1.1);
            }
        }
        & .lista-integra{
           display: flex;
           flex-wrap: wrap;
           & a{
               margin: 1rem;
               margin-right: 2rem;
               width: calc(25% - 4rem);
               & >div{
                    width: 100%;
                    display: flex;
                    height: 4rem;
                    padding: .5rem 1rem;
                    background-color: #fff;
                    border-radius: .8rem;
                    box-shadow: .5rem .5rem 1rem #00000023;
                    & >div{   
                        display: flex;                 
                        flex-wrap: wrap;
                        text-align: left;
                        align-items: center;
                        & span{
                            width: 100%;
                            display: block;
                        }
                    }
                    & img{
                        width: 3rem;
                        height: 3rem;
                        object-fit: contain;
                        margin-right: .5rem;
                        transition: .3s;
                    }
                }
            }
            & a:hover img{
                transform: scale(1.1);
            }
        }
    }
    & .destak{
        background-color: var(--cor2);
        color: #fff;
        & h2{
            width: 100%;
            font-weight: 300;
            text-align: center;
            font-size: 2em;
            margin-bottom: 2rem;
        }
        & p{
            padding: 0 5rem;
        }
        & button{
            margin: auto;
            margin-top: 3rem;
        }
    }
    & .planos{
        width: 100%;
        background-color: var(--bg);
        padding: 1.5rem 0;
        line-height: 1.5rem; /* altura de uma linha */
        & >div{
            margin: auto;
            width: 90%;
            max-width: 90rem;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            & >div{
                width: 30%;
                margin: 1rem;
                & >div{
                    padding: 1.5rem 0;
                    border-bottom: .1rem solid var(--vhc2);
                    & >span{
                        position: relative;
                        display: block;
                        width: 80%;
                        margin: auto;
                        background-color: var(--cor2);
                        color: #fff;
                        font-size: 1.2em;
                        text-align: center;
                        padding: 1rem;
                        margin-top: 1rem;
                        border-radius: .8rem;
                        & span{
                            position: absolute;
                            top: -.5rem;
                            right: -2rem;
                            background-color: #fff;
                            font-size: 1em;
                            box-shadow: .5rem .5rem 1rem #0000005e;
                            border: .1rem solid rgba(128, 128, 128, 0.281);
                            border-radius: .5rem;
                            padding: .5rem;
                            transform: rotate(10deg);
                            color: #000;
                        }
                    }
                }
                & h1, h2, h3{
                    text-align: center;
                    & a{
                        color: var(--cor2);
                    }                    
                }
                & h3{
                    font-size: 2em;
                }
                & p{
                    font-size: 1.1em;
                    padding: .3rem 0;
                    & span{
                        color: #0ea009;
                    }
                }
                & >div:nth-child(3){
                     height: calc(1.5rem * 13 + (13 * .6rem)); /* 10 linhas */
                }                
            }
        }
    }
    & .central{
        & >div{
            width: 100%;
            background-color: #eeeeee81;
            display: flex;
            justify-content:space-evenly;
            align-items: center;
            padding: 2rem 0;
            & h2{
                width: 30%;
                text-align: right;
            }
            & p{
                width: 60%;
                text-align: left;
            }
        }
        & >div:nth-child(odd){
            background-color: #eaeaea81;
        }
    }
    & .expand{
        & >div{
            max-width: 70rem;
            & >div{
                width: 100%;
                height: 4rem;
                background-color: #fff;
                margin-bottom: 1rem;
                overflow: hidden;
                transition: .5s;
                & h3{
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    width: calc(100% - 3rem);
                    height: 4rem;
                    padding: 0 1.5rem;
                    & button{
                        background-color: transparent;
                        border: 0;
                        font-size: 1.5em;
                    }
                }
                & p{
                    width: calc(100% - 3rem);
                    padding: 0 1.5rem;
                    margin-bottom: 1.5rem;
                    text-align: left;
                }
            }
        }
        & h2{
            width: 100%;
            font-size: 2.5em;
            text-align: center;
            font-weight: 300;
            margin-bottom: 2rem;
        }
        
    }
}
/* --------------------------------------------------------- */
div.popup-trial{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff5e;
    backdrop-filter: blur(4px);
    z-index: 100;
}
main.popup{    
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 40rem;
    height: 90%;
    max-height: 25rem;
    & >button{
        position: absolute;
        top: .5rem;
        right: .5rem;
        border: 0;
        z-index: 101;
        background-color: transparent;
        cursor: pointer;
    }
    & section{
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        background-color: #fff;
        border-radius: .8rem;
        box-shadow: .5rem .5rem 1.5rem #0000005e;
        & >div{
            width: calc(60% - 3rem);
            padding: 1rem;
            & h1{
                font-weight: 300;
                font-size: 1.8em;
                text-align: center;
            }
            & h2{
                font-weight: 300;
                color: var(--cor6);
                font-size: 1.3em;
                text-align: center;
            }
            & form{
                input{
                    width: 100%;
                    padding: .5rem;
                    margin-top: .5rem;
                }
                & button{
                    width: 100%;
                    padding: .5rem;
                    background-color: var(--cor3);
                    border: 0;
                    margin-top: .5rem;
                    transition: .3s;
                    cursor: pointer;
                }
                & button:hover{
                    background-color: var(--vhc2);
                }
            }
            & p{
                font-size: .7em;
                margin-top: .5rem;
                text-align: center;
            }
        }
        & div:nth-child(1){
            width: 40%;
            height: 100%;
            padding: 0;
            background-image: url(../img/png/img_sys.png);
            background-size: cover;
            background-position: top left;
            & >div{
                width: 100%;
                height: 100%;
                background-image: linear-gradient(90deg, transparent, #fff);
            }
        }
    }
}
/* ==== MAIN ================================================= */
/* ==== BUTOES SOCIAIS ======================================= */
/* From Uiverse.io by vinodjangid07 */ 
.buttonsSociais{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;

    & 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{
            /* display: none; */
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0; left: 0;
            border-radius: .7rem;
            z-index: 90;
            transition: all .5s;
        }
        & .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 ======================================= */
/* ==== FOOTER =============================================== */
footer{
    width: calc(100% - 4rem);
    padding: 2rem;
    background-color: var(--vhg2);
    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(--cor6);
            }
        }
    }
    & >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;
        }
    }

}
/* ==== FOOTER =============================================== */
/* ==== QUERYS =============================================== */
@media screen and (max-width: 1100px){
    main{
        & .telas{
            & >div{
                & div.two{
                    width: calc(50% - 3rem);
                    padding: 1.5rem;
                }
                & img.two{
                    width: calc(50% - 5rem);
                }
                & div.tree{
                    width: calc(33% - 3rem);
                    padding: 1.5rem;
                }                
                & .carousel-item {
                    flex-wrap: wrap;
                    & >div{
                        width: calc(50% - 4rem);
                        margin-bottom: 1rem;
                    }
                }
            }
        }
    }

}
@media screen and (max-width: 900px){
    span.contatos{
        & .tel{
            display: none;
        }
        & .tel2{
            display: block;
        }
    }
    header{
        .nav, #login{
            display: none;
        }
        & >div{
            .nav2{
                display: block;
                position: absolute;
                background-color: #fff;
                top: 5.5rem; left: 0;
                width: 100%;
                flex-wrap: wrap;
                height: 0;
                overflow: hidden;
                margin: 0;
                transition: height .5s;
                & span{
                    width: calc(100% - 3rem);
                    padding: .5rem 1.5rem;
                    display: block;
                    margin: 1rem 0;
                    height: auto;
                    & >a{
                        display: block;
                        width: 100%;
                        color: var(--cor4);
                        font-size: 1.1em;
                    }
                    & >div{
                        & a{
                            display: block;
                            width: calc(100% - .5rem);
                            color: var(--vhc1);
                            margin-top: .5rem;
                            padding-left: .5rem;
                        }
                    }
                }
            }
            #menuNav{
                display: block;
            }
        }

    }
    main{
        & .wellcome{
            height: auto;
            & >div{                
                flex-wrap: wrap;
                height: auto;
                margin: 1.5rem 0;
                width: 90%;
                margin: auto;
                & >div{
                    width: 100%;
                }
            }
        }
        & .telas{
            & >div{
                & div.two{
                    width: calc(100% - 3rem);
                }
                & img.two{
                    width: 80%;
                    margin: auto;
                }
                & .carousel-item {
                    flex-wrap: wrap;
                    & >div{
                        width: calc(100% - 4rem);
                        margin-bottom: 1rem;
                    }
                }
            }
        }
    }
    footer{
        display: grid;
        grid-template-columns: 40% 60%;
        & div{
            width: auto;
            justify-content: start;
        }
        & .logo{
            justify-content: center;
        }
        & div:nth-child(1) {
            grid-column: 1;
            grid-row: 1 / span 2; /* opcional se quiser que ele ocupe o espaço vertical das outras duas divs */
        }

        & div:nth-child(2) {
            grid-column: 2;
            grid-row: 1;
            margin-bottom: 1.5rem;
        }

        & div:nth-child(3) {
            grid-column: 2;
            grid-row: 2;
        }
    }
}
@media screen and (max-width: 600px){
    main{
        & .telas{
            & >div{
                & img.two{
                     width: 100%;
                }
                & div.carrossel1{
                    & .links{
                        flex-wrap: wrap;
                        & button{
                            width: 100%;
                            margin: auto;
                            margin-bottom: .5rem;
                        }
                    }
                    & .carrousel{
                        & >div{
                            flex-wrap: wrap;
                            width: 100%;
                            & >div{
                                width: calc(100% - 3rem);
                            }
                        }
                    }
                }
            }
        }
        & .planos{
            & >div{
                & >div{
                    width: 80%;
                }
            }
        }
    }
    footer{
        display: flex;
        flex-wrap: wrap;
        & >div{
            justify-content: center;
            text-align: center;
            width: 100%;
            & li{
                list-style: none;
            }
        }
        & .logo{
            height: 8rem;
        }
    }
}
/* ==== QUERYS =============================================== */
/* ==== ANIMATIONS =========================================== */
@keyframes crescer {
    0% {
        width: 0;
    }
    100%{
        width: 100%;
    }
}
/* ==== ANIMATIONS =========================================== */