*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Wix Madefor Text";
    text-decoration: none;
}

.center{
    max-width: 1280px;
    padding: 0 2%;
    margin: 0 auto;
}

.img{
    max-width: 100%;
}

html,body{
    height: 100%;
    max-width: 100%;
}

*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

*::-webkit-scrollbar-track {
  background: rgba(231, 231, 231, 0);
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(150,150,150,0.2);
  border-radius: 3px;
}

*::-webkit-scrollbar-thumb:hover {
  background: rgba(150,150,150,0.9);
}

.content {
    max-height: calc(100% - 40px);
    overflow-y: auto;
    width: calc(100%);
    position: absolute;
    left: 0px;
    background-color: rgb(231, 231, 231);
    padding: 10px;
}

.espaco-sub-menu{
    text-align: center;
    padding: 0px calc(50% - 265px);
    margin-bottom: 1px;
    margin-top: 1px;
}

.sub-menu{
    text-align: center;  
    display: flex;
    align-items: center;
    width: 530px;
    background: rgba(230, 230, 230, 0.5);  
    border-radius: 12px;
    padding: 2px;
    text-decoration: none;
}

.sub-menu a{
    display: flex;
    text-align: center;
    height: 35px;
    margin-top: 0px;
    padding: 1px;
    margin: 1px;
    width: 95%;
    color: black;
    border-radius: 9px;
    font-weight: 400;
    text-decoration: none;
}

.sub-menu p{
    width: calc(100% - 27px);
    float: right;
    text-align: center;
    font-size: 16px;
    margin-top: 6px;
}

.sub-menu a:hover{
    background-color: white;
    cursor: pointer;
}

.sub-menu a.menu-active{
    background-color: rgb(75,161,254);
    color: white;
    cursor: pointer;
}

.sub-menu img{
    margin-left: 5px;
    margin-top: 5px;
    width: 22px;
    height: 22px;
}

.sub-menu a:hover + img{
    filter: invert(100%);
}

.w50{
    width: 50%;
    max-width: 50%;
    padding: 0 10px;
}

.w30{
    width: 40%;
    max-width: 40%;
    padding: 0 10px;
}

.w70{
    width: 60%;
    max-width: 60%;
    padding: 0 10px;
}

.w20{
    width: 20%;
}

.left{
    float: left;
}

.right{
    float: right;
}

.clear{
    clear: both;
}

header{
    position: fixed;
    width: 100%;
    height: 55px;
    padding: 6px 0;
    backdrop-filter: blur( 5.5px );
    -webkit-backdrop-filter: blur( 5.5px );
    background-color: rgba(255, 255, 255, 0.0);
    z-index: 2;
}

.background-header{
    height: 55px;
    width: 100%;
}

header .logo{
    font-size: 22px;
    padding: 6px 0;
    color: rgb(68, 68, 68);
    font-weight: 700;
}

.mobile{
    display: none;
}

nav.desktop ul{
    list-style-type: none;
}

nav.desktop li{
    margin-top: 3px;
    font-size: 16px;
    padding: 0 10px;
    display: inline-block;
}

nav.desktop a{
    color: rgb(90, 90, 90);
    font-weight: 600;
    text-decoration: none;
}

nav.desktop p{
    color: rgb(255, 255, 255);
    background-color: rgb(35, 103, 230);
    font-weight: 600;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 15px;
}

nav.desktop a:hover{
    color: rgb(0, 0, 0);
    text-decoration: none;
}

nav.desktop p:hover{
    color: rgb(0, 0, 0);
    background-color: rgb(146, 146, 146);
    text-decoration: none;
    cursor: pointer;
}

section.banner-principal{
    width: 100%;
    height: calc(100vh - 55px);
    max-height: 500px;
    min-height: 500px;
    background: rgb(250,250,250);
    background: -webkit-linear-gradient(rgb(250,250,250), rgb(255,255,255));
}

section.banner-principal .w70 img{
    width: 50vw;
    max-width: 640px;
    position: absolute;
    right: 46vw;
    top: 290px;
    border-radius: 0.5vw;
    transform: translate(-0%,-50%);
    -ms-transform: translate(-0%,-50%);
    object-fit: cover;
    z-index: 0;
    box-shadow: 2px 2px 8px rgb(141, 141, 141);
}

.esquerdo{
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  display: none;
}

.direito{
    position: relative;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
    object-fit: none;
  display: none;
}

