body{
    overflow-x: hidden;
}
@font-face {
    font-family: 'BRONKZ';
    src: url('/recursos_site/font/BROKENZ.ttf') format('opentype');
}
@font-face {
    font-family: 'QuickSand';
    src: url('/recursos_site/font/Quicksand-VariableFont_wght.ttf') format('opentype');
}
@font-face {
    font-family: 'Josefi';
    src: url('/recursos_site/font/JosefinSans-VariableFont_wght.ttf') format('opentype');
}

header{
    background:url('/recursos_site/FundoTelaNossaEmpresaPrt1.png');
    width: 100%;
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    
}
.titulo-home{
    
    width: 100%;
    height: 600px;
    margin-top: 2rem;
    font-family: 'QuickSand';
    
}
.titulo-home h5{
    font-size: 4rem;
}
.section-prt1{
    background:url('/recursos_site/TelaNossaEmpresaPrt2.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    
}
.box-componente{
    width: 100%;
    height:100%;
    
    padding: 4.5rem;
    display: flex;
    justify-content: center;
}
.box-corpo{
    width: 80%;
    height: 300PX;
    border-radius:30px;
    background-color: whitesmoke;
    padding: 1rem;
    box-shadow: 10px 10px #747474;


}
.box-corpo h5{
    display: flex;
    justify-content: center;
    font-weight: 100px;
    font-size: 3.5rem;
    font-family: 'BROKENZ';
}
.box-corpo p{
    padding: 0rem 0.5rem 0rem 0.5rem;
    display: flex;
    justify-content: center;
    font-size: 1rem;
    font-family: 'QuickSand';
    
}
.marcador{
    width: 100%;
    
    background-color: #F5F5F5F5;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    
}
.marcador div{
    
    width: 100%;
    height: 100%;
    
    display: flex;
    justify-content: center;
    padding: 1rem 0rem 1rem 0rem;
}
.ativo{
    background-color: red;
    color: #f2f2f2;
    border-radius: 30px;
}
.section-prt2{
    background:url('/recursos_site/FundoTelaNossaEmpresa1.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}
.box-nascimento{
    width: 100%;
    height: 600px;
    
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.titulo-nascimento h5{
   
    font-size: 5rem;
    font-family: 'BROKENZ';
    display: flex;
    justify-content: center;
}
.box-nascimento p {
    padding: 1rem;
    font-size: 1rem;
    font-family: 'QuickSand';
}
.section-prt3{
    background:url('/recursos_site/FundoTelaNossaEmpresa.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}
.box-crescimento{
    width: 100%;
    height: 600px;

    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;

}
.box-crescimento h5{
    margin: 1rem;
    font-size: 5rem;
    font-family: 'BROKENZ';
}
.box-crescimento p {
    font-size: 1rem;
    font-family: 'QuickSand';
    padding: 1rem;
}
.section-prt4{
    background:url('/recursos_site/TelaNossaEmpresa5.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}
.box-conquista{
    width: 100%;
    height: 600px;
    
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
.box-conquista h5{
    margin: 1rem;
    font-size: 5rem;
    font-family: 'BROKENZ';
}
.box-conquista p{
    font-size: 1rem;
    font-family: 'QuickSand';
    padding: 1rem;
}
footer{
    background:url('/recursos_site/FundoNossaEmpresa.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}
.box-footer h5{
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    font-size: 5rem;
    font-family: 'BROKENZ';
    background-color:#FEFEFE;
}
.box-img{
    width:100%;
    height: 100%;
    padding: 1rem;
    
    
}
.box-img img{
    width: 200px;
    height: 250px;
    border-radius: 10px;
   
    box-shadow: 10px 10px #363636;
}
.box-img ul{
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
}
.box-img li{
    list-style: none;
     margin: 1rem;
}
@media(max-width:768px){
    body{
        overflow-x: hidden;
    }
    @font-face {
        font-family: 'BRONKZ';
        src: url('/recursos_site/font/BROKENZ.ttf') format('opentype');
    }
    @font-face {
        font-family: 'QuickSand';
        src: url('/recursos_site/font/Quicksand-VariableFont_wght.ttf') format('opentype');
    }
    @font-face {
        font-family: 'Josefi';
        src: url('/recursos_site/font/JosefinSans-VariableFont_wght.ttf') format('opentype');
    }
    
    header{
        background:url('/recursos_site/FundoNossaEmpresa_celular.png');
       
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll;

        
    }
    .titulo-home h5{
        font-size: 3rem;
        color:#f2f2f2;
        font-family: 'BROKENZ';
    }
    .titulo-home{
        
        width: 100%;
        height: 600px;
        margin-top: 2rem;
        
        display: flex;
        align-items: flex-end;
        
    }
    .box-corpo{
        width: 100%;
        height: 300PX;
        border-radius:30px;
        background-color: whitesmoke;
        padding: 1rem;
        box-shadow: 10px 10px #747474;
    
    
    }
    .box-corpo h5{
        display: flex;
        justify-content: center;
        font-weight: 800px;
        font-size: 1rem;
        font-family: 'BROKENZ';
    }
    .box-corpo p{
        padding: 0rem 0.5rem 0rem 0.5rem;
        display: flex;
        justify-content: center;
        font-size: 0.6rem;
        font-family: 'QuickSand';
        
    }
    .section-prt1{
        background:url('/recursos_site/FundoNossaEmpresaPrt2_celular.png');
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100%;
        
    }
    .marcador{
        width: 100%;
        margin-bottom: 2rem;   
        background-color: #F5F5F5F5;
        border-radius: 30px;
        display: flex;
        justify-content: space-between;
        
    }
    .section-prt2{
        background:url('/recursos_site/FundoNossaEmpresaPrt3_celular.png');
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100%;
    }
    .box-nascimento{
        width: 100%;
        height: 600px;
        display: flex;
        justify-content: center;
        align-content: flex-start;
        flex-wrap: wrap;
        margin-top: 2rem;
        padding-bottom: 2rem;
    }
    .titulo-nascimento h5{
       
        font-size: 2.5rem;
        font-family: 'BROKENZ';
        display: flex;
        justify-content: center;
    }
    .box-nascimento p {
        padding: 1rem;
        font-size: 1rem;
        font-family: 'QuickSand';
    }
    .section-prt3{
        background:url('/recursos_site/TelaNossaEmpresaPrt3.5_celular.png');
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100%;
    }
    .box-crescimento{
        width: 100%;
        height: 600px;
        margin-top: 1rem;
        display: flex;
        justify-content: center;
        align-content: flex-start;
        flex-wrap: wrap;
    
    }
    .box-crescimento h5{
        margin: 1rem;
        font-size: 2.5rem;
        font-family: 'BROKENZ';
    }
    .box-crescimento p {
        font-size: 1rem;
        font-family: 'QuickSand';
        padding: 1rem;
    }
    .section-prt4{
        background:url('/recursos_site/FundoNossaEmpresaPrt4_celular.png');
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100%;
    }
    .box-conquista{
        width: 100%;
        height: 700px;
        margin-top: 1rem;
        display: flex;
        align-content: flex-start;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 3rem;
    }
    .box-conquista h5{
        color: #f2f2f2;
        margin: 1rem;
        font-size: 2.5rem;
        font-family: 'BROKENZ';
    }
    .box-conquista p{
        font-size:1rem;
        font-family: 'QuickSand';
        padding: 1rem;
        color: #f2f2f2;
    }
    

.box-footer h5{
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    font-size: 2.5rem;
    font-family: 'BROKENZ';
    background-color:#fefefe;
}
.box-img img{
    width: 200px;
    height: 200px;
    border-radius: 10px;
   
    box-shadow: 10px 10px #363636;
}
.box-img ul{
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
}
}