@font-face {
    font-family: "SimplonBP";
    font-display: swap;
    font-weight: 400;
    src: url("../fonts/SimplonBP-Regular.woff") format("woff");
}

@font-face {
    font-family: "SimplonBP";
    font-display: swap;
    font-weight: 500;
    src: url("../fonts/SimplonBP-Medium.woff") format("woff");
}

@font-face {
    font-family: "SimplonBP";
    font-display: swap;
    font-weight: 700;
    src: url("../fonts/SimplonBP-Bold.woff") format("woff");
}

@font-face {
    font-family: "SimplonOi";
    font-display: swap;
    src: url("../fonts/SimplonOi-Headline.woff") format("woff");
}

* {
    margin: 0;
    padding: 0;
    font-family: "SimplonBP", Arial;
    font-weight: 400;
}

:root {
    --green-oi: #00D318;
    --yellow-oi: #FFFF00;
    --grey-oi: #4D4D4D;
    --grey-vari: #303030;
    /*Cores secundárias padrão solicitadas pela Oi*/
    --white-pattern: #fff;
    --black-pattern: #000;
    /*hover para buttons*/
    --yellow-cl: #ffff29;
}

.navbar {
    width: 100%;
    overflow: hidden;
    background-color: var(--grey-vari);
    position: fixed;
    top: 0;
    z-index: 9;
    box-shadow: 0 .5rem 5rem rgba(0, 0, 0, .3);
}

.navbar_itens {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 5rem;
    padding: 1.5rem 0 1.5rem 0;
}

.navbar_logo {
    display: flex;
    align-items: center;
}

.navbar_logo img {
    height: 3rem;
    margin-right: .5rem;
}

.navbar_logo p {
    font-size: .65rem;
    width: 4rem;
    font-weight: 600;
    color: var(--white-pattern);
}

.navbar_assine,
.footer_assine {
    display: flex;
}

.navbar_assine h1,
.navbar_assine h2 {
    font-size: 2.5rem;
    font-weight: bold;
}

.navbar_assine h3 {
    font-size: 1rem;
    font-weight: 500;
}

.footer_assine h2 {
    font-size: 2rem;
    font-weight: bold;
    color: var(--white-pattern);
}
/* .navbar_assine .paraEmpresa {
    padding: 1rem 0 0 0;
    margin-top: 0.5rem;
} */
.navbar_assine .ligue {
    margin-left: 3rem;
}

.navbar_assine .suporte,
.footer_assine .suporte {
    margin-left: 3rem;
}
/********************************
***** HEADER COM NAV PARA VOCE E PARA EMPRESA
***************************************/
.navbar_oi_empresas {
    padding: 10px 0 15px;
    border-bottom: 1px solid #6a6a6a;
    border-top: 1px solid #6a6a6a;
    background: var(--grey-vari);
}

.navbar .navbar_oi_empresas .container_oi_empresas .navbar_oi_empresas_links {
    display: flex;
    padding: 0.5rem;
    margin: 0 0 0 4.5rem;
}

.navbar .navbar_oi_empresas .container_oi_empresas .navbar_oi_empresas_links strong {
    text-decoration: none;
    color: #009E0C;
    font-weight: bold;
}

.navbar .navbar_oi_empresas .container_oi_empresas .navbar_oi_empresas_links {
    text-decoration: none;
    color: #f8f8f8;
    font-weight: bold;
}

.navbar nav.navbar_oi_empresas div.container_oi_empresas div.navbar_oi_empresas_links a {
    text-decoration: none;
    color: #f8f8f8;
    display: flex;
    align-items: center;
    margin-left: 2rem;
}

.navbar nav.navbar_oi_empresas div.container_oi_empresas div.navbar_oi_empresas_links a.links_oi_empresas {
    color: #6a6a6a;
    font-weight: 400;
}





.banner_desktop img {
    width: 100%;
    margin-top: 10.85rem;
}

.title-escolha {
    padding: 3rem 6rem 0 6rem;
}

.title-escolha h2 {
    font-size: 2.2rem;
    text-align: center;
    color: var(--grey-oi);
    font-weight: 300;
}

.title_entenda h2 span {
    border-bottom: .25rem solid var(--green-oi);
}

.cards,
.boxes_entenda {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0 10rem;
}

.cards {
    /*padding: 3rem 0 5rem 0;*/
    margin: 2rem 0 5rem 0;
}

.boxes_entenda {
    padding: 3rem 0 0 0;
}

