:root {
    --primary-vv-color: #f5f5f5;
    --secondary-vv-color: #2c2c2c;
    --orange-vv-color: #e54c2e;
    --blue-vv-color: #3661ab;
    --darkblue-vv-color: #1D1D3e;
    --tuqoise-vv-color: #46A6B7;
    --black-vv-color: #2c2c2c;
    --primary-pallets-color: #013F57;
    --secondary-pallets-color: #01728D;
    --tertiary-pallets-color: #0C95A6;
    --quaternary-pallets-color: #F1E1CE;
    --space-navbar: 5rem;
    --space-sidebar: 25rem;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('../fonts/minion-pro/MinionPro-Regular.otf') format('otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('../fonts/minion-pro/MinionPro-Bold.otf') format('otf');
    font-weight: 900;
    font-style: normal;
}

#offcanvasVidasVentos {
    display: none !important;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: "Open Sans", sans-serif;
    font-feature-settings: normal
}

body {
    font-family: "Open Sans", sans-serif;
    margin: 0;
    line-height: inherit;
}

.p-relative {
    position: relative;
}

.margin-navbar {
    margin-top: var(--space-navbar);
}

.padding-navbar {
    padding-top: var(--space-navbar);
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

.bg-dots-lighter {
    background-color: var(--primary-vv-color);
}

.min-h-screen {
    min-height: 100vh;
}

.relative {
    position: relative;
}

.navbar-fixed {
    position: fixed;
    width: 100%;
    background-color: var(--primary-vv-color);
    height: var(--space-navbar);
    padding: 0;
    z-index: 9994;
    box-shadow: -17px -13px 20px 0px;
}

.navbar-admin {
    height: var(--space-navbar);
    padding: 0.5rem;
    color: var(--secondary-vv-color);
    box-shadow: 3px 2px 3px;
}

.navbar-gabu {
    height: var(--space-navbar);
    padding: 0.5rem;
    color: var(--secondary-vv-color);
}

.navbar-gabu a {
    color: var(--secondary-vv-color);
    font-weight: 500;
}

.navbar-gabu a:hover {
    color: var(--secondary-vv-color);
    font-weight: 800;
    transition: color;
}

.gabu-brand-item {
    height: 100%;
    width: 11rem;
    margin: 0;
}

.vv-brand-item {
    height: 100%;
    width: 14rem;
    margin: 0;
}

.gabu-brand-text {
    font-size: 2rem;
    font-weight: 800 !important;
    margin-left: 1.5rem;
    letter-spacing: 0.1rem;
}

.nav-item {
    margin-left: 1rem;
    margin-right: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
}

.svg-icon {
    width: 100%;
    height: 100%;
}

.svg-icon g {
    fill: var(--primary-vv-color);
}

.svg-icon g.black {
    fill: var(--secondary-vv-color);
}

.section-vv {
    min-height: 20rem;
    overflow: hidden;
}

.section-admin {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: linear-gradient(rgba(1, 113, 141, 0.8), rgba(1, 63, 87, 0.8)),
        url('../img/photos/person-surfing-flying-parachute-same-time-kitesurfing-bonaire-caribbean.jpg');
    background-size: cover;
    background-position: center;
}

.section-admin.login {
    background: url('../img/photos/person-surfing-flying-parachute-same-time-kitesurfing-bonaire-caribbean.jpg');
    background-size: cover;
}

#home.section-vv,
#login.section-vv {
    height: 100vh;
}

.bg-vv-primary {
    background-color: var(--primary-vv-color);
    color: var(--secondary-vv-color);
}

.bg-vv-secondary {
    background-color: var(--secondary-vv-color);
    color: var(--primary-vv-color);
}

