@charset "UTF-8";

/* Fonte Bradesco */
@font-face {
    font-family: "BradescoSans-Bold";
    src: url("/assets/common/fonts/bradesco/BradescoSans-Bold.woff2") format("woff2"), url("/assets/common/fonts/bradesco/BradescoSans-Bold.woff") format("woff"), url("/assets/common/fonts/bradesco/BradescoSans-Bold.ttf") format("truetype"), url("/assets/common/fonts/bradesco/BradescoSans-Bold.eot?") format("eot");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Bradesco-SemiBold";
    src: url("/assets/common/fonts/bradesco/BradescoSans-SemiBold.woff2") format("woff2"), url("/assets/common/fonts/bradesco/BradescoSans-SemiBold.woff") format("woff"), url("/assets/common/fonts/bradesco/BradescoSans-SemiBold.ttf") format("truetype"), url("/assets/common/fonts/bradesco/BradescoSans-SemiBold.eot?") format("eot");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Bradesco-Medium";
    src: url("/assets/common/fonts/bradesco/BradescoSans-Medium.woff2") format("woff2"), url("/assets/common/fonts/bradesco/BradescoSans-Medium.woff") format("woff"), url("/assets/common/fonts/bradesco/BradescoSans-Medium.ttf") format("truetype"), url("/assets/common/fonts/bradesco/BradescoSans-Medium.eot?") format("eot");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}




