/* Ocultar header y su contenido durante el preloader */
body.body-preloader-active .header-content {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
body:not(.body-preloader-active) .header-content {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}
/* Alinear verticalmente el icono MAS con el texto */
.header-content #btnTodos {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}
.header-content #btnTodos img {
    vertical-align: middle;
    align-self: center;
    margin-bottom: 0;
    margin-top: 0;
    display: inline-block;
    position: relative;
    top: 0.05em;
}
/* Alinear los botones superiores en fila y centrados */
.header-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
    width: 100vw;
    min-height: 56px;
    position: relative;
    background: transparent;
    z-index: 2000;
}
/* Quitar recuadros grises de los botones superiores */
.header-content button {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
/* Botones superiores más pequeños */
.header-content button {
    font-size: 0.85rem !important;
    padding: 0.3rem 0.7rem !important;
    min-width: 0;
    min-height: 0;
    cursor: pointer !important;
}
.header-content #btnTodos img {
    max-width: 1.5rem !important;
    max-height: 1.5rem !important;
}
/* Refuerzo: ocultar header-content y todos los botones del header durante el preloader */
body.body-preloader-active .header-content,
body.body-preloader-active .header-content button,
body.body-preloader-active .header-content img {
    display: none !important;
}

/* ===================== RESPONSIVE CUSTOM ===================== */
@media (max-width: 767px) {
    .header-content {
        flex-direction: row;
        gap: 0.5rem;
        min-height: 36px;
        width: 100vw;
        padding: 0.3rem 0 0.1rem 0;
        justify-content: center;
        align-items: center;
    }
    .header-content button {
        font-size: 0.95rem !important;
        padding: 0.15rem 0.4rem !important;
        margin: 0 0.1rem;
    }
    .header-content #btnTodos img {
        max-width: 1rem !important;
        max-height: 1rem !important;
    }
    .microorganism-dots {
        height: 38vw;
        min-height: 120px;
        max-height: 600px;
        width: 100vw;
        margin-bottom: 1rem;
    }
    .micro-dot {
        width: 32px !important;
        height: 32px !important;
        padding: 1px !important;
        font-size: 0.9rem !important;
    }
    .micro-icon img, .micro-icon svg {
        max-width: 90% !important;
        max-height: 90% !important;
    }
    .container-fluid {
        min-height: unset;
        padding-bottom: 60px;
    }
    .single_gallery_item {
        width: 24px !important;
        height: 24px !important;
        min-width: 24px !important;
        min-height: 24px !important;
        max-width: 28px !important;
        max-height: 28px !important;
    }
    footer, #mainFooter {
        font-size: 0.85rem !important;
        padding: 6px 0 4px 0 !important;
        min-height: 24px;
    }
    #loginBtn {
        top: 2px !important;
        right: 6px !important;
        width: 32px !important;
        height: 32px !important;
    }
    #loginBtn img {
        width: 22px !important;
        height: 22px !important;
    }
}

