@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');

:root {
    --cores-azul: #008fd0;
    --cores-branco: #FFF;
    --cores-amarelo: #f9b814;
    --cores-verde: #3e9a3c;
    --cores-chumbo: #231F20;
    --cores-marinho: #262b3d;
    --cores-piscina: #c5edff;
}

/* AJUSTES */

/* #main-header {
    display: none !important;
} */

.whatsapp_rodape {
    z-index: 99999;
}

/* CONTAINER */

#vendas365 .container {
    max-width: 1250px !important;
    width: 1250px !important;
}

/* ENFEITE */

.enfeite {
    display: flex;
}

.enfeite__azul {
    width: 60%;
    background: var(--cores-azul);
}

.enfeite__verde {
    width: 15%;
    background: var(--cores-verde);
}

.enfeite__amarelo {
    width: 25%;
    background: var(--cores-amarelo);
}

#espaco {
    height: 500px;
}

/* FORMULARIO */

#formulario {
    margin-top: 20px;
}

#formulario>div {
    margin: -10px;
}

#formulario button {
    padding: 15px 0 !important;
    height: auto !important;
    border-radius: 30px !important;
    display: flex !important;
    text-transform: uppercase !important;
    letter-spacing: 1.1px !important;
    justify-content: center !important;
    cursor: pointer !important;
}

#formulario :is([type=text], [type=email], [type=tel]) {
    padding: 13px 4px !important;
    height: auto !important;
    margin-top: 0 !important;
}

#formulario :has(> [type=checkbox]) {
    line-height: 1.3 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

#formulario :has(> [type=checkbox]) input {
    margin: 0 !important;
    position: relative !important;
    top: -1px !important;
}

#formulario :has(> [type=checkbox]) label {
    display: block !important;
    width: 465px !important;
    font-size: 14.1px !important;
    font-weight: 400 !important;
    text-align: justify !important;
    line-height: 1.3 !important;
}

/* BANNER */

#banner {
    margin-top: 27px;
    height: 620px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(0, 149, 230, 1) 0%, rgba(64, 196, 245, 1) 100%);
    background: linear-gradient(90deg, rgba(0, 143, 208, 1) 0%, rgba(0, 133, 208, 1) 100%);
    background: var(--cores-marinho);
    padding-left: 30px;
    padding-right: 30px;
}

#banner .banner__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: flex;
    align-items: center;
    height: 100%;
}

#banner .banner__coluna1 {
    width: 555px;
}

#banner .banner__video {
    position: absolute;
    left: calc(50% + 10px);
    top: -3px;
    max-width: none;
    overflow: hidden;
    transform: skew(-10deg, 0deg);
}

#banner .banner__video video {
    max-width: none;
    width: 1120px;
    height: 630px;
    position: relative;
    left: -90px;
    transform: skew(8deg, 0deg);
}

#banner .banner__subtitulo {
    font-size: 19px;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--cores-branco);
    border-bottom: 2px solid var(--cores-branco);
    padding-bottom: 3px;
    display: inline-flex;
}

#banner .banner__titulo {
    font-size: 40.3px;
    letter-spacing: .5px;
    line-height: 1.1;
    color: var(--cores-branco);
    font-weight: 700;
    text-align: justify;
    padding-bottom: 0;
}

#banner .banner__titulo span {
    display: block;
}

#banner .banner__texto {
    font-size: 19.2px;
    line-height: 1.5;
    letter-spacing: 1.3px;
    color: var(--cores-branco);
    margin-top: 9px;
    font-weight: 300;
    text-align: justify;
}

#banner .banner__link {
    background: var(--cores-azul);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 0 19px 0;
    width: 255px;
    position: relative;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 40px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--cores-branco);
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 21.3px;
}

#banner .banner__link img {
    position: absolute;
    top: 23px;
    right: -4px;
    width: 39px;
}

#banner .banner__validade {
    display: flex;
    column-gap: 5px;
    color: var(--cores-branco);
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
    margin-top: 7px;
    padding-left: 26px;
}

/* DOWNLOAD */

.download {
    overflow: hidden;
}

.download #ebook {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.download #ebook .ebook__titulo {
    display: none;
}

.download #ebook .ebook__chapeu {
    display: none;
}

.download #ebook:before {
    display: block;
}

.download #ebook .ebook__container {
    top: -30px;
    z-index: 3;
}

#fechar {
    display: none;
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    padding: 15px;
    z-index: 2;
}