@font-face {
    font-family: "Bradesco";
    src: url("/assets/common/fonts/bradesco/BradescoSans-BoldItalic.woff2") format("woff2"), url("/assets/common/fonts/bradesco/BradescoSans-BoldItalic.woff") format("woff"), url("/assets/common/fonts/bradesco/BradescoSans-BoldItalic.ttf") format("truetype"), url("/assets/common/fonts/bradesco/BradescoSans-BoldItalic.eot?") format("eot");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Bradesco";
    src: url("/assets/common/fonts/bradesco/BradescoSans-Condensed.woff2") format("woff2"), url("/assets/common/fonts/bradesco/BradescoSans-Condensed.woff") format("woff"), url("/assets/common/fonts/bradesco/BradescoSans-Condensed.ttf") format("truetype"), url("/assets/common/fonts/bradesco/BradescoSans-Condensed.eot?") format("eot");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Bradesco";
    src: url("/assets/common/fonts/bradesco/BradescoSans-CondensedBold.woff2") format("woff2"), url("/assets/common/fonts/bradesco/BradescoSans-CondensedBold.woff") format("woff"), url("/assets/common/fonts/bradesco/BradescoSans-CondensedBold.ttf") format("truetype"), url("/assets/common/fonts/bradesco/BradescoSans-CondensedBold.eot?") format("eot");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Bradesco";
    src: url("/assets/common/fonts/bradesco/BradescoSans-Italic.woff2") format("woff2"), url("/assets/common/fonts/bradesco/BradescoSans-Italic.woff") format("woff"), url("/assets/common/fonts/bradesco/BradescoSans-Italic.ttf") format("truetype"), url("/assets/common/fonts/bradesco/BradescoSans-Italic.eot?") format("eot");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Bradesco";
    src: url("/assets/common/fonts/bradesco/BradescoSans-Light.woff2") format("woff2"), url("/assets/common/fonts/bradesco/BradescoSans-Light.woff") format("woff"), url("/assets/common/fonts/bradesco/BradescoSans-Light.ttf") format("truetype"), url("/assets/common/fonts/bradesco/BradescoSans-Light.eot?") format("eot");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Bradesco";
    src: url("/assets/common/fonts/bradesco/BradescoSans-Regular.woff2") format("woff2"), url("/assets/common/fonts/bradesco/BradescoSans-Regular.woff") format("woff"), url("/assets/common/fonts/bradesco/BradescoSans-Regular.ttf") format("truetype"), url("/assets/common/fonts/bradesco/BradescoSans-Regular.eot?") format("eot");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
}
.modal-pj {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

.modal-content {
    cursor: pointer;
    position: relative;
    border-radius: 8px;
    text-align: center;
}

.modal-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.close-btn {
    position: absolute;
    top: 0px;
    right: 16px;
    font-size: 60px;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
}
.btn {
    font-family: "Bradesco-Bold", sans-serif;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid;
    border-radius: 24px;
    line-height: 18px;
    padding: 16px 0;
    cursor: pointer;
}

.btn-full-size {
    width: 230px;
}

.btn-mid-size {
    width: 170px;
}

.btn-solid-red {
    border-color: #CC092F;
    background-color: #CC092F;
    color: #fff;
}

.btn-outline-red {
    border-color: #CC092F;
    background: transparent;
    color: #CC092F;
}

.btn-outline-white {
    border-color: #fff;
    background: transparent;
    color: #fff;
    cursor: pointer;
}

/* Banner */
.text-banner {
    position: absolute;
    color: #fff;
    top: 400px;
    left: 400px;
    z-index: 2;
}

.title-banner {
    font-size: 44px;
    line-height: 52px;
    max-width: 280px;
    font-weight: 600;
    font-family: "Bradesco-SemiBold", sans-serif;
}


/* Titles */
.title {
    font-family: "Bradesco-SemiBold", sans-serif;
    font-size: 24px;
    line-height: 28px;
}

@media (min-width: 1024px) {
    .title.left-desk {
        text-align: left;
    }
    
    .title.left-desk::after {
        content: "";
        position: relative;
        display: block;
        width: 55px;
        height: 4px;
        margin: 10px 0;
    }
}

@media (max-width: 1024px) {
    .title.center-mob {
        text-align: center;
    }

    .title.center-mob::after {
        content: "";
        position: relative;
        display: block;
        width: 55px;
        height: 4px;
        margin: 10px auto;
        border-radius: 30px;
    }
}


.title.center {
    text-align: center;
}

.title.center::after {
    content: "";
    position: relative;
    display: block;
    width: 55px;
    height: 4px;
    margin: 10px auto;
    border-radius: 30px;
}

.title.white::after {
    background-color: #fff;
    border-radius: 30px;
}

.title.red::after {
    background-color: #CC092F;
    border-radius: 30px;
}


/* Section - Top Side */
.top-side {
    background-color: #fff;
    width: 60%;
    height: 110px;
    border-radius: 16px;
    padding: 30px 55px;
    margin: 0 auto;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 3px 6px #00000029;
    transform: translateY(30px);
    z-index: 99;
}

.top-side h2 {
    font-size: 16px;
    line-height: 24px;
    color: #47484C;
    font-weight: normal;
    font-family: "Bradesco-Medium", sans-serif;
}

.top-side p::before {
    content: "";
    position: absolute;
    display: block;
    width: 55px;
    height: 4px;
    transform: translateY(-20px);
    background-color: #CC092F;
}


/* Section - Como Cadastrar */
.como-cadastrar {
    background-color: #F0F1F5;
    padding-top: 110px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.como-cadastrar .info {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center; 
}

.como-cadastrar .image {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: right; 
}


.como-cadastrar .buttons {
    display: flex;
    margin: 24px 0;
}

.como-cadastrar .buttons a:first-child {
    margin-right: 16px;
}

.como-cadastrar p {
    font-size: 16px;
    line-height: 24px;
    color: #47484C;
    font-family: "Bradesco-Medium", sans-serif;
}

.como-cadastrar p a {
    color: #3B69FF;
    text-decoration: underline;
}


/* Formas de Acesso */
.formas-de-acesso {
    padding-top: 50px;
    max-height: 779px;
}

.formas-de-acesso .mobile {
    display: none;
}

.formas-de-acesso .image {
    width: 30%;
    display: flex;
}

.formas-de-acesso .image.right {
    justify-content: right;
}

.formas-de-acesso .image.left {
    justify-content: left;
}

.formas-de-acesso .container {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.formas-de-acesso .container img:first-child {
    position: relative;
    left: 0;
}

.formas-de-acesso .info {
    width: 40%;
    padding-top: 70px;
    padding-bottom: 80px;
}

.formas-de-acesso .tabs {
    display: flex;
    list-style: none;
    max-width: fit-content;
    margin-top: 40px;
    margin-bottom: 25px;
}

.formas-de-acesso .tabs .tab {
    cursor: pointer;
    width: 200px;
    font-size: 14px;
    color: #000;
    text-align: center;
    font-weight: bold;
    font-family: "Bradesco-Bold", sans-serif;
}

.formas-de-acesso .tabs .tab:not(.active) {
    border-bottom: 1px solid #707070;
}

.formas-de-acesso .tabs .tab.active::after {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    margin-top: 12px;
    background-color: #E1173F;
    border-radius: 10px 10px 0px 0px;
}

.formas-de-acesso .content {
    display: none;
}

.formas-de-acesso .content.active {
    display: block;
}

.formas-de-acesso .content a {
    color: #3B69FF;
    text-decoration: underline;
}

.formas-de-acesso p {
    font-size: 16px;
    line-height: 24px;
    font-family: "Bradesco-Medium", sans-serif;
}

.formas-de-acesso .alterar-acesso {
    transform: translateY(-210px);
    z-index: 1;
    position: relative;
    background-image: url("/assets/pessoajuridica/img/net-empresa/bg-forma-de-acesso.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 340px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.formas-de-acesso .alterar-acesso p {
    margin: 22px 0;
    max-width: 578px;
}


/* Inforamações da Empresa */
.informacoes-da-empresa {
    padding-top: 105px;
    background-color: #F0F1F5;
}

.informacoes-da-empresa p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    color: #47484C;
    text-align: center;
    font-family: "Bradesco-Medium", sans-serif;
}

.informacoes-da-empresa .cards {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.informacoes-da-empresa .card {
    margin-right: 16px;
    border-radius: 16px;
    width: 280px;
    height: 310px;
    padding: 35px 20px;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
}

.informacoes-da-empresa .card:last-child {
    margin-right: 0;
}

.informacoes-da-empresa .card h3 {
    color: #000000;
    font-size: 18px;
    line-height: 28px;
    margin-top: 13px;
    font-weight: 600;
    font-family: "Bradesco-SemiBold", sans-serif;
}

.informacoes-da-empresa .card p {
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    margin-top: 16px;
    text-align: left;
    font-family: "Bradesco-Medium", sans-serif;
}

.informacoes-da-empresa .card a {
    color: #3B69FF;
    text-decoration: underline;
    position: absolute;
    transform: translate(calc(245px - 100%), 230px);
    font-weight: 600;
    font-family: "Bradesco-SemiBold", sans-serif;
}

.informacoes-da-empresa .bg {
    background: linear-gradient(90deg, rgb(204, 9, 47) 40%, rgb(156, 9, 82) 65%, rgb(51, 59, 143) 90%);
    width: 100%;
    height: 230px;
    position: relative;
    z-index: 1;
    transform: translateY(-155px);
}


/* Section - Aplicativo Net Empresa */
.aplicativo-net-empresa {
    transform: translateY(-155px);
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 150px;
    padding-bottom: 45px;
}

.aplicativo-net-empresa .info {
    display: flex;
    justify-content: center;
    width: 60%;
}

.aplicativo-net-empresa .image {
    display: flex;
    justify-content: right;
    width: 40%;
}

.aplicativo-net-empresa p:nth-child(2) {
    margin-top: 20px;
}

.aplicativo-net-empresa p {
    display: flex;
    color: #47484C;
    font-size: 16px;
    line-height: 28px;
    font-family: "Bradesco-Medium", sans-serif;
}

.aplicativo-net-empresa .qr-code {
    font-family: "Bradesco-Bold", sans-serif;
    background-color: #F0F1F5;
    font-weight: bold;
    color: #47484C;
    font-size: 18px;
    line-height: 24px;
    border-radius: 15px;
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 375px;
    height: 155px;
    padding: 15px 30px;
}

.aplicativo-net-empresa .qr-code img {
    margin-left: 25px;
    border-radius: 15px;
}

.aplicativo-net-empresa  a {
    margin-top: 50px;
}

.aplicativo-net-empresa  .btn-baixar-app {
    display: none;
}

/* Custom Dots Slick Slider */
.custom-dots {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    z-index: 10;
}

.custom-dots > li {
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.custom-dots > li > button {
    width: 10px;
    height: 10px;
    display: block;
    font-size: 0;
    background-color: #00000029;
    border: 0;
    border-radius: 50%;
    transition: 0.2s ease-out;
    outline: 0;
    padding: 0;
    cursor: pointer;
}

.custom-dots > li.slick-active > button {
    width: 35px;
    height: 10px;
    border-radius: 5px;
    background-color: #c9302c;
}

@media (max-width: 1364px) {
    main {
        margin-top: -110px;
    }

    .btn-full-size {
        width: 200px;
    }

    .text-banner {
        top: 50%;
        left: 30%;
    }
    
    .top-side {
        margin: auto 30%;
    }
}

@media (max-width: 1075px) {
    .formas-de-acesso .info {
        width: 50%; 
    }

    .formas-de-acesso .image.left {
        width: 35%;
    }

    .formas-de-acesso .image.right {
        width: 15%;
    }
}

@media (max-width: 1024px) {
    .btn-full-size,
    .btn-mid-size {
        width: 100%;
    }

    .text-banner {
        text-align: center;
        left: 50%;
        right: 50%;
    }

    .top-side {
        flex-direction: column;
        margin: 0 auto;
        width: 80%;
        height: fit-content;
    }

    .top-side p::before {
        position: relative;
        display: block;
        margin: 0 auto;
    }

    .top-side h2 {
        margin: 20px 0;
    }

    .como-cadastrar {
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .como-cadastrar .buttons {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .como-cadastrar .buttons .btn:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .como-cadastrar .info {
        width: 100%;
    }

    .como-cadastrar .image {
        margin: 90px auto 0 auto;
        width: fit-content;
    }
    

    /* Formas de Acesso */
    .formas-de-acesso {
        max-height: fit-content;
    }

    .formas-de-acesso .info {
        width: 100%;
    }

    .formas-de-acesso .info > p {
        text-align: center;
        margin-bottom: 20px;
    }

    .formas-de-acesso .desktop {
        display: none;
    }

    .formas-de-acesso .mobile {
        display: block;
    }

    .formas-de-acesso .container .image {
        display: none;
    }
    
    .formas-de-acesso .alterar-acesso {
        transform: none;
    }

    .formas-de-acesso .formas {
        width: 80%;
        margin: 0 auto;
    }

    .formas-de-acesso .forma {
        cursor: pointer;
        padding: 20px 0;
        transition: 1;
        border-bottom: 1px solid #00000029;
    }

    .formas-de-acesso .forma p.title {
        color: #000;
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        font-family: "BradescoSans-Bold", sans-serif;
    }

    .formas-de-acesso .forma p.title::after {
        content: "";
        height: 16px;
        width: 16px;
        background-image: url("/assets/pessoajuridica/img/net-empresa/icons/chevron.svg");
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        position: absolute;
        right: 10%;
        transform: translateY(-17px);
    }

    .formas-de-acesso .forma.open p.title::after {
        transform: translateY(-17px) rotate(90deg);
    }

    .formas-de-acesso .forma .content {
        color: #47484C;
        font-size: 14px;
        line-height: 24px;
        margin-top: 22px;
    }

    .formas-de-acesso .forma.open .content {
        display: block;
    }

    .formas-de-acesso .forma .content {
        display: none;
    }

    .formas-de-acesso .alterar-acesso {
        margin-top: 50px;
    }
    
    /* Informações da Empresa */
    .informacoes-da-empresa {
        padding-bottom: 50px;
    }

    .informacoes-da-empresa .cards {
        cursor: grab;
    }

    .informacoes-da-empresa .cards:active {
        cursor: grabbing;
    }

    .informacoes-da-empresa .cards .card {
        margin: 20px 8px;
    }
    
    .informacoes-da-empresa .bg {
        display: none;
    }


    /* Aplicativo Net Empresa */
    .aplicativo-net-empresa {
        transform: none;    
        flex-direction: column;
    }
    
    .aplicativo-net-empresa .info {
        width: 100%;
    }

    .aplicativo-net-empresa .image {
        width: 100%;
    }

    .aplicativo-net-empresa .qr-code {
        display: none;
    }

    .aplicativo-net-empresa  .btn-baixar-app {
        display: block;
    }
}


@media (max-width: 768px) {
  
    .text-banner {
        left: 0;
        right: 0;
        top: 70%;
        display: flex;
        justify-content: center;
    }

    .title-banner {
        font-size: 28px;
        line-height: 32px;
        width: 100%;
    }

    #carousel-banner .filtro {
        display: none;
    }

    .top-side {
        width: 90%;
        padding: 20px;
    }

    .top-side h2 {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }

    .como-cadastrar {
        padding: 90px 5% 80px 5%;
    }

    .formas-de-acesso .formas {
        width: 100%;
    }

    .formas-de-acesso .forma p.title::after {
        right: 5%;
    }
    
    .formas-de-acesso .info {
        padding: 30px 0;
        width: 90%;
        margin: 0 auto;
    }

    .formas-de-acesso p {
        font-size: 14px;
        line-height: 22px;
    }

    .formas-de-acesso .alterar-acesso article {
        width: 90%;
    }

    .informacoes-da-empresa {
        padding-top: 70px;
    }

    .informacoes-da-empresa p {
        font-size: 14px;
        line-height: 22px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .aplicativo-net-empresa {
        padding-top: 70px;
    }

    .aplicativo-net-empresa .info {
        width: 90%;
        margin: 0 auto;
    }
    .modal-content img {
        max-width: 353px;
        height: 260px;
        border-radius: 8px;
    }
}

@media (max-width: 414px) {
 
    /* Informações da Empresa */
    .informacoes-da-empresa {
        padding-bottom: 50px;
    }
}

.home .busca.theme-pessoajuridica {
    margin-top: 50px;
}