/* Paleta de Cores */
:root{
    --color-white:  #ECF4FA;
    --color-black:  #000000;
    --color-azul:  #2953ad;
    --color-azul2:  #a0bdfc;
    --color-blue3:  #2293c7;
    --color-blue4:  #247BA0;
    --color-gray:   #64a5ca;
    --color-footer: #504b4b;
    --color-fontebranca: #ffffff;
    --color-fontebranca2: #cfcbcb;
    --color-darktitle: #abcaf8;
    --color-backgrounddm: #323232;
	--color-white2: #fafafa;
	--color-box-shadow3: #e6e6e6;
}

/* Pagina toda */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto';
}

body{
    height: 100vh;
}

.header{
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 2;

    width: 100%; 
    position: fixed;
    left: 0px;
    right: 0px; 
    top: 0px;
    overflow: hidden;

    background: var(--color-azul);
    height: 3.5em;
    justify-content: right; 
    padding: 0 0 0;
}

.botaomenu{
    margin-left: 22px;
}
.botaomenu > i {
    color: var(--color-fontebranca);
    font-size: 20px;
    cursor: pointer;
}
/* Fim da Nav Bar */

/* Menu Lateral */  

nav.menu-lateral{
    width: 62px;
    height: 100%;
    background-color: var(--color-azul);
    padding: 0px 0 0px 15px;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: 0.4s;
}

nav.menu-lateral:hover{
    width: 190px;
}

@media screen and (max-width: 1285px) {

    nav.menu-lateral.expandir {
        width: 190px;
        padding: 0px 0 0px 15px;
    }

    nav.menu-lateral{
        width: 0px;
        padding: 0px 0 0px 0px;
    }
    
}

ul{
    height: 100%;
    list-style-type: none;
    padding: 55px 0 10px 0;
}

ul li.item-menu{
    transition: .4s;
}

ul li.item-menu:hover{
    background: var(--color-azul2);
} 

ul li.item-menu a{
    color: var(--color-fontebranca);
    text-decoration: none;
    font-size: 16px;
    padding: 5px 1%;
    display: flex;
    margin-bottom: 8px;
    line-height: 40px;
}

ul li.item-menu a .txt-link{
    margin-left: 20px;
}

ul li.item-menu a .icon > i{
    font-size: 20px;
    margin-left: 8px;
}

a{
    width: 200px;
}

/* Fim do menu lateral */ 
                                        
/* Início Conteudos site  */

.content{
    justify-content: space-between;
    align-items: center;
    text-align: center;
    height: 67vh;
}

.imagem{
    display: flex;
    justify-content: center;
    max-width: 100%;
    width: 350px;
    height: 350px;
}

.imagemm{
    display: flex;
    justify-content: center;
    max-width: 100%;
    width: 350px;
    height: 250px;
}

.imagem img{
    width: 350px;
    height: 350px;
}

.imagemm img{
    width: 350px;
    height: 250px;
}

.imagem_menor img{
    width: 350px;
    height: 350px;
}

.texto_img{
    text-align: justify;
    max-width: 350px;
}

.texto_img_esquerda{
    text-align: justify;
    max-width: 350px;
}

.título{
    margin-top: 32px;
    font-size: 24px;
    text-align: center;
    padding: 16px;
    color: #2953ad;
}

.givemespace{
    color: var(--color-fontebranca);
}

.container_imagem{
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container_texto{ 
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 700px;
    text-align: justify;
}

.img_ferramentas{
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*Fim Conteudos site  */

/* Início Rodapé */
#subir{
    text-decoration: none;
    color: var(--color-black) ;
    padding: 5px;
    position: fixed;
    width: 40px;
    height: 40px;
    right: 1.5%;
    bottom: 50px;    
}
span.icontopo:hover{
    color: var(--color-azul);
}

span.icontopo{
    font-size: 40px;
}

footer{
    background: lightgray;
    height: auto;
    width: screen;
    font-family: "Open Sans";
    padding-top: 10px;
    color: rgb(54, 54, 54);
    margin-bottom: 0vh;
}

footer ul{
    padding: 0;
}

.footer-content{
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: justify;
}

.footer-content h3{
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 3rem;
}

.footer-content p{
    max-width: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
}

.socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
  /*   margin: 1rem 0 3rem 0; */
}