section.banner-principal form{
    padding: 80px 2vw;
    width: 100%;
    text-align: left;
}

section.banner-principal form h2{
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-size: 45px;
    text-align: left;
}

section.banner-principal form h1{
    color: rgb(0, 0, 0);
    font-weight: 200;
    font-size: 30px;
    text-align: left;
}

section.banner-principal form input[type=email]{
    margin-top: 10px;
    width: 100%;
    height: 35px;
    background: rgb(220,220,220);
    color: #080808;
    border: none;
    font-size: 20px;
    text-align: center;
    padding: 0 10px;
    border-radius: 12px;
    display: none;
}

section.banner-principal form input[type=submit]{
    margin-top: 10px;
    width: 100%;
    height: 35px;
    background: rgb(75,161,254);
    color: #ffffff;
    border: none;
    font-size: 18px;
    font-weight: 400;
    border-radius: 12px;
    cursor: pointer;
    display: none;
}

section.banner-principal form input[type=submit]:hover{
    background: rgb(35, 20, 230);
}

section.banner-principal form p{
    text-align: center;
    margin-top: 20px;
    padding: 6px;
    height: 38px;
    width: 140px;
    background: rgb(75,161,254);
    color: #ffffff;
    border: none;
    font-size: 20px;
    font-weight: 500;
    border-radius: 19px;
    cursor: pointer;
}

section.banner-principal form p:hover{
    background: rgb(75,130,350);
}

.img-mobile {
    display: none;
}

section.descricao {
    margin: 20px;
    padding: 10px 10px;
}

section.descricao h2{
    font-size: 22px;
    font-weight: 600;
    color: black;
    padding-bottom: 20px;
}

section.descricao p{
    font-size: 18px;
    font-weight: 200;
    color: rgb(58, 58, 58);
    text-align: justify;
}

.recursos, .opcoes{
    background: white;
    padding: 50px 10px;
    text-align: center;
    display: inline-block;
    overflow-x: auto;
    float: left;
    justify-content: center;
    width: 100%;
    position: relative;
}

section.title-recursos2 h2.title{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: rgb(36, 36, 36);
    margin-top: 25px;
    margin-bottom: 25px;
}

section.recursos h2.title, section.opcoes h2.title{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: rgb(36, 36, 36);
    margin-bottom: 25px;
}

