body {
    width: 100%;
    height: 100%;
    margin: 0%;
    background-image: url(https://img.freepik.com/vetores-gratis/fundo-branco-abstrato_23-2148808256.jpg?w=2000)
}

.menu-principal {
    width: 100%;
    background-color: #000;
    height: 60px;
}

main {
    margin: 0% auto;
    width: 100%;
    position: relative;
    float: left;

}

.logo {
    padding: 10px;
    width: 80%;
    float: left;

}

.logo2 {
    width: 37%;
    margin-top: -11px;
    margin-left: 80%;
    float: left;
}

.redes-sociais ul li {
    display: inline-block;
    list-style: none;
    position: absolute;
}

.header-2 {
    background-color: rgb(255, 255, 255);
    width: 100%;
    border-bottom: 5px solid #efefef;


}

.busca {
    width: 30%;
    float: right;
    border: rgb(255, 255, 255);
    position: relative;
    text-align: left;

}

.busca input {
    height: 30px;
    margin-top: -50px;
    padding: 8px;
    background-image: url('../img/icone-search.png');
    background-repeat: no-repeat;
    background-position: 96%;
    border: 4px solid #d6d6d6;
    border-radius: 4px
}

h1 {

    font-family: "Fira Sans", sans-serif;
    font-size: 290%;
    text-align: center;
    border-bottom: #000 solid;
    border-width: 10px;
    margin-top: 1px;
    background: 100% rgb(255, 255, 255);

}

.text1 {

    background-color: rgb(0, 0, 0, 0.7);
    text-align: center;
    margin-top: -31px;
    margin-left: 10%;
    margin-right: 10%;
    padding: 20px;
    border-radius: 6px;


}

h2 {
    color: #ffffff;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
}

h3 {
    color: #000000;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    font-size: 220%;
    border-bottom: #000 solid;
    border-width: 6px;
    margin: 60px 120px 0px 120px
}

p {
    background-color: rgb(0, 0, 0, 0.7);
    text-align: center;
    margin-left: 12%;
    margin-right: 12%;
    margin-top: 0%;
    padding: 20px;
    border-radius: 6px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #ffffff;
    font-size: 155%;

}