.home-title {
    color: var(--secondary-vv-color);
    font-size: 7rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.home-title strong {
    font-weight: 900;
}


.section-title {

    font-size: 2.88rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.description-text {

    font-size: 1.3rem;
    font-weight: 500;
    text-align: justify;
    line-height: 1.5;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

.accordion-gabu {
    margin-top: 2.2rem;
}

.accordion-item-gabu {
    min-height: 5rem;
    margin-top: 0.8rem;
    border-bottom: solid var(--secondary-vv-color);
}

.accordion-header {
    cursor: pointer;
}

.faq-question {
    font-size: 2rem;
    font-weight: 700;
}

.faq-response {
    font-size: 1.3rem;
    font-weight: 500;
}

.home-logo {
    position: absolute;
    width: 50rem;
    z-index: 9998;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9990;
}

.shadow-div {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

.vv-testimony-img {
    width: 100%;
    height: 32rem;
    object-fit: cover;
}

.vv-testimony-quote {
    width: 100%;
    height: 32rem;
}

.vv-mini-testimony-img {
    width: 100%;
    height: 20rem;
    object-fit: cover;
}

.vv-card-img {
    display: block;
    width: 100%;
    height: 15rem;
    object-fit: cover;
}

.vv-quote,
.vv-quotation-marks {
    font-family: 'Minion Pro', serif;
}

.vv-quote {
    font-size: 3rem;
    font-weight: 500;
    display: block;
    line-height: normal;
    margin: 0 3rem 0 3rem;
}

.vv-quotation-marks {
    font-size: 7rem;
    font-weight: 900;
    display: inline-block;
    line-height: 0;
    transform: rotate(180deg);
    bottom: -45px;
    position: relative;
}

.vv-quote-author {
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.vv-quote-author span:first-child {
    font-weight: bold;
    /* Define peso maior para o primeiro span */
}

.vv-quote-author span:last-child {
    font-weight: normal;
    /* Define peso menor para o segundo span */
}

.vv-section-title {
    font-size: 2rem;
    font-weight: 700;
    display: block;
    margin-bottom: 1rem;
}

.vv-card-category {
    font-size: 1rem;
    font-weight: 800;
    color: var(--secondary-pallets-color);
}

.vv-card-title {
    font-size: 1rem;
    font-weight: 400;
    display: block;
    margin-bottom: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vv-card-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 1rem;
    font-size: 1.8rem;
    font-weight: 500;
}

.curved-hr-wrapper {
    width: 100%;
    height: 4rem;
}

.curved-hr-wrapper svg {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.8;
    stroke: var(--primary-pallets-color);
}

.vv-carousel-control {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.control-arrow {
    width: auto;
    color: var(--primary-pallets-color);
}

.control-arrow:hover {
    color: var(--tertiary-pallets-color);
}

.offcanvas {
    top: var(--space-navbar);
}

.vv-footer-title {
    font-size: 1rem;
    font-weight: 900;
    display: block;
    margin-bottom: 1rem;
}

.vv-footer-item {
    font-size: 0.8rem;
    font-weight: 500;
    display: block;
}

.social-btn {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
    background-color: #000;
    /* Cor preta */
    color: #fff;
    /* Ícones brancos */
    text-decoration: none;
}

.social-btn:hover {
    background-color: #333;
    /* Cor de hover */
}

.vv-img-sidebar {
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0.8;
    width: 90%;
    height: auto;
}

.sidebar {
    width: var(--space-sidebar);
    background-color: var(--primary-pallets-color);
    color: var(--primary-vv-color);
    top: 0;
    position: fixed;
    bottom: 0;
    padding-top: 60px;
    z-index: 1;
}

.sidebar a {
    color: var(--primary-vv-color);
    padding: 15px;
    display: block;
    text-decoration: none;
}

.sidebar a:hover {
    background-color: var(--tertiary-pallets-color);
}

.form-control {
    border-radius: 1.25rem;
}

.vv-panel {
    position: relative;
    padding: 2rem;
    box-shadow: 3px 3px 10px 0px;
    background-color: var(--primary-vv-color);
    z-index: 1;
}

.vv-panel i {
    font-weight: 500;
    font-size: 1rem;
    color: var(--primary-pallets-color);
    margin-left: 0.3rem;
}

.btn-vv-pallet {
    font-weight: 700;
    color: var(--primary-vv-color);
    background-color: var(--primary-pallets-color) !important;
    border-color: var(--primary-pallets-color) !important;
}

.btn-vv-pallet:hover {
    background-color: var(--secondary-pallets-color) !important;
    border-color: var(--secondary-pallets-color) !important;
}

.curved-bg {
    width: 100%;
    position: absolute;
    z-index: 0;
}

.curved-bg svg {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.8;
    stroke: var(--primary-pallets-color);
}

.main-content {
    position: fixed;
    width: calc(100% - 25rem);
    height: 100%;
    z-index: 1;
    left: var(--space-sidebar);
    overflow-x: auto;
}

.ck-editor__editable {
    min-height: 20rem;
}

.cke_notification.cke_notification_warning {
    display: none;
}

.about-header {
    display: block;
    width: 100%;
    height: 20rem;
    object-fit: cover;
}

.about-logo {
    position: absolute;
    top: 65%;
    left: 50%;
    width: auto;
    transform: translate(-50%, -50%);
    height: 20rem;
    z-index: 2;
}

.user-about-img {
    width: 25rem;
    height: 100%;
    object-fit: cover;
}

.user-about-container .name {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
}

.user-about-container .email {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.user-about-container .description {
    font-size: 1.2rem;
    font-weight: 400;
}

.article-title {
    font-weight: 600;
    font-size: 3.1rem;
    text-align: center;
}

.article-subtitle {
    font-size: 1.1rem;
    text-align: center;
}

.article-box {
    margin-top: 1rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    flex-flow: row;
}

.article-box.list {
    justify-content: left;
}

.article-box .author> :nth-child(1),
.article-box .category> :nth-child(1) {
    margin-left: 1.5rem;
    font-weight: 500;
}

.article-box .author> :nth-child(2),
.article-box .category> :nth-child(2) {
    font-weight: 700;
    color: var(--secondary-pallets-color);
}

.article-image {
    display: block;
    width: 100%;
    margin: 0px auto 0px auto;
}

.article-content,
.article-tags {
    width: 75%;
    display: block;
    margin: 0px auto 0px auto;
}

.article-content p {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 30px;
    text-align: justify;
}

.article-list .vv-card-title{
    font-size: 2rem;
}

.article-list .vv-card-description{
    font-size: 1.2rem;
}