@media (max-width: 480px) {
    .header-content {
        gap: 0.2rem;
        min-height: 36px;
        font-size: 0.95rem;
    }
    .micro-dot {
        width: 36px !important;
        height: 36px !important;
        font-size: 0.95rem !important;
    }
    .micro-icon img, .micro-icon svg {
        max-width: 90% !important;
        max-height: 90% !important;
    }
    .single_gallery_item {
        width: 28px !important;
        height: 28px !important;
        min-width: 28px !important;
        min-height: 28px !important;
        max-width: 32px !important;
        max-height: 32px !important;
    }
    .container-fluid {
        padding-bottom: 60px;
    }
    footer, #mainFooter {
        font-size: 0.85rem !important;
        padding: 6px 0 4px 0 !important;
        min-height: 28px;
    }
}
.header-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    width: 100vw;
    min-height: 56px;
    position: relative;
    background: transparent;
    z-index: 2000;
}
body.body-preloader-active .header-content {
    display: none !important;
}
/* Animación de salida del preloader hacia el botón + */
#preloader.preloader-exit {
    animation: preloader-move-fade-to-btn 0.5s forwards;
}
@keyframes preloader-move-fade-to-btn {
    0% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }
    80% {
        opacity: 0.7;
        transform: translate(var(--preloader-move-x), var(--preloader-move-y)) scale(0.5);
    }
    100% {
        opacity: 0;
        transform: translate(var(--preloader-move-x), var(--preloader-move-y)) scale(0.2);
        pointer-events: none;
    }
}
/* Barra superior moderna */
.top-bar-nav {
    display: flex;
    align-items: center;
    gap: 32px;
    height: 56px;
    justify-content: center;
}
.top-bar-btn {
    background: none;
    border: none;
    font-family: 'Montserrat', 'Century Gothic', sans-serif;
    font-size: 1.08rem;
    color: #222;
    cursor: pointer;
    padding: 0 8px;
    transition: color 0.2s;
}
.top-bar-btn:hover {
    color: #007bff;
}
.top-bar-menu-icon {
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    gap: 6px;
    background: none;
    border: none;
    box-shadow: none;
    vertical-align: middle;
}
.top-bar-menu-icon span {
    display: block;
    width: 28px;
    height: 4px;
    background: #222;
    border-radius: 2px;
}
/* === Microorganism Dots flotantes === */

.microorganism-dots {
    position: relative;
    width: 90vw;
    height: calc(100vh - 56px - 80px); /* Resta header (56px) y footer (80px aprox) */
    overflow: hidden;
    z-index: 10;
    box-sizing: border-box;
    background: none !important;
}
/* Limita la posición máxima de los iconos flotantes para que no se salgan del área visible ni queden fuera de la zona seleccionable */
.micro-dot {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    padding: 8px;
    box-sizing: border-box;
    box-shadow: 0 0px 0px rgba(0,0,0,0.12);
    color: #fff;
    font-size: 1.4rem;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    z-index: 11;
    user-select: none;
    -webkit-user-select: none;
    inset: 24px 24px 104px 24px; /* Margen superior, derecho, inferior (footer), izquierdo */
}
.micro-dot:hover {
    transform: scale(1.12) translateY(-4px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.18);
}
.micro-icon {
    display: flex;
    align-items: center;
        inset: 0 0 220px 0; /* Limita el área de movimiento: top 0, right 0, bottom 220px, left 0 */
    width: 100%;
    height: 100%;
}
.micro-icon img, .micro-icon svg {
    max-width: 75%;
    max-height: 75%;
    display: block;
    margin: auto;
    /* pointer-events: none;  Eliminado para permitir interacción con el icono flotante */
}
/* Removed incomplete text 'vertica' */
}
.micro-icon img, .micro-icon svg {
    /* Animación personalizada por dot */
    animation: var(--float-animation, float-diagonal) 14s linear infinite;
    animation-delay: calc(var(--random-delay, 0s));
}
@keyframes float-up {
     position: relative;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
    0% { transform: translate(0, 0); }
    50% { transform: translate(0, -32px); }
    100% { transform: translate(0, 0); }
}
@keyframes float-down {
    0% { transform: translate(0, 0); }
    50% { transform: translate(0, 32px); }
    100% { transform: translate(0, 0); }
}
@keyframes float-left {
    0% { transform: translate(0, 0); }
    50% { transform: translate(-32px, 0); }
    100% { transform: translate(0, 0); }
}
@keyframes float-right {
    0% { transform: translate(0, 0); }
    50% { transform: translate(32px, 0); }
    100% { transform: translate(0, 0); }
}
@keyframes float-diagonal {
    0% { transform: translate(0, 0); }
    25% { transform: translate(24px, -24px); }
    50% { transform: translate(-24px, 24px); }
    75% { transform: translate(24px, 24px); }
    100% { transform: translate(0, 0); }
}
.header-section.header-right {
    position: relative;
    gap: 16px;
}
.menu-agrupado {
    margin-left: 16px;
}
.menu-agrupado-dropdown {
    left: auto;
    right: 0;
}
/* Footer fijo al fondo */
footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    background: #fff !important;
    color: #222;
    padding: 16px 0 12px 0;
    z-index: 120;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.5px;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.04) !important;
    border-top: none !important;
    display: block;
}

