


body {
    font-family: "Poppins", sans-serif;
    background: #fff;
}



strong {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

h2, h3, h4, h5 {
    font-family: "Poppins", sans-serif;
}

h3 {
}

h4 {
    font-size: 32px;
    color: #6c6e71;
}

p {
    font-size: 16px;
    line-height: 23px;
}

.btn-padrao {
    border-radius: 8px;
    background: #58CCC9;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

    .btn-padrao:hover, .btn-padrao:focus, .btn-padrao.focus, .btn-padrao:active, .btn-padrao:active:hover {
        background: #6C6E70;
        color: #fff;
    }

.btn-outline {
    border-radius: 8px;
    background: transparent;
    border: 2px solid #58CCC9;
    color: #58CCC9;
    border-color: #58CCC9;
    font-family: "Poppins", sans-serif;
    padding: 7px 29px;
}

    .btn-outline:hover, .btn-outline:focus, .btn-outline.focus, .btn-outline:active, .btn-outline:active:hover {
        background: rgba(244, 150, 0, 0.37);
    }

    .btn-outline.branco {
        border: 2px solid #fff;
        color: #fff !important;
        border-color: #fff !important;
    }

        .btn-outline.branco:hover, .btn-outline.branco:focus, .btn-outline.branco.focus, .btn-outline.branco:active, .btn-outline.branco:active:hover {
            background: rgba(255, 255, 255, 0.37);
        }


    .btn-outline.cinza {
        border: 2px solid #6C6E70;
        color: #6C6E70;
        border-color: #6C6E70;
    }

        .btn-outline.cinza:hover, .btn-outline.cinza:focus, .btn-outline.cinza.focus, .btn-outline.cinza:active, .btn-outline.cinza:active:hover {
            color: #fff;
            background-color: #58CCC9;
            border-color: #58CCC9;
        }

.btn-maior {
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    padding: 4px 42px;
}

.btn-outline-dark {
    color: #666;
    text-transform: uppercase;
    padding: 6px 29px;
    border-radius: 8px;
}

    .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
        background: #666;
    }

.list {
    padding: 0;
}

    .list li {
        list-style: none;
    }

.img-right {
    float: right;
}
/*======================TOPO=====================================*/
h1 {
    text-indent: -9000px;
    margin: 0;
}

.topo {
    background: rgba(255,255,255, 0.8);
    /*background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8995973389355743) 21%);*/
    height: 60px;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 16%);
}

    .topo .logo a {
        margin: 0;
        width: 100px;
        height: 33px;
        margin: 10px 23px 0;
    }

    .topo .navbar-nav {
        padding: 0 12px;
    }

    .topo .navbar-collapse ul li a {
        font-size: 12px;
        color: #6C6E70;
        border: 2px solid #6C6E70;
        margin-left: 10px;
        height: 27px;
        padding: 3px;
        text-transform: uppercase;
        border-radius: 5px;
        font-family: "Poppins", sans-serif;
        white-space: nowrap;
    }

        .topo .navbar-collapse ul li a i {
            margin-right: 5px;
        }

    .topo ul {
        padding: 0;
        margin-bottom: 0;
    }

    .topo li {
        list-style: none;
    }

    .topo .navbar-collapse ul li a:hover, .topo .navbar-collapse ul li.show > a {
        color: #fff;
        background-color: #58CCC9;
        border-color: #58CCC9;
    }

    .topo ul li.dropdown .dropdown-menu {
        padding: 0;
        box-shadow: none;
        border: 0;
        -webkit-border-bottom-right-radius: 8px;
        -webkit-border-bottom-left-radius: 8px;
        -moz-border-radius-bottomright: 8px;
        -moz-border-radius-bottomleft: 8px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        padding: 11px 25px 11px 15px;
        left: auto;
        right: 0;
        background: rgba(255, 255, 255, 0.95);
        top: 46px;
        min-width: 188px;
    }

        .topo ul li.dropdown .dropdown-menu a {
            font-family: "Poppins", sans-serif;
            border-bottom: 1px solid #D2D2D5;
            padding: 10px 0;
            background: transparent;
        }

            .topo ul li.dropdown .dropdown-menu a:last-child {
                border: 0;
            }

    .topo .acoes {
        display: flex;
    }

        .topo .acoes .navbar-nav {
            padding-right: 0;
            display: flex;
            flex-direction: initial;
            display: none;
        }

    .topo .btn-padrao {
        height: 38px;
        margin-left: 10px;
        display: flex;
        align-items: center;
    }

.topo-interno {
    background: #F5F5F5;
}

    .topo-interno .logo {
        display: block !important;
    }

.topo .center {
    display: flex;
    max-width: 265px;
    margin: 0 auto;
}

