@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    font-family: 'Inter', sans-serif;
}

body{
    background-color: #f1f6fc31;
}

section,
footer{
    padding: 30px 0;
}
h3{
    font-size: 50 pc;
}
p{
    color: #0000009c
}
.container{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
}
.btn{
    background-color: #4f9cf9;
    color: white;
    padding: 10px 30px;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    transition: 0.2s;
}
.btn.animate-btn{
    animation: animate-outline 2s ease-out infinite;
}
.btn:hover{
    background-color: #3580db;
}

@keyframes animate-outline {
    from{
        outline: 0px solid #509bf88a;
    } 
    to{
        outline: 15px solid #4f9bf900;
    }   
}
header{
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}
nav ul{
    display: flex;
    align-items: center;
}
nav ul a{
    color: white;
    margin: 0 25px;
    font-size: 14px;
    display: block;
}
.marcar{
    background-color: #4f9cf9;
}
nav ul a:not(.btn)::after{
    content: "";
    background-color: #4f9cf9;
    height: 3px;
    width: 0%;
    display: block;
    margin: 0 auto;
    transition: 0.3s;    
}
nav ul a:hover::after{
    width: 100%;
}
/*  efeito para link enviar fotos (upload-imagem.html */
.banner .banner-text .upl{    
    align-items: center;
    color: white;
    margin: 0 25px;
    font-size: 14px;
    display: block;
    transition: 0.3s; 
}



/* codigo para o menu responsivo do celular (mobile) */
nav .menu-icon{
    cursor: pointer;
    font-size: 25px;
    color: white;
    display: none;
}
/* codigo para fechar o menu responsivo */
nav .close-icon{
    display: none;
    font-size: 30px;
    color: white;
}



/*  --- REFERENTE A PAGINA SOBRE */
.bloco-sobre{
    display: flex;
    justify-content: center;
}
.bloco-sobre-text h1{
    font-size: 80px;
    color: white;
}
.bloco .container{
    margin: 5px;
    text-align: center;
    padding: 0 90px;
}


/* SEÇÃO BANNER DO da home (banner) */
.banner{
    display: flex;
    justify-content: center;
}
.banner .banner-text{
    margin: 5px;
    text-align: center;
    padding: 0 90px;
}
.banner .banner-text h1{
    font-size: 80px;
    color: white;
}
.banner .banner-text p{
    font-size: 20px;
    color: #ffffffb7;
    font-weight: lighter;
    margin: 18px 0;
}

/* SEÇÃO BANNER DO PORTIFLOIO (bannerp) */
.bannerp{
    display: flex;
    justify-content: center;
}
.bannerp .bannerp-text{
    margin: 5px;
    text-align: center;
    padding: 0 60px;
}
.bannerp .bannerp-text h1{
    font-size: 40px;
    color: white;
}
.bannerp .bannerp-text p{
    font-size: 20px;
    color: #ffffffb7;
    font-weight: lighter;
    margin: 10px 0;
}
/* borda no portifolio para preencehr bordas no paragrafo portifolio */
 .bannerp .bannerp-text p{
    margin: 15px 0;  
    border:2px solid #4f9cf9; 
}


 /*  Banner dos depoimentos  [DEPOIMENTO] */
 .bannerd{
    display: flex;
    justify-content: center;
}
.bannerd .bannerd-text{
    margin: 15px;
    text-align: center;
    padding: 0 60px;
}
.bannerd .bannerd-text h1{
    font-size: 60px;
    color: white;
}
.bannerd .bannerd-text h2{
    font-size: 30px;
    color: white;
}
.bannerd .bannerd-text p{
    font-size: 15px;
    color: #ffffffb7;
    font-weight: lighter;
    margin: 10px 0;
}
/* borda no portifolio para preencehr bordas no paragrafo portifolio */
 .bannerd .bannerd-text p{
    margin: 15px 0;  
    border-top:2px solid #4f9cf9; 
}


/* blocos para mostrar imagens do app */
.bloco-app .container{
    display: flex;
   /* align-items: ; */
}
.bloco-app .bloco-app-text{
    width: 40%;
    padding: 0 0px;
}
.bloco-app .bloco-app-text h3{
    font-size: 30px;
}
.bloco-app .bloco-app-text p{
    margin: 5px 0 10px 0;
}
.bloco-app .bloco-app-img{
    width: 20%;
}
.bloco-app .bloco-app-img img{
    width: 80%;
}

.container .card-item{
    background-color: #d3e6fd;
    margin: 15px;
    border-radius: 14px;
    text-align: center;
    width: 250px;
    transition: 0.3s;
}
.container .card-item img{
    border-radius: 00%;
    width: 100px;
    display: block;
    margin: 10px auto;
}


/* ================================== */

