@import url('https://fonts.cdnfonts.com/css/neo-sans-pro');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

* {
    box-sizing: border-box;
}

.bg-azul {
    background-color: #1D2A57
}

.tx-azul {
    color: #1D2A57
}

h1,
h2 {
    font-family: Neo Sans Pro;
    font-size: 44px;
    font-weight: 900;
    text-align: start;
}

h2 {
    font-size: 30px;
    margin: 4px 0 15px 0;
}




text,
p {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
    display: block;
}

.bl-padrao {
    width: 100%;
    display: flex;
    max-width: 1076px;
    justify-content: center;
}



.padding-v-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.padding-h-36 {
    padding-left: 36px;
    padding-right: 36px;
}



.cabecalho {
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    z-index: 1;
    background: #fff;
    width: 100%;
    flex-direction: column;
    height: 72px;
}

.cabecalho>div:nth-child(1) {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1076px;
    justify-content: space-between;
}



.tel-block {
    display: flex;
    width: 231px;
    height: 44px;
    background: rgba(217, 217, 217, 0.35);
    border-radius: 8px;
    align-items: center;
    overflow: hidden;
}



.tel-block p {
    margin: 0;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    display: block;
    flex-grow: 1;
}

.tel-block>div {
    width: 58px;
    text-align: center;
    height: 100%;
    display: flex;
    padding: 7px;
    justify-content: center;
    align-items: center;
}

.tel-block>div img {
    height: 20px;
    width: 20px;
}



.linha-cabecalho {
    height: 8px;
    justify-content: center;
    display: flex;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
}


#btn-whatsApp {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 24px;
    width: 348px;
    top: 452px;
    background: #37AF4A;
    border: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    height: 76.2px;
}

#btn-whatsApp span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
}


.bloco-1 {
    background-color: #1D2A57;
    background-image: url(../imgs/imagem-banner-bl1.png);
    background-repeat: no-repeat;
    background-position: right;
    height: 510px;
    border-radius: 32px;
    overflow: hidden;
    display: flex;
    background-size: contain;
    justify-content: flex-start;
    align-items: center;
    padding: 0 71px;
    margin-bottom: 64px;

}

.bloco-1 h1 {
    color: #fff;
    font-size: 64px;
    margin: 0 0 32px 0;
}

.bloco-1 h2 {
    color: #009EE2;
    font-size: 36px;
    margin-bottom: 66px;
}

.bloco-1 img {
    position: absolute;
    top: 233px;
    left: calc(50vw + 46px);
}

.bloco-2 {
    display: flex;
    column-gap: 10px;
}

.bloco-2>div {
    display: flex;
    flex: 1;
    flex-direction: column;
    row-gap: 10px;
}

.bloco-2>div>div {
    flex: 1;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 22px 32px 0;
    background-repeat: no-repeat;
    background-position-x: right;
}

.bloco-2>div>div p {
    font-size: 14px;
    line-height: 1.3;
}

.bloco-2>div>div p:nth-child(1) {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin: 0;
}

.bloco-2>div:nth-child(1) {
    background: #F8F8F8;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
}

.bloco-2>div:nth-child(1)>div {
    padding: 37px 37px 18px;
    border: none;
}


.bloco-2>div:nth-child(1)>div h1 {
    margin: 0 0 -12px;
    font-size: 50px;
    margin: 0 0 -12px;
    font-size: 50px;
    color: #1D2A57;
}

.bloco-2>div:nth-child(1)>div p:nth-child(2) {
    margin-bottom: 96px;
    color: #1D2A57;
    font-size: 24px;
    margin-top: 12px;
    font-weight: bold;
}

.bloco-2>div:nth-child(2)>div:nth-child(1) {
    background-image: url(../imgs/toner1.png);
    background-size: 42%;
}

.bloco-2>div:nth-child(2)>div:nth-child(2) {
    background-image: url(../imgs/toner2.png);
    background-size: 42%;
}