section.recursos a{
    background: -webkit-linear-gradient(rgb(127, 161, 245), rgb(25, 6, 112));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.recursos red{
    color: red;
}

.title-recursos2{
    float: left;
    height: 70px;
    width: 100%;
    background: rgb(250,250,250);
    padding: 10px;
}

.recursos2{
    background: rgb(250,250,250);
    padding: 10px;
    text-align: center;
    display: webkit box;
    min-width: 100%;
    overflow-x: auto;
    position: relative;
    display: flex;
    height: 430px;
}

section.recursos2 h2.title{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: rgb(36, 36, 36);
    margin-bottom: 25px;
}

.recursos2 img{
    box-shadow: 2px 2px 8px rgb(141, 141, 141);
    border-radius: 12px;
}

.recurso {
    border-radius: 18px;
    padding: 15px;
    margin: 5px;
    text-align: left;
    min-height: 80px;
    cursor: pointer;
    border: rgba(220, 220, 220, 0.8) 1.5px solid;
}

.opcao {
    border-radius: 18px;
    padding: 15px;
    margin: 5px;
    text-align: left;
    min-height: 80px;
    cursor: pointer;
    border: rgba(220, 220, 220, 0.8) 1.5px solid;
}

.recurso:hover{
    background: rgba(35, 183, 300, 0.1) !important;
}

.opcao:hover{
    background: rgba(35, 183, 300, 0.1) !important;
}

.menus:hover{
    background: white !important;
}

.recursos img{
    box-shadow: 2px 2px 8px rgb(141, 141, 141);
    border-radius: 12px;
    position: absolute;
    top: 140px;
    left: calc(50vw + 130px);
}

.opcoes img{
    box-shadow: 2px 2px 8px rgb(141, 141, 141);
    border-radius: 0.5vw;
    position: absolute;
    top: 140px;
    right: 55vw;
    width: 40vw;
    max-width: 640px;
    border-radius: 10px;
    object-fit: cover;
    z-index: 0;
    box-shadow: 2px 2px 8px rgb(141, 141, 141);
}

.recurso h2, .opcao h2{
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 5px;
    color: black;
}

.recurso p, .opcao p{
    font-weight: 400;
    font-size: 19px;
    color: black;
}

.box-recursos{
    display: block;
    min-width: 270px;
    height: 380px;
    margin: 8px 15px;
    padding: 25px;
    background: #ffffff;
    border-radius: 30px;
    float: left;
    backdrop-filter: blur (50px);
    -webkit-backdrop-filter: blur(50px);
    justify-content: center;
}

.box-recursos h3{
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 15px;
    color: black;
}

.box-recursos img{
    border-radius: 22.5px;
    box-shadow: 2px 2px 5px 1px rgba(155, 155, 155, 0.808);
}

.box-recursos p{
    font-weight: 200;
    font-size: 23px;
    text-align: left;
    color:black;
}

.pages .ver-mais{
    float: right;
    padding: 5px;
    border-radius: 18px;
    background-color: rgba(200, 200, 200, 0.2);
    width: 35px;
    height: 35px;
    margin-top: -40px;
    margin-right: -5px;
}
    
.pages .ver-mais img{
    float: right;
    width: 25px;
    height: 25px;
    position: sticky;
    background: none;
    box-shadow: none;
}

section.extras{
    padding: 30px 0;
}

.servicos-container, .depoimentos-container{
    padding: 0 2%;
}

section.extras .title{
    color: rgb(0, 0, 0);
    font-weight: 500;
    font-size: 25px;
    text-align: left;
    margin-bottom: 15px;
}

.depoimento-single{
    padding: 15px 0;
    border-bottom: 1px solid rgb(0, 0, 0);
}

p.depoimento-descricao{
    font-size: 15px;
    color:#080808;
    font-weight: 200;
}

p.nome-autor{
    font-size: 15px;
    color:#080808;
    font-weight: 600;
    margin-top: 5px;
}

.servicos ul{
    font-size: 15px;
    color:#080808;
    font-weight: 200;
    list-style-position: inside;
}

.servicos li{
    padding: 15px 0;
    margin-bottom: 15px;
    font-size: 15px;
    color:#080808;
    font-weight: 200;
    margin-top: 5px;
}

footer{
    background: white;
    padding: 5px 0;
    bottom: 0;
    height: 35px;
}

footer p{
    color: black;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
}

section.pagina-404{
    text-align: center;
    height: 300px;
    min-height: calc(100vh - 80px);
    background-color: rgb(243, 243, 243);
    padding: 15vh 0;
}

section.pagina-404 h2{
    color: black;
    font-size: 28px;
    font-weight: 700;
    margin-top: 5px;
}

section.pagina-404 p{
    color: black;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
}

section.pagina-404 a{
    color: black;
}

.imagem2, .imagem3, .imagem4 {
    display:none;
}

.image2, .image3, .image4 {
    display:none;
}

.recurso1, .opcao1{
    background-color: rgba(35, 183, 300, 0.5);
}

.recurso1 .ver-mais, .opcao1 .ver-mais{
    display: none;
}

.pages{
    display:none;
}

.page-home{
    display: inline;
}

.menu-home{
    background: white;
}

section.contato .title{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: rgb(36, 36, 36);
    margin-bottom: 25px;
}

.contato{
    background: rgb(250,250,250);
    padding: 30px;
}

.contato h2{
    text-align: left;
    margin: 10px 0px;
}

.contato p{
    text-align: left;
    font-size: 22px;
    margin-bottom: 20px;
}

section.sobre .title{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: rgb(36, 36, 36);
    margin-bottom: 25px;
}

.sobre{
    background: rgb(250,250,250);
    padding: 30px;
}

.sobre h2{
    text-align: left;
    margin: 10px 0px;
}

.sobre p{
    text-align: left;
    font-size: 22px;
    margin-bottom: 20px;
}

section.precos .title{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: rgb(36, 36, 36);
    margin-bottom: 25px;
}

section.precos{
    background: rgb(250,250,250);
    padding: 30px;
}

.precos h2{
    text-align: left;
    margin: 10px 0px;
}

.precos h4{
    text-align: center;
    font-size: 60px;
}

.precos p{
    text-align: left;
    font-size: 22px;
    margin-bottom: 20px;
}

section.voce .title{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: rgb(36, 36, 36);
    margin-bottom: 25px;
}

.voce{
    background: rgb(400,400,400);
    padding: 30px;
    min-height: 400px;
}

.voce h2{
    text-align: left;
    margin: 10px 0px;
}

.voce a{
    background: -webkit-linear-gradient(rgb(7, 10, 82), rgb(172, 111, 232));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.voce p{
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 50px;
}

section.visao .title{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: rgb(36, 36, 36);
    margin-bottom: 25px;
}

.visao{
    background: rgb(250,250,250);
    padding: 30px;
}

.visao h2{
    text-align: left;
    margin: 10px 0px;
}

.visao p{
    text-align: left;
    font-size: 22px;
    margin-bottom: 20px;
}

.profile-pic img{
        width: 90px;
        height: 90px;
        border-radius: 45px;
        display: inline-block;
    }
    
.box-user .user-name{
        display: inline;
    }
    
    .box-user{
        position: relative;
        width: calc(70%);
        padding-left: 2px;
        padding-right: 2px;
        margin-top: 5px;
        margin-bottom: 10px;
        padding-bottom: 15px;
        margin-left: 0px;
        border-radius: 7px;
        display: flex;
    }
    
    .box-user h2{
        font-size: 22px;
    }
    
    .box-user h1{
        font-size: 18px;
    }
    
    .box-user p{
        font-size: 18px;
        color: rgb(36, 36, 36);
        margin: 5px 0;
    }
    
    .logo img{
        margin-left: calc(50% - 100px);
        margin-top: 10px;
    }
    
    .box-user{
        width: calc(90% - 30px);
        border-radius: 17px;
        padding: 15px 10px;
    }
    
    .user-name{
        margin-left: 10px;
    }

@media screen and (max-width: 768px){
    .espaco-sub-menu{
        padding: 0px calc(50% - 160px);
        height: 75px;
    }
    
    .recurso{
        margin: 10px 0;
    }
    
    .opcao{
        margin: 10px 0;
    }
    
    .recursos img{
    width: 260px;
    position: relative;
    float: left;
    top: 0px;
    left: calc(50% - 130px);
    }
    
    .opcoes img{
    width: 90vw;
    position: relative;
    float: left;
    top: 0px;
    left: calc(50% - 45vw);
    border-radius: 1.2vw;
    }
    
    header, .background-header{
        height: 80px;
        padding: 5px;
    }
    
    .sub-menu{
        width: 320px;
        height: calc(100% - 10px);
    }
    
    .sub-menu img{
        margin-top: 5px;
        margin-left: 10px;
        margin-right: 10px;
        width: 30px;
        height: 30px;
    }
    
    .sub-menu a{
        padding: 1px;
        height: 100%;
        float: left;
        display: inline-block;
    }
    
    .sub-menu p{
        width: calc(100%);
        margin-top: 0px;
        float: left;
        display: inline-block;
        font-size: 13px;
        text-align: center;
    }
    
    .img{
        float: none !important;
        display: block;
        margin:0 auto;
        max-width: 100%;
    }
    
    .w50, .w70, .w30{
        padding: 20px;
        width: 100%;
        max-width: 100%;
    }
    
    .img-desktop{
    display: none;
    }
    
    .img-mobile{
    display: inline;
    }
    
    .img-mobile img{
    position: relative;
    width: 270px;
    float: left;
    margin: 20px calc(50% - 135px);
    border-radius: 12px;
    box-shadow: 2px 2px 8px rgb(141, 141, 141);
    }
    
    section.banner-principal{
    height: unset;
    max-height: unset;
    }
    
    section.banner-principal form{
    padding: 15px 1vw;
    top: 0;
    }
    
    section.banner-principal form h2{
    font-size: 45px;
    }
    
    .w20{
        padding: 20px;
    }
    
    .contato{
    background: rgb(250,250,250);
    padding: 30px 10px;
    }
    
    .contato p{
        font-size: 18px;
    }
}

@media screen and (max-width: 350px){
    header, .background-header{
        height: 70px;
        padding: 5px;
    }
    
    .espaco-sub-menu{
        padding: 0px calc(50% - 130px);
        height: calc(100% - 10px);
    }
    
    .sub-menu{
        width: 260px;
    }
    
    .sub-menu img{
        margin-top: 5px;
        margin-left: 10px;
        margin-right: 10px;
        width: 25px;
        height: 25px;
    }
}