nav a.destaqueItem {
    color: #58CCC9 !important;
    margin-left: 10px;
}
/* ==========================NOVO MENU- VERTICAL=================================== */
.menu-vertical {
    display: block;
    /* position: absolute; */
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    color: #6C6E70;
    height: 86px;
    height: 100%;
    justify-content: center;
    align-items: center;
    width: 20px;
    position: relative;
    z-index: 999;
    /* margin-left: 55px; */
}


    .menu-vertical .sidebar {
        height: 100%;
    }

    .menu-vertical ul.sidebar {
        padding: 10px 32px 10px 20px;
    }

    .menu-vertical label {
        display: block;
        font-size: 26px;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 10;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #58CCC9;
    }

    .menu-vertical input:checked ~ label {
        color: #6C6E70;
    }

        .menu-vertical input:checked ~ label:after {
            content: "";
            width: 100%;
            opacity: 0;
            background: #000;
            -webkit-transition: opacity 0.5s ease-out;
            -moz-transition: opacity 0.5s ease-out;
            -o-transition: opacity 0.5s ease-out;
            transition: opacity 0.5s ease-out;
            position: fixed;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
        }

    .menu-vertical input {
        display: none;
        width: 100%;
        height: 100%;
        /* position: absolute; */
        top: -7px;
        left: -5px;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
    }

    .menu-vertical .menu {
        position: fixed;
        width: 320px;
        height: 100%;
        padding: 10px;
        left: 0;
        background: rgb(0 0 0 / 96%);
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        transform: translate(-100%, 0);
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
        padding: 0;
        top: 60px;
        color: #fff;
    }

        .menu-vertical .menu .fechar {
            height: auto;
            width: 41px;
            padding: 10px;
            right: auto;
            margin: 0;
        }

    .menu-vertical input:checked ~ .menu {
        transform: scale(1.0, 1.0);
        opacity: 1;
    }

    .menu-vertical input:checked ~ i {
        color: #003E79;
    }

    .menu-vertical .sidebar li a {
        padding: 14px 0;
        font-family: "Poppins", sans-serif;
        font-size: 12px;
        font-weight: 600;
        color: #fff;
        display: block;
        border-bottom: 1px solid rgba(142,142,142,.4);
        position: relative;
        display: flex;
        justify-content: space-between;
        text-decoration: none;
        text-transform: uppercase;
    }

        .menu-vertical .sidebar li a:hover, .menu-vertical .sidebar li a:target {
            color: #58CCC9 !important;
            text-decoration: none;
        }

        .menu-vertical .sidebar li a.collapsed-menu:after {
            content: "\f078";
            font-family: "Poppins", sans-serif;
            font-weight: 900;
            right: 0;
            font-size: 14px;
            top: 18px;
            transition: all 0.5s ease;
        }

        .menu-vertical .sidebar li a.collapsed-menu[aria-expanded="true"]:after {
            content: "\f106";
            top: 19px;
        }

    .menu-vertical .sidebar li input[type="checkbox"]:checked ~ a.collapsed-menu:after {
        transform: rotate(180deg);
        transition: all 0.5s ease;
    }

    .menu-vertical .sidebar li ul {
        padding: 0;
    }

        .menu-vertical .sidebar li ul li a {
            padding-left: 20px;
        }
    /*--------collapse submenu---------------*/
    .menu-vertical ul.sidebar li {
        position: relative;
        text-align: left;
    }

    .menu-vertical .submenu-check {
        display: block;
        width: 100%;
        height: 60px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .menu-vertical ul.sidebar li .collapsed-list {
        overflow: hidden;
        max-height: 0;
        transition: all 0.5s;
    }

    .menu-vertical ul.sidebar li input[type="checkbox"]:checked ~ .collapsed-list {
        max-height: 9999px;
        transition: all 1s;
    }

.collapsed-list li a {
    border: none !important;
    font-weight: 500 !important;
}
/*======================BANNER=====================================*/

.banner {
    width: 100%;
    max-height: 520px;
    min-height: 451px;
    height: 36vw;
    /* background: url("../images/banner.jpg");*/
    background-size: cover;
    background-position: right;
    display: flex;
    align-items: flex-end;
    position: relative;
    border-bottom: 2px solid #58CCC9;
    background: linear-gradient(#fff 0%, #e5e5e5 100%);
}

    .banner .center {
        max-width: 1366px;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }

    .banner .image {
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

        .banner .image div {
            height: 100%;
        }

        .banner .image img {
            /*object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    object-position: 100%;
    border-top: 1px solid #58CCC9;*/
            position: absolute;
            bottom: 0;
            right: 0;
            width: 100%;
            min-width: 390px;
        }

.banner {
    max-height: 610px;
    min-height: 500px;
    height: 45vw;
}

    .banner .logo {
        display: inline-block;
    }

.logo img {
    max-width: 100%;
}

.logo a {
    background: url("../images/logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 17vw;
    height: 6vw;
    max-width: 227px;
    max-height: 55px;
    text-indent: -9000px;
    margin-bottom: 1.5vw;
    max-width: 227px;
}

.banner .logo-banner {
    display: inline-block;
}

.logo-banner img {
    max-width: 100%;
}

.logo-banner a {
    background: url("../images/logo-banner.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 17vw;
    height: 6vw;
    max-width: 227px;
    max-height: 55px;
    text-indent: -9000px;
    margin-bottom: 1.5vw;
    max-width: 227px;
}


.banner .texto {
    width: 100%;
    max-width: 650px;
    height: 100%;
    position: relative;
    color: #6C6E70;
    z-index: 1;
    font-size: 32px;
    display: flex;
    /*    justify-content: flex-end;*/
    align-items: center;
    padding-left: 5%;
    position: absolute;
    z-index: 4;
    top: 0;
    padding-top: 34px;
}

    /*.banner .texto {
    top: -125px;
}*/

    .banner .texto h2 {
        font-family: "Poppins", sans-serif;
        font-size: 50px;
        margin-bottom: 1.9vw;
        max-width: 691px;
        margin-top: 50px;
    }

    .banner .texto strong {
        font-family: "Poppins", sans-serif;
    }

    .banner .texto .btn {
        font-size: 24px;
    }

    /*==============PARCEIRO===============*/
    .banner .texto h3 {
        font-family: "Poppins", sans-serif;
        font-size: 22px;
        margin-bottom: 1.9vw;
        max-width: 424px;
        margin-top: 50px;
    }

    .banner .texto .img-parceiro {
        max-width: 300px;
        max-height: 189px;
    }

        .banner .texto .img-parceiro img {
            position: initial;
            min-width: initial;
            max-height: 189px;
        }



/*======================PLANOS==============================*/
.planos .container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 65px;
    z-index: 1;
    flex-flow: wrap-reverse;
}

.planos > small {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    text-align: center;
}

.planos .card {
    width: 22%;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.161));
    position: relative;
    top: -47px;
    border: 0;
    border-radius: 8px;
    margin-bottom: 50px;
    max-width: 300px;
    height: 100%;
}

.planos .card-4 {
    width: 23%;
}

.planos .card .card-header {
    text-align: center;
    border: 0;
    background: #fff;
    color: #58CCC9;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

    .planos .card .card-header span {
        text-transform: uppercase;
        font-family: "Poppins", sans-serif;
        font-weight: normal;
        font-size: 24px;
        letter-spacing: -0.03em;
        text-align: center;
        color: #58CCC9;
    }

    .planos .card .card-header strong {
        font-family: "Poppins", sans-serif;
        font-size: 50px;
        font-family: "Poppins", sans-serif;
        font-weight: normal;
        font-size: 50px;
        letter-spacing: -0.03em;
        text-align: center;
        color: #6C6E70;
        display: block;
        line-height: 38px;
    }

    .planos .card .card-header .preco {
        line-height: 0;
        padding-top: 14px;
    }

        .planos .card .card-header .preco small {
            font-family: "Poppins", sans-serif;
            font-weight: normal;
            font-size: 11px;
            text-align: center;
            color: #6C6E70;
            margin-bottom: 0;
        }

        .planos .card .card-header .preco strong {
            font-family: "Poppins", sans-serif;
            font-size: 24px;
            color: #58CCC9;
        }

            .planos .card .card-header .preco strong span {
                font-family: "Poppins", sans-serif;
                font-weight: normal;
                font-size: 16px;
                letter-spacing: -0.03em;
                line-height: 38px;
                text-align: center;
                color: #58CCC9;
            }

    .planos .card .card-header .icones {
        position: absolute;
        right: 15px;
        font-size: 16px;
        color: #6C6E70;
    }

        .planos .card .card-header .icones:hover {
            color: #58CCC9;
        }

            .planos .card .card-header .icones:hover:before {
                position: absolute;
                display: block;
                content: "";
                border-color: transparent;
                border-style: solid;
                bottom: -5px;
                left: 10px;
                border-width: 0 0.5rem 0.5rem 0.5rem;
                border-bottom-color: #6C6E70;
            }

            .planos .card .card-header .icones:hover:after {
                content: "Individual e Familiar";
                width: 87px;
                height: 42.43px;
                border-radius: 3px;
                background: #222;
                display: flex;
                align-items: center;
                position: absolute;
                bottom: -47px;
                left: -24px;
                text-transform: uppercase;
                font-family: "Poppins", sans-serif;
                font-size: 10px;
                letter-spacing: -0.03em;
                line-height: 12px;
                text-align: center;
                color: #fff;
            }

.planos .card .card-body {
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    color: #6C6E71;
    padding: 13px 22px 40px 22px;
    padding-top: 0;
}

    .planos .card .card-body .list li {
        font-family: "Poppins", sans-serif;
        font-weight: normal;
        font-size: 14px;
        letter-spacing: -0.03em;
        line-height: 16px;
        text-align: left;
        color: #6C6E70;
        margin-bottom: 17px;
    }

        .planos .card .card-body .list li i {
            font-size: 16px;
            line-height: 16px;
            color: #58CCC9;
        }

    .planos .card .card-body p {
        font-size: 14px;
        letter-spacing: -0.03em;
        line-height: 16px;
        text-align: center;
        color: #6C6E70;
    }

.planos .card .btn {
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -21px;
    max-width: 153px;
    font-size: 16px;
    padding: 7px 20px;
}

    .planos .card .btn.cinza {
        display: flex;
        position: inherit;
        max-width: max-content;
        align-items: center;
    }

.btn.cinza i {
    margin-right: 6px;
    position: relative;
    top: -1px;
}

.planos .card .btn.cinza:hover, .planos .card .btn.cinza:focus {
    color: #58CCC9;
    border-color: #58CCC9;
    background: transparent;
}

.planos .card .btn.verde {
    display: flex;
    position: inherit;
    max-width: max-content;
    align-items: center;
    margin-top: 10px;
}

.btn.verde i {
    margin-right: 6px;
    position: relative;
    top: -1px;
}

.btn-outline.verde {
    border: 2px solid #6C6E70;
    color: #6C6E70;
    border-color: #6C6E70;
    font-size: 12px !important;
}

    .btn-outline.verde:hover, .btn-outline.verde:focus, .btn-outline.verde.focus, .btn-outline.verde:active, .btn-outline.verde:active:hover {
        color: #fff;
        background-color: #58CCC9;
        border-color: #58CCC9;
    }

.planos .card .btn.verde:hover, .planos .card .btn.verde:focus {
    color: #58CCC9;
    border-color: #58CCC9;
    background: transparent;
}

.planos .card small {
    text-transform: uppercase;
    margin-bottom: 14px;
    display: block;
}

.card ul.pag, .bloco .valor ul.pag {
    padding: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.card ul.pag2, .bloco .valor ul.pag2 {
    padding: 0;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.card ul.pag li, .bloco .valor ul.pag li {
    list-style: none;
}

    .card ul.pag li i {
        width: 100%;
    }

.planos { /*novo*/
    position: relative;
    margin-bottom: 90px;
    margin-top: -186px;
    margin-bottom: -52px;
    z-index: 4;
}

.planos-individual {
    margin-top: -30px;
}

.conteudo .planos {
    margin-top: 52px;
}

.conteudo .panel-heading span.data {
    color: #dd9933;
}

.planos .container {
    display: flex;
    justify-content: space-between;
    position: relative;
}
/*=====================PAGINA=BPLANOS======================*/
.planos.detalhe {
    background-color: #f5f5f5;
    margin-left: -4%;
    margin-right: -4%;
    padding: 45px 4% 15px;
    display: flex;
    /*height: 558px;*/
    margin-bottom: 50px;
    position: relative;
    margin-top: 40px;
}

    .planos.detalhe > div {
        padding: 15px;
        flex: 1;
    }

    .planos.detalhe h4 {
        font-size: 32px;
    }

    .planos.detalhe .area-card {
        max-width: 300px;
    }

.conteudo .card {
    top: 0;
}

.planos.detalhe .card {
    width: 100%;
}

    .planos.detalhe .card strong + small {
        margin-top: 25px;
    }

.planos.detalhe .coberturas ul {
    padding: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

    .planos.detalhe .coberturas ul li {
        list-style: none;
        font-size: 14px;
        color: #6C6E70;
        font-family: "Poppins", sans-serif;
        line-height: 15px;
        margin-bottom: 20px;
        padding-left: 25px;
        position: relative;
    }

        .planos.detalhe .coberturas ul li a {
            color: #6C6E70;
            text-decoration: none;
        }

            .planos.detalhe .coberturas ul li a:hover {
                opacity: 0.8;
            }

        .planos.detalhe .coberturas ul li:before {
            font-family: "Poppins", sans-serif;
            font-weight: 900;
            content: "\f00c";
            position: absolute;
            left: -3px;
            font-size: 20px;
            color: #58CCC9;
        }

        .planos.detalhe .coberturas ul li a:after {
            font-family: "Poppins", sans-serif;
            font-weight: 900;
            content: "\f05a";
            font-size: 15px;
            color: #58CCC9;
        }

        .planos.detalhe .coberturas ul li.disable {
            color: #AFB0B2;
        }

            .planos.detalhe .coberturas ul li.disable:before {
                content: "\f00d";
                color: #AFB0B2;
            }

.planos.detalhe .diferenciais {
    /*    display: flex;*/
    padding: 0;
    position: relative;
    top: -43px;
    max-width: 360px;
}

    .planos.detalhe .diferenciais .bloco {
        background: #6C6E71;
        width: 100%;
        height: calc(100% + 40px );
        border-radius: 0px 0px 15px 15px;
        color: #fff;
        padding: 40px 22px;
        height: auto;
    }

        .planos.detalhe .diferenciais .bloco:before {
            content: "";
            display: block;
            width: 37px;
            height: 43px;
            background: url(../images/clip.svg) no-repeat;
            position: absolute;
            top: -22px;
        }


    .planos.detalhe .diferenciais h4 {
        color: #fff;
        font-size: 32px;
    }

    .planos.detalhe .diferenciais p {
        line-height: 24px;
        font-size: 16px;
    }

    .planos.detalhe .diferenciais .bloco i {
        font-size: 48px;
        color: #a8a8ae;
        margin: 0 5px 10px;
    }

    .planos.detalhe .diferenciais .bloco strong {
        margin-bottom: 25px;
        display: block;
    }
/*=============vendas==============*/
.passo {
    background: #58CCC9;
    width: 80px;
    height: 80px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    position: absolute;
    top: 0;
    left: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-family: "Poppins", sans-serif;
}

.voltar {
    display: flex;
    position: absolute;
    top: -26px;
    text-transform: uppercase;
    right: 0;
    top: -70px;
}

    .voltar a {
        text-decoration: none;
        color: #58CCC9;
        font-family: "Poppins", sans-serif;
    }

.plano-max span {
    color: #58CCC9;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
}

.plano-max strong {
    font-family: "Poppins", sans-serif;
    font-size: 44px;
    color: #fff;
    display: block;
    line-height: 38px;
}

.planos.detalhe .plano-max {
    display: flex;
}

    .planos.detalhe .plano-max div {
        width: 100%;
        display: grid;
        align-items: center;
    }

    .planos.detalhe .plano-max a {
        color: #fff;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        justify-content: flex-end;
        display: flex;
        align-items: center;
        text-decoration: none;
    }

.planos.detalhe .diferenciais .bloco .plano-max a i {
    color: #58CCC9;
    font-size: 32px;
    margin: 0;
    margin-left: 5px;
}

.planos.detalhe .plano-max a:hover {
    color: #58CCC9;
}

.planos.detalhe .bloco .coberturas {
    padding: 10px 00;
    border-top: 1px solid #939597;
    border-bottom: 1px solid #939597;
}

    .planos.detalhe .bloco .coberturas ul {
        column-count: 1;
        margin: 0;
    }

        .planos.detalhe .bloco .coberturas ul li {
            font-family: "Poppins", sans-serif;
            color: #fff;
            margin-bottom: 10px;
        }

    .planos.detalhe .bloco .coberturas h5 {
        text-transform: uppercase;
    }

.valor {
    /*  margin-bottom: 15px;*/
    padding: 10px 00;
}

.dvAnual {
    display: inline-block;
}

.valor label {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    display: block;
    margin: 0;
}

.valor div.cifrao-offer {
    position: relative;
}

.valor img.cifrao-offer {
    position: absolute;
    top: 0;
    height: 30px;
    width: 80%;
    left: 0;
    padding: 0;
}

.valor span.cifrao {
    font-size: 13px;
    line-height: 1;
    display: block;
    color: #58CCC9;
}


.valor span.cifrao-offer {
    color: blanchedalmond !important;
}

.valor span.valor-offer {
    font-size: 2em;
  /*  text-decoration: line-through;
    text-decoration-color: red;
    text-decoration-style: wavy;*/
}

.valor span.vida {
    font-size: 12px;
    line-height: 1;
    display: block;
    color: #fff;
}

.valor span {
    font-size: 40px;
}

.alert-foto {
    font-size: 0.8em !important;
    background-color: #6C6E70;
    padding: 10px;
    border-radius: 4px;
}

.planos.detalhe .formulario {
    padding: 0 40px;
    padding-left: 99px;
    position: relative;
}

    .planos.detalhe .formulario h4 {
        color: #6C6E71;
        margin-bottom: 50px;
    }

.formulario label {
    font-family: "Poppins", sans-serif;
    color: #666;
    text-transform: uppercase;
    font-size: 16px;
    display: flex;
    min-height: 10px;
    align-items: flex-end;
    margin: 0;
}

.formulario .form-group {
    margin-bottom: 28px;
}

.custom-checkbox label {
    cursor: pointer;
}

.custom-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
}

.custom-checkbox::before {
    border-radius: 0.25rem;
}

.custom-control input[type="checkbox"], .custom-control input[type="radio"] {
    transform: scale(2);
}

.custom-control.custom-checkbox {
    margin: 10px 0;
}
/*.custom-checkbox input::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
} 
.custom-checkbox input::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}*/

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #666886;
    background-color: #ffffff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background: transparent;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    content: "\f00c";
    /* position: absolute; */
    top: 5px;
    left: -21px;
    font-size: 10px;
    color: #58CCC9;
}

.formulario .cartoes {
    display: flex;
    padding: 10px 0;
    margin-bottom: 15px;
}

    .formulario .cartoes label {
        display: flex;
        align-items: center;
        padding-right: 22px;
    }

        .formulario .cartoes label input {
            height: 17px;
            width: 17px;
            margin-right: 9px;
        }

.planos.detalhe .formulario h5 {
    font-size: 24px;
    color: #6C6E70;
    margin-bottom: 35px;
}

.formulario .item-passo ul {
    padding: 0;
}

    .formulario .item-passo ul li {
        list-style: none;
        padding: 0 15px;
    }

.formulario .item-passo {
    width: 100%;
    margin-bottom: 56px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

    .formulario .item-passo span {
        font-size: 16px;
        text-transform: uppercase;
        margin-right: 5px;
    }

    .formulario .item-passo strong {
        font-size: 16px;
        text-transform: uppercase;
    }

    .formulario .item-passo .btn {
        text-transform: uppercase;
        color: #58CCC9;
        display: flex;
        align-items: end;
        justify-content: center;
        position: absolute;
        right: 0;
        background: transparent;
        border: 0;
        bottom: 0;
    }

        .formulario .item-passo .btn i {
            font-size: 20px;
            margin-left: 10px;
        }

        .formulario .item-passo .btn:active {
            color: #58CCC9;
        }
/*===========================PLANOS EMPRESARIAIS============================*/
.planos-empresariais {
    padding: 0 25px;
}

    .planos-empresariais .bloco {
        display: flex;
    }

    .planos-empresariais .image img {
        max-width: 687px;
        width: 100%;
    }

    .planos-empresariais .texto {
        display: flex;
        align-items: center;
    }

        .planos-empresariais .texto small {
            text-transform: uppercase;
            font-family: "Poppins", sans-serif;
            font-weight: normal;
            font-size: 24px;
            letter-spacing: -0.03em;
            color: #58CCC9;
        }

        .planos-empresariais .texto h3 {
            font-family: "Poppins", sans-serif;
            font-size: 50px;
            font-family: "Poppins", sans-serif;
            font-weight: normal;
            font-size: 50px;
            letter-spacing: -0.03em;
            color: #6C6E70;
            display: block;
            line-height: 38px;
            margin-bottom: 25px;
        }

        .planos-empresariais .texto strong {
            font-weight: bold;
            font-size: 24px;
            letter-spacing: -0.03em;
            line-height: 24px;
            text-align: left;
            color: #6C6E70;
            display: block;
            margin-bottom: 18px;
        }


/*===========================CATEGORIAS============================*/
h4 {
    font-size: 24px;
    color: #6C6E70;
}

    h4 i {
        color: #58CCC9;
    }

    h4 a, h4 a:visited {
        text-decoration: none;
        color: #000;
    }

        h4 a:hover {
            text-decoration: none;
            color: #58CCC9;
        }

.categorias {
    padding: 0 25px;
}

    .categorias .center {
        display: flex;
        text-align: center;
        justify-content: space-around;
        border-top: 1px solid #ccc;
        padding: 25px 0;
    }

    .categorias .bloco {
        width: 30%;
    }
/*========================CONTRATAR======================== */


.contratar {
    padding: 0 25px;
    margin-bottom: 75px;
}

    .contratar img {
        max-width: 104px;
        width: 11vw;
        min-width: 60px;
    }

    .contratar .center {
        display: flex;
        justify-content: space-around;
        padding: 25px 0;
    }

    .contratar .bloco {
        width: 30%;
        display: flex;
    }

        .contratar .bloco .texto {
            padding-left: 20px;
            display: flex;
            flex-flow: row wrap;
            flex-direction: column;
            justify-content: center;
        }

        .contratar .bloco strong {
            font-size: 30px;
            color: #6C6E70;
        }

        .contratar .bloco p {
            font-family: "Poppins", sans-serif;
            display: block;
            max-width: 180px;
            line-height: 15px;
        }
/*=====================novidades==========================*/
.novidades {
    text-align: center;
    padding: 70px 20px;
    float: left;
    width: 100%;
    background: #58CCC9;
    background: url(../images/bg-noticias.png);
    background-size: cover;
    border-bottom: 2px solid #58CCC9;
}

    .novidades h3 {
        font-size: 32px;
        color: #6C6E70;
        margin-bottom: 20px;
    }

    .novidades .swiper-container {
        width: 100%;
        /*height: 200px;*/
        padding-top: 0px;
        padding-bottom: 52px;
    }

    .novidades .swiper-pagination {
        bottom: 11px;
    }

    .novidades a {
        color: #6C6E70;
    }

    .novidades .swiper-slide {
        text-align: center;
        font-size: 18px;
        color: #6C6E70;
        background: #fff;
        padding: 17px;
        border-radius: 8px;
        /* Center slide text vertically */
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: auto;
    }

    .novidades small {
        display: block;
        width: 100%;
        color: #6C6E70;
        font-family: "Poppins", sans-serif;
    }

    .novidades h4 {
        font-size: 18px;
        line-height: 24px;
        /*    margin-bottom: 13px;*/
    }

    .novidades p {
        font-size: 16px;
        /*line-height: 16px;*/
        margin-bottom: 0;
    }

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 0.7;
    background: #58CCC9;
}

.swiper-pagination-bullet-active {
    background: #58CCC9;
    opacity: 1;
}

#listagem-noticia {
    color: #6C6E70;
}

    #listagem-noticia a {
        color: #6C6E70;
        text-decoration: none;
        font-family: "Poppins", sans-serif;
        font-size: 14px;
    }
    /* 
#listagem-noticia span.titulo {
    color: #6C6E70;
    text-decoration: none;
    font-size: 28px;
    font-family: "Poppins", sans-serif;
}
 
#listagem-noticia h4 {
    font-size: 32px;
    color: #6C6E70;
}*/


    #listagem-noticia ul li {
        list-style: none;
        font-size: 14px;
        color: #6C6E70;
        font-family: "Poppins", sans-serif;
        line-height: 10px;
        margin-bottom: 20px;
        padding-left: 25px;
        position: relative;
    }

        #listagem-noticia ul li span.titulo {
            font-size: 24px;
            line-height: 25px;
        }

        #listagem-noticia ul li span.dia, #listagem-noticia ul li span.mes {
            color: #58CCC9;
        }

        #listagem-noticia ul li a {
            color: #6C6E70;
            text-decoration: none;
        }

            #listagem-noticia ul li a:hover {
                opacity: 0.8;
            }
        /*
    #listagem-noticia ul li:before {
        font-family: "Poppins", sans-serif;
        font-weight: 900;
        content: "\f00c";
        position: absolute;
        left: -3px;
        font-size: 20px;
        color: #58CCC9;
    }*/



        #listagem-noticia ul li.disable {
            color: #AFB0B2;
        }

            #listagem-noticia ul li.disable:before {
                content: "\f00d";
                color: #AFB0B2;
            }