#fechar svg {
    fill: var(--cores-chumbo);
    width: 20px;
}

.download #fechar {
    display: block;
}


/* EBOOK */

#ebook {
    background: var(--cores-branco);
    padding-top: 110px;
    padding-bottom: 80px;
    padding-left: 30px;
    padding-right: 30px;
}

#ebook:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% - 95px);
    height: 100%;
    background: #f7f7f7;
    z-index: 1;
    display: none;
}

#ebook .ebook__caixa {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 55px;
}

#ebook .ebook__coluna1 {
    width: calc(100% - 500px - 60px);
}

#ebook .ebook__coluna2 {
    width: 500px;
}

#ebook .ebook__chapeu {
    padding-bottom: 0;
    font-size: 25px;
    line-height: 1;
    color: var(--cores-azul);
    font-weight: 600;
    text-align: center;
}

#ebook .ebook__titulo {
    margin-top: 3px;
    padding-bottom: 0;
    font-size: 36px;
    line-height: 1;
    color: var(--cores-chumbo);
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.5px;
}

#ebook .ebook__lista {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    justify-content: space-between;
}

#ebook .ebook__item {
    position: relative;
    width: 330px;
    height: 90px;
    background: #d9f3ff;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    transition: .5s ease all;
    user-select: none;
}

#ebook .ebook__informacao {
    font-size: 26px;
    line-height: 1;
    color: var(--cores-azul);
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#ebook .ebook__tema {
    font-size: 13.1px;
    line-height: 1.3;
    letter-spacing: .5px;
    color: var(--cores-chumbo);
    width: 220px;
    cursor: default;
}

#ebook .ebook__texto {
    font-size: 12.6px;
    line-height: 1.3;
    letter-spacing: 0.9px;
    background: var(--cores-branco);
    color: var(--cores-chumbo);
    width: 100%;
    position: absolute;
    padding: 17px 20px;
    bottom: 80px;
    right: 0;
    z-index: 2;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    pointer-events: none;
    transition: .4s ease all;
    box-shadow: 0px 0px 8px #00000026;
    border-radius: 5px;
    opacity: 0;
}

#ebook .ebook__item.ativo {
    background: #aee5ff;
}

#ebook .ebook__item.ativo .ebook__texto {
    opacity: 1;
    bottom: 100px;
}

#ebook .ebook__lista svg {
    fill: var(--cores-azul);

}

#ebook .ebook__lista :nth-child(1) svg {
    height: 29px;
}

#ebook .ebook__lista :nth-child(2) svg {
    height: 32px;
}

#ebook .ebook__lista :nth-child(3) svg {
    height: 26px;
}

#ebook .ebook__lista :nth-child(4) svg {
    height: 25px;
}

#ebook .ebook__lista :nth-child(5) svg {
    height: 30px;
}

#ebook .ebook__lista :nth-child(6) svg {
    height: 26px;
}

#ebook .ebook__lista :nth-child(7) svg {
    height: 29px;
}

#ebook .ebook__lista :nth-child(8) svg {
    height: 29px;
}

#ebook .ebook__subtitulo {
    font-size: 28px;
    line-height: 1;
    color: var(--cores-chumbo);
    font-weight: 500;
}

#ebook .enfeite {
    height: 5px;
    width: 215px;
    margin-top: 5px;
}

/* VANTAGENS */

#vantagens {
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 110px;
    padding-left: 30px;
    padding-right: 30px;
}

#vantagens .vantagens__container:before {
    content: '';
    position: absolute;
    left: 0;
    top: -80px;
    width: 100%;
    height: 1px;
    background: #DDD;
}

#vantagens .vantagens__container {
    max-width: 1300px !important;
    width: 1300px !important;
}

#vantagens .vantagens__chapeu {
    padding-bottom: 0;
    font-size: 25px;
    line-height: 1;
    color: var(--cores-azul);
    font-weight: 600;
    text-align: center;
}

#vantagens .vantagens__titulo {
    margin-top: 3px;
    padding-bottom: 0;
    font-size: 36px;
    line-height: 1;
    color: var(--cores-chumbo);
    font-weight: 500;
    text-align: center;
}

#vantagens .vantagens__slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 25px;
}

#vantagens .vantagens__segura {
    transition-timing-function: cubic-bezier(.5, 0, .5, 1);
}

#vantagens .vantagens__coluna1 {
    width: 490px;
}

#vantagens .vantagens__subtitulo {
    font-size: 24px;
    line-height: 1.2;
    color: var(--cores-chumbo);
    font-weight: 600;
}

