@charset "UTF-8";

/*CONFIGURAÇÕES GLOBAIS~~~~~~~~~~~~~~~~~~~~~~~~~~~~**/
* {
    margin: 0px;
    padding: 0px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: justify;
}
/*DECLARAÇÃO DE VARIÁVEIS~~~~~~~~~~~~~~~~~~~~~~~~~~~~**/
:root {
    --cor0: #0F1026;
    --cor1: #1B2040;
    --cor2: #4973F2;
    --cor3: #F2911B;
    --cor4: #F2F2F2;
}
/*CONFIGURAÇÃO DO CORPO E PÁGINAL GERAL ~~~~~~~~~~~~~~~~~~~~~~~~~~~~**/
html {
    scroll-behavior: smooth; /*Rolagem suave do scroll*/
    scroll-padding-top: 120px;
    overflow-x: hidden;
    width: 100%;
}

h1 {
    font-size: clamp(1.75em, 1em + 3vw, 2.5em); /*Tipografia responsiva h1*/
    font-family: system-ui, -apple-system, Helvetica, Arial, sans-serif;
}

main {
    min-width: 300px;
    margin: auto;
    margin-bottom: 30px;

}

main h1 {
    font-weight: bold;
    color: var(--cor1);
    font-size: 1.8em;
}

main p {
    margin: 15px 0px;
    text-align: justify;
    text-indent: 30px;
    font-size: 1em;
    line-height: 2em;
}

main a {
    text-decoration: none;
    font-weight: bold;
    color: var(--cor5);
    padding: 2px 6px;
}

main a:hover {
    text-decoration: underline;
    color: var(--cor4);
}
  

/*CONFIGURAÇÃO DO TEXTO PAINEL INICIAL ~~~~~~~~~~~~~~~~~~~~~~~~~~~~**/

#painel {
    position: absolute;
    padding: 10px;
    text-align: left;
    bottom: 155px;
    right: 10px;
    color: var(--cor1);
    max-width: 400px;
    background-color: rgba(255, 255, 255, 0.493);
    border-radius: 10px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.425);
}

@media (max-width: 600px) {
    #painel {        
        max-width: 200px;
        bottom: 120px;
    }
}



.secwave > #painel > h1 {
    text-align: center;
    padding: 10px;
    text-shadow: 1px 1px 1px var(--cor4);
    font-family: system-ui, -apple-system, Helvetica, Arial, sans-serif;
}

/*CONFIGURAÇÃO DA SEÇÃO QUEM SOMOS~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~**/

#quemsomos {
    max-width: 1200px;
    margin: auto;
}

#quemsomos > h1 {
    padding-top: 1.5em;
    padding-left: 1em;

}

#quemsomos > p {
    max-width: 1400px;
    display: block;
    margin: auto;
    padding: 2em;

}

.imgbox {
    -webkit-filter: drop-shadow(2px 2px 2px black); /*Filtro de sombra aplicado a imagem PNG*/ 
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.411));
}

.progamingimg {
    display: block;
    margin: auto;
    padding-top: 1em;
    max-width: 500px;
    width: 100%;
    transition: all 0.3s; 
}

.progamingimg:hover {
    transform: scale(1.3);
}

@media (max-width: 600px) {
    .progamingimg {
        max-width: 320px;
        
    }
}

.progamingleg {
    text-align: center;
    padding: 5px;
    font-weight: bold;
    padding-bottom: 4em;
}

/*CONFIGURAÇÃO DA SEÇÃO SOLUÇÕES~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~**/

#solucoes {
    max-width: 1200px;
    display: block;
    margin: auto;
    padding: 15px;
}

#solucoes > h1 {
    padding: 1em 1em;
    color: var(--cor4);
    text-shadow: 1px 1px 1px #0000009d;
}

#solucoes > h2 {
    font-weight: bold;
    font-size: 1.5em;
    color: var(--cor4);
    text-shadow: 1px 1px 1px #0000009d;
    background: linear-gradient(90deg, #1b2041 0%, #4a74f280 100%);
    padding: 10px;
    margin-top: 10px;
    border-radius: 8px 0px;
    box-shadow: 1px 1px 1px #0000006b;
}

#solucoes > h3 {
    padding: 15px 0px 0px 15px;
    color: var(--cor1);
}

.containerquem {
    max-width: 1400px;
    display: block;
    margin: auto;
}

.containersoluc {
    background-color: var(--cor3);
    width: 100%;
    
}

