section {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 3%;
    z-index: -10;
}
section .space {
    margin: 2%;
    width: 300px;
    height: 3px;
    background-color: #4b4b4b;
}
section .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 150px;
    height: 50px;
    border-radius: 50px;
    background-color: #c73500;
    border: none;
    box-shadow: 0px 5px 10px #525252;
    transition: 0.5s;
    transform: scale(1);
}
section .btn:hover {
    transform: scale(1.3);
    transition: 1s;
    box-shadow: 0px 40px 15px #525252;
}
.row {
    margin: 0;
    padding: 0;
}
#primeira {
    background-color: black;
}
.sobre-text {
    text-justify: distribute;
    width: 100%;
    margin: 0;
    padding: 20px;
    color: white;
}
.el-box {
    padding: 0;
    margin-top: 90px;
    width: 715px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.el-box .box-text {
    margin-bottom: 20px;
    border-bottom: 10px solid #eb4702;
    margin-left: 20px;
    text-align: left;
    color: white;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 54px;
    font-size: 3rem;
}
.pad-3{
   padding: 3%;
}
@media only screen and (min-width: 300px) and (max-width: 959px) {
    section {
        display: flex;
        padding: 3%;
        flex-direction: column;
        margin: 0;
        width: 100vw;
        height: auto;
        padding: 0;
   }
    .img-pad {
        padding: 0;
        margin: 0;
   }
    #primeira {
        margin: 0;
   }
}

.hide{
    display: none;
}

.show{
    display: block;
}