/* ==========================================================================
   DARK MODE STYLESHEET
   ========================================================================== */
/* ==========================================================================

   1. HEADER & NAVIGATION
   2. SLIDESHOW & HERO TEXT
   3. BUTTONS
   4. HEADINGS & TITLES
   5. ICONBOX & PARAGRAPHS
   6. VIDEO COVER
   7. OVERLAPPING SECTION
   8. FOOTER
   9. GENERAL LAYOUT & COLORS
   10. FORMS & INPUTS
   11. SELECTION & HIGHLIGHT
   12. COMPONENTS (Contacto, Novedades, Proyectos, Modal, etc.)

   ========================================================================== */

/* ==========================================================================
   1. HEADER & NAVIGATION
   ========================================================================== */
body.dark-mode .navbar-brand {
    padding: 10px 0px;
}

body.dark-mode .main-header,
body.dark-mode .main-header * {
    color: white !important;
}

body.dark-mode .main-header .header-module a,
body.dark-mode .main-header .header-module a i {
    color: #ffd700 !important;
}

body.dark-mode .main-header .header-module a:hover,
body.dark-mode .main-header .header-module a:hover i {
    color: #ffffff !important;
}

body.dark-mode .main-header #primary-nav a:hover .txt {
    color: #ffd700 !important;
}

body.dark-mode .main-header #primary-nav a:hover .link-ext {
    background-color: #ffd700 !important;
}

body.dark-mode .main-header .bar {
    background-color: #fff !important;
}

body.dark-mode .main-header .iconbox h3 {
    font-size: inherit;
}

body.dark-mode .main-header .iconbox h3 a:hover {
    color: #fff !important;
}

@media screen and (min-width: 1200px) {
    body.dark-mode .mainbar-container .col-auto {
        width: fit-content;
    }

    body.dark-mode .mainbar-container .col.text-right {
        width      : fit-content;
        flex-grow  : unset;
        white-space: nowrap;
    }

    body.dark-mode #primary-nav {
        margin: 0 auto;
    }
}

@media screen and (max-width: 1199px) {
    [data-mobile-header-scheme=gray] .main-header .navbar-header {
        background-color: #181a1b !important;
    }

    body.dark-mode #primary-nav li a:hover {
        color: #ffd700
    }

    body.dark-mode .navbar-toggle:hover .bars .bar {
        background: #ffd700
    }

}


/* ==========================================================================
   2. SLIDESHOW & HERO TEXT
   ========================================================================== */
body.dark-mode .slideshow-applied .ld-fh-txt>b,
body.dark-mode .slideshow-applied .ld-fh-txt>span {
    text-transform: uppercase;
    line-height   : 1;
    text-shadow   : 4px 8px 6px rgba(0, 0, 0, .20);
}

body.dark-mode .slideshow-applied .ld-fh-txt>b {
    font-size: 95px;
}

body.dark-mode .slideshow-applied .ld-fancy-heading,
body.dark-mode .slideshow-applied .ld-fancy-heading .ld-fh-txt {
    margin-bottom: 5rem;
    font-family  : 'Open Sans', Arial, sans-serif !important;
}



@media (max-width: 991px) {
    body.dark-mode .slideshow-applied .ld-fh-txt>b {
        font-size: 40px;
    }

    body.dark-mode .slideshow-applied .ld-fancy-heading,
    body.dark-mode .slideshow-applied .ld-fancy-heading .ld-fh-txt {
        margin-bottom: 0;
    }
}



/* ==========================================================================
   3. BUTTONS
   ========================================================================== */
body.dark-mode .btn.btn-solid {
    font-size : 22px;
    background: white !important;
    color     : #829e9a !important;
    box-shadow: 4px 4px 14px 6px rgba(0, 0, 0, .5);
}

body.dark-mode .btn.btn-solid>span {
    gap      : 1rem;
    color    : #181a1b !important;
    padding  : 1em 2em !important;
    flex-wrap: nowrap;
}

