/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08/08/2017, 14:35:54
    Author     : Formel
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    background-color: #ececec;
}

a {
    color: #ff6600 !important;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
}

.navbar-inverse {
    background-color: #ffffff;
    border-color: #FFFFFF;
}

.navbar-brand {
    color: #FFFFFF !important;
}

.jumbotron {
    background-color: #203748;
}

/*
.navbar-brand,
.navbar-nav li a {
    line-height: 75px;
    height: 75px;
    padding-top: 10px;
    padding-bottom: 10px;
}
*/
.active a {
    color: #FFFFFF !important;
    background-color: #FF6600 !important;
}

.table {
    text-align: left;
    color: #222930;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 4px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.gradiente_azul {
    /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #006184 0%, #0088aa 11%, #0088aa 89%, #006184 100%) repeat scroll 0 0; */
    background-color: #0088AA;
    color: #FFFFFF;
    padding: 50px 0 50px 0;
}

.form-space {
    padding: 50px 0 50px 0;
}

.rodape {
    background-color: #263238;
    color: #FFFFFF;
    padding: 50px 0 50px 0;
}

.barra_busca {
    background-color: #ffffff;
    margin: auto;
    padding: 10px;
    text-align: center;

    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.barra_lista {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.texto_escuro {
    color: #263238 !important;
}

.fa {
    color: #F60;
}

.btn {
    color: #FFFFFF !important;
}

.btn-default {
    background-color: #777 !important;
}

.btn-fb {
    background-color: #3b5998;
}

.btn-gplus {
    background-color: #dd4b39;
}

/* Cor do tab do menu dropdown quando aberto */
.dropdown-toggle:active,
.open .dropdown-toggle {
    background: #FF6600 !important;
    color: #fff !important;
}

.badge_min {
    background-color: #777;
    border-radius: 10px !important;
    color: #fff;
    display: inline-block;
    font-size: 10px !important;
    font-weight: bold;
    line-height: 1 !important;
    min-width: 10px !important;
    padding: 2px 4px !important;
    text-align: center;
    vertical-align: top !important;
    white-space: nowrap;
}

.modal-dialog {
    margin: 120px auto !important;
}

.center {
    text-align: center;
}

.section-plan {
    background-color: #f1f1f1;
    padding: 30px;
}

.plan-box {
    margin: 0px;
    border: 1px solid #D9544F;
    border-radius: 2px;
}

.plan-danger {
    background-color: #D9544F;
}

.section1 {
    padding: 15px 0px 15px 0px;
    color: #fff;
}

.section2 {
    background-color: #BCBCBC;
    padding: 15px 0px 15px 0px;
}

.section2 h3 {
    font-size: 30px;
    color: #757A74;
    font-weight: bold;
}

.section3 {
    padding: 0px;
    background-color: #fff;
}

.section3 p {
    padding: 8px;
    margin: 0px;
    border-bottom: 1px solid #DDDDDD;
    color: #787C7D;
}

.section4 {
    background-color: #F5F5F5;
    padding: 10px;
}

.section4 button {
    font-size: 20px;
}

.plan-warning {
    border: 1px solid #EFAD4D;
    background-color: #EFAD4D;
}

.plan-success {
    border: 1px solid #5BB85D;
    background-color: #5BB85D;
}

.sombra {
    box-shadow: 0px 3px 5px #8a8a8a52;
}

.borda {
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}

.espaco {
    padding: 10px;
}

/* --- Novas Estilizações do Cardápio Digital --- */

.hero-gradient {
    background: linear-gradient(135deg, #F05736 0%, #FF8E53 100%);
    color: #FFFFFF;
    padding: 80px 0;
    margin-bottom: 0;
}

.hero-title {
    font-weight: 800;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-subtitle {
    font-size: 20px;
    font-weight: 400;
    opacity: 0.9;
    line-height: 1.5;
}

.btn-hero {
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 18px;
    text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.btn-hero:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

.benefit-box {
    padding: 20px;
    transition: all 0.3s ease;
}

.benefit-box:hover {
    transform: translateY(-10px);
}

/* Plan Cards */
.plan-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #eaeaea;
}

.plan-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.plan-card-featured {
    border: 2px solid #FF8E53;
    transform: scale(1.05);
    z-index: 2;
}

.plan-card-featured:hover {
    transform: scale(1.05) translateY(-10px);
}

.plan-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #FF8E53;
    color: #fff;
    padding: 5px 15px;
    border-radius: 0 0 10px 10px;
    font-weight: 700;
    font-size: 14px;
}

.plan-header {
    padding: 30px 20px;
    color: #fff;
    text-align: center;
}

.plan-header h2 {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
}

.plan-price {
    padding: 20px;
    text-align: center;
    background: #fafafa;
    border-bottom: 1px solid #eaeaea;
}

.plan-price h3 {
    margin: 0;
    font-size: 36px;
    font-weight: 800;
    color: #222930;
}

.plan-features {
    padding: 30px 20px;
    text-align: center;
}

.plan-features p {
    margin-bottom: 15px;
    color: #666;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
}

.plan-features p:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.plan-action {
    padding: 20px;
    background: #fff;
}

.plan-action .btn {
    border-radius: 8px;
    font-weight: 700;
    padding: 12px;
}

/* FAQ Item Hover */
.faq-item {
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateX(5px);
    border-left: 4px solid #FF8E53;
}