body.body-preloader-active footer {
    display: none !important;
}
}
footer *, footer small {
    background: none !important;
}

/* Centrar los cuadros de proyectos */
.container-fluid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 120px - 60px); /* header + footer aprox */
    padding-bottom: 120px;
}
.row.no-gutters.fplus-portfolio {
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    min-height: 400px;
}
.header-logo {
    width: 70px;
    height: auto;
    margin-left: 166px;
    margin-right: 0;
    transition: width 0.2s;
}
/* Menú agrupado tipo desplegable */
.menu-agrupado {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 18px 0 0 24px;
    z-index: 200;
}
.menu-icono {
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    gap: 6px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: box-shadow 0.2s;
}
.menu-icono span {
    display: block;
    width: 26px;
    height: 4px;
    background: #222;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(.4,0,.2,1);
}
.menu-icono.girar span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}
.menu-icono.girar span:nth-child(2) {
    opacity: 0;
}
.menu-icono.girar span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}
.menu-agrupado-dropdown {
    display: none;
    position: absolute;
    top: 44px;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
    border-radius: 8px;
    min-width: 180px;
    padding: 10px 0;
    z-index: 210;
    animation: fadeInMenu 0.25s;
}
.menu-agrupado-dropdown.show {
    display: block;
}
.menu-agrupado-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-agrupado-dropdown li {
    margin: 0;
    padding: 0;
}
.menu-agrupado-dropdown a {
    display: block;
    padding: 12px 24px;
    color: #222;
    text-decoration: none;
    font-size: 1rem;
    transition: background 0.2s, color 0.2s;
    border-radius: 4px;
}
.menu-agrupado-dropdown a:hover {
    background: #f0f0f0;
    color: #007bff;
}
@keyframes fadeInMenu {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
/* Menú de una línea debajo del header */
.menu-linea {
    width: 100%;
    background: #f8f8f8;
    box-shadow: 0 1px 4px rgba(0,0,0,0.03);
    margin: 0;
    padding: 0;
    z-index: 90;
}
.menu-linea ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0 0 0 0;
}
.menu-linea li {
    margin: 0;
    padding: 0;
}
.menu-linea a {
    display: block;
    padding: 16px 18px;
    color: #222;
    text-decoration: none;
    font-size: 1.08rem;
    font-weight: 500;
    transition: color 0.2s, background 0.2s;
    border-radius: 4px;
}
.menu-linea a:hover {
    color: #007bff;
    background: #eaeaea;
}
@media (max-width: 700px) {
    .menu-linea ul {
        gap: 10px;
    }
    .menu-linea a {
        padding: 12px 8px;
        font-size: 0.98rem;
    }
}
/* === Header personalizado dividido en 3 === */
.custom-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 32px;
    min-height: 80px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    z-index: 100;
}
.header-section {
    display: flex;
    align-items: center;
}
.header-left {
    flex: 1;
}
.header-center {
    flex: 19;
    justify-content: center;    
}
.header-right {
    flex: 1;
    justify-content: flex-end;
}
.project-categories ul {
    display: flex;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.project-categories a {
    color: #222;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.2s;
}
.project-categories a:hover {
    color: #007bff;
}

/* Menú hamburguesa y efecto X */
.menu-toggle {
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 110;
    position: relative;
    gap: 6px;
}
.menu-toggle span {
    display: block;
    width: 28px;
    height: 4px;
    background: #222;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(.4,0,.2,1);
    position: relative;
}
.menu-toggle.girar span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}
.menu-toggle.girar span:nth-child(2) {
    opacity: 0;
}
.menu-toggle.girar span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}