@media (max-width: 991px) {

    body.dark-mode .btn.btn-solid {
        display     : block;
        margin-left : auto;
        margin-right: auto;
        width       : fit-content;
    }

    body.dark-mode .btn.btn-solid>span {
        /* padding: 0.5em 1em !important; */
        font-size: 16px;
    }
}


body.dark-mode .btn.btn-solid+.btn.btn-solid {
    margin-left: 5rem;
}

body.dark-mode .btn.btn-solid .btn-icon {
    font-size: 29px;
}

@media (max-width: 991px) {
    body.dark-mode .btn.btn-solid+.btn.btn-solid {
        margin-left : auto;
        margin-right: auto;
        margin-top  : 3rem;
    }
}

body.dark-mode .btn.btn-solid:hover,
body.dark-mode .contact-form input[type=submit]:hover,
body.dark-mode .contact-form button[type=submit]:hover {
    background: #ffd700 !important;
    color     : #181a1b !important;
}


/* ==========================================================================
   4. HEADINGS & TITLES
   ========================================================================== */
body.dark-mode .fancy-title h6 {
    font-family   : 'Montserrat', sans-serif;
    font-weight   : 700;
    letter-spacing: 2px;
    color         : #829e9a;
    margin-bottom : 12px;
    font-size     : 16px;
}

body.dark-mode .txt-rotate-keywords .keyword {
    color: #ffd700;
}

@media (max-width: 992px) {
    body.dark-mode .txt-rotate-keywords .keyword {
        font-size: 2rem;
    }
}

body.dark-mode .fancy-title h3,
body.dark-mode .iconbox h3 {
    font-size    : 2.5rem;
    font-weight  : 700;
    color        : #222;
    margin-bottom: 18px;
    line-height  : 1.2;
}

@media (max-width: 992px) {
    body.dark-mode .fancy-title h3 {
        font-size: 2rem;
    }
}

body.dark-mode .lqd-column h2 b,
body.dark-mode .secondary-banner h2 {
    line-height  : 1.2;
    text-shadow  : 4px 8px 6px rgba(0, 0, 0, .20);
    margin-bottom: 2em;
}

body.dark-mode .fancy-title h3,
body.dark-mode .fancy-title h6,
body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6,
body.dark-mode .iconbox .font-weight-normal,
body.dark-mode .iconbox p,
body.dark-mode .text-primary,
body.dark-mode .text-white,
body.dark-mode .widget-title,
body.dark-mode .lqd-column h2 {
    color: #fff !important;
}


body.dark-mode .fancy-title h3,
body.dark-mode .fancy-title h6,
body.dark-mode h1,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6 {
    color: #fff !important;
}

body.dark-mode .lqd-column h2.h3,
body.dark-mode .lqd-column h3 {
    color: #ffd700 !important;
}

body.dark-mode .fancy-title {
    padding-left   : 60px;
    display        : flex;
    align-items    : flex-start;
    min-height     : 60px;
    flex-direction : column;
    justify-content: center;
}

body.dark-mode .fancy-title:before {
    content   : "";
    width     : 15px;
    height    : 100%;
    display   : inline-block;
    background: #ffd700;
    top       : 0;
    position  : absolute;
    left      : 0px;
}

body.dark-mode .fancy-title i.line {
    display         : none;
    background-color: #ffd700;
    height          : 15px;
    border-radius   : 0;
}


@media (min-width: 1201px) {
    body.dark-mode .titlebar-md .titlebar-inner {
        padding-top: 30px !important;
    }
}

@media (min-width: 992px) {

    body.dark-mode .titlebar-md .titlebar-inner {
        padding-bottom: 30px !important;
    }
}

@media (max-width: 600px) {

    body.dark-mode .titlebar-md .titlebar-inner {
        padding-top   : 50px !important;
        padding-bottom: 30px !important;
    }
}

body.dark-mode .titlebar.scheme-light .titlebar-inner h1 {
    color: #ffffff;
}


