﻿body {
    padding-top: 0px;
    padding-bottom: 0px;
    border: solid;
    border-width: 1px;
    max-width: 2560px;
}

.whatsapp-float {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 52px;
    height: 52px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    z-index: 2000;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.whatsapp-float i {
    font-size: 26px;
}

.body-content {
    padding-top: 5px;
    padding-bottom: 5px;
}

.dl-horizontal dt {
    white-space: normal;
}

.responsivo-download {
    width: 220px;
    max-height: 500px; 
    min-height: auto; 
    background-repeat: no-repeat;
}

.responsivo-layout {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.PagSeguroLink {
    text-align: right;
    padding-top:3px;
    align-items:center;
    align-content:center;
}

.PagSeguroLink a {
    color: white !important;
    font: bolder !important;
}

    .PagSeguroLink a:hover {
        color: black !important;
        font:600;
    }

.topMenuSite {
    background: linear-gradient(135deg, #0094ff 0%, #0073cc 100%);
    text-align: right;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.topSite {
    background-image: url(/Content/imagens/fundo_top.jpg);
    background-size: cover;
    text-align: left;
    border-bottom: 2px;
    border-bottom-style: solid;
}

.topSite img {
    max-width: 100%;
    height: auto;
}

.card {
    border: 1px solid rgba(0, 128, 208, 0.2);
    border-radius: 12px;
    box-shadow: 0 14px 28px rgba(0, 128, 208, 0.12), 0 4px 10px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #ffffff 0%, #eef5ff 100%);
    position: relative;
    overflow: hidden;
}

.card:hover {
    box-shadow: 0 22px 45px rgba(0, 128, 208, 0.2), 0 6px 16px rgba(0, 0, 0, 0.08);
    border-color: #0080d0;
    transform: translateY(-4px);
}

.card-header {
    background: linear-gradient(135deg, #0080d0 0%, #00a3ff 100%);
    color: white;
    font-weight: 700;
    border: none;
    border-radius: 12px 12px 0 0;
    padding: 16px 20px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    position: relative;
    margin: 0;
    display: block;
}

.card-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #00a3ff 0%, #0080d0 100%);
}

.btn-primary {
    background: linear-gradient(135deg, #0080d0 0%, #00a3ff 100%);
    border: none;
    color: white;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 128, 208, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 128, 208, 0.4);
    color: white;
    text-decoration: none;
}

.btn-primary:active, .btn-primary:focus {
    color: white;
    background: linear-gradient(135deg, #0073cc 0%, #0099ff 100%);
    box-shadow: 0 4px 15px rgba(0, 128, 208, 0.3);
}

.btn-sm {
    color:white;
    padding: 6px 15px;
    font-size: 0.85rem;
    color:white;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 15px;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }
h5 { font-size: 1.1rem; }
h6 { font-size: 1rem; }

a {
    color: #667eea;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #764ba2;
    text-decoration: underline;
}

.jumbotron {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.jumbotron h1 {
    color: white;
    margin-bottom: 20px;
}

.jumbotron .lead {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.1rem;
    line-height: 1.8;
}

/* Table styles */
.table {
    border-collapse: collapse;
}

.table thead th {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-weight: 600;
    border: none;
}

.table tbody tr:hover {
    background-color: rgba(102, 126, 234, 0.05);
}

.table tbody td {
    border-bottom: 1px solid #e0e0e0;
}

/* Form styles */
.form-control {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 15px;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.form-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

/* Scrollbar styles */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #667eea;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #00a3ff;
}

/* Utility classes */
.text-muted {
    color: #6c757d !important;
}

.text-primary {
    color: #0080d0 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

/* Selection color */
::selection {
    background-color: #0080d0;
    color: white;
}