/* Menú desplegable */
.dropdown-menu {
    position: absolute;
    top: 70px;
    right: 32px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    border-radius: 8px;
    padding: 16px 0;
    min-width: 200px;
    display: none;
    flex-direction: column;
    z-index: 120;
}
.dropdown-menu.show {
    display: flex;
}
.dropdown-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.dropdown-menu li {
    margin: 0;
    padding: 0;
}
.dropdown-menu a {
    display: block;
    padding: 12px 24px;
    color: #222;
    text-decoration: none;
    font-size: 1rem;
    transition: background 0.2s, color 0.2s;
}
.dropdown-menu a:hover {
    background: #f0f0f0;
    color: #007bff;
}
html.preload-scroll-lock, body.preload-scroll-lock {
    overflow: hidden !important;
    scrollbar-width: none !important;
    /* Para navegadores Webkit */
    &::-webkit-scrollbar {
        display: none;
    }
}
html.preload-scroll-lock::-webkit-scrollbar, body.preload-scroll-lock::-webkit-scrollbar {
    display: none !important;
}
/* Ajuste para que los items de la galería no queden cortados */
html, body {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
}
fplus-portfolio .row.no-gutters {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        grid-auto-rows: 120px;
        gap: 36px;
        place-items: center;
        width: 100vw;
        max-width: 1400px;
        min-height: calc(100vh - 180px);
        margin: 0 auto;
        padding: 48px 0 0 0;
        box-sizing: border-box;
        min-height: 0;
        overflow-x: hidden;
}

@media (max-width: 767px) {
    .fplus-portfolio .row.no-gutters {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(auto-fit, 1fr);
        gap: 12px 6px;
        padding: 24px 0 24px 0;
        min-height: 70vh;
        width: 100vw;
        justify-items: stretch;
        align-items: stretch;
        align-content: space-evenly;
        justify-content: stretch;
        margin: 0 !important;
    }
    .single_gallery_item {
        width: 48px !important;
        height: 48px !important;
        min-width: 40px !important;
        min-height: 40px !important;
        max-width: 56px !important;
        max-height: 56px !important;
        margin: 0 auto !important;
    }
    .single_gallery_item {
        width: 80px !important;
        height: 80px !important;
        min-width: 60px !important;
        min-height: 60px !important;
        max-width: 90px !important;
        max-height: 90px !important;
        margin: 0 auto !important;
    }
}

@media (max-width: 480px) {
    .fplus-portfolio .row.no-gutters {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(auto-fit, 1fr);
        gap: 10px 4px;
        padding: 16px 0 16px 0;
        min-height: 70vh;
        width: 100vw;
        justify-items: stretch;
        align-items: stretch;
        align-content: space-evenly;
        justify-content: stretch;
        margin: 0 !important;
    }
    .single_gallery_item {
        width: 36px !important;
        height: 36px !important;
        min-width: 28px !important;
        min-height: 28px !important;
        max-width: 44px !important;
        max-height: 44px !important;
        margin: 0 auto !important;
    }
    .single_gallery_item {
        width: 60px !important;
        height: 60px !important;
        min-width: 40px !important;
        min-height: 40px !important;
        max-width: 70px !important;
        max-height: 70px !important;
        margin: 0 auto !important;
    }
}
.single_gallery_item:hover,
.fplus-single-blog-area:hover {
    cursor: pointer;
}
footer {
    text-align: center;
}
.portfolio-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.portfolio-menu .btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single_gallery_item {
    aspect-ratio: 1 / 1;
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
    padding: 0;
    margin: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.single_gallery_item img {
    display: block;
}
.single_gallery_item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#preloader video {
    position: center;
    top: 0;
    left: 0;
    width: 50vw;
    height: 50vh;
    object-fit: cover;
    z-index: 10000;
}
/* ----------------------------------------------
:: Template Name: F-plus Portfolio Template
:: Template Author: Colorlib
:: Template Author URI: https://colorlib.com
:: Version: v1.0.0
:: Last Updated: 12-04-2017
---------------------------------------------- */

/* -------- [Master Stylesheet] --------
:: 1.0 Base CSS
:: 2.0 Top Header Area CSS
:: 3.0 Menu Area CSS
:: 4.0 Wellcome Area CSS 
:: 5.0 Top Feature Area CSS 
:: 6.0 Blog Area CSS 
:: 7.0 Instagram Area CSS 
:: 8.0 Footer Social Area CSS 
:: 9.0 Goole Map Area CSS
:: 10.0 Sidebar Area CSS
:: 11.0 Breadcumb Area CSS
:: 12.0 Paginatio Area CSS
:: 13.0 Contact Area CSS
:: 14.0 Single Blog CSS
----------------------------------- */