#vantagens .vantagens__lista {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

#vantagens .vantagens__lista li {
    font-size: 14.9px;
    line-height: 1.4;
    letter-spacing: 0.7px;
    color: var(--cores-chumbo);
    position: relative;
    text-align: justify;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.7);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-weight: 400;
}

#vantagens .vantagens__lista svg {
    fill: var(--cores-amarelo);
    width: 8px;
    position: absolute;
    left: -23px;
    top: calc(50% - 11px);
}

#vantagens .enfeite {
    height: 4px;
    width: 235px;
    margin-top: 5px;
}

#vantagens .vantagens__coluna2 {
    font-size: 0;
    line-height: 0;
    width: calc(100% - 490px - 65px)
}

#vantagens .vantagens__imagem {
    border-radius: 10px;
    box-shadow: 0px 0px 18px #00000045;
}

#vantagens .vantagens__link {
    background: var(--cores-azul);
    border-radius: 100px;
    display: flex;
    padding: 19px 40px 18px 40px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--cores-branco);
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 16.3px;
    margin-top: 15px;
    outline: 0;
    border: none;
    cursor: pointer;
}

#vantagens .vantagens__botao {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

/* CARROSSEL */

#carrossel {
    margin-top: 30px;
    user-select: none;
    cursor: grab;
}

#paginacao {
    font-size: 0;
    line-height: 0;
    bottom: auto;
    top: 0;
    left: 0;
    width: auto;
    position: relative;
    text-align: start;
    transition: none;
    transform: none;
    z-index: auto;
    display: flex;
    column-gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

#paginacao span {
    margin: 0;
    opacity: 1;
    background: #DDD;
    width: 22px;
    height: 9px;
    display: inline-block;
    border-radius: 0px;
    transition: all cubic-bezier(.5, 0, .5, 1) 2.5s;
    border-radius: 10px;
}

#paginacao span[class*=active] {
    width: 170px;
    opacity: 1;
    background: var(--cores-verde);
}

/* DESTAQUE */

#destaque .destaque__link {
    background: #00599d;
    border-radius: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 0 19px 0;
    width: 255px;
    position: relative;
    box-shadow: 4px 4px 0px #00335b;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 5px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--cores-branco);
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 21.3px;
}

#destaque .destaque__link img {
    position: absolute;
    top: 28px;
    right: -8px;
    width: 39px;
}

/* NEGOCIO */

#negocio {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
    background-image: url(/wp-content/uploads/2023/12/Capa-Pentare-1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#negocio .negocio__container {
    z-index: 2;
}

#negocio:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(0, 0, 0, 1) 0%, rgb(255, 255, 255, 0) 100%);
}

#negocio .negocio__coluna1 {
    width: 610px;
}

#negocio .enfeite {
    height: 4px;
    width: 235px;
}

#negocio .negocio__titulo {
    margin-top: 15px;
    font-size: 28.2px;
    letter-spacing: .5px;
    line-height: 1.2;
    color: var(--cores-branco);
    font-weight: 500;
    padding-bottom: 0;
}

#negocio .negocio__subtitulo {
    margin-top: 35px;
    font-size: 36px;
    letter-spacing: .5px;
    line-height: 1.2;
    color: var(--cores-branco);
    font-weight: 600;
    padding-bottom: 0;
}

#negocio .negocio__texto {
    margin-top: 10px;
}

#negocio .negocio__texto p {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.8px;
    color: var(--cores-branco);
    text-align: justify;
    font-weight: 400;
    padding-bottom: 10px;
}

#negocio .negocio__texto p+p {
    padding-bottom: 0;
}

#negocio .negocio__texto strong {
    font-weight: 600;
}

#negocio .negocio__link {
    display: inline-block;
    background: var(--cores-azul);
    font-family: 'Poppins', sans-serif;
    font-size: 16.3px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.6px;
    border-radius: 100px;
    padding: 19px 40px 18px 40px;
    text-transform: uppercase;
    color: var(--cores-branco);
    margin-top: 40px;
}

/* REDES */
#redes {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 30px;
    padding-left: 30px;
}

#redes .enfeite {
    height: 5px;
    width: 175px;
}

#redes .redes__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#redes .redes__coluna1 {
    width: 400px;
}

#redes .redes__coluna2 {
    width: calc(100% - 400px - 100px);
}