/*===========================FOOTER============================*/
footer {
    /*    background: #2C4A69;*/
    color: #6C6E70;
    display: flex;
    float: left;
    width: 100%;
    flex-flow: row wrap;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    border-top: 1px solid #58CCC9;
}

    footer i {
        /*   color: #6C6E70;
    font-size: 20px;
    margin-right: 14px;
}

footer a {
    font-family: "Poppins", sans-serif;
    color: #6C6E70;
    margin: 8px 0;
    display: flex;
    /* display: block; */
        /*word-break: break-all;*/
    }

    footer .app a {
        display: inline-flex;
        cursor: pointer;
        margin: 4px 0;
    }

    footer .app .tit {
        margin: 0;
        font-family: "Poppins", sans-serif;
        font-size: 12px;
        letter-spacing: -0.03em;
        text-transform: uppercase;
        display: block;
    }

    footer a:hover {
        color: #58CCC9;
        text-decoration: none;
        font-family: "Poppins", sans-serif;
    }


    footer .area-topo {
        width: 100%;
        margin: 35px;
        display: flex;
        border-bottom: 1px solid #D2D2D3;
    }

    footer .bloco-logo {
        padding: 14px 0 20px;
        width: 33%;
    }

    footer .bloco-end {
        padding: 40px 0 0;
        width: 66%;
    }

    footer .area-logo {
        display: flex;
        flex-direction: column;
        width: 33%;
        position: relative;
        padding: 0 35px;
    }

    footer .contatos, footer .pagamentos {
        padding: 0 35px;
        position: relative;
        width: 33%;
    }

        footer .contatos .itens > ul {
            /*   padding: 16px 0;*/
        }

        footer .contatos > ul {
            /*        border-top: 1px solid #D2D2D3;*/
            border-bottom: 1px solid #D2D2D3;
        }

        footer .contatos li {
            list-style: none;
        }

    footer .formulario label {
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
    }

    footer .formulario .form-control {
        background: transparent;
        color: #fff;
        border-color: #D2D2D3;
        border-radius: 8px;
    }

    footer .formulario .bloco {
        background: #1D3955;
        float: left;
        padding: 20px;
        border-radius: 8px;
    }

    footer .bloco {
        padding: 14px 0 20px;
    }
    /*
footer > div .bloco:first-child {
    border-bottom: 1px solid #D2D2D3;
}*/

    footer .redes {
        width: 45%;
        display: inline-block;
    }

    footer .app {
        display: inline-block;
        width: 50%;
        max-width: 144px;
    }

        footer .app a:first-child {
            margin-right: 5px;
        }

    footer .acesso-rapido {
        /* padding: 25px 0;*/
    }

        footer .acesso-rapido a {
            font-family: "Poppins", sans-serif;
        }

    footer label {
        font-family: "Poppins", sans-serif;
        font-size: 12px;
        letter-spacing: -0.03em;
        color: #6C6E70;
        text-transform: uppercase;
        display: block;
    }

    footer ul {
        padding: 0;
        line-height: 20px;
        margin: 0;
    }

        footer ul li {
            list-style: none;
            margin-bottom: 8px;
        }

            footer ul li a {
                margin: 0;
                text-decoration: none;
                text-transform: uppercase;
                font-size: 11px;
                color: #6C6E70;
                font-weight: 500;
                font-family: "Poppins", sans-serif;
            }

            footer ul li div {
                border: 0 !important;
            }

    footer .card {
        padding-left: 36px;
    }

    footer .collapse li {
    }

    footer .pagamento {
        padding: 20px 0;
    }

    footer .rede {
        border-top: 1px solid #D2D2D3;
        padding: 20px 0 0 0;
    }

    footer .final {
        width: 100%;
        text-align: center;
        padding-top: 0;
        padding-bottom: 0;
    }

        footer .final .center {
            border-top: 1px solid #D2D2D3;
            padding: 15px;
        }

        footer .final strong {
            margin-bottom: 15px;
            display: block;
        }

        footer .final p {
            font-size: 12px;
            letter-spacing: -0.03em;
            text-align: center;
            line-height: 16px;
        }

    footer .logos {
        display: flex;
        max-width: 265px;
        margin: 0 auto;
        justify-content: space-between;
        font-size: 0.7em;
        font-weight: bold;
        line-height: 1.2;
    }

        footer .logos a {
            display: grid;
            width: 50%;
            max-height: 70px;
            justify-content: center;
            align-items: center;
        }

            footer .logos a img {
                max-width: 100%;
                max-height: 70px;
            }

    footer .bloco .social {
        display: flex;
        justify-content: space-between;
    }