/* ***** Fonts ***** */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');

/* ***** Import CSS ***** */

@import 'css/bootstrap/bootstrap.min.css';
@import 'css/others/animate.css';
@import 'css/others/magnific-popup.css';
@import 'css/others/owl.carousel.min.css';
@import 'css/others/font-awesome.min.css';
@import 'css/others/pe-icon-7-stroke.css';

/* --------------------
:: 1.0 Base CSS
-------------------- */

.myButton {
	background-color:#000000;
	border-radius:28px;
	border:1px solid #18ab29;
	color:#292929;
	font-family:Arial;
    font-size:17px;
    margin:auto;
    text-align: center;
	padding:16px 31px;
}
.myButton:hover {
	background-color:#5cbf2a;
}
.myButton:active {
	position:absolute;
	top:50px;
}

* {
    margin: 0px;
    padding: 0;
}

body {
    font-family: 'Century Gothic', sans-serif;
    position: relative;
    z-index: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Century Gothic', sans-serif;
    font-weight: 600;
    color: #000000;
    line-height: 1.3;
}

p {
    color: #000000;
    font-size: 15px;
    line-height: 2;
    font-weight: 1000;
}

.section-padding-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.section-padding-120-0 {
    padding-top: 120px;
    padding-bottom: 0;
}

.section-padding-0-120 {
    padding-top: 0;
    padding-bottom: 120px;
}

.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}


img {
    max-width: 75%;
    max-height: 75%;
    display: block;
    margin: auto;
    /* pointer-events: none;  Eliminado para permitir interacción con el icono flotante */
    position: static;
    left: auto;
    top: auto;
    transform: none;
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 600;
    outline: none;
}

li {
    list-style: none;
}

.fplus-table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    max-width: 180px;
    min-width: 140px;
    min-height: 120px;
    margin: 0 auto;
    padding: 0;
    vertical-align: middle;
}

.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 55px;
}

.section-heading h4 {
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 25px;
    line-height: 1;
}

.section-heading-line {
    width: 50px;
    height: 2px;
    background-color: #000;
    margin: 0 auto;
}

#preloader {
    /* Eliminado para evitar conflicto con el centrado por flexbox */
}

#preloader {
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2147483647;
    transition: opacity 0.3s;
    pointer-events: all;
}
    animation: 2000ms linear 0s normal none infinite running fplus-load;
    background: transparent none repeat scroll 0 0;
    border-color: #dddddd #dddddd #000000;
    border-radius: 50%;
    border-style: solid;
    border-width: 4px;
    height: 80px;
    position: relative;
    width: 80px;
    z-index: 9;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
}

@-webkit-keyframes fplus-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fplus-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Header & Menu Area CSS */

.header_area {
    position: fixed;
    width: 100%;
    z-index: 9999;
    height: 100px;
    top: 0;
    left: 0;
    overflow-x: hidden;
}

.logo_area > a {
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    position: relative;
    z-index: 2;
}

.logo_area > a:before {
    width: 9000px;
    height: 100px;
    background-color: hsl(0, 0%, 100%);
    position: absolute;
    z-index: 1;
    content: '';
    top: 0;
    right: 100px;
}

.menu-open-close {
    width: 100px;
    background-color: #ffffff;
    height: 100px;
}

/*
.fplus-menu-area {
    position: fixed;
    width: 100%;
    background-color: transparent;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
*/

.fplus-main-menu {
    width: 50%;
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    left: -55%;
    top: 0;
    padding-left: 15%;
    z-index: 999;
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
    height: 100%;
    padding-right: 15%;
}

.fplus-menu-area.menu-open .fplus-main-menu {
    left: 0;
}

.fplus-menu-area.menu-open .header-social-info {
    right: 0;
}

.fplus-menu-area .navbar {
    padding: 0;
}