/* ==========================================================================
   5. ICONBOX & PARAGRAPHS
   ========================================================================== */
body.dark-mode .iconbox .font-weight-normal {
    font-size    : 1.25rem;
    font-weight  : 600;
    color        : #3a3a3a;
    margin-bottom: 8px;
}

body.dark-mode .iconbox h3.font-weight-normal {
    font-weight  : 800;
    color        : #ffd700 !important;
    margin-bottom: 25px;
}

body.dark-mode .iconbox p {
    font-size    : 1.1rem;
    color        : #555;
    line-height  : 1.7;
    margin-bottom: 0;
}

body.dark-mode .iconbox {
    border-color: transparent;
    padding     : 20px !important;
}

body.dark-mode .iconbox-sm.iconbox-circle .iconbox-icon-container {
    background-color: #ffd700;
    color           : #fff;
}


/* ==========================================================================
   6. VIDEO COVER
   ========================================================================== */
body.dark-mode .video-cover-container {
    width        : 100%;
    max-width    : 400px;
    aspect-ratio : 9 / 16;
    position     : relative;
    border-radius: 12px;
    overflow     : hidden;
    box-shadow   : 0 10px 30px rgba(0, 0, 0, 0.1);
    background   : #000;
}

body.dark-mode .video-cover-container iframe {
    position : absolute;
    top      : 50%;
    left     : 50%;
    width    : 120%;
    height   : 120%;
    transform: translate(-50%, -50%);
    border   : none;
}


/* ==========================================================================
   7. OVERLAPPING SECTION
   ========================================================================== */