/*======================CONTEUDO===============================*/

.conteudo {
    padding: 75px 4% 100px;
}

    .conteudo h2 {
        color: #6C6E70;
        font-size: 48px;
        font-family: "Poppins", sans-serif;
    }


    .conteudo h3, .modal h3 {
        font-size: 36px;
        font-family: "Poppins", sans-serif;
    }

    .conteudo h3 {
        margin-bottom: 25px;
        font-family: "Poppins", sans-serif;
    }

        .conteudo h3 strong {
            font-family: "Poppins", sans-serif;
            color: #58CCC9;
        }

.panel-heading {
    margin-bottom: 50px;
}

/*=====================GALERIA=================*/
.galeria {
    height: 622px;
    width: 100%;
}

    .galeria .swiper-container {
        width: 100%;
        height: 387px;
        margin-left: auto;
        margin-right: auto;
    }

        .galeria .swiper-container img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .galeria .swiper-slide {
        background-size: cover;
        background-position: center;
        border-radius: 8px;
    }

    .galeria .gallery-top {
        height: 70%;
        width: 100%;
    }

    .galeria .gallery-thumbs {
        height: 30%;
        box-sizing: border-box;
        padding: 30px 0 10px;
    }

        .galeria .gallery-thumbs .swiper-slide {
            height: 100%;
            opacity: 0.4;
        }

        .galeria .gallery-thumbs .swiper-slide-thumb-active {
            opacity: 1;
        }

