@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
*
/*----------------------------------------Home-------------------------------------------------------*/

    {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    }
    
    body {
    font-family: 'poppins', sans-serif;
    font-size: 20px;
    }
    header
    {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.9s;
    padding: 5px 16px;
    z-index: 100;
    background-color: #fbff015d(0,0,0,0.3);
    }
    header ul
    {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    }
    header ul li {
    position: relative;
    list-style: none;
    }
    header ul li a {
    position: relative;
    margin: 0 30px 5px 5px;
    text-decoration: none;
    color: black;
    letter-spacing: 1px;
    font-weight: 500px;
    transition: 0.6s;
    }
    header ul li a:hover{
    color: orange;
    }
    ::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
    }
    ::-webkit-scrollbar-thumb {
    background: #525151;
    border-radius: 8px;
    }
    .logo
    {
    position: relative;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.6s;
    }  
    .sticky {
    padding: 0px 100px;
    background: #fff;
    }
/*----------------------------------------Banner Principal-------------------------------------------------------*/
    .banner
    {
    position: relative;
    width: 100%;        
    margin: 0;
    height: 95vh;
    align-items: center;
    background-size: cover;
    display: flex;
    padding: 10rem 7% 2rem;
    } 
    .banner .home-banner
    {
    max-width: 44rem;
    } 
    .home-banner h3
    {
    font-size: 30px;
    font-weight: 700;
    line-height: .3;
    }
    .home-banner h1
    {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: .3rem;
    }
    .home-banner p
    {
    font-size: 17px;
    max-width: 40em;
    }
    .img-redes
    {
    display: inline-block;
    margin: 20px 20px 20px;
    }
    .button
    {
    display: inline-block;
    padding: 1.2rem 2.8rem;
    background: #fcf48b;
    border-radius: .6rem;
    box-shadow: 0 .2rem .5rem var(--shadow-color);
    color: #797979;
    font-size: 20px;
    letter-spacing: .1rem;
    font-weight: 600;
    text-decoration: none;
    }
    .button:hover
    {
    background: #fff;
    color: #000;
    transition: 0.7s;
    }
        
    /*----------------------------------------Rodape-------------------------------------------------------*/

    footer *
    {
        box-sizing: border-box;        
        padding: 0;
        margin: 0;
        font-size: 15px;
    }
    footer ul
    {
        list-style: none;
    }
    footer
    {
       color: #fff;
       background: #121315; 
    }
    footer p
    {
        color: #ccc;
        max-width: 30em;
        font-size: 0.9em;
        line-height: 23px;
    }
    footer a
    {
        color: #fff;
        text-decoration: none;
    }
    footer h4
    {
        margin-bottom: 1em;
        text-transform: uppercase;
    }
    .media-icons li, .service-icons li{
        display: inline-block;
        margin: 10px 10px 10px;
    }
    footer .container
    {
        max-width: 1200px;
        margin: 0 auto;
        padding: 2em;
    }
    .footer1 .container
    {
        position: relative;
    }
    .footer1 .footer-top .container, .footer1 .col2,
    .footer1 .footer-bottom .container, .footer2 .container, .footer3 .container 
    {
        display: flex;
        gap: 4em;
        justify-content: space-between;
    }
    .whats{
        position: fixed;
        bottom: 5px;
        right: 5px;
        width: 100px;
    }
 /*----------------------------------------login-------------------------------------------------------*/
 .box{
    color: black;
    margin-left: 28%;
    background-color: #fcf48b;
    padding: 15px;
    border-radius: 15px;
    width: 40%;
    margin-bottom: 15px;
    margin-top: 10%;
    }
    fieldset
    {
    border: 3px solid white;
    border-radius: 20px;
    padding: 10px;
    }
    legend
    {
    border: 2px solid white;
    padding: 10px;
    text-align: center;
    background-color: #fcf48b;
    border-radius: 8px;
    }
    .inputBox
    {
    position: relative;
    }
    .inputUser
    {
    background: none;
    border: none;
    border-bottom: 1px solid lightgray;
    outline: none;
    color: black;
    font-size: 15px;
    width: 100%;
    letter-spacing: 2px;
    }
    .inputUser::placeholder
    {
    color: white
    }
    .labelInput
    {
    position: absolute;
    top: 0px;
    left: 0px;
    pointer-events: none;
    transition: .5s;
    }
    .inputUser:valid ~ .labelInput{
    top: -20px;
    font-size: 10px;
        color: lightgray;
        }
        .form_edit{
        border: none;
        padding: 10px;
        border-radius: 10px;
        outline: none;
        font-size: 15px;
        margin-top: 5px;
        }
        #submit{
        justify-content: center;
        align-items: center;
        background: #000;
        width: 30%;
        border: none;
        padding: 15px;
        color: white;
        font-size: 15px;
        cursor: pointer;
        border-radius: 10px;
        border: 1px solid rgb(117, 117, 117);
        }
        #submit:hover{
        background: #fcf48b;
        color: black;
        }   .container2

    .container2 h2
    {
        width: 100%;
        color: #e27115;
        font-size: 36px;
        text-align: center;
        margin-bottom: 10px;
    }
    .container2 .row100
    {
        align-items: center;
        justify-items: center;
        position: relative;
        width: 100%;
        grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    }
    .container2 .row100 .col
    {
        position: relative;
        width: 100%;
        padding: 0 10px;
        margin: 30px 0 10px;
        transition: 0.5s;
    }
    .container2 .row100 .inputBox
    {
        position: relative;
        width: 100%;
        height: 40px;
        color: #000;
    }
    .container2 .row100 .inputBox input,
    .container2 .row100 .inputBox .textarea textarea

    {
        position: absolute;
        width: 100%;
        height: 100%;
        background: transparent;
        box-shadow: none;
        border: none;
        outline: none;
        font-size: 18px;
        padding: 0 10px;
        z-index: 1;
        color: #000;
    }
    .container2 .row100 .inputBox .text
    {
        position: absolute;
        top: 0;
        left: 0;
        line-height: 40px;
        font-size: 18px;
        padding: 0 10px;
        display: block;
        transition: 0.5s;
        pointer-events: none;
    } 
    
    .container2 .row100 .inputBox input:focus ~ .line,
    .container2 .row100 .inputBox input:valid ~ .line
    {
        height: 100%;
    }
    .container2 .row100 .inputBox.textarea
    {
        position: relative;
        width: 100%;
        height: 100px;
        padding: 10px 0;
    }
    .container2 .row100 .inputBox.textarea textarea
    {
        height: 100%;
        resize: none;
    }
    .container2 .row100 .inputBox textarea:focus + .text,
    .container2 .row100 .inputBox textarea:valid + .text
    {
        top: -35px;
        left: -10px;
    }
    .container2 .row100 .inputBox textarea:focus  ~.line,
    .container2 .row100 .inputBox textarea:valid  ~ .line
    {
        height: 100%;    
    }
    input[type="submit"]
    {
        border: none;
        padding: 10px 50px;
        cursor: pointer;
        outline: none;
        color: #000;
        font-size: 18px;
        border-radius: 20px;
        background: #fff;
    }
    input[type="submit"]:hover
    {
    background: #000;
    color: #fff;
    transition: 0.5s;
    }

    .button2
        {
            display: inline-block;
            align-items: center;
            padding: 1rem 1.8rem;
            background: #fcf48b;
            border-radius: .8rem;
            box-shadow: 0 .2rem .5rem var(--shadow-color);
            color: #797979;
            font-size: 20px;
            letter-spacing: .1rem;
            font-weight: 600;
            text-decoration: none;
        }
        .button2:hover
        {
            background: #fff;
            color: #000;
            transition: 0.7s;
        }
    /*----------------------------------------Card conteudo-------------------------------------------------------*/
    .conteiner 
    {
        background: #fbff017a;
        display: block;
        position: relative;
        width: 100%;
        height: 80vh;
    }
    
    .conteiner2 
    {
        background: #fbff017a;
        display: block;
        position: relative;
        width: 100%;
        height: 80vh;
    }
    .heading
{
    background: #fbff0117;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
}