.socials li{
    margin: 0 10px;

}

.socials a{
    text-decoration: none;
    color: rgb(54, 54, 54);
}

.socials a i{
    font-size: 40px;
    transition: color .4s ease;
}

.socials a:hover i{
    color: var(--color-black);
}

.footer-bottom{
    line-height: center;
    background: #c2c2c2;
    width: screen;
    padding: 20px 0;
    text-align: center;
}

.footer-bottom p{
    /* font-size: 14px; */
    word-spacing: 2px;
    text-transform: capitalize;
    margin: 0;
}

.footer-bottom span{
    text-transform: uppercase;
    opacity: .5;
    font-weight: 200;
    color: #0051ff;
}

/* Final Rodapé */

.altura{
    padding: 20px 20px  20px;
}

/* Conteudo Site */

.conteudosite{
    margin-top: 64px;
}

.imagem_ferramenta{
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
    max-height: 500px;
    text-align: center;
    display: block;
}

.imagem_ferramenta img{
    width: 700px;
    height: 150px;
    transition: 1s;
}

.imagem_ferramenta img:hover{
    width: 900px;
    height: 200px;
    transition: 1s;
}

.imagem_ferramentas{
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
    max-height: 500px;
    /* width: 700px; */
    text-align: center;
    display: block;
    transition: 1s;
}

.imagem_ferramentas img{
    width: 700px;
    transition: 1s;
}

.imagem_ferramentas img:hover{
    width: 900px;
    transition: 1s;
}

.separação{
    padding: 30px;
}

.metodologia{
    margin-left: auto;
    margin-right: auto;
    max-height: 500px;
    text-align: center;
    display: block;
    font-size: 30px;
    color: var(--color-fontebranca);
}

/* Botões de exemplo */

.container{
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: static;
    padding: 10px 10px 10px 10px;
    line-height: 40px;
}

.slections{
    /* justify-content: center; */
    justify-content: space-between;
    align-items: center;
    padding: 0px 5px;
    transition: 0.5s;
    
}

.slections a{
    align-items: center;
    justify-content: center;
    /* line-height: 40px; */
    padding: 15px 15px 15px 15px;
    background: var(--color-fontebranca);
    cursor: pointer;
    border: 2px solid var(--color-azul);
    border-radius: 20px;
    text-decoration: none;
    color: var(--color-azul);
}
.slections:hover{
    transform: translateY(-3px);
    transition: 0.5s;
}
.slections a:hover{
    background-color: var(--color-azul);
    border: 2px solid var(--color-azul);
}

.slections a:hover .txt{
    color: var(--color-fontebranca);
}

.slections a:hover .icones > i{
    color: var(--color-fontebranca);
}

.txt{
    margin-left: 5px;
    color: var(--color-azul);
}

.icones > i{
    font-size: 24px;
    color: var(--color-azul);
}

.container__kanban{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
}

.kanban__button{
    width: 142px;
    align-items: center;
    justify-items: center;
    text-align: center;
    margin-top: 15px;
    height: auto;
    background: none;
    text-decoration: none;
    cursor: pointer;
}

/* Final Botões de exemplo */

/* Botões Questionário */
.botton {
    border-color: #3498db;
    border-radius: 3em;
    color: #ffffff;
    box-shadow: 0 0 40px 40px #2953ad inset, 0 0 0 0 #3498db;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    margin-top: 15px;
    width: 110px;
    height: 40px;
}


.botton:hover {
    box-shadow: 0 0 10px 0 #3498db inset, 0 0 10px 4px #3498db;
    color: #000000;
}

.question{
    font-weight: bold;
}

.answers{
    padding-bottom: 15px;
}

/*Fontes do site*/

.fontes_do_site{
    background-color:#ffffff;
    padding: 30px;
    display: flex;
    justify-content: center;
}

.conteudo_fonte{
    color:#000000;
    margin-left: 30px;
    text-align: left;
}