/*======================ACCORDION===============================*/
.accordion .card-header {
    padding: 0;
    border: 0;
    box-shadow: none;
}

.accordion .card {
    border: 0;
    box-shadow: none;
}

.accordion .btn {
    margin: 0;
    text-decoration: none !important;
    width: 100%;
    text-align: left;
    font-family: "Poppins", sans-serif;
    text-transform: initial;
    font-size: 23px;
    color: #666666;
}

    .accordion .btn:after {
        font-family: "Poppins", sans-serif;
        font-weight: 400;
    }

    .accordion .btn[aria-expanded="true"] {
        color: #2C4A69;
    }

    .accordion .btn[aria-expanded="false"]:after {
        content: "\f146";
    }

    .accordion .btn[aria-expanded="true"]:after {
        content: "\f0fe";
    }



.accordion ul li {
    list-style: none;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

    .accordion ul li:before {
        font-family: "Poppins", sans-serif;
        font-weight: 900;
        content: "\f00c";
    }
/*========================TABELA===============================*/
.table-clean {
}

.table thead th {
    border: 0;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #434343;
}

.table-clean > tbody > tr > td {
    padding: 0;
}

.table th, .table td {
    border: 0;
    min-width: 80px;
}


.table-default {
    margin: 0;
    border: 2px solid #A8A8AE;
}

    .table-default th, .table-default td {
        border-right: 2px solid #A8A8AE;
    }

    .table-default thead th {
        background: #A8A8AE;
        color: #fff;
    }

    .table-default.table-striped tbody tr {
        background: #F4F4F4;
    }

        .table-default.table-striped tbody tr:nth-of-type(odd) {
            background: #fff;
        }

    .table-default tbody td i {
        color: #58CCC9;
        font-size: 19px;
        display: block;
        text-align: center;
    }

    .table-default td.td-head {
        background: #A8A8AE;
        color: #fff;
        font-family: "Poppins", sans-serif;
    }


.carousel-generate {
    position: absolute;
    top: 20rem;
    left: -20rem;
    top: 26rem;
    left: -17.4rem;
}
/*==============MODAL======================*/
.modal {
}

    .modal h4 {
        font-family: "Poppins", sans-serif;
        font-size: 22px;
    }

    .modal .modal-header {
        display: flex;
        align-items: center;
        border: 0;
    }


.modal-procedimento {
}

    .modal-procedimento .modal-body {
        padding: 25px 30px;
    }

    .modal-procedimento .modal-content {
        border-radius: 8px;
    }

.modal .close {
    position: relative;
    right: -2px;
    top: -19px;
    color: #5B5B5B;
    opacity: 1;
    box-shadow: none;
    font-size: 24px;
}

.modal-acesso .modal-body .botoes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 7px;
}

    .modal-acesso .modal-body .botoes .btn {
        width: 100%;
        display: grid;
        font-family: "Poppins", sans-serif;
        padding: 17px;
    }

        .modal-acesso .modal-body .botoes .btn i {
            font-size: 36px;
            margin-bottom: 10px;
        }

.modal-acesso .modal-dialog {
    max-width: 388px !important;
}
/*==========MODAL COBERTURAS========*/
.modal article {
    border-bottom: 1px solid #C1C1C1;
    padding-bottom: 20px;
    margin-bottom: 13px;
}

    .modal article p {
        margin: 0;
        padding-left: 15px;
    }

.modal .modal-content {
    padding: 20px 8px 20px 20px;
}

.modal-coberturas {
}