body.dark-mode .overlapping-section {
    border-top-left-radius : 25px;
    border-top-right-radius: 25px;
    margin-top             : -40px;
    box-shadow             : 0 -24px 48px -12px rgba(0, 0, 0, 0.18);
    padding                : 64px 0 64px 0;
    background             : linear-gradient(135deg, #23272f 0%, #181a1b 100%) !important;
}

@media (min-width: 992px) {
    body.dark-mode .overlapping-section .col-lg-6 {
        padding-left : 48px;
        padding-right: 48px;
    }
}

body.dark-mode .lqd-column:not(.carousel-item) {
    padding-left : 3vw;
    padding-right: 3vw;
    margin       : 0;
}

body.dark-mode .lqd-column img,
body.dark-mode .stretch-to-sides img {
    border-radius: 5px;
}


/* ==========================================================================
   8. FOOTER
   ========================================================================== */
body.dark-mode footer .widget-title {
    color: #ffd700 !important;
}

body.dark-mode footer.main-footer,
body.dark-mode footer.bg-cape-cod {
    background-color: transparent !important;
}


/* ==========================================================================
   9. GENERAL LAYOUT & COLORS
   ========================================================================== */
body.dark-mode,
body.dark-mode .bg-light,
body.dark-mode .bg-white,
body.dark-mode #content,
body.dark-mode .overlapping-section,
body.dark-mode .container-fluid,
body.dark-mode section.vc_row.bg-light {
    background: #181a1b !important;
    color     : #e0e0e0;
}

body.dark-mode .vc_row,
body.dark-mode section,
body.dark-mode div,
body.dark-mode li,
body.dark-mode ul {
    background-color: transparent;
    color           : #e0e0e0;
}

body.dark-mode .bg-athens-gray {
    background: transparent !important;
}

body.dark-mode .bg-fade-dark-03,
body.dark-mode .bg-fade-dark-035 {
    background: rgba(0, 0, 0, 0.2) !important;
}

body.dark-mode hr,
body.dark-mode .bt-fade-dark-01,
body.dark-mode .bt-fade-white-015 {
    border-color: #444;
}


/* ==========================================================================
   10. FORMS & INPUTS
   ========================================================================== */
body.dark-mode input,
body.dark-mode textarea,
body.dark-mode select,
body.dark-mode .contact-form .ui-selectmenu-button {
    background  : #23272f;
    color       : #ffd700;
    border-color: #ffd700;
}

body.dark-mode ::-webkit-input-placeholder {
    color: #bbb;
}

body.dark-mode ::-moz-placeholder {
    color: #bbb;
}

body.dark-mode :-ms-input-placeholder {
    color: #bbb;
}

body.dark-mode ::placeholder {
    color: #bbb;
}

body.dark-mode .contact-form input[type=submit],
body.dark-mode .contact-form button[type=submit] {
    background  : #181a1b;
    color       : #829e9a;
    border-color: #ffd700;
}

body.dark-mode .ui-selectmenu-menu {
    background  : #181a1b;
    border-color: #ffd700;
}

body.dark-mode .ui-state-active,
body.dark-mode .ui-widget-content .ui-state-active,
body.dark-mode .ui-widget-header .ui-state-active,
body.dark-mode a.ui-button:active,
body.dark-mode .ui-button:active,
body.dark-mode .ui-button.ui-state-active:hover {
    background-color: #ffd700;
    color           : #000;
}

body.dark-mode .ui-state-disabled,
body.dark-mode .ui-widget-content .ui-state-disabled,
body.dark-mode .ui-widget-header .ui-state-disabled {
    opacity: .65;
    filter : Alpha(Opacity=65);
}

/* ==========================================================================
   11. SELECTION & HIGHLIGHT
   ========================================================================== */
body.dark-mode ::selection {
    background: #ffd700;
    color     : #181a1b;
}

body.dark-mode ::-moz-selection {
    background: #ffd700;
    color     : #181a1b;
}


/* ==========================================================================
   12. COMPONENTS (Contact, Novedades, Proyectos, Modal, etc.)
   ========================================================================== */

/* Contact */
body.dark-mode .contact-form input[type=submit]:hover,
body.dark-mode .contact-form button[type=submit]:hover {
    background: #ffd700 !important;
    color     : #181a1b !important;
}

body.dark-mode h2 {
    color: #ffd700 !important
}

body.dark-mode .gray-contacto {
    color: #5a5e62 !important;
}

/* Novedades */
body.dark-mode .liquid-lp-time-aside>time {
    background   : #ffd700;
    color        : #6e611f;
    border-radius: 3px;
}

.blog-single-content blockquote,
.blog-single-content blockquote h3 {
    color: #ffd700 !important;
}

.blog-single-content p {
    color: #fff;
}

.blog-single-content blockquote cite:before {
    background-color: #ffd700;
}

body.dark-mode .liquid-lp-footer a {
    color: #ffd700;
}

body.dark-mode .liquid-lp-footer a .btn-line.btn-line-before,
body.dark-mode .liquid-lp-footer a .btn-line.btn-line-after {
    background: #ffd700;
}

/* Novedades Ver */
body.dark-mode .blog-single-content.entry-content {
    background: #181a1b !important;
    color     : #fff;
}

body.dark-mode .post-nav a,
body.dark-mode .post-nav .nav-title {
    color: #fff;
}

body.dark-mode .post-nav svg {
    stroke: #51535e;
}

body.dark-mode .post-nav svg:hover {
    stroke: #ffd700;
}

body.dark-mode .post-author {
    border-color: #ffd700;
}

/* Proyectos */
body.dark-mode .ld-pf-inner .ca-initvalues-applied {
    background-color: transparent;
}

.ld-pf-item.ld-pf-light .ld-pf-bg {
    background-color: rgba(255, 215, 0, 0.8);
}

body.dark-mode .ld-pf-item.ld-pf-light .ld-pf-details-inner h3 span,
body.dark-mode .ld-pf-item.ld-pf-light .ld-pf-details-inner .split-inner .split-txt {
    color: #181a1b;
}

body.dark-mode .ld-pf-inner {
    border-radius: 5px;
}

body.dark-mode .tabs-nav-active-underlined .tabs-nav li a {
    color: #fff;
}

body.dark-mode .tabs-nav-active-underlined .tabs-nav li.active a {
    color: #ffd700;
}

body.dark-mode .tabs-nav-active-underlined .tabs-nav li.active:after {
    background-color: #ffd700;
}

body.dark-mode .tabs-nav-underlined .tabs-nav {
    border-color: #ffd700;
}

body.dark-mode .carousel-nav-solid .flickity-prev-next-button,
body.dark-mode .carousel-nav-bordered .flickity-prev-next-button {
    background: #181a1b;
}

body.dark-mode .carousel-nav-solid .flickity-prev-next-button>i,
body.dark-mode .carousel-nav-bordered .flickity-prev-next-button>i {
    color: #ffd700;
}

body.dark-mode .carousel-nav-solid .flickity-prev-next-button:hover:before,
body.dark-mode .carousel-nav-bordered .flickity-prev-next-button:hover:before {
    background: #ffd700;
}

body.dark-mode .carousel-nav-solid .flickity-prev-next-button:hover>i,
body.dark-mode .carousel-nav-bordered .flickity-prev-next-button:hover>i {
    color: #181a1b;
}

body.dark-mode .carousel-item-inner .ca-initvalues-applied {
    background: transparent;
}

body.dark-mode .flickity-viewport {
    width: 100%;
}

body.dark-mode .ca-initvalues-applied {
    background: #181a1b;
    color     : #fff !important;
}

body.dark-mode #team+.bg-light {
    background: #181a1b !important;
}

