
.trocador{
    text-align: right;
}

.icones{
    float: right;
    text-align: right;
}
.trabalho{
font-weight: 400;
color: darkblue;
}
.remoto{
    font-weight: 300; 
    color: rgb(98, 98, 224);
}
.localmente{
    font-weight: 200;
    color: darkblue;
}
.trabalhoRemoto{
    font-family: "Playwrite HU", cursive;
}
iframe{
    width: 100%;
    height: 280px;
    margin: 0 auto;
    border: none;
}
.iframe2{
    width: 400px;
    height: 500px;
    float: right;
    margin-top: -100px;
    border: 0;
    z-index: 5;
}
.fundo_explicacao{
    border-top: -100px;
    border-radius: 10px;
    font-size: 12px;
    vertical-align: middle;
    background-image: linear-gradient(rgb(10, 118, 142), rgb(162, 234, 246));
}
.freelance{
    font-size: 34px;
    color: rgb(51, 174, 246);
}
.titulo_metodo{
    font-size: 18px;
    text-align: left;
    margin: 0 auto;
    vertical-align: middle;
}
@media only screen and (max-width: 800px){
.seta{
    display: none;
}
.iframe2{
    display: none;
}
    
}
