
body{
    background-image: url(img/funndo.png);
   
    overflow-x: hidden;
}

#logo{
    background-image: url(img/Logo.png);
    background-size: cover;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    margin-top: -35px;
   
}

#topo{
    font-weight: bolder;
    font-size: xx-large;
    text-align: left;
    margin-top: -0.6%;
    margin-left: -0.6%;
    width: 102%;
    height: 50px;
    border-radius: 0px;
    background-color: #00bf63;
}

#imcar{
    margin-top: 5%;
    background-color: red;
    height: 300px;
    width: 50%;
    border-radius: 7px;
}

#buzão{
    margin-top: 10%;
    margin-left: -30%;
    background-color: #ffde59;
    border-radius: 20px;
    height: 50px;
    width: auto;
    font-weight: bolder;
    font-size: xx-large;
}

/*#dxd{
    margin-top: 5%;
    background-color: rgb(71, 211, 211);
    height: 200px;
    width: 50%;
    border-radius: 7px;
}*/

#perdiv{
    background-color: #00bf63;
    height: 400px;
    width: 50%;
    text-align: center;
    font-size: xx-large;
    font-weight: bolder;
    border-radius: 7px;
}

#divperg{

    width: auto;
    height: 200px;

}

#divresp{

    width: auto;
    height: 200px;

}

#btVolt{
    background-color: blueviolet;
    border-radius: 20px;
    border-color: rgb(71, 211, 211);
    border-style: solid;   
}

#sa{
    background-color: #00bf63;
    height: auto;
    width: 60%;
    text-align: center;
    font-size: larger;
    border-radius: 7px;
}

#awq{
    margin-top: 5%;
    background-color: red;
    height: 270px;
    width: 70%;
    border-radius: 7px;
}

#Job{

    margin-left:50%;
    margin-top: -30%;
    width: 400px;

}

#joberg{
    width: 350px;
    margin-top: -20%;
    position: fixed;
}

#btnVoltar{

    margin-top: 5%;
    background-color: #ffde59;
    border-radius: 20px;
    height: 50px;
    width: auto;
    font-weight: bolder;
    font-size: xx-large;

}

#dvinfo{

    background-color: #00bf63;
    width: 50%;
    border-radius: 7px;
    
}

#pinfo{
    text-align: justify;
}

#jobner{

width: 400px;
margin-left: 70%;
margin-top: -25%;
position: fixed;


}

@media screen and (max-width: 481px) {
    #sa{
        width: 70% !important;
    }

    #perdiv{
        width: 70%;
        height: auto;
    }

    #imcar{
        width: 80%;
    }

    #Job{
        width: 250px ;
      
    }

    #buzão{
        font-size:larger ;
        width: auto;
    }

    #joberg{
        width: 200px;
        position: absolute;
    }

    #jobner{

        width: 200px;  
        margin-top: -100%; 
        margin-left: 60%;     
        }

        #perguntinha{
            font-size: 30px;
        }
}


@media screen and ( max-width: 601px) and (min-width:482px) {
    #sa{
        width: 70% !important;
    }

    
    #perdiv{
        width: 70%;
        height: auto;
    }

    
    #imcar{
        width: 80%;
    }

    #Job{
        width: 300px !important;
      
    }

    #buzão{
        font-size:x-large ;
        width: auto;
    }

    #joberg{
        width: 250px;
        position: absolute;
    }

    #perguntinha{
        font-size: 30px;
    }

}

@media screen and (max-width: 1000px) and (min-width: 602px) {
    #sa{
        width: 70% !important;
    }

    #perdiv{
        width: 70%;
        height: auto;
    }

    #imcar{
        width: 80%;
    }

    #Job{
        width: 350px !important;
        
    }
    #buzão{
        font-size:xx-large ;
        width: auto;
    }

    #joberg{
        width: 300px;
        position: absolute;
    }
}

/*#Job{
    
}*/

.Reinp{
    width: 70%;
    font-weight: bolder;
    font-size: medium;
    background-color: #ffde59;
    border-style: solid;
    border-radius: 10px;
    transition: 0.4s;
}

.Reinp:hover{
    background-color: blue;
    border-color: aqua;
}

#btnImp{

    background-color: green;
    border-style: solid;
    margin-left: 45%;

}

rect{
    fill: #00bf63;
}

input{
    opacity: 0%;
}