.card {
    width: 22rem;
    height: 35rem;
    margin: 0 1rem;
}

.header-card {
    padding: .5rem 0;
}

.header-card h3 {
    font-size: 3.5rem;
    text-align: center;
    padding-bottom: 1rem;
    font-family: "SimplonOi", Arial;
}

.header-card span {
    font-family: "SimplonBP", Arial;
    font-weight: 500;
}

.body-card {
    padding: 0 1rem;
}

.info-card p {
    font-size: .9rem;
    margin-bottom: .5rem;
}

.section-card {
    border: 2px solid var(--green-oi);
    margin-top: .5rem;
    padding: 1rem;
    border-radius: 5px 5px 0 0;
    background-color: var(--white-pattern);
    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
}

.footer-card {
    background-color: var(--black-pattern);
    padding: 1.5rem 0;
    text-align: center;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
}

.footer-card button {
    border: 1px solid var(--yellow-oi);
    background-color: var(--yellow-oi);
    width: 80%;
    height: 4rem;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.3rem;
    border-radius: 100px;
    margin-top: 1rem;
}

.footer-card button:hover {
    border: 1px solid var(--yellow-cl);
    background-color: var(--yellow-cl);
}

.footer-card p {
    color: var(--white-pattern);
    margin-top: 1.5rem;
    font-size: .7rem;
}

.footer-card .modalDetalhes {
    color: var(--white-pattern);
    font-size:1.2rem;
    cursor: pointer;
    margin-top: 0rem;
}

.footer-card .modalDetalhes:hover {
    color: var(--green-oi);
    cursor: pointer;
}

.mais-vendido {
    background-color: var(--black-pattern);
    width: 8rem;
    padding: .5rem
}

.mais-vendido-des {
    background-color: transparent;
    width: 8rem;
    padding: .5rem
}

.box-mais-vendido {
    display: flex;
}

.box-mais-vendido p,
.box-mais-vendido i {
    color: var(--yellow-oi);
    font-weight: bold;
    text-transform: uppercase;
    font-size: .9rem;
}

.box-mais-vendido p {
    margin-left: .5rem;
}

.entenda_mais {
    padding: 2rem 0;
}

.title_entenda h2 {
    font-size: 2.5rem;
    text-align: center;
}

.box_entenda_img,
.box_entenda_text {
    width: 50%;
    margin: 0 1rem;
}

.box_entenda_img img {
    width: 100%;
}

.box_entenda_text p {
    font-size: 1.1rem;
    padding-bottom: 2rem;
    line-height: 1.3rem;
}

.infos {
    width: 100%;
    padding: 0 0 3rem 0;
}

.box_infos,
.textos-info-planos {
    padding: 2rem 10rem 0 10rem;
}

.info_assine {
    float: right;
}

.footer {
    background-color: var(--grey-oi);
    margin-top: 2rem;
}

.footer_itens {
    margin: 0 10rem;
    padding: 1.4rem 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_logo img {
    width: 8rem;
}

.footer_vendas p,
.footer_vendas h4 {
    color: white;
}


/*Section Aproveite */

.section_aproveite {
    background-color: #EFEFEF;
    text-align: center;
    margin-top: 1rem;
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
}

.espaco_extra {
    height: 3.5rem;
}

.text_aproveite h2 {
    color: var(--black-pattern);
    padding: 2.5rem 0 1rem 0;
    font-size: 2.5rem;
    font-weight: 300;
}

.formulario h2 {
    font-weight: normal;
    font-size: 1.5rem;
}

.text_aproveite p {
    font-size: 14px;
    color: rgb(71, 71, 71);
}

.text_aproveite span {
    font-weight: normal;
}

.imagens_estaticas {
    margin: 2rem 5rem 1rem 5rem;
}

.imagens_estaticas,
.box_filhas1,
.box_filhas2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.img_mae,
.img_filha1,
.img_filha2,
.img_filha3,
.img_filha4 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 1rem 1rem;
}

.info_img_mae h5 {
    color: var(--white-pattern);
    text-transform: none;
    font-size: 2.5rem;
    font-family: 'Simplonbp', Arial;
    font-weight: 500;
    width: 20rem;
}