#redes .redes__titulo {
    margin-top: 15px;
    font-size: 34.5px;
    letter-spacing: .5px;
    line-height: 1.2;
    color: var(--cores-azul);
    font-weight: 600;
    padding-bottom: 0;
}

#redes .redes__texto {
    margin-top: 45px;
    font-size: 28.2px;
    letter-spacing: .5px;
    line-height: 1.2;
    color: var(--cores-chumbo);
    font-weight: 500;
}

#redes .redes__lista {
    display: flex;
    column-gap: 10px;
    align-items: center;
    margin-top: 15px;
}

#redes .redes__link {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--cores-marinho);
    justify-content: center;
    align-items: center;
    display: inline-flex;
    font-size: 0;
    line-height: 0;
}

#redes .redes__link svg {
    fill: var(--cores-branco);
}

#redes .redes--linkedin svg {
    width: 18px;
}

#redes .redes--instagram svg {
    width: 19px;
}

#redes .redes--youtube svg {
    width: 20px;
}

#redes .redes--twitter svg {
    width: 17px;
}

#rodape {
    height: 540px;
    background: url('/wp-content/uploads/2023/12/fundo-rodape-site.jpg');
    background-size: cover;
    padding-top: 65px;
    padding-bottom: 30px;
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
}

#rodape .rodape__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#rodape .rodape__midia svg {
    fill: #FFF;
}

#rodape .rodape__coluna1 {
    width: 535px;
}

#rodape .rodape__microsoft {
    margin-top: 60px;
    font-size: 0;
    line-height: 0;
}

#rodape .rodape__microsoft img {
    width: 230px;
}

#rodape .rodape__contato {
    line-height: 21px;
    font-size: 15px;
    color: #FFF;
}

#rodape .rodape--local {
    margin-top: 18px;
}

#rodape .rodape--endereco {
    margin-top: 7px;
}

#rodape .rodape--email {
    margin-top: 17px;
}

#rodape .rodape__midias {
    display: flex;
    column-gap: 15px;
    margin-top: 20px;
    align-items: center;
}

#rodape .rodape__midia {
    font-size: 0;
    line-height: 0;
}

#rodape .rodape--linkedin svg {
    width: 22px;
}

#rodape .rodape--facebook svg {
    width: 22px;
}

#rodape .rodape--twitter svg {
    width: 21px;
}

#rodape .rodape--instagram svg {
    width: 22px;
}

#rodape .rodape--youtube svg {
    width: 28px;
}

#rodape iframe {
    width: 510px;
    height: 400px;
}

#rodape .rodape__direitos {
    font-size: 15px;
    color: #FFF;
    position: absolute;
    bottom: -40px;
    width: 100%;
    text-align: center;
}

@media (max-width: 1366px) {
    /* CONTAINER */

    #vendas365 .container {
        max-width: 100% !important;
        width: 100% !important;
    }

    /* BANNER */

    #banner .banner__video {
        left: calc(50% + 150px);
    }

    /* EBOOK */

    #ebook .ebook__caixa {
        flex-direction: column;
        align-items: flex-start;
    }

    #ebook .ebook__coluna1 {
        width: 100%;
    }

    #ebook .ebook__coluna2 {
        width: 100%;
        margin-top: 50px;
    }

    #ebook .ebook__item:last-child {
        width: calc(100% / 3 - 10px);
    }

    #ebook .ebook__item:last-child,
    #ebook .ebook__item:nth-last-child(2) {
        display: none;
    }

    #ebook .ebook__item {
        width: calc(100% / 3 - 15px);
    }

    #ebook .ebook__tema {
        width: calc(100% - 70px);
    }

    /* FORMULARIO */

    #formulario form *[data-layout="true"] {
        margin: 0 !important;
    }

    /* VANTAGENS */

    #vantagens .vantagens__slide {
        align-items: flex-start;
    }

    /* RODAPE */

    #rodape iframe {
        width: 400px;
    }

    /* DOWNLOAD */

    .download #ebook:before {
        content: none;
    }

    .download #ebook .ebook__coluna1 {
        display: none;
    }

    .download #ebook .ebook__coluna2 {
        margin-top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .download #ebook .ebook__caixa {
        margin-top: 0;
    }

    .download #ebook .ebook__container {
        top: -15px;
    }

    .download #formulario {
        width: max-content;
    }
    
}