.cards{
    display: flex;
    justify-content: center;
} 
.depoimentos .card-item{
    background-color: #d3e6fd;
    margin: 15px;
    border-radius: 14px;
    text-align: center;
    width: 350px;
    transition: 0.3s;
}
.depoimentos .card-item img{
    border-radius: 100%;
    width: 80px;
    display: block;
    margin: 10px auto;
}
.depoimentos .card-item .nome-user{
    font-weight: 600;
    font-size: 20px;
    /* color: #4f9cf9; */
    color: black;
    margin-bottom: 15px;
    transition: 0.3s;
}
.depoimentos .card-item .depoimento-user{   
    font-size: 15px;
    padding: 0 15px;
    transition: 0.3s;
}
.depoimentos .card-item .estrelas{   
   margin: 15px;
   border-top: 2px solid #71767a23;
}
.depoimentos .card-item .estrelas i{   
    color: #4f9cf9;
    margin-top: 15px;
    font-size: 20px;
    transition: 0.3s;
 }
 .depoimentos .card-item:hover{   
    background-color: #4f9cf9;
    margin-top: -5px;
 }

 .depoimentos .card-item:hover .nome-user,
 .depoimentos .card-item:hover .depoimento-user,
 .depoimentos .card-item:hover .estrelas i{   
    color: white;
 }

 /* rodape - footer */
 .footer{
    background-color: #4f9cf9;
    text-align: center;
 }
 .footer i{
    color: #4f9cf9;
    font-size: 19px;
    background-color: white;
    padding: 10px;
    margin: 3px;
    border-radius: 10px;
 }
 .footer p{
    margin-top: 10px;
    color: white;
 }

/*  - pagina login configuração */

.login-user{
    display: flex;
    display: block;
   
}

.login-user .card-item{
    background-color: #d3e6fd;
    margin: 15px;
    border-radius: 14px;
    text-align: center;
    width: 350px;
    transition: 0.3s;
}

.dados-login{
    padding: 20px;
}

.login-user .container .card-item{
    background-color: #d3e6fd;
    margin: 15px;
    border-radius: 14px;
    text-align: center;
    width: 250px;
    transition: 0.3s;
}
.login-user .card-item img{
    border-radius: 100%;
    width: 60px;
    display: block;
    margin: 20px auto;
}

.dados-login input{  
   text-align: center;
    width: 100%;    
    margin-right: 50px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 15px;
    height: 27px;
    padding: 0px;
    justify-items: center;
    border-radius: 9px;
    transition: 0.3s;
    border: 1px solid #f1f1f1;
    color: #212121;
    font-weight: lighter;    
}
.right-side input:focus{
    border-color: #4f9cf9;
}



/* pagina sobre */
.sobre .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
   
}
.sobre .sobre-text{
    width: 60%;
   padding: 10%;
}
.sobre .sobre-text p{
    margin: 18px 0;
    color: #000000a6;
}
.sobre .sobre-img{
    width: 30%;
}

/* Pagina contato (formatação) */
.bannerC{
    display: flex;
    display: block;
   
}
.bannerC .bannerC-text h1{
    display: flex;
    justify-content: center;
    font-size: 50px;
    color: white;    
}
.bannerC .bannerC-text p{
    display: flex;
    justify-content: center;
    font-size: 17px;
    color: white; 
}


.contato-inf{
    display: flex;
    justify-content: center;
    margin-top: -15px;
}
.contato-inf .lef-side{
    width: 30%;
    padding: 10px;
    background-color: #4f9cf9;
    border-radius: 14px;
    margin-right: 50px;
    height: fit-content;
}
.contato-inf .lef-side div{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.contato-inf .lef-side div i{
    font-size: 24px;
    margin-right: 20px;
    color: white;
}
.contato-inf .lef-side p{
    font-size: 17px;   
    color: white;
}
/* - caixa lado direito da pagina contato - preencher dados */
.contato-inf .right-side{
    width: 40%;  
   background-color: #e2eaf5; 
    border-radius: 14px;
    margin-right: 50px;
    height: fit-content;
}

.contato-inf .right-side .msg{
    margin-left: 0px;
    margin-bottom: 10px;    
}
.contato-inf .right-side textarea{
    border: 1px solid #f1f1f1;
    color: #212121;
    border-radius: 9px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 15px;
    width: 90%;
}

.contato-inf .right-side input{
    display: block;
    width: 90%;    
    margin-right: 50px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 5px;
    height: 30px;
    padding: 0px;
    border-radius: 9px;
    transition: 0.3s;
    border: 1px solid #f1f1f1;
    color: #212121;
    font-weight: lighter;    
}
.right-side input:focus,
.right-side textarea:focus{
    border-color: #4f9cf9;
}

.contato-inf .right-side .tipo{
    font-size: 14px;
    margin-left: 30px;
    color: #95979b;
    margin-bottom: 10px;
}



/* formatação para usar as paginas responsivas para mobile  */
 @media(max-width:830px){
    /* menu mobile */
    .ul{
        position: fixed;
        top: 0;
        left: 0;
        background: #184b88;
        width: 100%;
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        clip-path: circle(0% at 100% 0);
        transition: 0.7s;
    }
    .ul.open{
        clip-path: circle(141.4% at 100% 0);
    }
    .ul a{
        margin: 10px 0;
        font-size: 16px;
    }
    nav .menu-icon{
        display: block;
        cursor: pointer;
    }
    nav .close-icon{
        display: block;
        position: absolute;
        top: 46px;
        right: 28px;
    }
 }