@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,600;0,700;1,400&display=swap');



#bannerInterna
{
    background-image: url(/imagens/bg-institucional.png);
    
}

#fabrica
{
    width: 100%;
    height: 390px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 42px -23px rgba(0,1,47,1);
    -moz-box-shadow: 0px 0px 42px -23px rgba(0,1,47,1);
    box-shadow: 0px 0px 42px -23px rgba(0,1,47,1);
    background:url('/imagens/fabrica-home.jpg');
    background-size: cover;
}

#quemSomos h3{
    color: #cd1f25;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;    
}

#quemSomos p{
    font-size: 16px;
    color: #231f20;
    margin-top: 20px;
    font-family: 'Barlow';
    font-weight: 400;
}

.bg-mapa
{
    background: url('/fardas/imagens/bg-mapa-fardas.png') no-repeat;
    background-size: contain;
    background-position:left;
}

.mt-6
{
    margin-top: 80px;
}

#mapaBrasil{
    width: 630px;
    height: 625px;
    position: absolute;
    right: 0;
    top: 30px;
}
#faceIntel
{
    position: absolute;
    width: 340px;
    top: 100px;
}

#faceIntel h3{
    font-weight: 500;
    font-size: 16px;
    margin-top: 150px;
}

#faceIntel h2{
    color: #ca1316;
    font-size:46px;
    text-transform: uppercase;
    
}
#quemSomosEndereco
{
    position: absolute;
    right: 0;
    bottom: 60px;

}

#missao hr{
    background-color: #D5D5D5;
    height: 2px;
    width: 80px;
    border: none;
    margin-left: -40px;
}

#missao br{
    margin: 8px 0;
}

#parqueFabril hr{
    height: 2px;
    background: #D5D5D5;
    border: none;
}

#parqueFabril img{
    
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 42px -23px rgba(0,1,47,1);
    -moz-box-shadow: 0px 0px 42px -23px rgba(0,1,47,1);
    box-shadow: 0px 0px 42px -23px rgba(0,1,47,1);
    
}

#parqueFabril h4{
    color: #cd1f25;
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    margin-top: 130px;
    text-transform: uppercase;

}

#bordado {
    position: absolute;
    width: 390px;
    height: 220px;
    top: 0;
    right: -135px;
    z-index: 9;
}
.mt-70
{
    margin-top: 70px;
}
#h4Bordado{
    margin-top: 280px !important;
}

#certificados hr{
    height: 2px;
    background: #D5D5D5;
    border: none;
}

#certificados img{
    
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 42px -23px rgba(0,1,47,1);
    -moz-box-shadow: 0px 0px 42px -23px rgba(0,1,47,1);
    box-shadow: 0px 0px 42px -23px rgba(0,1,47,1);
    
}

#certificados h4{
    color: #231f20;
    font-family: 'Barlow';
    font-size: 16px;
    font-weight: bold;            
    margin-top: 20px;

}

/*-lg*/
@media (max-width: 1199.98px) {
    #mapaBrasil {
        width: 500px;
        height: 496px;
        position: absolute;
        right: 0;
        top: 0;
    }
    #quemSomosEndereco {
        
        bottom: 380px;
    }
    #parqueFabril h4
    {
        margin-top: 70px;
    }

    #bordado{
        display: none;
    }
    #h4Bordado{
        margin-top: 70px !important;
    }
    .mt-70
    {
        margin-top: 0;
    }
}

/*-md*/
@media (max-width: 991.98px) {

    #faceIntel{
        position: relative;
        top: 0;
    }
    #quemSomosEndereco {
        position: relative;
        text-align: right;
        bottom: 0;
    }

    #parqueFabril h4
    {
        font-size: 18px;
    }
}


/*-sm*/
@media (max-width: 767.98px)  {
    #mapaBrasil {
        width: 370px;
        height: 360px;
    }
    #quemSomosEndereco
    {
        text-align: left;
    }

    #parqueFabril h4
    {
        font-size: 24px;
        margin-top: 20px;
    }

}
/*-mobile*/
@media (max-width: 575.98px) {
    #faceIntel h3{margin-top: 0;}
    #mapaBrasil {
        width: 100%;
        height: auto;
        position: relative;
    }

}