@media (max-width: 1024px) {
    /* BANNER */

    #banner .banner__video {
        display: none;
    }

    #banner .banner__coluna1 {
        width: 100%;
    }

    /* EBOOK */

    #ebook .ebook__item {
        width: calc(100% / 2 - 15px);
    }

    /* VANTAGENS */

    #vantagens .vantagens__slide {
        flex-direction: column;
    }

    #vantagens .vantagens__coluna1 {
        width: 100%;
    }

    #vantagens .vantagens__coluna2 {
        display: none;
    }

    /* REDES */

    #redes .redes__container {
        flex-direction: column;
        row-gap: 30px;
    }

    #redes .redes__coluna1 {
        width: 100%;
    }

    #redes .redes__coluna2 {
        width: 100%;
    }

    #redes .redes__texto {
        margin-top: 25px;
    }

    #redes .redes__texto br {
        display: none;
    }

    /* RODAPE */

    #rodape {
        padding-top: 50px;
        padding-bottom: 70px;
        height: auto;
    }
    
    #rodape .rodape__container {
        flex-direction: column;
        row-gap: 40px;
    }

    #rodape .rodape__coluna1 {
        width: 100%;
    }

    #rodape .rodape__coluna2 {
        width: 100%;
    }

    #rodape .rodape__microsoft {
        margin-top: 30px;
    }

    #rodape iframe {
        width: 100%;
    }
}

@media (max-width: 767px) {
    /* BANNER */

    #banner {
        height: 520px;
    }

    #banner .banner__titulo {
        font-size: 26px;
        font-weight: 500;
        text-align: left;
    }

    #banner .banner__texto {
        text-align: left;
        line-height: 1.2;
    }

    #banner .banner__link {
        width: 100%;
    }

    /* EBOOK */

    #ebook {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    #ebook .ebook__titulo {
        font-size: 24px;
        line-height: 1.2;
        text-align: left;
    }

    #ebook .ebook__lista {
        flex-direction: column;
        row-gap: 10px;
    }

    #ebook .ebook__item {
        width: 100%;
    }

    #ebook .ebook__chapeu {
        font-size: 20px;
        text-align: left;
    }

    #ebook .ebook__subtitulo {
        font-size: 24px;
        line-height: 1.2;
    }

    #ebook .ebook__tema {
        width: calc(100% - 55px);
    }

    #ebook .ebook__caixa {
        margin-top: 30px;
    }

    /* VANTAGENS */

    #vantagens {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    #vantagens .vantagens__container:before {
        top: -75px;
    }

    #vantagens .vantagens__slide {
        padding: 0;
    }

    #vantagens .vantagens__chapeu {
        font-size: 20px;
        text-align: left;
    }

    #vantagens .vantagens__titulo {
        font-size: 24px;
        line-height: 1.2;
        text-align: left;
    }

    #vantagens .vantagens__lista li {
        text-align: left;
    }

    #vantagens .vantagens__subtitulo {
        font-size: 20px;
    }

    #vantagens .vantagens__link {
        width: 100%;
        justify-content: center;
    }

    #vantagens .vantagens__lista svg {
        display: none;
    }

    /* PAGINACAO */

    #paginacao span[class*=active] {
        width: 80px;
    }

    /* NEGOCIO */

    #negocio {
        padding-top: 75px;
        padding-bottom: 75px;
        background-image: none;
        background-color: var(--cores-chumbo);
    }

    #negocio .negocio__coluna1 {
        width: 100%;
    }

    #negocio .negocio__link {
        width: 100%;
        text-align: center;
    }

    #negocio .negocio__titulo {
        font-size: 24px;
        line-height: 1.2;
    }

    #negocio .negocio__subtitulo {
        font-size: 24px;
        line-height: 1.2;
        margin-top: 20px;
    }

    #negocio .negocio__texto p {
        text-align: left;
    }

    /* REDES */

    #redes {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    #redes .redes__titulo {
        font-size: 27px;
    }

    #redes .redes__texto {
        margin-top: 10px;
        font-size: 22px;
        letter-spacing: .5px;
        line-height: 1.2;
        color: var(--cores-chumbo);
        font-weight: 500;
    }

    #redes .redes__coluna1 {
        width: 100%;
    }

    #redes .redes__coluna2 {
        width: 100%;
        margin-top: 20px; 
    }

    /* RODAPE */

    #rodape {
        padding-bottom: 100px;
    }

    #rodape .rodape__microsoft img {
        width: 100%;
    }

    #rodape .rodape__direitos {
        bottom: -70px;
    }

    /* DOWNLOAD */

    .download #formulario {
        width: 100%;
    }
}