section {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 3%;
}

.parallax-2{
    background-image: url('/static/img/home/fundo.jfif') !important;
    overflow-x: hidden;
    /* min-height: 300px; */
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

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 #000;
    transition: 0.5s;
    transform: scale(1);
}
section .btn:hover {
    transform: scale(1.1);
    transition: 1s;
    box-shadow: 0px 40px 15px #000;
}
#home {
    box-shadow: 0px 0px 30px black;
    transition: 2s;
    transform: scale(1);
}
.el-box {
    width: 715px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.el-box .box {
    background-color: #eb4702;
    width: 70px;
    height: 170px;
}
.el-box .box-text {
    margin-left: 20px;
    text-align: left;
    color: white;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 54px;
    font-size: 3rem;
}
.content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 50px;
}
.row-content {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    width: 100%;
}
.divider {
    background-color: #eb4702;
    width: 100%;
    height: 10px;
    margin: 32px 0;
}
.sub-title {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #f2f2f2;
}
.eng-txt p {
    font-size: 16px;
    font-weight: 100;
}
.eng-txt p strong {
    font-size: 18px;
    font-weight: 800;
}

.nav{
    background-color: transparent !important;
    position: relative !important;
    top: 0 !important;
}

#primeira {
    position: relative;
    top: 0;
    z-index: 2;
}

#segunda {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    position: relative;
    background-color: #2d2d32;
    color: white;
    border-bottom: 1px solid black;
}
.aling-center {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: auto;
}
.btn-pri {
    margin: 50px 0px;
    background-color: #eb4702;
    color: white;
    border-radius: 5px;
    width: 133px;
    height: 42px;
    font-weight: 400;
}
.parallax {
    background-image: url('/static/img/home/fundo.jfif');
    overflow-x: hidden;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.linha-tempo {
    background-color: rgba(45, 45, 50, 1);
}

#terceira {
    color: white;
    flex-direction: column;
}
#terceira span {
    margin: 20px;
    font-size: 30px;
}

.especialista {
    max-width: 100vw;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 218px 106px;
}

.especialista .title {
    font-size: 64px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    line-height: 54px;
}
.alin-end {
    align-items: end;
}
#linha-01 {
    display: block;
}
#linha-02 {
    display: none;
}
@media only screen and (min-width: 300px) and (max-width: 900px) {
    #linha-01 {
        display: none;
   }
    #linha-02 {
        display: block;
   }
    section {
        min-height: 300px;
   }
    .especialista {
        padding: 3%;
   }
    .especialista .title {
        font-size: 50px;
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        line-height: 54px;
   }
    .img-box {
        display: none;
    }
    .l-b{
        display: none;
    }
  
}

@media only screen and (min-width: 900px) and (max-width:1300px){
    .l-b{
        display: none;
    }
}

.scrolled{
    transition: 1s;
    background-color: #000000;
}


.flex-c{
    display: flex;
    flex-direction: column;
    align-items: start;
}

.aling-c{
    align-items: center;
}

.f-64{
    font-family: 'Inter', sans-serif;
    font-size: 64px;
    font-weight: bold;
    line-height: 64px;
}

.f-20{
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
}
.gap-24{
    gap: 24px;
}
.premier{
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    border: 2px solid black;
    border-radius: 30px;
    width: 210px;
    font-size: 16px !important;
}

.l-b{
    position: absolute;
    bottom: 0;
    left: 0;
}

.ferramentas{
    position: relative;
}

