
.politica {
    margin-left: 170px ;
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
}
.politica input[type="checkbox"] {
    margin-right: 10px;
    
}




body{

margin: 0%;



}

.web{

width: 100%;

margin: 0px;

}

.mobile{

display: none;

}

.form{

display: flex;

align-items: center;

justify-content: center;

margin-top: -142vw;

border-radius: 10px;  


}



.inp{

text-transform: uppercase;

width: 80%;

height: 3.5vw;

margin-bottom: 1%;

background-color:#7450AE;

border-radius: 8px;

border: none;

margin-left: -10%;

color: #fff;

padding: 0px 15px 0px;

box-sizing: border-box;

font-weight: 700;

font-size: 1.5vw;

}

.inp::placeholder{

text-transform: uppercase;

color: #fff;

font-weight: 700;

font-size: 1.5vw;

}
select{
text-transform: uppercase;

width: 80%;

height: 3.5vw;

margin-bottom: 1%;

background-color: #7450AE;

border-radius: 8px;

border: none;

margin-left: -10%;

color: #fff;

padding: 0px 15px 0px;

box-sizing: border-box;

font-weight: 700;

font-size: 1.5vw;
}
select::placeholder{

    text-transform: uppercase;

    color: #fff;
    
    font-weight: 700;
    
    font-size: 1.5vw;

}

option{
    font-weight: 700;
color: #fff;

}

form{

text-align: center;

}



button{

background-color:#FBCB3B;

color: white;

font-size: 1.5vw;

margin-top: 0%;

font-weight: 700;

border: none;

height: 3.5vw;

border-radius: 5px;



width: 10vw;



}



.bt{

margin-left: -11%;

align-items: center;

justify-content: center;

align-items: center;

}



button:hover{

cursor: pointer;

}



@media(max-width:600px){

.web{

display:none

}

.mobile{

display: inline;

width: 100%;

}

.form{

margin-right: 0%;

margin-top: -237.5%;

}

.inp{

margin-left: 0;

width: 90%;

height: 30px;
height: 6vw;
}

.inp::placeholder{

text-transform: uppercase;



font-weight: 600;

font-size: 3.5vw;

}    
select{
    margin-left: 0;
    
width: 90%;

font-size: 3.5vw;
height: 6vw;
}

button{

width: 50%;

margin-left: 0;

height: 6vw;

font-size: 1em;

padding:5px;

margin-top: 2%;

}



.bt{

margin-left: 0;

}

option{



font-size: .8em;

}

.politica {
    display: flex;
  justify-content: space-evenly;
  margin-left: 10%;
  margin-right: 10%; 
}

label{
    margin: 0%;
}


}
