.header-secondary h2 {
    color: #4B653B;
    font-family: 'Bebas Neue', 'Open Sans';
    font-size: 60px;
}

.header-secondary-description {
    margin-top: 1.1em;
    font-family: 'Open Sans';
    color: #000000;
    font-size: 30px;
    font-weight: 400;
}

.q-alert-danger-info {
    padding: 1.5em;
    background-color: #FF0000;
    margin-top: 50px;
}

.q-alert-danger-info p {
    color: #ffffff;
    font-size: 26px;
    font-family: 'Open Sans';
    margin: 0
}

.card-menu-negocio {
    background-image: url('/imgs/pacotes/para_seu_negocio.png');
}

.card-menu-produto {
    background-image: url('/imgs/pacotes/para_seu_produto.png');
}

.card-menu-plano {
    background-image: url('/imgs/pacotes/planos.png');
}

.card-menu {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    border-radius: 20px;
    color: #ffffff;
    background-color: #000000;
}

.card-menu .card-menu-inner {
    width: 100%;
    height: 300px;
    background-color: rgba(0, 0, 0, 0.61);
    border-radius: 20px;
    color: #ffffff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-flow: column;
    cursor: pointer
}

.card-menu .card-menu-inner img {
    height: 130px;
}

.card-menu .card-menu-inner h4 {
    font-family: 'Bebas Neue', 'Open Sans';
    font-size: 36px;
    margin: 0
}

@media only screen and (max-width: 767px) {
    .mt-30-sm {
        margin-top: 30px;
    }
}