.bloco-2>div:nth-child(3)>div:nth-child(1) {
    background-image: url(../imgs/toner-caixa.png);
    background-size: 55%;
}
.bloco-2>div:nth-child(3)>div:nth-child(2) {
    background-image: url(../imgs/toner-na-mao.png);
    background-size: 55%;
}
.bloco-2>div:nth-child(1) p:nth-child(3) {
    font-size: 16px;
}

.bloco-3 {
    margin-top: 64px;
    border-radius: 16px;
}

.bloco-3 .bloquinhos {
    margin-right: 10px;
}

.bloco-3>div .bloquinhos>.bloquinho {
    display: flex;
    width: 160px;
    min-width: 160px;
    height: 70px;
    min-height: 70px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.textos-bloco-3 h1 {
    font-size: 44px;
}

.textos-bloco-3 {
    display: flex;
    align-items: center;
    color: #009EE2;
    flex-grow: 1;
}

.bloco-3>div {
    width: 1075px;
    max-width: 1075px;
    height: 346px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.bloco-4>div {
    display: flex;
    flex-direction: row;
}

.bloco-4 .col1,
.bloco-4 .col2 {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
}

.bloco-4 .col2 {
    flex-grow: 1;
    gap: 16px;
}

.bloco-4 .bl {
    padding: 42px;
    display: flex;
    flex-direction: column;
    background-color: #F8F8F8;
    border-radius: 16px;
}

.bloco-4 .bl p {
    line-height: 1.2;
    font-size: 16px;
}

.bloco-4 {
    margin-top: 74px;
}

.bloco-4 h1 {
    color: #1D2A57;
}

.bloco-5 {
    height: 450px;
    display: flex;
    justify-content: center;
    background-color: #F8F8F8;
    width: 100%;
}

.bloco-5 h1 {
    color: #1D2A57;
    font-size: 36px;
    margin: 0 0 70px 0;
}

.bloco-5 .bl-padrao {
    justify-content: center;
    align-items: start;
    background: url(../imgs/mocinha2.png) no-repeat;
    background-position-x: right;
    flex-direction: column;
}

.blocos-peca {
    display: flex;
    flex-direction: row;
}

.bloco-peca {
    display: flex;
    flex-direction: column;
    width: 220px;
    height: 166px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 20px;
    margin-right: 10px;
    background: #fff;
}
.bloco-peca p{
    margin: 4px 0 30px 0px;
    font-size: 16px;
    line-height: 1.4;
}
.bloco-peca text{
    color: #1D2A57;
    font-weight: bold;
}

.fpagto {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bloco-6{

    flex-direction: row;
    height: 508px;
    
}

.bloco-6>div{
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;;
}

.bloco-6 h1{
    font-size: 36px;
    color: #1D2A57;
    margin: 0px 0 12px;
    line-height: 1.2;
}

.bloco-6 p{
    font-size: 24px;
    line-height: 1.2;
    margin: 40px 0 0;
}
.bloco-6 span{
    font-size: 16px;
}

.bloco-rodape {
    background: #000;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 14px 0;
    font-weight: normal;
    width: 100%;
    display: flex;
    justify-content: center;
}
.bloco-rodape>div{
    flex-direction: column;
}

.bloco-rodape>div>p {
    font-size: 13px;
    margin: 0;
}

a:-webkit-any-link {
    text-decoration: none;
}






a:visited,
a:active,
a:focus,
a:hover {
    text-decoration: none;
}

@media screen and (max-width: 1290px) {}


#cookieblock{
    background: #000;
    width: 350px;
    max-width: calc(100vw - 36px);
    padding: 15px;
    color: #fff;
    border-radius: 16px;
    position: fixed;
    bottom: 30px;
    left: 5vw;
}
#cookieblock>p{
    font-size: 16px;
    margin: 0;
    line-height: 1.6;
}
#cookieblock button{
    background: #2C2D31;
    padding: 10px;
    width: fit-content;
    border-radius: 4px;
    margin-top: 14px;
    border: none;
    color: #fff;
}