.link_font{
    color: inherit;
}

.link_font:hover{
    color: #0099ff;
}


.givemespace{
    color: transparent;
}

hr{
    width: 45%;
	display: block;
	margin: auto;
}

/* Final Botões Qeuestionário */

/* Conteudo Site */

.slections .btn{
    display: inline-flex;
}

.modal{
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #0000002c;
    display: grid;
    place-content: center;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

.modal:target{
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}

.modal_content{
    background-color: white;
    max-width: 850px;
    padding: 2rem 2rem 1rem;
    border-radius: 30px;
    border-top: .5rem solid var(--color-azul);
    align-items: center;
    justify-content: center;
    text-align: center;
    place-content: center;
    transition: 0.5s;
}
.modal_content img{
    width: 780px;
}
.dark .modal_content{
    background-color: var(--color-backgrounddm);
}

.modal_title{
    margin-bottom: 1rem;
}

.modal_link{
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-azul);
    padding: 0.7rem 1rem 0.7rem 1rem;
    border-radius: 20px;
    /* border: 2px solid var(--color-black); */
    color: white;
    margin-top: 1rem;
}

.modal_content a:hover{
  /*   background-color: var(--color-azul2); */
    color: var(--color-fontebranca);
    transform: translateY(-3px);
    transition: 0.5s;
}

.modal_content a:active{
    background-color: var(--color-azul);
}


.container_ex{ 
    color: var(--color-azul);
    border: 3px solid var(--color-azul);
    opacity: 1;
}
/* .quiz{
    border: 2px solid red;
} */

/* Botão Dark*/

.toggle {
    cursor: pointer;
    position: relative;
    right: 0.50rem;
    display: flex;
    justify-content: space-between;
    width: 8rem;
    border-radius: 4rem;
    background: linear-gradient(145deg, #e1e1e1, #fff);

}

.toggle i {
    width: 100%;
    line-height: 2.81rem;
    text-align: center;
    font-size: 1.56rem;
    z-index: 1;
}

.toggle .ball {
    position: absolute;
    width: 2.43rem;
    height: 2.4rem;
    border-radius: 80%;
    transition: 0.4s;
    background: #151d2a;
    margin-left: 0.75rem;
    margin-top: 0.14rem;
    display: flex;
}


#toggle{
    display: none;
}

.toggle .bxs-sun {
    color: #fafafa;
  /*   margin-left: 2.5px; */
}

.toggle .bx-moon {
    color: #151d2a;
    /* margin-left: 2px; */
}

/*
-- Dark Mode --
*/

.dark {
    background-color: #323232;
    color: #ffffff;
}

.dark .toggle {
    background: #323232;
}

.dark .toggle .bx-sun {
    color: #fafafa;
}

.dark .toggle .bxs-moon {
    color: #151d2a;
}

.dark .toggle .ball{
    background: #fafafa;
    display: flex;
    transform: translateX(165%);
}

.dark .slections a{
    background-color: #00000000;
    color: var(--color-white);
    border: 2px solid var(--color-white);
}

.dark .slections a:hover{
    background-color: var(--color-azul);
}

.dark .slections a .icones > i{
    color: var(--color-whitel);
}

.dark .slections a .txt{
    color: var(--color-whitel);
}

.dark .fontes_do_site{
    background-color: #323232;
}

.dark .conteudo_fonte{
    color: #ffffff;
}

.dark #subir{
    color: var(--color-white);
}

.dark .footer-content h3{
    color: var(--color-fontebranca);
}

.dark footer{
    background: #242424;
}

.dark .footer-bottom{
    background: #1f1f1fd2;
}

.dark .socials a{
    color: var(--color-white);
}

.dark .footer-bottom{
    color: var(--color-fontebranca);
}

.dark .footer-bottom span{
    color: var(--color-fontebranca);
}

.dark .footer-content p{
    color: var(--color-fontebranca);
}

.dark .título{
    color: var(--color-darktitle);
}

.dark .botoes-conteudos a{
    background-color: #00000000;
    color: var(--color-white);
    border: 2px solid var(--color-white);
}