.info_info_img {
    /*width: 20rem;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.img_filha1 h5,
.img_filha2 h5,
.img_filha3 h5,
.img_filha4 h5 {
    font-size: 1.5rem;
    width: 10rem;
}

.img_filha1 h6,
.img_filha2 h6,
.img_filha3 h6,
.img_filha4 h6 {
    color: rgb(209, 209, 209);
    font-weight: 300;
    margin-top: 1rem;
    width: 18rem;
    font-size: .8rem;
    width: 12rem;
}

.img_filha1 p {
    margin-top: 1rem;
}

.info_img_mae p {
    border: 2px solid var(--green-oi);
    background-color: var(--green-oi);
    width: 2rem;
    text-align: center;
    margin-bottom: 1rem;
}

.img_mae h6 {
    color: rgb(209, 209, 209);
    font-weight: 300;
    margin-top: 1rem;
    width: 18rem;
    font-size: 1rem;
}

.img_mae img {
    /*margin-top: -1rem;*/
    width: 100%;
    border-radius: 10px;
}

.img_filhas img {
    /* width: 14rem;
    margin-left: 1rem;
    margin-bottom: 1rem;*/
    width: 100%;
    border-radius: 10px;
}

.info_img_mae {
    position: absolute;
}


/*Cards*/

.info_price_card {
    width: 100%;
    padding: 2rem 0;
}

.info_price_card p {
    font-family: "SimplonOi", Arial;
    font-weight: normal;
}

.info_price_card .value-1-card {
    font-size: 4rem;
    margin-left: .3rem;
}

.info_price_card .value-small-card {
    padding-top: 11px;
    font-size: 1.5rem;
    margin-left: .3rem;
}

.value-component-card span {
    font-family: "Roboto";
    font-weight: bold;
    font-size: 1.42rem;
}

.info_price_card .value-year-card {
    margin-left: -2.2rem;
    padding-top: 39px;
    font-size: 1.3rem;
    text-transform: uppercase;
}

.info_price_card .value-caractere-card {
    padding-top: 36px;
    font-size: 1.5rem;
}

.value-component-card {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.value-component-card p {
    color: var(--green-oi);
}


/*Consultar Cobertura*/

.consulte_cobertura {
    padding: 2rem 6rem;
}

.consulte_cobertura form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.consulte_cobertura form input {
    margin: 0 .3rem;
    width: 12rem;
    height: 2.5rem;
    padding-left: 1rem;
    border: 1px solid rgb(201, 201, 201);
    border-radius: 5px;
}

.consulte_cobertura form label {
    font-size: 1.3rem;
    margin-right: .5rem;
}

.consulte_cobertura form button {
    width: 12rem;
    height: 2.8rem;
    margin-left: .5rem;
    background-color: var(--yellow-oi);
    border: 1px solid var(--yellow-oi);
    font-weight: bold;
    font-size: 1rem;
    border-radius: 100px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
}

.consulte_cobertura form button:hover {
    background-color: var(--yellow-cl);
    border: 1px solid var(--yellow-cl);
}

.box-itens-footer .btn-consulte {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}

.textos-info-planos .item {
    margin: 1rem 0 2rem 0;
}

.textos-info-planos .item p {
    padding: .5rem 0;
    line-height: 1.3rem;
}

.textos-info-planos .item h3 {
    font-size: 2rem;
    font-weight: bold;
}

.navbar_assine .ligue a,
.navbar_assine .suporte a,
.navbar_assine .paraEmpresa a,
.footer_assine .ligue a,
.footer_assine .suporte a {
    text-decoration: none;
}

.navbar_assine .ligue a p,
.navbar_assine .suporte a p {
    color: var(--green-oi);
}

.navbar_assine .ligue a h1,
.navbar_assine .suporte a h2,
.navbar_assine .paraEmpresa a h3 {
    color: var(--white-pattern);
    cursor: pointer;
}

.navbar_assine .ligue a h1:hover,
.navbar_assine .suporte a h2:hover,
.footer_assine .ligue a h2:hover,
.footer_assine .suporte a h2:hover,
.navbar_assine .paraEmpresa a h3:hover {
    text-decoration: underline;
}

.title_entenda h2 {
    color: var(--grey-oi);
}

.textos-info-planos .item h3 {
    color: var(--black-pattern);
}

.textos-info-planos .item p,
.box_entenda_text p {
    color: var(--grey-oi);
}

.textos-info-planos .item span {
    font-weight: bold;
}
.footer {
    width: 100%!important;
    background: #f1f1f1!important;
}
.footer .copyright {
    padding: 4rem 0 4rem;
}

.footer .copyright .copy-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: 500;
}

