@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family= League+Spartan:wght@300 & display=swap') ;
.container
{
display: flex;
gap: 5px;
}

.lado1{
    background-color:rgb(255, 255, 255);
    width: 50%;
    height: 670px;
}
.lado2{
    background-color:#edf0f2;
    width: 50%;
    height: 670px;
}
.foto
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 650px;
    height: 20vw;

}
h3{
    text-align: center;
    margin-top: -50px;
    margin-left: -15px;
    font-size: 25px;
    font-family: 'League Spartan', sans-serif;

}
h5{
    font-family: 'League Spartan', sans-serif;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    margin-top: -13px;
    margin-left: 2px;
}
#btn_contato
{ 
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 30%;
    background-color: black;
    color: antiquewhite;
    cursor: pointer;
}
h2{
    text-align: center;
   padding: 80px;

    font-family: 'League Spartan', sans-serif;
    font-size: 30px;
    color: black;
}
ul{
    text-align: center;
    padding: 18px;
}
a
{
    margin-right: 18px;
    text-decoration: none;
}
p
{
    text-align: center;
    justify-content: center;
    font-family: 'League Spartan', sem serifa;
    font-weight: 400;
    font-size: 20px;
    padding: 25px;
}
#btn_corriculo
{
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 40%;
    height: 40px;
    background-color: black;
    color: antiquewhite;
    text-decoration: none;
    cursor: pointer;

}
#btn_corriculo:hover
{
    background-color: blue;
    

}
#btn_contato:hover
{

    background-color: blue;
    

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

    .foto {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 178px;
        height: 66vw;
    }
    
    #btn_contato {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 63%;
        background-color: black;
        color: antiquewhite;
        cursor: pointer;
    }
    
    #btn_corriculo {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 76%;
        height: 40px;
        background-color: black;
        color: antiquewhite;
        text-decoration: none;
        cursor: pointer;
    }
    .lado1 {
    background-color: rgb(255, 255, 255);
    width: 50%;
    height: 704px;
}
    .lado2 {
    background-color:  background-color:#edf0f2;
    width: 50%;
    height: 704px;
}
}
    