.content
{
    background: #fbff0117;
    display: flex;
    justify-content: space-between;
}


.direitos
{
    background: white;
    text-align: center;
    font-size: 15px;
}

.card1
{
    background: #fff;
    width: 500px;
    height: 380px;
    margin: 50px;
    border-radius: 15px;
    align-items: center;
    text-align: center;
}
.card1 p 
{
    padding: 30px;
    font-size: 15px;
}
.card1 h2
{
    font-size: 25px;
}
.card1:hover
{
    background: #000;
    transition: 0.5s;
    color: #fff;
}
/*---------------------------------------serviços---------------------------------*/
.conteiner-service 
{

    background: white;
    display: block;
    position: relative;
    width: 100%;
    height: 150%;
    text-decoration: none;
}
.content-service
{
    background: transparent;
    display: flex;
    justify-content: space-between;
    text-align: center;
    text-decoration: none;
}
.card-service
{
    background: #ffff0679;
    margin: 20px;
    align-items: center;
    text-align: center;
    text-decoration: none;
    height: 790px;
    width: 810px;
    border-radius: 30px;
}
.card-service:hover
{
    background: #000;
    transition: 0.5s;
    color: #fff;
}
.button-service
{
    display: inline-block;
    padding: 1.2rem 2.8rem;
    background: #000;
    border-radius: .6rem;
    box-shadow: 0 .2rem .5rem var(--shadow-color);
    color: #fff;
    font-size: 20px;
    letter-spacing: .1rem;
    font-weight: 600;
    text-decoration: none;
}
.button-service:hover
{
    background: #fff;
    color: #000;
    transition: 0.7s;
}
/*-------------------------------------------------Missão, visão e Valores--------------------------------------------------*/
    