.dark .botoes-conteudos a:hover{
    background-color: var(--color-azul);
    border: 2px solid var(--color-white);
}

.dark .botoes-conteudos a .icones > i{
    color: var(--color-whitel);
}

.dark .botoes-conteudos a .txt{
    color: var(--color-whitel);
}

@media screen and (max-width: 850px){

    .imagem_ferramenta img:hover{
        width: 600px;
        height: 130px;
    }

}


/* RESPONSIVO */

@media screen and (max-width:950px){
    .conteudo-modal{
        max-width: 800px;
    }

    .modal_content img{
        max-width: 750px;
        height: 400px;
    }
}

@media screen and (max-width: 850px){
    
    .container_texto{
        max-width: 600px;
        width: 600px;  
        padding-top: 13px;
    }

    .texto_img{
        max-width: 600px;
        width: 600px;
        padding-top: 13px;
        margin-left: 0px;
       
    }

    .texto_img_esquerda{
        max-width: 600px;
        width: 600px;
        padding-top: 13px;
        margin-left: 0px;
       
    }

    .imagem_ferramenta img{
        max-width: 600px;
    }

    .container{
        flex-wrap: wrap;

    }

    .img_ferramentas img{
        width: 600px;

    }

    .conteudo-modal{
        max-width: 700;
    }
    .modal_content img{
        width: 650px;
    }

}
@media screen and (max-width: 750px){

    .container_texto{
        width: 500px;  
        padding-top: 13px;
    }

    .texto_img{
        width: 500px;
        padding-top: 13px;
        margin-left: 0px;
    }

    .texto_img_esquerda{
        width: 500px;
        padding-top: 13px;
        margin-left: 0px;
    }

    .imagem_ferramenta img{
        height: 130px;
        max-width: 500px;
    }
  
    .imagem_ferramenta img:hover{
        height: 130px;
        max-width: 500px;
    }


    .imagem_ferramentas img{
        max-width: 500px;
    }

    .img_ferramentas img{
        width: 500px;

    }

    .conteudo-modal{
        max-width: 600px;
    }

    .modal_content img{
        width: 550px;
    }

}

@media screen and (max-width: 650px){

    .container_texto{
        width: 450px;  
        padding-top: 13px;
    }
    
    .texto_img{
        width: 450px;
        padding-top: 13px;
        margin-left: 0px;
     
    }

    .texto_img_esquerda{
        width: 450px;
        padding-top: 13px;
        margin-left: 0px;
     
    }

    .container{
        flex-wrap: wrap;

    }

    .imagem_ferramenta img{
        height: 110px;
        max-width: 400px;
    }

    .imagem_ferramenta img:hover{
        height: 110px;
        max-width: 400px;
    }


    .imagem_ferramentas img{
        max-width: 450px;
    }

    .img_ferramentas img{
        width: 450px;

    }

    .conteudo-modal{
        max-width: 500px;
    }

    .modal_content img{
        width: 450px;
    }
    
}

@media screen and (max-width: 550px){

    html{
        width: screen;
    }
    .header{
        width: screen;
        position: fixed;
    }

    .metodologia{
        font-size: 23px;
        margin-left: 35px;
    }

    .container_texto{
        width: 400px;
        padding-top: 13px;
    }

    .texto_img{
        width: 400px;
        padding-top: 13px;
        margin-left: 0px;

    }

    .texto_img_esquerda{
        width: 400px;
        padding-top: 13px;
        margin-left: 0px;

    }

    .container{
        flex-wrap: wrap;

    }

    .imagem_ferramenta img{
        height: 85px;
        max-width: 400px;
    }

    .imagem_ferramenta img:hover{
        height: 85px;
        max-width: 400px;
    }


    .imagem_ferramentas img{
        max-width: 400px;
    }

    .img_ferramentas img{
        width: 400px;

    }

    .footer-content p{
        max-width: 400px;
        margin: 10px auto;
        line-height: 28px;
        font-size: 14px;
    }

    .imagemm{
        height: 250px;
    }
    .imagemm img{
        width: 350px;
        height: 250px;
    }

    .conteudo-modal{
        max-width: 400px;
    }

    .modal_content img{
        width: 350px;
    }

}