/*==============CARD VIRTUAL============*/
#card-virtual {
}

    #card-virtual .card {
        width: 100%;
        margin-top: 20%;
    }

    #card-virtual .carousel-item {
        padding-bottom: 80px;
    }

    #card-virtual .carousel-button {
        position: absolute;
        bottom: 20px;
        left: 30%;
        z-index: 999999;
    }

    #card-virtual .carousel-inner .carousel-button {
        bottom: -3rem;
        left: 35%;
    }

    #card-virtual .carousel-indicators {
        position: relative;
        width: 100%;
        margin: 0;
        height: 220px;
        overflow: auto;
        justify-content: flex-start;
        margin-bottom: 25px;
    }

        #card-virtual .carousel-indicators li {
            width: 200px;
            height: 100%;
            opacity: 0.8;
            min-width: 189px;
            height: 178px;
            opacity: 0.8;
        }


        #card-virtual .carousel-indicators button[data-bs-target] {
            width: 200px;
        }

            #card-virtual .carousel-indicators button[data-bs-target]:not(.active) {
                opacity: 0.8;
            }

    #card-virtual .carousel-inner {
        padding-bottom: 4rem;
    }

.card-generator {
    width: 100%;
    position: relative;
    padding: 12px 30px 10px 67%;
    font-family: "Poppins", sans-serif;
    font-size: 0.9em;
    text-align: left;
    line-height: 1.2em;
    position: absolute;
}

    .card-generator .name {
        width: 100%;
        float: left;
    }

    .card-generator .phone {
        width: 80%;
        float: left;
    }

    .card-generator i {
        float: left;
        margin-top: 4px;
        color: green;
        font-size: 1.5em;
    }
/*===================ACORDEON=======================*/

.accordion > .card {
    border: 0;
    border-bottom: 1px solid #ccc;
}

    .accordion > .card .card-header {
        padding: 0;
        border: 0;
        box-shadow: none;
        border-top: 1px solid #ccc;
    }

    .accordion > .card:first-child .card-header {
        border-top: 0;
    }

    .accordion > .card .card-header h2 {
        display: flex;
    }

    .accordion > .card .card-header .btn {
        width: 100%;
        text-align: left;
        background: #ffffff;
        text-decoration: none;
        /* border-bottom: 1px solid #ccc; */
        line-height: 100%;
        padding: 6px 0;
        min-height: 80px;
        font-size: 32px;
        letter-spacing: -0.03em;
        text-align: left;
        color: #6C6E70;
        display: flex;
        align-items: center;
        padding-right: 50px;
    }

        .accordion > .card .card-header .btn span {
            width: 64px;
            height: 64px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            margin-right: 10px;
            font-size: 50px;
            letter-spacing: -0.03em;
            text-align: center;
            color: #fff;
            background: #58CCC9;
        }

        .accordion > .card .card-header .btn.collapsed span {
            background: #A8A8AE;
        }

        .accordion > .card .card-header .btn.collapsed {
            background: #ffffff;
            text-decoration: none;
        }

        .accordion > .card .card-header .btn:after {
            content: "\f077";
            position: absolute;
            font-size: 29px;
            right: 23px;
            font-family: "Poppins", sans-serif;
            font-weight: 900;
            font-size: 21px;
            top: 25px;
            color: #58CCC9;
        }

        .accordion > .card .card-header .btn.collapsed:after {
            content: "\f078";
            color: #6C6E70;
        }

.accordion .card-body {
    padding: 0;
    padding-bottom: 32px;
}

    .accordion .card-body p:last-child {
        margin: 0;
    }
/*=====================LANDING PAGE==================*/
.landing-page .banner .texto h2 {
    font-size: 43px;
    max-width: 570px;
    margin: 0;
}

.landing-page .logo {
    display: block !important;
}

    .landing-page .logo a {
        width: 31vw;
        max-width: 321px;
        max-height: initial;
        margin: 0;
        display: block !important;
    }

.landing-page .banner .texto .midle {
    display: flex;
    align-items: center;
}

    .landing-page .banner .texto .midle div {
        height: auto;
    }

.landing-page .footer-center {
    margin: 0 auto;
    text-align: center;
    width: auto;
}

    .landing-page .footer-center .social ul {
        display: flex;
        justify-content: center;
    }

    .landing-page .footer-center ul li a {
        padding: 8px;
        display: flex;
        justify-content: center;
    }

    .landing-page .footer-center .telefones ul li a {
        white-space: nowrap;
    }

    .landing-page .footer-center .telefone .lista ul, .landing-page .footer-center .telefone2 .lista ul {
        display: flex;
        max-width: 574px;
        flex-flow: row wrap;
        justify-content: center;
        margin: 0 auto;
    }

        .landing-page .footer-center .telefone .lista ul li, .landing-page .footer-center .telefone2 .lista ul li {
            margin: 0;
        }

    .landing-page .footer-center i {
        margin-right: 5px;
    }

    .landing-page .footer-center .endereco {
        display: grid;
        max-width: 437px;
        margin: 0 auto;
    }

.landing-page .conteudo {
    padding: 75px 4% 0px;
}

.landing-page .novidades h2 {
    font-size: 48px;
    font-family: "Poppins", sans-serif;
}

.landing-page article h5, .landing-page article p {
    text-align: left;
}
/*
.landing-page .novidades p{
    font-size: 21px;
}*/
.landing-page .novidades .formulario {
    background: #fff;
    padding: 28px 42px;
    border-radius: 8px;
    max-width: 441px;
    margin: 18px auto 0;
}

    .landing-page .novidades .formulario .form-group:last-child {
        margin: 0;
    }

.landing-page h3 {
    margin-bottom: 25px;
    font-family: "Poppins", sans-serif;
}

    .landing-page h3 strong {
        font-family: "Poppins", sans-serif;
        color: #58CCC9;
    }



/*======================QUERIES===============================*/
@media (max-width: 1300px) {
    .topo .navbar-nav .nav-link {
    }

    .topo .navbar-collapse ul li a {
        font-size: 11px;
        padding: 4px !important;
    }
}