.content-missions
{
    background: transparent;
    display: contents;
    justify-content: space-between;
    align-items: center;
}
.card-missions
{
    background: #000000;
    color: #fff;
    margin: 80px;
    align-items: center;
    text-align: center;
    height: 80vh;
    width: 110vh;
    border-radius: 60px;
}
/*----------------------------------------Quem Somos-------------------------------------------------------*/
.banner-quemsomos
{
position: relative;
width: 100%;        
margin: 0;
height: 98vh;
align-items: center;
background-size: cover;
display: flex;
padding: 1rem 7% 2rem;
} 
.contact-banner h3
{
align-items: center;
padding: 50px;
}
.image-location
{
margin: 20px;
}
/*----------------------------------------Fomulario-------------------------------------------------------*/
.corpo
{
display: flex;
height: 115vh;
justify-content: center;
align-items: center;
background: #fff;
}
.cotainer
{
max-width: 700px;
width: 100%;
background: #ffff0679;
padding: 25px 30px;
border-radius: 5px;
}
.cotainer .title
{
font-size: 25px;
font-weight: 500;
}
.cotainer form .user-details
{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
form .user-details .input-box
{
    margin: 10px 0 12px 0;
width: calc(100% / 2 - 20px);
}
.user-details .input-box input
{
height: 45px;
width: 100%;
outline: none;
border-radius: 5px;
border: 1px solid #ccc;
padding-left: 15px;
font-size: 16px;

}
form .gener-details .gener-title
{
font-size: 20px;
font-weight: 400;
}
form .buttoms
{
margin: 20px;
}
form .buttoms input
{
outline: none;
height: 100%;
}


/*----------------------------------------card service-------------------------------------------------------*/


.content-missions
{
    background: transparent;
    display: contents;
    justify-content: space-between;
    align-items: center;
}
.card-missions-sevice
{
    background: #000000;
    color: #fff;
    margin: 80px;
    align-items: center;
    text-align: center;
    height: 80vh;
    width: 200vh;
    border-radius: 60px;
}