.accordion-button { 
    color: var(--cor4);
    background: linear-gradient(90deg, hsla(16, 88%, 58%, 1) 0%, hsla(33, 89%, 53%, 0.5) 100%);
    font-weight: bold;
    text-shadow: 0.5px 0.5px 0.5px #0000006c;
}
/*EDIÇÕES WRAP*/
.accordion-body {
    background-color: var(--cor4);
    justify-content: space-around;
    display: flex;
    flex-direction: row; 
    flex-flow: wrap;
}
/*CONFIGURAÇÕES DO BOTÃO DE SOLUÇÕES*/
.accordion-body > ul {
    box-shadow: 1px 1px 1px 1px #00000038;
    max-height: auto;
    margin-top: 1em;
    border-radius: 15px 0px 15px 0px;
    background: linear-gradient(90deg, #f26836 0%, #f7f778 100%);
    list-style-image: url(../imagens/simbol.png);
}

.accordion-body > ul:hover {
    box-shadow: 1px 1px 1px 4px #4973f279;
    transition:all .3s;
}

.accordion-body > ul, li {
    list-style-position: inside;  
    max-width: 500px;
    padding: 1em;
    flex-wrap: wrap; 
    color: var(--cor1);
}

/*CONFIGURAÇÃO DAS TELAS DE APLICATIVOS/APP/APPSHEET ~~~~~~~~~~~~~~~~~~~~~~~~~~~~**/

.appsheetweb {
    width: 88vw;
    max-width: 1200px;
}

.appsheetsmart {
    max-width: 600px;
    display: block;
    margin: auto;
    text-align: center;
}

/*CONFIGURAÇÃO DA SEÇÃO DE REDES SOCIAIS~~~~~~~~~~~~~~~~~~~~~~~~~~~~**/

#redes-sociais {
    background-image: url(../imagens/backredes.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: left bottom;
    box-shadow: inset 1px 1px 1px 1px #00000085;
}

@media (max-width: 600px) {
    #redes-sociais {
        background-image: url(../imagens/backredesresponsivo.png);
        background-position: center left;
    }
    .contentredes a {
        display: inline-block;       
    }
}

#redes-sociais > h1 {
    color: var(--cor4);
    text-align: center;
    padding-top: 3em;
    text-shadow: 1px 1px 1px var(--cor2);
}
.contentredes {
    text-align: center;
    display: block;
    margin: auto;
    padding-bottom: 3em;
}
.contentredes a {
    display: inline-block;
}
.imgredes {
    display: block;
    margin: auto;
    min-width: 150px;
    max-width: 150px;
 	-moz-transition: all 0.3s; 
	-webkit-transition: all 0.3s;
	transition: all 0.3s; 
}
.imgredes:hover {
    -moz-transform: scale(1.3); 
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
/*CONFIGURAÇÃO BOTÃO WHATSAPP*/
.whatsapp-link {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
}

@media (max-width:600px) {
    .whatsapp-link {
        right: 10px;
        bottom: 10px;
    }
}
.fa-whatsapp {
    margin-top: 16px;
}

.whatsapp-link:hover {
    transition: all 0.3s; 
    transform: scale(1.3);
}
/*CONFIGURAÇÃO BOTÃO CALCULO DATAS*/
.calculo-datas-link {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 120px;
    right: 40px;
    background-color: #d3b925;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
}

@media (max-width:600px) {
    .calculo-datas-link {
        right: 10px;
        bottom: 80px;
    }
}
.fa-calculo-datas {
    margin-top: 16px;
}

.calculo-datas-link:hover {
    transition: all 0.3s; 
    transform: scale(1.3);
}

/*CONFIGURAÇÃO DA SEÇÃO DE CONTATO ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#contato {
    background-color: white;
    padding: 0em 1em 1em 1em;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}

#contato > h1 {
    color: var(--cor0);
    text-align: center;
    padding: 1em 1em 0em 1em;
    text-shadow: 1px 1px 1px var(--cor4);
}
#contato > h2::before {
    content: "✉";
    display: block;
}
#contato > h2 {
    color: var(--cor0);
    text-align: center;
    padding: 1em;
    
}
.obrigatorio {
    color: red;
    font-weight: bolder;
    padding-left: 2px; 
}
/*CONFIGURAÇÃO DO FORMULÁRIO*/
form {
    width: 80%;
    max-width: 32rem;
    font-size: 1.125rem;
    color: var(--cor1);
}
form label, form input, form textarea, form button {
    display: inline-flex;
    width: 100%;
    
}
form label {
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.5rem;
}
form input, form textarea {
    padding: 0.5em;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    background-color: var(--cor2);
    border-radius: 8px;
}
form textarea {
    min-height: 8rem;
    resize: vertical;
    transition: border-color, box-shadow 0.2s;;
}
form input:hover, form input:focus, form textarea:hover, form textarea:focus {
    outline: none;
    border-radius:11px;
    border-color: var(--cor1);
    box-shadow: 0 0 0 3px var(--cor0);
}
form button {
    text-align: center;
    color: white;
    display: block;
    padding: 1rem;
    background-color: var(--cor3);
    font: inherit;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.5s;
}
form button:hover, form button:focus {
    text-shadow: 1px 1px 1px var(--co05);
    outline: none;
    background: var(--cor4);
    color: var(--cor0);
    font-weight: bolder;
    font-size: 1.5em;
}

/*CONFIGURAÇÃO DO RODAPÉ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~**/

footer {
    background-color: var(--cor1);
    color: white;
    text-align: center;
    font-size: 0.8em; 
    height: 20vh;  
}

footer > p {
    text-align: center;
    padding-top: 30px;
}

footer a {
    font-weight: bolder;
    color: white;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
    color: var(--cor3);
    transition: 0.5s;
}