.fplus-menu-area ul.navbar-nav {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}

.fplus-menu-area .nav-item .nav-link {
    color: #959595;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    padding: 10px 0;
}

.fplus-menu-area .nav-item .nav-link:hover,
.fplus-menu-area .nav-item.active .nav-link {
    color: #000;
    font-weight: 500;
}

.fplus-menu-area .nav-item .dropdown-toggle {
    color: #ffffff;
}

.fplus-menu-area .dropdown-item {
    padding: 5px 15px;
    font-weight: 500;
    color: #959595;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.header-social-info .h-social-icon > a {
    color: #959595;
    margin-bottom: 30px;
    display: block;
}

.header-social-info .h-social-icon > a:hover {
    color: #000000;
}

#nav-icon {
    width: 40px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background-color:#000000;
    border-radius: 9px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2) {
    top: 12.5px;
}

#nav-icon span:nth-child(3) {
    top: 25px;
}

#nav-icon.open span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    left: -100px;
}

#nav-icon.open span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/* Hero Area CSS */

.fplus-hero-area {
    width: 100%;
    height: 770px;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.hero-content-area {
    width: calc(50% - 15px);
    background-color: #fff;
    padding: 80px 0 50px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.hero-content-area .hero-text h2 {
    font-size: 48px;
    margin-bottom: 90px;
    font-weight: 700;
}

.hero-content-area .hero-text > a,
.load-more-btn {
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 4px;
}

.hero-content-area .hero-text > a:hover,
.load-more-btn:hover {
    color: #000000;
}

.hero-content-area .hero-text {
    width: 240px;
}

/* About Us Area */

.fplus-about-us-area .about-us-content {
    background-color: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
}

.fplus-about-us-area .about-us-thumb > img {
    border-radius: 2px 0 0 2px;
}

.fplus-about-us-area .about-us-text {
    padding: 15px 60px;
}

.fplus-about-us-area .about-us-text p {
    margin-bottom: 0;
}

.fplus-single-feature {
    padding: 30px 30px 25px;
    background-color: #fff;
    margin-top: 70px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}

.feature-title > img {
    max-width: 75%;
    max-height: 75%;
    display: block;
    margin: 0 auto;
    /* pointer-events: none;  Eliminado para permitir interacción con el icono flotante */
    position: static;
    left: auto;
    top: auto;
    transform: none;
    margin-bottom: 0;
    color: #bf0811;
}

.fplus-single-feature > p {
    margin-bottom: 0;
    font-size: 14px;
}

/* Projects Area CSS */

    .fplus-projects-menu {
    padding: 52px 15px;
    background-color: #fff;
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
}

.fplus-projects-menu button.btn {
    font-size: 12px;
    font-weight: 100;
    color: #000000; background-color: transparent;
    text-transform: uppercase;
    border: none;
    padding: 16px 20px;
    letter-spacing: 2px;
    cursor: pointer;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.fplus-projects-menu button.btn:hover,
.fplus-projects-menu button.btn:focus,
.fplus-projects-menu button.btn.active {
    color: #000000;
    box-shadow: none;
}

.fplus-portfolio {
    margin-left: 85px;
    margin-right: 85px;
}

.fplus-portfolio .single_gallery_item {
    box-shadow: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.fplus-portfolio .single_gallery_item img {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.gallery-hover-overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.gallery-hover-overlay .port-more-view > a {
    font-size: 38px;
    color: #000000;
    width: 70px;
    height: 70px;
    display: block;
}

.gallery-hover-overlay .port-hover-text > a {
    font-size: 10px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    letter-spacing: 2px;
}

.gallery-hover-overlay .port-hover-text > h3 {
    color:#000000;
    margin-bottom: 0;
    font-size: 2.2rem;
}

.fplus-portfolio .single_gallery_item:hover .gallery-hover-overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.fplus-portfolio .single_gallery_item:hover img {
    -webkit-transform: scale(5.1);
    transform: scale(1.1);
}

/* Method Area CSS */

.fplus-method-text {
    margin-top: 80px;
}

.fplus-method-text h4 {
    margin-bottom: 40px;
}

.fplus-method-text p {
    margin-bottom: 0;
}

.fplus-method-video {
    width: 100%;
    height: 500px;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    margin-top: 80px;
    background-size: cover;
    background-position: center center;
}

.fplus-method-video:after {
    background-color: rgba(252, 251, 250, 0.9);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    border-radius: 3px;
    z-index: -1;
}

.video-play-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video-play-btn > a {
    color: #bf0811;
    font-size: 70px;
}

/* Clients Area CSS */

.fplus-clients-logo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single-clients-logo {
    -ms-flex-preferred-size: 16.66666666666667%;
    flex-basis: 16.66666666666667%;
    height: 180px;
    width: 16.66666666666667%;
    border: 1px solid #ebebeb;
    background-color: #fff;
    margin-right: -1px;
    margin-top: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
}

/* Blog Area CSS */

.fplus-single-blog-area {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
}

.fplus-single-blog-area > img {
    width: 100%;
}

.fplus-blog-content {
    padding: 30px;
}

.fplus-blog-content h5 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.post-author-img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.post-author-name-date h6 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.post-author-name-date p {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 300;
}

.post-author-name-date p > a {
    color: #000
}

/* Contact Area CSS */

.fplus-contact-area {
    position: relative;
    z-index: 1;
    min-height: 237.5px;
}

.contact_from {
    background-color: #fff;
    padding: 80px;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 99;
    top: 0;
}

#googleMap {
    width: 100%;
    height: 600px;
}

.contact_input_area .form-group .form-control {
    padding: 10px 0;
    line-height: 1;
    border: none;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    font-size: 12px;
    color: #000000;
    font-weight: 300;
}

.contact_input_area .form-group textarea.form-control {
    height: 100px;
}

.contact_input_area .form-group .form-control:active,
.contact_input_area .form-group .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #000000;
    color: #000000;
}

.contact_input_area button {
    width: 200px;
    height: 50px;
    background-color: #bf0811;
    color: #fff;
    font-size: 12px !important;
    text-transform: uppercase;
    line-height: 50px;
    padding: 0 !important;
    letter-spacing: 2px;
    cursor: pointer;
    border-radius: 0 !important;
    margin-top: 50px;
}

/*Footer Area CSS */

.fplus-footer-area {
    padding: 60px 0;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

.footer-nav-widget ul > li > a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 0;
    display: block;
}

.footer-nav-widget ul > li > a:hover {
    color: rgba(255, 255, 255, 1);
}

.subscribe-widget p {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 0;
    margin-bottom: 0;
}

.subscribe-widget form {
    position: relative;
    z-index: 1;
}

.subscribe-widget input {
    border: none;
    background-color: transparent;
    padding: 10px 0;
    font-size: 12px;
    width: 100%;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    border-bottom: 1px solid #fff;
}

.subscribe-widget form button {
    background-color: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    position: absolute;
    padding: 10px 0;
    right: 0;
    font-size: 12px;
    top: 0;
    z-index: 9;
}

.footer-social-widget {
    margin-top: 30px;
}

.footer-social-widget > a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-right: 30px;
}

.footer-social-widget > a:hover,
.footer-social-widget > a:focus {
    color: rgba(255, 255, 255, 1);
}

.footer-social-widget > a:last-child {
    margin-right: 0;
}

/* Single Portfolio Area CSS */

.fplus-single-portfolio-area {
    position: relative;
    z-index: 1;
}

.fplus-portfolio-share > a {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: rgb(247, 30, 30);
    padding: 30px;
    border: 1px solid #ebebeb;
    float: left;
    margin-right: -1px;
    letter-spacing: 1px;
}

.fplus-portfolio-share > a:hover {
    color: #fff;
    border: 1px solid #000000;
    background-color: #000000;
}

.fplus-portfolio-share > a:first-child {
    color: #000;
    background-color: #ebebeb;
    cursor: default;
}

.fplus-portfolio-share > a:hover:first-child {
    color: #000;
    border: 1px solid #ebebeb;
    background-color: #ebebeb;
}

.fplus-portfolio-content-area {
    width: calc(50% - 15px);
    position: absolute;
    background-color: #fff;
    right: 0;
    bottom: 100px;
    z-index: 99;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.15);
}

.single-portfolio-text {
    padding: 80px 0 80px 80px;
    width: 540px;
}

.single-portfolio-text p {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 30px;
    line-height: 1;
    letter-spacing: 1px;
}

.single-portfolio-text h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 130px;
    line-height: 1;
}