body.dark-mode #team+.bg-light * {
    color: #fff !important;
}

body.dark-mode .bg-light .ca-initvalues-applied * :not(.fancy-title),
body.dark-mode #team+.bg-light .ca-initvalues-applied * :not(.fancy-title) {
    background: #181a1b;
    color     : #fff !important;
}

body.dark-mode .bg-light .ca-initvalues-applied .fancy-title *,
body.dark-mode #team+.bg-light .ca-initvalues-applied .fancy-title * {
    color: #fff !important;
}

body.dark-mode .bg-light .ca-initvalues-applied .fancy-title h6.text-primary,
body.dark-mode #team+.bg-light .ca-initvalues-applied .fancy-title h6.text-primary {
    color: #ffd700 !important;
}

body.dark-mode #team+.bg-light .container-fluid {
    background: transparent !important;
}

body.dark-mode .ca-initvalues-applied h3,
body.dark-mode .ca-initvalues-applied h4,
body.dark-mode .ca-initvalues-applied li,
body.dark-mode .ca-initvalues-applied .text-primary {
    color: #181a1b !important;
}

body.dark-mode .ca-initvalues-applied .fancy-title i.line {
    background-color: #181a1b;
}

body.dark-mode .ca-initvalues-applied h3 {
    color    : #181a1b;
    font-size: 1.3rem;
}


body.dark-mode .ca-initvalues-applied .iconbox p,
body.dark-mode .ca-initvalues-applied .iconbox a {
    color    : #fff !important;
    font-size: 16px;
}

body.dark-mode .ca-initvalues-applied .iconbox h3,
body.dark-mode .ca-initvalues-applied .iconbox a.highlight {
    color: #ffd700 !important;
}


/* Modal */
body.dark-mode .fr-overlay-background {
    background: rgb(0, 0, 0);
}

body.dark-mode .fr-position-text {
    color: #ffd700;
}

/* Miscellaneous */
body.dark-mode .liquid-counter.liquid-counter-default .liquid-animator-numbers li,
body.dark-mode .liquid-counter-element span {
    color: #ffd700;
}

body.dark-mode .text-primary {
    color: #ffd700 !important;
}

/* Video BTN */
body.dark-mode .btn-icon-circle.btn-icon-ripple .btn-icon:before {
    border-color: #ffd700;
}

.bg-gradient-primary-br {
    background: #ffd700 !important;
    cursor    : pointer;
}