.footer .copyright .copy-box p:first-child {
    margin-right: 0;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.footer .copyright .img-logo {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.footer .suporte {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/*********************************
MODAL DETALHES PLANO
************************************/


.modal_product {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
    top: 0;
    right: 0;
    width: 400px;
    width: 50%;
    border-left: 1px solid rgba(0,0,0,.2);
    transform: translateX(100%);
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    overflow: auto;
    transform: none;
    visibility: hidden;
}

.modal_product .menu-details-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    padding-right: 0;
    padding-left: 0;
    padding-top: 1.5rem;
}

.modal_product .menu-details-title h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.modal_product .menu-details-title h2 span {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.modal_product .menu-details-title .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    color: #000;
    border: 0;
    border-radius: 0.25rem;
    cursor: pointer;
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
}

.px-0 {
    padding-right: 0;
    padding-left: 0;
}

.px-0 ul {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style: none;
}

.px-0 .text-start ul {
    text-align: left;
}

.px-0 .flex-column ul {
    flex-direction: column;
}

.menu-details-plan li p {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.menu-details-plan li p a{
    font-size: 0.9375rem;
    font-weight: 600;
    color: rgb(0, 171, 15);
}

ul.nav-pills li {
    border-bottom: 1px solid var(--green-oi) !important;
    margin-bottom: 1rem;
}

ul.nav-pills a {
    font-size: 0.9375rem;
    font-weight: 600;
    color: rgb(0, 171, 15);
}


.politica {
    display: block;
    background: rgba(0,0,0,1);
    border-style: none;
    border-radius: 0px;
    z-index: 56;
    width: 100%;
    height: 54px;
    position: absolute;
    color: white;
}

.politica .text-politica {
    display: flex;
    background: rgba(255,255,255,0);
    border-style: none;
    border-radius: 0px;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    align-items: center;
    top: 11px;
    z-index: 57;
    width: 100%;
    height: 32px;
    position: absolute;
}

.politica .text-politica span {
    font-weight: 400;
    font-family: Roboto;
    font-size: 14px;
    color: rgb(255, 255, 255);
}
.politica .text-politica .text-link-politica {
    color: rgb(0, 186, 255);
    border-bottom: 1px solid rgb(0, 186, 255);
}



@media screen and (min-width: 901px) {
    .banner_mobile img,
    .btn-ligue-mob {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .banner_desktop {
        display: none;
    }
    .banner_mobile img {
        width: 100%;
    }
    .navbar {
        position: inherit;
    }
    .navbar_itens {
        margin: 0 1rem;
    }
    .cards,
    .boxes_entenda {
        flex-direction: column;
    }
    .title-escolha h2 {
        font-size: 1.5rem;
    }
    .title-escolha {
        padding: 1rem!important;
    }
    .cards {
        margin: 0 2rem!important;
    }
    .cards {
        padding: 1rem 0 3rem 0;
    }
    .imagens_estaticas,
    .box_filhas1,
    .box_filhas2 {
        flex-direction: column;
    }
    .imagens_estaticas img {
        width: 100%;
        margin-bottom: 1rem;
    }
    .section_aproveite {
        padding-bottom: .5rem;
    }
    .consulte_cobertura {
        padding: 1rem;
    }
    .consulte_cobertura form {
        flex-wrap: wrap;
    }
    .cards,
    .boxes_entenda {
        margin: 0 1rem;
    }
    .box_infos,
    .textos-info-planos {
        padding: 1rem;
    }
    .footer_assine {
        flex-direction: column;
    }
    .footer_itens {
        margin: 0 1rem;
    }
    .img_filhas img {
        margin-left: 0;
    }
    .text_aproveite h2 {
        font-size: 1.5rem;
        padding: 2rem 1rem;
    }
    .info_img_mae h5 {
        font-size: 1.5rem;
        width: 16rem!important;
    }
    .img_mae h6 {
        font-size: .8rem;
        width: 12rem;
    }
    .title-escolha {
        padding: 1rem;
    }
    .card {
        margin: 0;
        width: 100%;
    }
    .card-2 {
        margin: 2.5rem 0 3.8rem 0;
    }
    .box_entenda_img,
    .box_entenda_text {
        width: 100%;
        margin: 0;
    }
    .banner_desktop {
        margin-top: 0;
    }
    .consulte_cobertura form label {
        margin-bottom: 1rem;
    }
    .consulte_cobertura form input {
        width: 100%;
        height: 3.5rem;
        margin-bottom: 1rem;
    }
    .consulte_cobertura form button {
        width: 100%;
        height: 4rem;
        margin: 1rem 0 0 0;
    }
    .textos-info-planos .item h3 {
        font-size: 1.5rem;
    }
    .title_entenda h2 {
        font-size: 1.5rem;
    }
    .boxes_entenda {
        padding: 2rem 0 0 0;
    }
    .title_entenda {
        margin-top: 1rem;
    }
    .box_entenda_text {
        margin-top: 2rem;
    }
    .entenda_mais {
        padding: 2rem 0 0 0;
    }
    .infos {
        padding: 0;
    }
    .footer_itens {
        flex-direction: column-reverse;
    }
    .footer {
        height: 100%;
    }
    .footer_assine {
        text-align: center;
        /* margin-right: 2rem; */
    }
    .footer_assine .suporte {
        margin-left: 0;
    }
    .navbar_assine .suporte {
        margin-left: .8rem;
    }
    .footer_logo img {
        margin: 1rem 0;
    }
    .navbar_logo img {
        height: 2rem;
    }
    .navbar_assine h1,
    .navbar_assine h2 {
        font-size: 1.3rem;
    }
    .navbar_assine p {
        font-size: .8rem;
    }
    .imagens_estaticas {
        margin: 0;
        padding: 1rem;
    }
    .navbar_logo p {
        font-size: .5rem;
    }
    .section_aproveite {
        margin-top: 4rem;
    }
    .btn-ligar a {
        color: var(--white-pattern);
        flex-direction: column;
        text-decoration: none;
    }
    .btn-ligar h2 {
        font-weight: 700;
    }
    .btn-ligar p {
        font-size: 1.2rem!important;
    }
    .btn-ligar .btn-green {
        background-color: var(--green-oi);
        padding: 1rem;
        border-radius: 10px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, .5);
    }
    .footer-nav .btn-ligar h2 {
        font-size: 3rem;
        margin-left: 0!important;
    }
    .navbar_assine .suporte p {
        font-size: .55rem;
    }
    .navbar_assine .suporte {
        margin-top: .2rem;
    }
    .navbar_assine {
        align-items: center;
    }
    .navbar_assine .ligue {
        margin-right: 1rem;
    }
    .box-itens-footer {
        flex-direction: column;
        padding: 1rem!important;
    }
    .box-itens-footer h3 {
        margin: 1rem 0!important;
    }
    .box-itens-footer .btn-consulte {
        padding: 1rem 3rem!important;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
        margin-bottom: 1rem;
    }
    .box-itens-footer .btn-consulte p {
        font-size: 1.5rem!important;
    }
    .box-itens-footer .btn-ligue p,
    .box-itens-footer .btn-ligue h2 {
        /*color: #2b2828!important;*/
        font-weight: bold;
    }
    .box-itens-footer .btn-ligue {
        border: 1px solid var(--white-pattern);
        /*margin: 2rem 0 1rem 0!important;*/
        padding: .5rem 3.5rem;
        border-radius: 5px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .box-itens-footer .btn-ligue {
        margin-left: 0!important;
    }
    .btn-ligue-desk {
        display: none;
    }
    .footer-online {
        flex-direction: column;
    }
    .modalOnline {
        width: 80%!important;
    }
    .footer-online .btn-lig {
        margin-left: 0!important;
    }
    .footer-online .btn-contOn {
        margin-bottom: 1rem;
    }
    .footer-online .btn-lig {
        padding: 0.5rem 3.3rem!important;
    }
    .header-consul img {
        width: 3.5rem;
    }
    .img_mae,
    .img_filhas {
        width: 100%!important;
    }
    .img_mae,
    .img_filha1,
    .img_filha2,
    .img_filha3,
    .img_filha4 {
        margin: 0!important;
    }
    /*Alterações no botão consultar cep*/
    .box-itens-footer h3 {
        font-size: 1.55rem!important;
        font-weight: bold;
    }
    .box-itens-footer .btn-ligue h2 {
        font-size: 2rem!important;
    }
    .btns-mobile {
        flex-direction: column;
    }
    .body-consul .box-text-consul h3 {
        padding: 0 2rem 1rem 0!important;
    }
    .header-consul img {
        width: 3rem!important;
    }
    .footer .copyright .copy-box {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
    }

    .footer .copyright .copy-box p:first-child {
        margin-right: 0;
    }


    .politica {
        height: 62px;
    }
    .politica .text-politica {
        text-align: center;
    }
}

.header-consul img {
    width: 4rem;
}

.footer-nav {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    display: none;
    width: 100%;
    background-color: var(--grey-vari);
    color: var(--white-pattern);
    text-align: center;
}

.show,
.footer-nav:hover {
    display: block;
}

.btn-ligar {
    padding: 1rem 0;
}

.btn-ligar a {
    color: var(--white-pattern);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.btn-ligar h2 {
    font-size: 3rem;
    margin-left: 1rem;
}

.btn-ligar h2:hover {
    text-decoration: underline;
}

.btn-ligar p {
    font-size: 1rem;
}

.box-itens-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
}

.box-itens-footer h3 {
    margin-right: 2rem;
    font-size: 1.8rem;
}

.footer-nav .box-itens-footer a {
    text-decoration: none;
    color: var(--black-pattern);
}

.box-itens-footer p {
    font-weight: bold;
    font-size: 1.1rem;
}

.box-itens-footer .btn-consulte {
    background-color: var(--yellow-oi);
    padding: 1.5rem 3rem;
    border-radius: 5px;
}

.box-itens-footer .btn-consulte:hover {
    background-color: var(--yellow-cl);
}

.box-itens-footer .btn-ligue {
    margin-left: 2rem;
}

.box-itens-footer .btn-ligue p {
    font-weight: normal;
    text-align: left;
    font-size: .65rem;
    color: var(--white-pattern);
}

.box-itens-footer .btn-ligue h2 {
    font-size: 2.5rem;
    color: var(--white-pattern);
}


/*
.imagens_estaticas {
    width: 100%;
}*/

.img_mae,
.img_filhas {
    width: 50%;
}

.btns-mobile {
    display: flex;
}

.footer_cnpj {
    color: white;
    text-align: center;
    font-weight: normal;
    justify-content: center;
}

/* MODAL CONTAINER */

.modal-container {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2000;
    display: none;
    justify-content: center;
    align-items: center;
}
  
.modal-container.mostrar {
    display: flex;
}
  
.modal {
    background: #fff;
    width: 55%;
    border: 3px solid #00d213;
    position: relative;
}
  
@keyframes modal {
    from {
      opacity: 0;
      transform: translate3d(0, -60px, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
}
  
.mostrar .modal {
    animation: modal 1.5s;
}
  
#fechar {
    position: absolute;
    font-size: 1.2em;
    font-weight: bold;
    top: -0.2rem;
    right: -0.15rem;
    width: 30px;
    height: 30px;
    border: 3px solid #00d213;
    background: #fff;
    color: #00d213;
    cursor: pointer;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
}

  
#fechar:hover {
    background: #00d213;
    color: #fff;
}

.container-pedido {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-pedido {
    width: 65%;
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner-pedido {
    width: 35%;
    height: 470px;
    background-image: url("img/modalbanner.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.title-pedido {
    display: flex;
    align-items: center;
}

.title-text-pedido {
    display: flex;
}

.title-text-pedido h3 {
 
    font-weight: bold;
    font-size: 1.4rem;
    margin-left: 1rem;
}

.title-text-pedido .material-icons {
    color: #00d213;
    margin-left: .5rem;
}

.container-infos-pedido {
    width: 70%;
    margin-top: 2rem;
    padding: 1.5rem;
    border: 2px solid #00d213;
    margin-left: 2rem;
}

.container-infos-pedido p {
    font-weight: 600;
    font-size: 1rem;
    color: rgb(29, 29, 29);
}

.contato-duvidas {
    margin-top: 1rem;
}

.contato-pedido a {
    color: #00d213;
    text-decoration: none;
    font-size: 1.2rem!important;
}

.contato-pedido a:hover {
    text-decoration: underline;
}

.icons-pedido {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
}

.icons-pedido p {
    font-size: 1.1rem;
    color: rgb(29, 29, 29);
    font-weight: 600;
}

.icons-seguranca .pedido-1 {
    width: 4rem;
}

.icons-seguranca .pedido-2 {
    width: 3.2rem;
}

.botoes-pedido {
    width: 80%;
    padding-top: 3rem;
    margin-left: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.botoes-pedido a {
    text-decoration: none;
}

.botoes-pedido .pagina-inicial button {
    padding: 1rem 5rem 1rem 5rem;
    border: 2px solid #00d213;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    background-color: #00d213;
}

.botoes-pedido .pagina-inicial button:hover {
    border: 2px solid #1ff130;
    text-decoration: underline;
    background-color: #1ff130;
}