@media screen and (max-width: 450px){
    
    html{
        width: screen;
    }
    .header{
        width: screen;
        position: fixed;
    }
    .metodologia{
        font-size: 15px;
        margin-left: 35px;
    }

    .container_texto{
        width: 300px;
        padding-top: 13px;
    }

    .texto_img{
        width: 300px;
        padding-top: 13px;
        margin-left: 0px;

    }

    .texto_img_esquerda{
        width: 300px;
        padding-top: 13px;
        margin-left: 0px;

    }

    .container{
        flex-wrap: wrap;

    }

    .imagem_ferramenta img{
        height: 80px;
        max-width: 380px;
    }

    .imagem_ferramenta img:hover{
        height: 80px;
        max-width: 380px;
    }

    .imagem_ferramentas img{
        max-width: 300px;
    }

    .img_ferramentas img{
        width: 300px;

    }
    .footer-content p{
        max-width: 350px;
        margin: 10px auto;
        line-height: 28px;
        font-size: 14px;
    }

    .imagemm{
        height: 250px;
    }
    .imagemm img{
        width: 350px;
        height: 250px;
    }

    .conteudo-modal{
        max-width: 370px;
        height: 600px;
    }

    .modal_content img{
        width: 340px;
    }

}

@media screen and (max-width: 390px){
    html{
        width: screen;
    }
    .header{
        width: screen;
        position: fixed;
    }
    .metodologia{
        font-size: 15px;
        margin-left: 0px;
    }
    .container_texto{
        width: 300px;
        padding-top: 13px;
    }

    .texto_img{
        width: 300px;
        padding-top: 13px;
        margin-left: 0px;

    }

    .texto_img_esquerda{
        width: 300px;
        padding-top: 13px;
        margin-left: 0px;

    }

    .container{
        flex-wrap: wrap;

    }

    .imagem_ferramenta img{
        height: 80px;
        max-width: 380px;
    }

    .imagem_ferramentas img{
        max-width: 300px;
    }

    .img_ferramentas img{
        width: 300px;

    }

    .footer-content p{
        max-width: 260px;
        margin: 10px auto;
        line-height: 28px;
        font-size: 14px;
    }

}

@media screen and (max-width: 450px){
    .botoes-conteudos a{
        margin-left: 120px;
        margin-right: 120px;
    }
    .botoes-conteudos{
        margin-top: 8px;
        margin-bottom: 10px;
    }

    .slections{
        margin-top: 5px ;
        margin-bottom: 10px;
        
    }

}

@media screen and (max-width: 860px){

    .container_imagem,
    .container_texto,
    .texto_img{
        flex-wrap: wrap;
        padding-top: 13px;
    }

}

/* Scroll - Página Ferramentas */

.scroll {
    text-align: center;
    margin-top: 80px;
}

.scroll a {
    position: relative;
    color: var(--color-white);
    text-decoration: none;
    padding: 10px 20px;
    background: var(--color-azul);
    display: inline-block;
    margin-bottom: 3px;
}

/* Botões Avançar/ Voltar */

.botoes-conteudos{
    
    justify-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 0px 5px;
    transition: 0.5s;
}
.botoes-conteudos:hover{
    transform: translateY(-3px);
    transition: 0.5s;
}

.botoes-conteudos a{
    align-items: center;
    justify-content: center;
    padding: 18px 15px 15px 15px;
    background: var(--color-fontebranca);
    cursor: pointer;
    border: 2px solid var(--color-azul);
    border-radius: 50%;
    text-decoration: none;
    color: var(--color-azul);
}

.botoes-conteudos a:hover{
    background-color: var(--color-azul);
    border: 2px solid var(--color-azul);
}

.botoes-conteudos a:hover .txt{
    color: var(--color-fontebranca);
}

.botoes-conteudos a:hover .icones > i{
    color: var(--color-fontebranca);
}

.txt{
    margin-left: 5px;
    color: var(--color-azul);
}

.icones > i{
    font-size: 24px;
    color: var(--color-azul);
}