.mt-80 {
    margin-top: 80px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-100 {
    margin-top: 80px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-50 {
    margin-top: 80px;
}

.plans-subtitles {
    font-family: 'Bebas Neue', 'Open Sans';
    font-size: 40px;
    color: #4B653B
}

.card-white {
    background: #FFFFFF 0 0 no-repeat padding-box;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 20px;
}

.card-white .card-white-inner {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    cursor: pointer;
}

.card-white .card-white-inner img {
    max-width: 60px;
    max-height: 80px;
}

.card-white .card-white-inner p {
    margin: 0;
    margin-top: 10px;
    font-family: 'Open Sans';
    letter-spacing: 0.38px;
    color: #000000;
}

.plans-section {
    background-image: url('/imgs/pacotes/senior-meals.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    padding: 0;
}

.plans-section-inner {
    width: 100%;
    height: 400px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.61);
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-request-quote {
    background: #FFFFFF 0 0 no-repeat padding-box;
    font-family: 'Bebas Neue', 'Open Sans';
    box-shadow: 10px 3px 6px #FFFFFF29;
    text-transform: uppercase;
    text-decoration: none;
    color: #ff0000;
    font-size: 36px;
    padding: 0.7em;
    border-radius: 10px;
}

.btn-request-quote:hover, .btn-request-quote:active {
    text-decoration: none;
    color: #ff0000;
}

.plan-table {
    width: 100%;
    margin-bottom: 0;
}

.plan-table thead th {
    vertical-align: middle;
    border: none;
    width: 16.66%;
    padding: 0 12px 40px;
}

.plan-table thead th div {
    background: #FFFFFF 0 0 no-repeat padding-box;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 10px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-family: 'Bebas Neue', 'Open Sans';
    font-size: 22px;
    font-weight: lighter;
    text-transform: uppercase;
    color: #ff0000;
}

.plan-table tbody {
    font-family: 'Open Sans';
    box-shadow: 0 3px 6px #00000029;
    border-radius: 15px;
}

.plan-table tfoot {
    font-family: 'Open Sans';
}

.plan-table tfoot tr td {
    border: none;
    padding: 0;
}

.plan-table tfoot:before {
    content:"@";
    display:block;
    line-height:30px;
    text-indent:-99999px;
}

.plan-table tbody tr:nth-child(2n+1) {
    height: 50px;
}

.plan-table tfoot .inside-foot-table tr {
    height: 50px;
}

.plan-table tfoot .inside-foot-table tr td {
    border: none;
}

.plan-table tbody tr td {
    vertical-align: middle;
    border: 1px solid #87B288;
    border-top: none;
}

.plan-table tbody tr:last-child td, .plan-table tbody tr:nth-last-child(2) td {
    border-bottom: none;
}

.plan-table tbody tr:last-child td {
    border-top: 1px solid #87B288;
}

.plan-table tbody tr td:first-child {
    border-left: none;
}

.plan-table tbody tr td:last-child {
    border-right: none
}

.plan-table tbody tr:nth-child(2n+1) td:first-child div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer
}

.plan-table tbody tr:nth-child(2n+1) td:first-child div div {
    display: flex;
    justify-content: space-between;
}

.plan-table tbody tr:nth-child(2n+1) td:first-child div div img {
    margin-right: 8px;
    width: 24px;
}

.plan-table tbody tr td > img {
    height: 20px;
}

.plan-table tbody tr:nth-child(2n+1) td:first-child div div p {
    margin: 0;
    line-height: 1.4;
    color: #4B653B;
    font-weight: 500;
    font-size: 95%;
}

.plan-table tbody tr:nth-child(2n+1) td:first-child div div p sup {
    font-size: 70%;
    color: #ff0000;
}

.plan-table tbody tr:nth-child(2n) td {
    padding-top: 24px;
    vertical-align: top;
}

.plan-table tbody tr:nth-child(2n) td:first-child span {
    margin-left: 32px;
    color: #707070;
    font-weight: bold;
}

.plan-table tfoot .inside-foot-table tr td {
    border: none;
    border-right: 1px solid #87B288;
    width: 25%;
    padding: 0 .75rem;;
    font-weight: bold;
    color: #4B653B;
    font-size: 95%;
}

.plan-table tfoot .inside-foot-table tr td:last-child {
    border-right: none;
}

.plan-table tfoot .inside-foot-table tr:nth-child(2n+1) td:first-child div {
    display: flex;
    justify-content: start;
    align-items: center;
    cursor: auto;
}

.plan-table tfoot .inside-foot-table tr:nth-child(2n+1) td:first-child div p {
    margin: 0;
}

.plan-table tfoot .inside-foot-table tr:nth-child(2n+1) td:first-child div img {
    margin-right: 8px;
}

.plan-table tfoot > tr td:last-child {
    padding: 0 2rem
}

.plan-table tfoot > tr td:last-child p {
    font-size: 86%;
    color: #ff0000;
    font-style: italic;
    margin-bottom: 8px;
}

.list-image-success {
    list-style: none;
    padding: 0;
    font-size: 80%;
    color: #4B653B;
}

.list-image-success li {
    padding-left: 1.3em;
}

.list-image-success li:before {
    content: "\f00c"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
    font-size: 12px;
    color: #87B288;
}

.list-item-success:before {
    color: #4B653B !important;
}

.legend-list {
    list-style: none;
    padding: 0;
    color: #4B653B;
    margin: 0;
}

.legend-list li {
    padding-left: 2em;
}

.legend-list li:before {
    content: "\f00c"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -2em; /* same as padding-left set on li */
    width: 2em; /* same as padding-left set on li */
    font-size: 14px;
}

.legend-list-delete {
    list-style: none;
    padding: 0;
    color: #4B653B;
    margin: 0;
}

.legend-list-delete li {
    padding-left: 2em;
}

.legend-list-delete li:before {
    content: "\f00d"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.9em; /* same as padding-left set on li */
    width: 1.9em; /* same as padding-left set on li */
    font-size: 14px;
    color: #ff0000;
}

.list-warning li:before {
    color: #DE7F37;
}

.legend-section {
    padding: 0 2rem;
    font-family: 'Open Sans';
}

.legend-section p {
    font-weight: bold;
    color: #4B653B;
    margin: 0;
}

.plans-section-second {
    background-image: url('/imgs/pacotes/plans-second.png');
}

@media only screen and (min-width: 767px) {
    .pl-and-pr-4rem {
        padding: 0 4rem;
    }

    .col-footer-info {
        background-image: url('/imgs/dedodemoca.png');
        background-position: 101.5% 110%;
        background-repeat: no-repeat;
        background-size: 280px
    }
}

.modal .modal-header .modal-header-title {
     width: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
}

.modal .modal-header .modal-header-title > h5 {
    font-family: 'Bebas Neue', 'Open Sans';
    margin-left: 20px;
    line-height: 1.2;
}

.modal .modal-header .modal-header-title > img {
    height: 48px;
}

.modal .modal-header > button > span {
    font-size: 130%;
}

.modal .modal-header {
    border-bottom: 0;
}

.modal .modal-body {
    padding: 0;
}

.modal .modal-body .normal-paragraph {
    font-size: 16px;
    font-weight: 300;
    color: #707070;
    padding: 0 20px;
    font-family: 'Open Sans';
}

.modal > .modal-dialog-centered {
    max-width: 640px;
}

.modal .modal-body .highlighted-paragraph {
    background-color: #4B653B;
    padding: 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Open Sans';
}

.modal .modal-body .highlighted-paragraph > strong {
    font-weight: bold;
}

.modal .modal-footer {
    border-top: none;
    display: flex;
    flex-flow: column;
}

.modal .modal-footer > button {
    font-family: 'Bebas Neue', 'Open Sans';
    text-transform: uppercase;
    background: #4B653B 0 0 no-repeat padding-box;
    box-shadow: 10px 3px 6px #FFFFFF29;
    color: #ffffff;
    padding: 14px 28px;
    font-size: 24px;
    border-radius: 10px;
}

.modal .modal-footer > img {
    margin-top: 50px;
}


