@charset "UTF-8";
/*
    Created on : 30 de mar de 2020, 17:59:00
    Author     : Rodrigo Teixeira Andreotti <ro.andriotti@gmail.com>
*/
@import url("https://fonts.googleapis.com/css?family=Baloo+Thambi+2&display=swap");
/* Cores */
html {
  scroll-behavior: smooth;
  position: relative;
  min-height: 100%;
}

html, body {
  height: 100%;
  overflow-x: hidden;
  margin-bottom: 30px; /* Altura reduzida do footer */
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

* {
  font-family: "Baloo Thambi 2", "Sans Serif";
}

body {
  background-color: #fff;
}

.navbar-brand h3 {
  font-weight: bold;
}

header .social a {
  color: #515a63;
  font-size: 1.5em;
  padding: 3px 7px;
}

.nav-link {
  font-size: 1.3em;
}

/* PLANOS */
.btn-assine {
  text-align: center;
  background-color: #4E3963 !important;
  color: white;
  transition: all ease 0.5s;
}

.btn-assine:hover {
  background-color: #B78F46;
}

#planos .card-header {
  background-color: #FFF;
}

#planos .card-header.card-top {
  background-color: #54595f !important;
  color: white;
}

.pri-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    background: linear-gradient(to bottom, #003399, #003399);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 28px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 2px;
    text-transform: uppercase;
    color: black;
}

.preco .preco-anterior {
  text-decoration: line-through;
  color: #B78F46;
  font-size: 12px;
}

.list-group-item {
  margin-bottom: 0 !important;
  padding-top: 9px;
  padding-bottom: 9px;
}

.card > div {
  background-color: #f0f0f0 !important;
}

