/* Secao Cabeçalho */

.container-cabecalho{    
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    position: fixed;
    justify-content: space-between;
    align-items: center; 
    top: 0;
    z-index: 1;
    width: 100vw;
    background-color: #ffffff;
    box-shadow: 0 0 0.00274rem 0.0633rem rgba(0,0, 0, 0.25);
    padding: 0.4rem;
}

.container-cabecalho img{
    width: 30rem;
    height: 7rem;
}

.itens-menu{
    display: flex;
    align-items: center;
    gap: 2.5rem; 
    flex-wrap: wrap;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 3.5rem;
    & a{
        transition: color ease-in 200ms;
        &:link,
        &:visited,
        &:active{
            color: #2e14a3;
        }

        &:hover{
            color: #ff8872;
            transform: scale(1.1);
        }
    }    
}

.itens-menu li{    
    list-style: none;
}

.itens-menu img{   
    display: flex;
    flex-flow: row;
    width: 2.85rem;
    height: 2.85rem;
    align-items: center;
    justify-content: center;
}


/* <!-- ################################################# --> */

/* Seção Principal */
.secao-principal{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 8.7rem;
    padding-bottom: 1.3rem;
    background-image: url(https://static.vecteezy.com/system/resources/previews/012/773/522/non_2x/technology-modern-white-background-template-free-vector.jpg);       
    background-repeat: no-repeat;
    background-size: cover; 
    gap: 1.5rem;
}

.conteudo-secao-principal{
    display: flex;
    flex-flow: column;
    text-align: center;
    gap: 0.75rem; 
    align-items: center;
    flex:7;
}

.secao-principal img{
    width: 57.4rem;
    height: 35rem;
    flex:3;
}

.conteudo-secao-principal h1{
    font-family: "Orbitron",sans-serif;
    font-size: 3.98rem;
    font-weight: 700;
    background-color: #2974e5;
    border-radius: 2rem;
    color: white;
    box-shadow: inset 1rem 1rem 1.5rem 1.5rem rgba(0,0, 0, 0.25);
    padding: 0.35rem 1.62rem;
}

.conteudo-secao-principal p{
    font-family: "Roboto",sans-serif;
    font-size: 1.9rem;
    font-style: italic;
    font-weight: 700;
    
}
.lista-principal img{
    display: flex;   
    width: 2.5rem;
    height: 1.5rem;
    padding-right: 0.5rem;
}

.container-lista{
    display: flex;
    flex-flow: column;
    box-shadow: inset 0rem 0rem 0.75rem 0.15rem rgba(0,0, 0, 0.25);
    padding: 0.95rem 0.95rem;   
    border-radius: 1.95rem;
    gap: 0.5rem
}

.lista-principal{    
    display: flex;
    align-items: baseline;
    text-wrap: wrap;
    text-align: justify;    
}

.texto-principal{
    font-size: 1.5rem;    
}

/* <!-- ################################################# --> */

/* Seção Quem Somos */

.secao-quem-somos{
    display: flex;
    flex-flow: nowrap; 
    align-items: center;   
    background-image: url(https://static.vecteezy.com/system/resources/previews/012/773/522/non_2x/technology-modern-white-background-template-free-vector.jpg);    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    box-shadow: 0 0 0.00274rem 0.0633rem rgba(0,0, 0, 0.25);
    gap: 2.5rem;
    margin: 0;
}

.conteudo-quem-somos{
    text-align: justify; 
}

.texto-quem-somos{
    padding: 0.82rem;
}
    
.secao-quem-somos img{   
    width: 30em;
    height: 27rem;

} 

/* <!-- ################################################# --> */

/* Secao como Ajudar */

.secao-como-ajudar{
    background-image: url(https://static.vecteezy.com/system/resources/previews/012/773/522/non_2x/technology-modern-white-background-template-free-vector.jpg);
    box-shadow: 0 0 0.00274rem 0.0633rem rgba(0,0, 0, 0.25);
    margin: 0;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
}
.container-como-ajudar{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.titulo-h2, .titulo-parceiros{
    color: rgb(242, 244, 243);
    border-radius: 15px;
    background-color:#2974e5;
    padding: 1rem 2.5rem;
    box-shadow: inset 0rem 0rem 0.75rem 0.15rem rgba(0,0, 0, 0.25);
}

.container-lista-como-ajudar{
    display: flex;   
    gap: 3.5rem;
}

.container-lista-como-ajudar img{
    width: 20rem;
    height: 20rem;
}

.lista-como-ajudar{
    display: flex;
    gap: 1rem;    
    text-align: justify;
    text-wrap: wrap;    
}

.lista-como-ajudar img{
    width: 2rem;
    height: 2rem;    
}

/* <!-- ################################################# --> */

/* Secao Parceiros */
.secao-parceiros{
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    background-image: url(https://static.vecteezy.com/system/resources/previews/012/773/522/non_2x/technology-modern-white-background-template-free-vector.jpg);    
    background-position: 50%;
    background-size: cover;
    box-shadow: 0 0 0.00274rem 0.0633rem rgba(0,0, 0, 0.25);
    padding-top: 1.5rem;
}

.container-parceiros{
    display: flex;
    flex-flow: column;
    position: relative;
    justify-content: center; 
    padding-top: 3.75rem; 
}

.titulo-parceiros{
    transform: rotate(-2.5deg);
    position: absolute;
    top: 0;
    left: 40%;    
}

.logo-parceiros{
   display: flex;
   flex-flow: row;
   justify-content: space-around;
   align-items: center;
   flex-wrap: wrap;
   padding-top: 2.5rem; 
}

.logo-parceiros img{
    border-radius: 2rem;
    padding: 1rem;
    box-shadow: inset 0 0 0.331rem 0.2222rem rgba(0,0, 0, 0.25);
    width: 20rem;
    height: 9rem;
}

.logo-parceiros{
    & a{
        transition: transform ease-in 200ms;
        &:hover,
        &:active{
            transform: scale(1.1);
        }
    }
}
/* <!-- ################################################# --> */

/* Seção Rodape */
.container-rodape{
    display: flex;
    padding: 0.75rem 2rem;
    padding-bottom: 1rem;
    background-image: url(https://static.vecteezy.com/system/resources/previews/012/773/522/non_2x/technology-modern-white-background-template-free-vector.jpg); 
    background-position: 50%;     
    justify-content: space-around;
    gap: 2rem;    
    box-shadow: 0 0 0.00274rem 0.0633rem rgba(0,0, 0, 0.25);
    position: relative;

}

.contato-rodape{
    display: flex;
    flex-flow: column;
    gap: 1.02rem;
}

.caixa-contato{
    display: flex;
    flex-flow: column;
    gap: .0.85rem;
    h2{
        font-size: 1.5rem;
    }
}

.adress{
    color: black;
    font-size: 1.2rem;
    font-weight: 500;
    padding-bottom: 0.25rem;
    p{
        font-size: 1.4rem;
    } 
}

.container-rodape img{
    width: 20rem;
    height: 15rem;
}

.rodape-icone a,
.icone{
    display: flex;
    justify-content:left;
    gap: 0.5rem;
    line-height: 1.9;
    font-size: 1.4rem;
}

.rodape-icone img{
    width: 2.5rem;
    height: 2.5rem;
}

.redesocial-rodape{
    display: flex;
    flex-flow: column;
    gap: 0.85rem;
    h2{
        font-size: 1.5rem;
    }  
}

.fixo-wathsapp{
    position: fixed;
    right: 0.45rem;
    bottom: 1.2rem;
    transition: ease-in-out 0.8s;
   
    /* transition-property: transform; */

    &:hover{     
            translate: 0.3rem 0.5rem;          
    }

    & img{
        width: 6.5rem;
        height: 6.5rem;
    }    
}



/* <!-- ################################################# --> */
.copy{
    font-size: 1.2rem;
    font-weight: 550;
    text-align: center;
}

.secao-manutencao{
    display: flex;
    padding-top: 8.7rem;
    background-image: url(https://www.vivoplantas.com.br/emconstrucao.png); 
    background-position: 50%;      
    background-repeat: no-repeat;
    background-size: cover; 
    gap: 19rem;
    height: 65vh;
    width: 100vw;
}

/* <!-- ################################################# --> */

/*Secao Legislacap  */
.secao-principal-legislacao{
    display: flex;
    flex-flow: column;
    padding-top: 8.7rem;
    
    & .titulo-legislacao {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.82rem 0.6rem    ;
        box-shadow: inset 0 0 0.8rem 0.2rem rgba(0, 0, 0, 0.25);
        border-radius: 1.02rem;
        
        & img{
            width: 100%;
            justify-content: center;
        }
        
    }
    & .conteudo-legislacao{
        display: flex;
        flex-flow: column;
        gap: 0.82rem;
        border: 0.025rem solid rgba(0, 0, 0, 0.148);
        padding: 0.82rem 1.06rem;
        box-shadow: inset 0 0 0.6rem 0.052rem rgba(0, 0, 0, 0.25);
    }
    & .texto-legislacao{
        display: flex;
        flex-flow: row;
        font-size: 1.02rem;
        text-align: justify;
                                   
        & a{
        text-transform: uppercase;    
        }

        & a:hover{
            text-decoration: underline;
        }      
    }
}