body {
    font-family: Arial, Helvetica, sans-serif;
}

.topo {
    width: 100%;
    height: 100%;
    background-image: url(imgs/topo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.topo_conteudo {
    height: 400px;
}

.topo_esquerda {
    width: 450px;
    height: 350px;
    margin-top: 100px;
    text-align: center;
}

.logo {
    width: 350px;
}

.topo_frase {
    font-size: 22px;
    margin-top: 10px;
    color: #fff;
    margin: 20px 0px 20px 0px;
}

.topo_b1 {
    float: left;
    width: 210px;
    background-color: #613C8D;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 100px;
    cursor: pointer;
    outline: 3px solid #613C8D;
}

.topo_b1:hover {
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    color: #613C8D;
    border-radius: 100px;
    cursor: pointer;
    outline: 3px solid #fff;
}

.topo_b2 {
    float: right;
    width: 210px;
    background-color: none;
    height: 40px;
    color: #fff;
    line-height: 40px;
    border-radius: 100px;
    cursor: pointer;
    outline: 3px solid #fff;

}

.topo_b2:hover {
    float: right;
    background-color: #fff;
    height: 40px;
    color: #613C8D;
    line-height: 40px;
    border-radius: 100px;
    cursor: pointer;
    outline: 3px solid #fff;

}

.projeto {
    width: 100%;
    height: 100%;
    background-color: #EEEEEE;
    padding: 20px 0px 40px 0px;
}

.prj_img {
    width: 500px;
}

.prj_ttl {
    color: #EA5638;
    margin-top: 40px;
}

.prj_texto {
    color: #606062;
    font-size: 22px;
    margin-top: 20px;
}

.prj_img_m {
    float: none;
    width: 0px;
}

.missao {
    background-color: #613C8D;
    width: 100%;
    height: 100%;
    padding: 0px;
}

.missao_texto {
    width: 400px;
    margin-top: 100px;
}

.missao_img {
    width: 500px;
}

.missao_img_m {
    width: 0px;
    margin-top: 0px;
}

.missao_texto_m {
    width: 0px;
    margin-top: 0px;
}

.objetivo_img {
    width: 400px;
    margin: 40px 0px 40px 20px;
}

.obj1 {
    width: 100%;
    background-color: #EA5638;
    padding: 20px 0px 20px 0px;
}

.obj1_img {
    width: 100%;
}

.obj1_img_m {
    width: 0px;
}

.obj_ttl {
    color: #fff;
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.obj_texto {
    color: #FCDBD5;
    font-size: 22px;
}

.obj2 {
    width: 100%;
    background-color: #E54138;
    padding: 20px 0px 20px 0px;
}

.obj2_m {
    width: 0px;
}

.parceria {
    width: 100%;
    background-color: #613C8D;
    padding: 20px 0px 20px 0px;
}

.patrocinador_texto {
    width: 600px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.patrocinador_texto_m {
    width: 0px;
}

.logotipo {
    width: 100%;
    margin-bottom: 30px;
}

.parte {
    width: 100%;
    background-color: #41315E;
    padding: 20px 0px 20px 0px;
}

.fin_aux {
    width: 100%;
    height: 50px;
    background-color: #000;
}

.parte_texto {
    width: 500px;
    margin-top: 20px;
}

.parte_btn {
    width: 210px;
    background-color: none;
    height: 40px;
    color: #fff;
    line-height: 40px;
    border-radius: 100px;
    cursor: pointer;
    outline: 3px solid #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.parte_btn:hover {
    width: 210px;
    background-color: #fff;
    height: 40px;
    color: #613C8D;
    line-height: 40px;
    border-radius: 100px;
    cursor: pointer;
    outline: 3px solid #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}


@media(max-width: 1440px) {
    .topo_esquerda {
        height: 340px;
        margin-top: 100px;
        text-align: center;
        margin-left: 150px;
    }

    .prj_img {
        float: right;
    }

    .objetivo_img {
        width: 500px;
        margin: 40px 0px 40px 20px;
    }
}

@media(max-width: 1024px) {
    .topo_esquerda {
        height: 340px;
        margin-top: 100px;
        text-align: center;
        margin-left: 50px;
    }

    .prj_ttl {
        color: #EA5638;
        font-size: 30px;
        margin-top:30px
    }
    
    .prj_texto {
        color: #606062;
        font-size: 16px;
        margin-top: 10px;
    }

    .prj_img {
        float: right;
        width: 400px;
    }

    .objetivo_img {
        width: 360px;
        margin: 40px 0px 40px 20px;
    }

    .objetivo_img {
        width: 420px;
        margin: 40px 0px 40px 20px;
    }

    .obj_ttl {
        color: #fff;
        font-size: 22px;
        margin-top: 30px;
        margin-bottom: 16px;
    }
    
    .obj_texto {
        color: #FCDBD5;
        font-size: 17px;
    }

    .missao_img {
        width: 400px;
    }

    .missao_texto {
        width: 350px;
        margin-top: 70px;
    }
    
}

@media(max-width: 768px) {
    .topo_esquerda {
        height: 340px;
        margin-top: 100px;
        text-align: center;
        margin-left: 0px;
    }

    .prj_ttl {
        color: #EA5638;
        font-size: 30px;
        margin-top:10px
    }
    
    .prj_texto {
        color: #606062;
        font-size: 14px;
        margin-top: 10px;
    }

    .prj_img {
        float: right;
        width: 340px;
    }

    .missao_texto {
        width: 260px;
        margin-top: 55px;
    }
    
    .missao_img {
        width: 300px;
    }

    .obj_ttl {
        color: #fff;
        font-size: 22px;
        margin-top: 10px;
        margin-bottom: 0px;
    }
    
    .obj_texto {
        color: #FCDBD5;
        font-size: 16px;
        line-height: 20px;
    }
}

@media(max-width: 480px) {
    .topo {
        width: 100%;
        height: 450px;
        background-image: url(imgs/topo_m.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .topo_esquerda {
        width: 100%;
        height: 340px;
        margin-top: 100px;
        text-align: center;
    }

    .logo {
        width: 300px;
    }

    .topo_frase {
        font-size: 18px;
        margin-top: 10px;
        color: #fff;
        margin: 20px 0px 20px 0px;
        line-height: 25px;
    }

    .topo_b1 {
        width: 100%;
        background-color: #613C8D;
        height: 40px;
        line-height: 40px;
        color: #fff;
        border-radius: 100px;
        cursor: pointer;
        outline: 3px solid #613C8D;
        margin-bottom: 20px;
    }
    
    .topo_b2 {
        width: 100%;
        background-color: none;
        height: 40px;
        color: #fff;
        line-height: 40px;
        border-radius: 100px;
        cursor: pointer;
        outline: 3px solid #fff;
    }

    .topo_esquerda {
        width: 100%;
        height: 320px;
        margin-top: 120px;
        text-align: center;
    }

    .prj_img {
        float: none;
        width: 0px;
    }

    .prj_img_m {
        float: none;
        width: 100%;
    }

    .prj_ttl {
        color: #EA5638;
        margin-top: 0px;
        font-size: 24px;
    }
    
    .prj_texto {
        color: #606062;
        font-size: 18px;
        margin-top: 10px;
    }

    .projeto {
        width: 100%;
        height: 100%;
        background-color: #EEEEEE;
        padding: 20px 0px 20px 0px;
    }

    .missao_texto {
        width: 0px;
        margin-top: 0px;
    }

    .missao_texto_m {
        width: 160px;
        margin-top: 30px;
    }
    
    .missao_img {
        width: 0px;
        margin-top: 0px;
        position: absolute;
    }

    .missao_img_m {
        width: 165px;
        float: right;
    }

    .missao {
        background-color: #613C8D;
        width: 100%;
        height: 100%;
        padding: 0px;
    }

    .objetivo_img {
        width: 280px;
        margin: 20px 0px 20px 20px;
    }

    .obj1_img {
        width: 0px;
    }

    .obj1_img_m {
        width: 100%;
        margin-top: -20px;
    }
    
    .obj_ttl {
        color: #fff;
        font-size: 16px;
        margin-top: 16px;
        margin-bottom: 10px;
    }
    
    .obj_texto {
        color: #fff;
        font-size: 16px;
        line-height: 20px;
    }

    .obj2_m {
        width: 100%;
    }

    .patrocinador_texto {
        width: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    .patrocinador_texto_m {
        width: 300px;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .parte_texto {
        width: 300px;
    }
    
}