.project-meta-data > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 33.3333333333333%;
    text-align: center;
}

.project-meta-data > div > p {
    border: 1px solid #ebebeb;
    padding: 10px 10px;
    margin-bottom: 0;
    margin-left: -1px;
    margin-top: -1px;
    color: #000000;
}

.project-meta-data > div > p:first-child {
    background-color: #ebebeb;
    color: #000;
}

.fplus-project-single-thumb {
    position: relative;
    z-index: 1;
}

.fplus-project-single-thumb img {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}

/* Static Page Area CSS */

.fplus-static-welcome-area {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 550px;
    position: relative;
    z-index: 1;
}

.static-page-area {
    position: relative;
    z-index: 99;
    padding-bottom: 175px;
}

.static-content {
    padding: 80px 100px;
    background-color: #fff;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.15);
    margin-top: -175px;
    z-index: 9;
}

.static-content h3 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 50px;
}

.static-content p:last-of-type {
    margin-bottom: 0;
}

.static-content blockquote {
    margin: 0;
    text-align: center;
    padding: 40px 0;
    margin: 80px 0;
    border-top: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
}

.static-content blockquote h5 {
    margin: 30px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.static-content blockquote p {
    line-height: 1;
    font-size: 18px;
    color: #959595 !important;
}

/* === Preloader EntreCubos === */
body.body-preloader-active .micro-dot {
    display: none !important;
}
body.body-preloader-active .single_gallery_item {
    display: none !important;
}
body.body-preloader-active #main-content {
    display: none !important;
}
#body-preloader-active *:not(#preloader):not(#preloader *) {
    display: none !important;
}
#body-preloader-active > *:not(#preloader) {
    display: none !important;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    background: #fff;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    margin: 0;
    padding: 0;
}
#preloader img {
    display: block;
    margin: 0 auto;
    width: 60vw;
    max-width: 320px;
    min-width: 120px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
    z-index: 8;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transform: scale(1) translateY(0);
    transition: opacity 0.7s cubic-bezier(.4,0,.2,1), transform 0.7s cubic-bezier(.4,0,.2,1);
}