@media (max-width: 1200px) {

    .topo ul li a, .topo .btn-padrao {
        font-size: 12px;
    }

    .card-generator {
        font-size: 0.8em;
        bottom: 15rem;
    }

    .planos {
        margin-top: -139px;
    }

    .topo .navbar-collapse {
        background: #fff;
        padding: 13px;
        box-shadow: 0px 0px 6px rgb(0 0 0 / 16%);
        top: 60px;
        position: absolute;
        max-width: 337px;
        width: 100%;
        right: 0;
        padding: 14px 2px 0;
    }

        .topo .navbar-collapse ul li a {
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
}

@media (max-width: 991px) {
    body {
        padding-top: 60px;
    }

    .topo {
        height: 60px;
        /*min-height: 115px;*/
        background: #fff;
        /* align-items: baseline;*/
    }

        .topo .acoes {
            position: absolute;
            top: 0;
            right: 0;
            right: 64px;
            height: 60px;
            padding: 11px;
        }

    .topo-interno {
    }

    .navbar-toggler {
        height: 43px;
        position: relative;
        z-index: 2;
    }

    .topo .navbar-nav {
        padding: 0;
    }

    .topo .navbar-collapse ul li a {
        margin-left: 0;
        padding: 5px 10px;
    }

    .banner .texto {
        max-width: 488px;
        padding-left: 25px;
        top: 0;
    }

        .banner .texto h2 {
            font-size: 32px;
        }

    .banner {
        /* padding: 70px 14px 11px; */
        margin-bottom: 32px;
        min-height: 395px;
        min-height: auto;
        max-height: none;
    }

        .banner .texto .btn {
            font-size: 17px;
        }

        .banner .logo {
            display: none;
        }

    .inscricoes {
        display: block;
    }

        .inscricoes > div {
            float: left;
        }

        .inscricoes .bloco {
            padding: 17px;
            padding-bottom: 25px;
            max-width: 100%;
            float: left;
        }

            .inscricoes .bloco ul li .image {
                min-width: 45px;
                width: 45px;
                height: 45px;
            }

    .planos .container {
        width: 100%;
        max-width: none;
    }

    footer {
        flex-flow: row wrap;
    }

        footer > div {
            width: 50%;
        }

        footer .area-logo {
            width: 100%;
            max-width: initial;
        }

        footer .contatos {
            width: 50%;
            padding: 20px;
        }

        footer .formulario {
            width: 50%;
        }

        footer > div {
            padding: 20px;
        }

    .planos {
        margin: 0;
    }

        .planos.detalhe {
            flex-flow: row wrap;
            height: auto;
        }

            .planos.detalhe .area-card {
                max-width: initial;
                flex-basis: 50%;
            }

            .planos.detalhe .diferenciais {
                max-width: initial;
                width: 100%;
                top: 0;
            }

                .planos.detalhe .diferenciais .bloco {
                    border-radius: 15px;
                    text-align: center;
                }

            .planos.detalhe .coberturas {
                flex-basis: 100%;
            }

                .planos.detalhe .coberturas ul {
                    column-count: 1;
                }

    .passo {
        left: 10px;
        width: 60px;
        height: 60px;
    }

    .planos.detalhe .formulario {
        padding: 0;
        /*    padding-left: 0;
            padding-right: 15px;*/
        padding-top: 33px;
        margin-bottom: 32px;
        flex-basis: 100%;
    }


    .card-generator {
        font-size: 0.5em;
    }

    .topo .navbar-collapse {
        position: absolute;
        right: 0;
        top: 60px;
        background: #fff;
        box-shadow: 0px 0px 6px rgb(0 0 0 / 16%);
        padding: 10px;
        border-radius: 10px;
    }

        .topo .navbar-collapse ul li a {
            border: 0;
        }

    .accordion > .card .card-header .btn {
        font-size: 26px;
    }

    .navbar-toggler {
        outline: 0 !important;
        border: 0 !important;
        position: relative;
        right: -6px;
    }
}

@media (max-width: 767px) {
    .topo {
        /*filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.5));*/
        /*align-items: baseline;*/
    }

        .topo .logo {
            position: relative;
            top: 10px;
        }

        .topo .acoes {
            display: flex;
            align-items: center;
            padding: 0;
        }

        .topo ul li a {
            font-size: 12px;
            padding: 0;
        }

        .topo .btn-padrao {
            font-size: 13px;
            display: flex;
            align-items: center;
            padding: 9px;
        }

        .topo .logo a {
            margin: 0;
        }


    .banner {
        text-align: center;
        /* padding: 70px 14px 11px; */
        margin-bottom: 32px;
        min-height: 395px;
        min-height: auto;
        max-height: none;
        background: transparent;
        height: 247px;
    }

        .banner .logo a {
            height: 34px;
            width: 151px;
            display: none;
        }

        .banner:after {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            opacity: 0.3;
            background: url(../images/banner.jpg);
            background-size: cover;
            background-position: right;
            display: flex;
            align-items: flex-end;
        }

        .banner img {
            opacity: 0.5;
        }

        .banner .texto {
            padding: 10px;
            max-width: none;
        }

            .banner .texto div {
                width: 100%;
            }

            .banner .texto h2 {
                padding: 0;
            }

            .banner .texto .btn {
                margin: 0;
            }

            .banner .texto .img-parceiro {
                max-width: 185px;
                max-height: 115px;
            }

                .banner .texto .img-parceiro img {
                    opacity: 1;
                }

            .banner .texto h3 {
                max-width: 318px;
                margin-top: 7px;
                text-align: left;
            }



    .panel-heading {
        margin-bottom: 10px;
    }

    .planos .container, .categorias .center, .contratar .center, .contratar .bloco {
        flex-direction: column;
        align-items: center;
    }

    .planos .card {
        top: 0;
        width: 100%;
        margin-bottom: 47px;
    }

    .planos-empresariais .bloco {
        display: block;
    }

    .planos-empresariais .texto {
        text-align: center;
        width: 100%;
        padding: 10px 0 35px 0;
        justify-content: center;
    }

    .categorias .bloco {
        width: 100%;
    }

        .categorias .bloco i {
            display: block;
        }

    .contratar img {
    }

    .contratar .bloco {
        text-align: center;
        align-items: center;
        width: 100%;
        margin-bottom: 24px;
    }

        .contratar .bloco .texto {
            padding: 0;
        }

            .contratar .bloco .texto p {
                max-width: none;
            }

    footer .area-topo {
        display: block;
    }

    footer .bloco-logo {
        width: 100%;
    }

    footer .bloco-end {
        width: 100%;
    }

    footer .contatos {
        width: 100%;
    }

    footer .outros {
        width: 100%;
    }

    footer .pagamentos {
        width: 100%;
    }

    footer .formulario .bloco {
        width: 100%;
    }

    footer .area-logo {
        align-items: center;
    }

    footer .bloco {
        width: 100%;
    }

    footer {
        text-align: center;
    }

        footer a, footer .contatos span {
            display: grid;
            text-align: center;
            margin-bottom: 25px;
            justify-content: center;
        }

            footer a i, footer .contatos span i {
                font-size: 30px;
                margin-bottom: 10px;
            }

            footer a:hover {
                text-decoration: none;
            }

        footer .app {
            justify-content: center;
        }

        footer .bloco .social {
            display: block;
        }

    .galeria {
        height: auto;
    }

        .galeria .gallery-top {
            height: 237px;
        }

        .galeria .gallery-thumbs {
            height: 110px;
        }



    .card-generator {
        font-size: 0.7em;
        bottom: 10rem;
    }

    .accordion > .card .card-header .btn {
        font-size: 15px;
        min-height: 55px;
    }

        .accordion > .card .card-header .btn:after {
            top: 23px;
        }

        .accordion > .card .card-header .btn span {
            width: 43px;
            height: 43px;
            min-width: 43px;
            min-height: 43px;
            font-size: 26px;
        }

    .conteudo {
        padding: 11px 4% 6px;
    }
    /*===========landing-page=================*/
    body.landing-page {
        padding-top: 0;
    }

    .landing-page .logo a {
        height: 55px;
        width: 191px;
        display: none;
        margin: 0 auto;
    }

    .landing-page .banner .texto h2 {
        font-size: 25px;
    }
}


@media (max-width: 600px) {
    body {
        padding-top: 112px;
    }

    .topo .acoes .navbar-nav {
        position: relative;
        top: -17px;
    }

    .topo .acoes {
        /*    flex-direction: column-reverse;*/
        height: 43px;
        width: 100%;
        z-index: 0;
        right: 0;
        position: relative;
    }

    .topo ul li a {
        font-size: 15px;
        width: 100%;
        padding: 6px;
    }

    .topo ul li.dropdown .dropdown-menu {
        top: 33px;
    }

    .topo .btn-padrao {
        line-height: 12px;
        text-transform: uppercase;
        font-size: 11px;
        justify-content: center;
    }

    .navbar-toggler {
    }
    /* .topo{
      display: block;
    height: auto;
    }
    .topo .busca{
          display: block;
        float: left;
        width: 100%;
        padding: 6px;
        border-top: 1px solid #ccc;
    }
    .topo .busca .bmd-form-group.bmd-collapse-inline{
        padding: 0;
    }
    .topo .acoes{
       position: fixed;
        width: auto;
        top: 0;
        right: 0;
    }
    .topo .acoes a{
            width: 43px;
    }
    .topo .acoes .social a{
        background: transparent;
    }*/

    /*  .banner .texto, .banner .barra{
            height: 55px;
    }
    .banner .texto h2{
            font-size: 21px;
    }*/

    .inscricoes .bloco ul li {
        width: 100%;
    }

    .inscricoes .btn {
        position: initial;
    }

    .btn-outline, .btn-padrao {
        width: 100%;
    }
}


@media (min-width: 768px) {
    footer .contatos span {
        position: absolute;
        bottom: 35px;
    }

    .card-generator {
        bottom: 14rem;
    }
}

@media (min-width: 992px) {

    .card-generator {
        bottom: 11rem;
    }
}

@media (min-width: 1900px) {

    .card-generator {
        bottom: 12rem;
        font-size: 1.2em;
    }
}



/*================================Fix Validation ========================*/

span.validate-has-error {
    /*display: block;
     display: none !important;*/
    padding-top: 5px;
    font-size: 12px;
    color: #cc3f44;
}

select > span.validate-has-error,
.custom-select > span.validate-has-error,
input > span.validate-has-error {
    border-color: #cc3f44 !important;
    background-color: red;
}

form .form-group.validate-has-error .form-control,
form .form-group.validate-has-error select,
form .form-group.validate-has-error input {
    background-color: rgb(250, 255, 189);
}


.modal-aviso img {
    max-width: 565px;
}


.radiolist {
    width: 100%;
}

    .radiolist input {
        display: inline;
    }

    .radiolist label {
        display: inline !important;
        margin-left: 10px;
    }

.cartoes .radiolist label {
    font-size: 1.3em;
    cursor: pointer;
}

@media (min-width: 576px) {
    .modal-coberturas .modal-dialog {
        max-width: 1090px !important;
    }

    .modal-dialog {
        max-width: 600px !important;
    }
}



@media (min-width: 1400px) {

    .banner .texto {
        max-width: 850px;
        padding-left: 10%;
    }

        .banner .texto h2 {
            font-size: 54px;
        }

    .logo-banner a {
        max-height: 100px;
        max-width: 427px;
    }

    footer .pagamento {
        padding: 20px 0;
    }
}

picture {
    width: 100%;
    height: 100%;
}


@media (max-width: 576px) {

    .modal-aviso {
        margin: 2rem 0.5rem;
    }

        .modal-aviso img {
            max-width: 440px;
        }

    .carousel-generate {
        position: absolute;
        top: initial;
        left: 5rem;
        bottom: 2rem;
    }
}

.swiper-slide.swiper-slide-next, .swiper-slide swiper-slide-prev {
    display: none;
}

.modal-empresa-dialog {
    width: 80% !important;
    max-width: 80% !important;
}

table.grid-empresa tr {
    background-color: #fff;
    font-size: 0.9em;
}

table.grid-empresa td {
    padding: 2px;
}

table.grid-empresa tr.gridHeader th {
    background-color: #58CCC9;
    padding: 2px;
}

table.grid-empresa tr:hover {
    background-color: #fabf85;
    cursor: pointer;
}
/******** smartsupp - chat **********/
#chat-application {
    bottom: 104px !important;
}
/******** cookies **********/
.box-cookies.hide {
    display: none !important;
}

