*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    text-decoration: none;
    list-style: none;
    color: #FAFAFA;
}
:root{
    --elementos:#02EDAE;
    --cor1:#FAFAFA;
    --cor2:black;
}
body{
    background: linear-gradient(#10183cf0, #10183cd9, #10183ca7,var(--elementos)), url(Nao-e-hora-de-arriscar-os-seus-negocios-1000x450.jpg);
    background-size: cover;
    background-position: none;
    min-height: 100vh;


}
header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 160px;
}
article{
    width: 50%;
    margin: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
h1{
    font-size: 30px;
    margin-bottom: 0px;
    width: 100%;
}
#div2{
    margin: auto;
    width: 100%;
}
h2{
    color:var(--elementos);
    font-size: 90px;
    width: 100%;
    text-align: center;
    margin: auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
span{
    color: var(--elementos);
    font-weight: bold;
}
#sp{
    color: var(--cor2);
}
#h21{
    margin-top: -28px;
}
article #p1{
    width: 50%;
    margin-bottom: 30px;
}
article #p2 {
    width: 50%;
    margin-bottom: 20px;
}
div{
    width: 50%;
    margin: 30px;
}
form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0px;
}
#texto{
    align-items: center;
    margin: auto;
    width: 100%;
    text-align: center;
    font-weight: bold;
    width: 90%;

}
#formulario{
    padding: 30px;
    width: 35%;
    border: 2px solid var(--elementos);
    background-color: #00000084;
    border-radius: 10px;
}
input{
    margin: 15px;
    height: 40px;
    border-radius: 5px;
    padding: 0 10px;
    color: black;
    outline: none;
}
button{
     background-color: #51CC5E;
    border: solid 2px #fff;
    font-weight: 800;
    padding: 20px 40px;
    border-radius: 10px;
    cursor: pointer;
    outline: none;
}
.div1{
    width: 100%;

}
.div1 h2{
width: 100%;
    
}

#formulario label{
    padding: 0 20px;
    margin-bottom: -15px;
    font-weight: bold;
}
#btn{
    background-color: var(--elementos);
    font-size: 20px;
    transition: all 0.5s;
    outline: none;
}
#btn:hover{
    opacity: 80%;
    transition: all 0.5s;
    cursor: pointer;
}
#foto{
    width: 140px;
    height: 140px;
    margin-bottom: 5px;
    margin-top: 5px;
    transition: all 0.5s;
    margin: auto;
    padding: 10px 0;

   
}
img{
    width: 180px;
    height: 100%;
    width: 100%;
    margin: auto;
    border-radius: 5px;
    margin-left: 3px;
}
@media (max-width:1200px) {
    header{
        padding: 10px ;

    }
    
}
@media (max-width:960px) {
    header{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    article{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    h1{
        font-size: 20px;
    }
    h2{
        font-size: 50px;
    }
    #div1{
        width: 100%;
    }
    #p1{
        width: 100%;
    }
    #formulario{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    form{
        width: 100%;
    }
    #sp{
        color: var(--elementos);
    }
    
}