#preloader.hide {
    opacity: 0;
    transform: scale(0.7) translateY(-80px);
    pointer-events: none;
}

#preloader-video-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 250px;
    max-width: 90vw;
    max-height: 60vh;
}

#preloader-video {
    width: 400px;
    height: 250px;
    max-width: 90vw;
    max-height: 60vh;
    background: #000;
    object-fit: cover;
    border: none;
    box-shadow: none;
}

#preloader {
    cursor: auto;
}
#preloader-video::-webkit-media-controls,
#preloader-video::-webkit-media-controls-panel,
#preloader-video::-webkit-media-controls-play-button,
#preloader-video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}
#preloader-video {
    pointer-events: none;
}

#preloader-logo {
    display: flex;
    align-items: center;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #111;
}

.preloader-text {
    color: #111;
}

.preloader-o {
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background: #fff;
    margin: 0 0.1em;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 0 2px #111 inset;
}

.preloader-o-color {
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin-left: -1.1em;
    z-index: 1;
    background: conic-gradient(
        #f44336 0deg 90deg,
        #ffeb3b 90deg 180deg,
        #4caf50 180deg 270deg,
        #2196f3 270deg 360deg
    );
    animation: spin 1.2s linear infinite;
}

@keyframes spin {
    100% { transform: rotate(360deg); }
}

#preloader-video {
    width: 320px;
    height: 180px;
    max-width: 80vw;
    max-height: 45vw;
    background: transparent;
    object-fit: cover;
    border: none;
    box-shadow: none;
    pointer-events: none;
}