.box-cookies {
    position: fixed;
    background: rgba(0, 0, 0, .9);
    width: 100%;
    z-index: 998;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .box-cookies .msg-cookies,
    .box-cookies .btn-cookies {
        text-align: center;
        padding: 25px;
        color: #fff;
        font-size: 18px;
    }

    .box-cookies .btn-cookies {
        background: #1e88e5;
        cursor: pointer;
        align-self: normal;
    }

@media screen and (max-width: 600px) {
    .box-cookies {
        flex-direction: column;
    }
}



/******** instagram **********/

.area-instagram {
    clear: both;
    padding: 50px 10px;
    min-height: 400px;
    z-index: 1;
    position: relative;
}

    .area-instagram .bt {
        padding: 10px;
        display: block;
        top: 52px;
        font-size: 61px;
        cursor: pointer;
    }

        .area-instagram .bt i {
            color: #959595;
        }

        .area-instagram .bt:hover i {
            opacity: 0.8;
        }

    .area-instagram .elfsight-plugin:after {
        content: "";
        display: block;
        background: #fff;
        height: 50px;
        width: 100%;
        top: -45px;
        position: relative;
        z-index: 99999;
    }

    .area-instagram .bt.left {
        position: absolute;
        left: -58px;
    }

    .area-instagram .bt.right {
        position: absolute;
        right: -58px;
    }

    .area-instagram .elfsight-plugin {
        position: relative;
    }

    .area-instagram h4 {
        text-align: center;
        display: grid;
        margin-bottom: 27px;
    }

        .area-instagram h4 i {
            font-size: 50px;
        }

div#eapps-instagram-feed-1:after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    z-index: 99999;
    bottom: 0;
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-nav {
    opacity: 0;
}



@media (max-width: 576px) {
    .banner picture img {
        display: none;
    }

    .swiper-slide swiper-slide-prev, .swiper-slide swiper-slide-next {
        display: none;
    }

    .banner .texto .btn {
        display: none;
    }
}


#blog_container .panel-heading {
    margin-bottom: 20px;
}

#blog_container ul {
    width: 100%;
    list-style: none;
    padding: 0;
}

#blog_container li {
    width: 100%;
}

    #blog_container li span.titulo {
        color: #000;
        font-size: 20px;
        font-weight: bold;
    }

    #blog_container li span.dia {
        color: #58CCC9;
    }

    #blog_container li span.resumo {
        margin: 10px 0;
        display: block;
    }

#blog_container img {
    width: 100%;
    margin-bottom: 30px;
}

#blog_container a {
    text-decoration: none;
}

#post_last {
    padding-top: 1px;
    padding-bottom: 1px;
    position: static;
    transform: none;
    top: 0px;
    left: 884.5px;
}

    #post_last .widget {
        padding: 45px 15px 30px 15px;
        border: 1px solid #f5f5f5;
        position: relative;
        margin-top: 17.5px;
    }

    #post_last .widget-title {
        background-color: #58CCC9;
        text-align: center;
        position: absolute;
        left: 30px;
        right: 30px;
        margin: auto;
        top: 0px;
        height: 35px;
    }

        #post_last .widget-title h3 {
            display: inline-block;
            line-height: 0.8;
            background-color: transparent;
            color: #ffffff;
            font-weight: 500;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 0;
            padding: 12px 10px;
            text-align: center;
        }

    #post_last ul {
        list-style: none;
        margin: 0;
        padding-left: 0;
        overflow: hidden;
    }

        #post_last ul li {
            position: relative;
            border-bottom: 1px solid #eee;
            padding: 15px 0;
            margin: 0;
        }

            #post_last ul li a {
                text-decoration: none;
                color: #000;
            }

                #post_last ul li a:hover {
                    color: #58CCC9;
                }


.paginacao {
    margin-bottom: 10px;
}

    .paginacao a {
        padding: 4px 8px;
        border: 1px solid #58CCC9;
        background-color: #58CCC9;
        text-decoration: none;
        color: #fff;
    }

        .paginacao a.selecionado {
            padding: 4px 8px;
            border: 1px solid #58CCC9;
            background-color: #fff;
            text-decoration: none;
            color: #000;
        }

.carousel-inner {
    overflow: initial;
}

.btn-hide {
    display: none !important;
}

/*-----------------------| AUTO COMPLETE |-----------------------*/

/*AutoComplete flyout */

.autocomplete_completionListElement {
    visibility: hidden;
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    overflow: auto;
    max-height: 150px;
    text-align: left;
    padding: 0;
    /*   list-style-type : none;*/
    cursor: pointer;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #ffff99;
    color: black;
    padding: 1px;
    font-size: 0.9em;
}

/* AutoComplete item */
.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
    font-size: 0.9em;
    cursor: pointer;
}

    .autocomplete_listItem ul {
        list-style-type: none;
    }


.carousel-fade .carousel-item {
    background: linear-gradient(#fff 0%, #e5e5e5 100%);
}

#parceiros .planos .card {
    width: 35% !important;
    max-width: inherit;
}

#indique .card {
    padding: 20px;
    background-color: #3333330a;
    border-radius: 5px;
    width: 100%;
    margin: 10px 0;
}

#indique .card-r {
    margin-left: 1%;
}

#indique .card-l {
    margin-right: 1%;
}

#indique li {
    line-height: 1.4em;
    font-size: 1.1em;
}

/*================G4 FLEX 2024==================*/
#chat-g4 .leoPOK {
    background: rgb(88 204 201);
}

#chat-g4 .dJImmT {
    background: rgb(88 204 201);
    border: 1px solid rgb(88 204 201);
}


@media screen and (min-width: 1440px) {
    .ftGHQU {
        width: 280px !important;
        right: 1rem !important;
    }
}