.btn.no-radius-sup {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-header.preco {
  background-color: transparent;
  font-size: 50px;
  line-height: 1;
}

.card-header.preco .sigla {
  font-size: 15px;
  vertical-align: super;
  color: #515a63;
}

.card-header.preco small {
  font-size: 15px;
  color: #515a63;
  line-height: 0.5;
}

/* FOOTER */
footer {
  background-color: #515a63;
  color: #F0F0F0;
  padding-top: 20px;
}

.footer-nav .nav-link {
  color: #F0F0F0;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: 0;
  padding-left: 0;
  font-size: 1.1em;
  transition: all ease 0.5s;
}

.footer-nav .nav-link:hover {
  border-left: 1px solid white;
  padding-left: 10px;
}

footer h6 {
  margin-top: 20px;
}

footer .navbar-dark .navbar-nav .nav-link {
  font-size: 0.9em;
  color: white;
}

footer .copyright {
  background-color: #272727;
  font-size: 0.7em;
  padding: 20px 0;
}

footer .social a {
  color: white;
  font-size: 2em;
  transition: all ease 0.5s;
  margin: 3px;
}

footer .social a:hover {
  color: #F0F0F0;
}

.whatsappIcon {
  display: flex;
  vertical-align: middle;
  text-align: center;
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 50%;
  position: fixed;
  bottom: 10px;
  left: 30px;
}

.whatsappIcon a {
  padding-top: 5px;
  color: #01E675;
  font-size: 35px;
}

.jumbotron {
  background-color: #4E3963;
  color: #F0F0F0;
}

.attribution a {
  color: #515a63;
}

/* Corner Ribbon */
.corner-ribbon {
  width: 120px;
  background: #e43;
  position: absolute;
  top: 50px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.sticky {
  position: fixed;
}

.corner-ribbon.shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

/* Different positions */
.corner-ribbon.top-left {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right {
  top: -10px;
  right: -20px;
  left: auto;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}

.corner-ribbon.bottom-left {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right {
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Colors */
.corner-ribbon.white {
  background: #f0f0f0;
  color: #555;
}

.corner-ribbon.black {
  background: #333;
}

.corner-ribbon.grey {
  background: #999;
}

.corner-ribbon.blue {
  background: #003399;
}

.corner-ribbon.green {
  background: #2c7;
}

.corner-ribbon.turquoise {
  background: #1b9;
}

.corner-ribbon.purple {
  background: #95b;
}

.corner-ribbon.red {
  background: #e43;
}

.corner-ribbon.orange {
  background: #e82;
}

.corner-ribbon.yellow {
  background: #ec0;
}

@media screen and (min-width: 960px) {
  .min-vh-60 {
    min-height: 60vh;
  }
}
table.table th, table.table td {
  vertical-align: middle;
}

select[readonly] {
  background: #eee;
  /*Simular campo inativo - Sugestão @GabrielRodrigues*/
  pointer-events: none;
  touch-action: none;
}

label.error { color: #F00 !important; }
input[aria-invalid="true"],
select[aria-invalid="true"],
textarea[aria-invalid="true"],
input.error,
select.error,
textarea.error {
  border-color: #F00 !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

/*# sourceMappingURL=style.css.map */

:root {
    --primary-color: #003399;
    --secondary-color: #003399;
    --text-color: #000;
    --font-family: 'Roboto', sans-serif;
    --header-height: 60px;
    --footer-height: 60px;
}

/* Estilo geral */
html, body {
    height: 100%;
    overflow-x: hidden;
}

thead { 
    background-color: #000000; 
    color: #FFFF;
}

table.esconde {
    overflow-x: hidden;
}

table.scroll {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table.scroll tbody,
table.scroll thead { 
    display: block; 
}

thead tr th { 
    height: 30px;
    line-height: 30px;
    text-align: left;
}

table.scroll tbody {
    height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
}

tbody { 
    border-top: 2px; 
}

tbody td, thead th {
    border-right: 0px;
}

tbody td:last-child, thead th:last-child {
    border-right: none;
}

.pri-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    background: linear-gradient(to bottom, #003399, #003399);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 28px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 2px;
    text-transform: uppercase;
    color: black;
}

footer {
    background-color: #343a40;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    transition: background-color 0.3s ease;
}

footer p {
    font-size: 16px;
    margin-bottom: 10px;
}

footer a {
    color: #fff;
    transition: color 0.3s ease;
    margin-right: 10px;
}

footer a:hover {
    color: #ffc107;
}

.btn-assine {
    text-align: center;
    background-color: #4E3963 !important;
    color: white !important;
    transition: all ease 0.5s;
}

.btn-assine:hover {
    background-color: #B78F46;
}

.nowrap {
    white-space: nowrap;
}

/* Estilos adicionais para formulários */
.form-control {
    border-radius: 10px;
    border: 2px solid black;
}

.btn {
    border-radius: 10px;
}

/* Estilos para tabelas */
.table {
    margin-bottom: 65px;
}

.table thead th {
    background-color: #3498db;
    border: 1px solid black;
    text-align: center;
}

.table tbody td {
    border: 1px solid black;
}

/* Estilos para botões */
.btn-info {
    background-color: #3498db;
    border-color: #003399;
}

.btn-primary {
    background-color: #4E3963;
    border-color: #4E3963;
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
}

/* Estilos para inputs de busca */
.input-search {
    width: 100%;
    border-radius: 10px;
    border: 2px solid black;
}

/* Estilos para links */
a {
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
}

.table th, .table td {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    height: 28px !important;
    vertical-align: middle !important;
}

/* Regras Responsivas Globais */
:root {
    --header-height: 60px;
    --footer-height: 60px;
}

/* Breakpoints */
@media (max-width: 1200px) {
    .container {
        max-width: 95%;
    }
}

@media (max-width: 992px) {
    .pri-header {
        padding: 15px;
    }

    h2 {
        font-size: 24px;
    }

    .table-responsive {
        margin-bottom: 70px;
    }
}

@media (max-width: 768px) {
    .pri-header {
        padding: 10px;
    }

    h2 {
        font-size: 20px;
    }

    .btn {
        width: 100%;
        margin-bottom: 5px;
    }

    .table-responsive {
        margin-bottom: 80px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .input-group {
        flex-direction: column;
    }

    .input-group > * {
        width: 100%;
        margin-bottom: 5px;
    }

    .card {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .pri-header {
        padding: 8px;
    }

    h2 {
        font-size: 18px;
    }

    .btn-sm {
        padding: 0.2rem 0.4rem;
        font-size: 0.75rem;
    }

    .table th, .table td {
        padding: 0.5rem;
    }

    .pagination {
        justify-content: center;
    }

    .pagination .page-link {
        padding: 0.3rem 0.5rem;
    }

    .form-control {
        font-size: 14px;
    }

    body {
        margin-bottom: 25px;
    }

    .footer {
        height: 25px;
        line-height: 25px;
        padding: 0;
    }

    .footer p {
        font-size: 12px;
        line-height: 25px;
    }

    .container-fluid, .container {
        padding-bottom: 25px;
    }
}

/* Melhorias para Tabelas Responsivas */
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 0;
}

.table {
    min-width: 600px;
}

.table th, .table td {
    white-space: nowrap;
}

/* Melhorias para Formulários Responsivos */
.form-control {
    max-width: 100%;
}

.input-group {
    flex-wrap: wrap;
}

/* Melhorias para Cards Responsivos */
.card {
    height: 100%;
}

.card-body {
    padding: 1rem;
}

/* Melhorias para Navegação Responsiva */
.navbar-collapse {
    max-height: 80vh;
    overflow-y: auto;
}

/* Melhorias para Footer Responsivo */
footer {
    position: relative;
    width: 100%;
}

/* Melhorias para Botões Responsivos */
.btn {
    white-space: normal;
    word-wrap: break-word;
}

/* Melhorias para Imagens Responsivas */
img {
    max-width: 100%;
    height: auto;
}

/* Melhorias para Texto Responsivo */
p, span, div {
    word-wrap: break-word;
}

/* Melhorias para Grid Responsivo */
.row {
    margin-right: -5px;
    margin-left: -5px;
}

.col, [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

/* Melhorias para Modais Responsivos */
.modal-dialog {
    margin: 0.5rem;
    max-width: 95%;
}

@media (min-width: 576px) {
    .modal-dialog {
        margin: 1.75rem auto;
        max-width: 500px;
    }
}

/* Melhorias para Alertas Responsivos */
.alert {
    margin-bottom: 1rem;
    padding: 0.75rem 1rem;
}

/* Melhorias para Badges Responsivos */
.badge {
    font-size: 85%;
    padding: 0.25em 0.4em;
}

/* Melhorias para Tooltips Responsivos */
.tooltip {
    font-size: 14px;
}

/* Melhorias para Dropdowns Responsivos */
.dropdown-menu {
    max-width: 100%;
    overflow-x: hidden;
}

/* Melhorias para Paginação Responsiva */
.pagination {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}

.page-link {
    padding: 0.5rem 0.75rem;
}

/* Melhorias para Listas Responsivas */
.list-group-item {
    padding: 0.75rem 1rem;
}

/* Melhorias para Inputs de Busca Responsivos */
.input-search {
    width: 100%;
    max-width: 300px;
}

@media (max-width: 576px) {
    .input-search {
        max-width: 100%;
    }
}

/* Estilos para o Modal de Confirmação */
#confirmModal .modal-content {
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

#confirmModal .modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#confirmModal .modal-title {
    color: #343a40;
    font-weight: bold;
}

#confirmModal .modal-body {
    padding: 20px;
    font-size: 16px;
    color: #495057;
}

#confirmModal .modal-footer {
    border-top: 1px solid #dee2e6;
    padding: 15px;
}

#confirmModal .btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
    color: white;
}

#confirmModal .btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: white;
}

#confirmModal .btn {
    padding: 8px 20px;
    font-weight: 500;
    border-radius: 5px;
    transition: all 0.3s ease;
}

#confirmModal .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#confirmModal .close {
    font-size: 1.5rem;
    color: #6c757d;
    opacity: 0.8;
    transition: all 0.3s ease;
}

#confirmModal .close:hover {
    opacity: 1;
    color: #343a40;
}

/* Responsividade do Modal */
@media (max-width: 576px) {
    #confirmModal .modal-dialog {
        margin: 10px;
    }

    #confirmModal .modal-body {
        padding: 15px;
        font-size: 14px;
    }

    #confirmModal .btn {
        padding: 6px 15px;
        font-size: 14px;
    }
}

/* Estilos para o Footer Fixo */
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #343a40;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    z-index: 1000;
    height: 30px;
    line-height: 30px;
}

.footer p {
    margin: 0;
    font-size: 14px;
    line-height: 30px;
}

/* Ajuste para conteúdo principal */
.container-fluid, .container {
    flex: 1 0 auto;
    width: 100%;
    padding-bottom: 30px; /* Altura reduzida do footer */
}

/* Ajuste para tabelas responsivas */
.table-responsive {
    margin-bottom: 0;
}

/* Ajuste para modais */
.modal {
    z-index: 1050;
}
