:root {
    --fabrika-orange: #FF6132;
    --fabrika-blue: #003241;
    --fabrika-grey: #EAECEC;
    --fabrika-white: #ffffff;
}
html { scroll-behavior: smooth; }
body * {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
}
body {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-size: 3.5em;
}
h2 {
    font-size: 3em;
    margin-top: 20px;
}
h3 {
    font-size: 2.5em;
}
h4 {
    font-size: 2em;
}
h5 {
    font-size: 1.5em;
}

em {
    color: inherit;
}

a, a:hover,
button, button:hover {
    transition: all .5s ease;
}

small {
    font: 12px;
}
small {
    font-size: 12px;
    font-weight: 600;
}
/*
small.ico-orange::before {
    display: inline-block;
    background-color: var(--fabrika-orange);
    width: 9px;
    height: 9px;
    content: "";
    margin-right: 5px;
}
small.ico-blue::before {
    display: inline-block;
    background-color: var(--fabrika-blue);
    width: 9px;
    height: 9px;
    content: "";
    margin-right: 5px;
}
*/
header {
    height: 85vh;
}
header,
section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
header section {
    height: 90%;
}

.uk-offcanvas-bar {
    background-color: var(--fabrika-blue);
}
.uk-offcanvas-bar button.uk-offcanvas-close.uk-icon.uk-close {
    color: var(--fabrika-orange);
}
.uk-offcanvas-bar .uk-nav-default>li {
    border-bottom: 1px solid var(--fabrika-white);
}
.uk-offcanvas-bar .uk-nav-default>li>a {
    font-size: 130%;
    font-weight: bold;
    color: var(--fabrika-white);
}

/* ============ CUSTOM OWL-CAROUSEL ============ */
/*
.owl-carousel .owl-item {
    visibility: hidden;
}
.owl-carousel .owl-item.active {
    visibility: visible;
}
*/
.owl-custom-nav.owl-theme .owl-nav [class*=owl-] {
    background: transparent !important;
    opacity: 1;
}
.owl-custom-nav.owl-theme .owl-nav i {
    color: var(--fabrika-white);
}

.custom-nav {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;

}
.custom-nav .owl-prev, .custom-nav .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none !important;
    border: none;
    z-index: 100;

    i {
        font-size: 2.5rem;
        color: #cecece;
    }
}

.custom-nav .owl-prev {
    left: 0;
}

.custom-nav .owl-next {
    right: 40px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    border: 1px solid var(--fabrika-white);
    background-color: transparent;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--fabrika-white);
}

/* Feel free to change duration  */ 
.animated  {
    -webkit-animation-duration : 1000 ms  ;
    animation-duration : 1000 ms  ;
    -webkit-animation-fill-mode : both  ;
    animation-fill-mode : both  ;
  }  
  /* .owl-animated-out - only for current item */ 
  /* This is very important class. Use z-index if you want move Out item above In item */ 
  .owl-animated-out {
    z-index : 1 
     }
  /* .owl-animated-in - only for upcoming item
  /* This is very important class. Use z-index if you want move In item above Out item */ 
  .owl-animated-in {
    z-index : 0 
     }
  /* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
  .fadeOut  {
    -webkit-animation-name : fadeOut  ;
    animation-name : fadeOut  ;
  }  
  @-webkit-keyframes  fadeOut  {
    0% {
      opacity : 1   ;
    }  
    100% {
      opacity : 0   ;
    }  
  }
  @keyframes  fadeOut  {
    0% {
      opacity : 1   ;
    }  
    100% {
      opacity : 0   ;
    }  
  }

/* ============ NAVBAR ============ */
nav.icb-navbar .uk-navbar-toggle {
    color: var(--fabrika-white);
}
nav.icb-navbar {
    border-bottom: 1px solid var(--fabrika-white);
}
nav.icb-navbar .uk-navbar-nav>li>a {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: var(--fabrika-white);
    text-transform: none;
    align-items: end;
    padding-bottom: 10px;
}
nav.icb-navbar .uk-navbar-nav>li>a:hover {
    color: var(--fabrika-orange);
}
/*
nav.icb-navbar .uk-navbar-nav>li::after {
    border-bottom: 1px solid transparent;
    content: "";
    position: relative;
    width: 100% !important;
    display: block;
    bottom: 25%;
    transition: all .5s ease;
}
nav.icb-navbar .uk-navbar-nav>li:hover::after {
    border-bottom: 1px solid var(--fabrika-orange);
    content: "";
    position: relative;
    width: 100% !important;
    display: block;
    bottom: 25%;
    transition: all .5s ease;
}
*/
.uk-logo, .uk-logo img {
    width: auto;
    max-height: 70px;
}
.uk-lightbox {
    background-color: rgba(0, 0, 0, 0.5);
}

/* ============ BACKGROUND FLOATING ============ */
.section-floating {
    position: relative;
    z-index: 3;
}
.bg-floating {
    max-width: 200px;
    height: auto;
    position: absolute;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none; 
}
.bg-floating.bg-image-floating-left {
    top: 5%;
    left: 5%;
}
.bg-floating.bg-image-floating-right {
    top: 5%;
    right: 5%;
}
.bg-floating.bg-image-floating-right {
    top: 5%;
    right: 5%;
}
.bg-floating.bg-image-floating-left-bottom {
    bottom: -50%;
    left: 5%;
}
.bg-floating.bg-image-floating-right-top {
    top: -10%;
    right: 5%;
}

/* ============ MAIN HEADER SLIDER ============ */
/* ============ HEADER ============ */
#header-area .top-title {
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-size: 6em;
    color: var(--fabrika-white);
    line-height: 1em;
}
#header-area .secundary-title {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-size: 2em;
    color: var(--fabrika-orange);
}
#header-area .uk-dotnav>*>* {
    background-color: rgba(255, 255, 255, 0.5);
    width: 16px !important;
    height: 16px !important;
}
#header-area .uk-dotnav>.uk-active>* {
    background-color: var(--fabrika-white);
}
/*
#header-area .owl-item .top-title, 
#header-area .owl-item .secundary-title, 
#header-area .owl-item .btn-lfs {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
#header-area .owl-item.active .top-title, 
#header-area .owl-item.active .secundary-title, 
#header-area .owl-item.active .btn-lfs {
    opacity: 1;
    transition: opacity 1s ease-in-out;
}
*/
/* ============ SERVICE AREA ============ */
#service-slider .owl-stage{display: flex;}
.service-item {
    background-color: #eaecec;
    height: 100%;
}
.service-area .custom-nav .owl-prev,
.service-area .custom-nav .owl-next {
    i {
        color: var(--fabrika-blue);
    }
}
.service-area .custom-nav .owl-prev:hover i,
.service-area .custom-nav .owl-next:hover i {
    color: var(--fabrika-orange);
}

.service-area .custom-nav .owl-prev { left: -40px; }
.service-area .custom-nav .owl-next { right: -40px; }


/* ============ WORK AREA ============ */
.works-area .custom-nav .owl-prev,
.works-area .custom-nav .owl-next {
    i {
        color: var(--fabrika-blue);
    }
}
.works-area .custom-nav .owl-prev:hover i,
.works-area .custom-nav .owl-next:hover i {
    color: var(--fabrika-orange);
}

.works-area .custom-nav .owl-prev { left: -30px; }
.works-area .custom-nav .owl-next { right: -30px; }

/* ============ CLIENT AREA ============ */
.client-area ul.uk-slider-nav.uk-dotnav li a {
    background-color: var(--fabrika-white);
    border: 1px solid var(--fabrika-orange);
}
.client-area ul.uk-slider-nav.uk-dotnav li.uk-active a {
    background-color: var(--fabrika-orange);
}
.client-area .uk-dotnav>*>* {
    width: 16px !important;
    height: 16px !important;
}
#info-area {
    color: var(--fabrika-white);
}


/* ============ TESTIMONIAL AREA ============ */
#testimonial-area {
    color: var(--fabrika-blue);
}
#testimonial-area.owl-carousel .owl-item img{
    width: auto !important;
    display: inline-block;
}
.t-quot {
    font-size: 3em;
}
#testimonial-area hr {
    width: 100px;
    display: block;
    margin: 0 auto;
    background-color: transparent;
    color: var(--fabrika-blue);
}
#testimonial-area.owl-theme .owl-dots .owl-dot span {
    border: 1px solid var(--fabrika-orange);
}
#testimonial-area.owl-theme .owl-dots .owl-dot.active span, 
#testimonial-area.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--fabrika-orange);
}

/* ============ CONTACTO ============ */
.triangle{
    overflow: hidden;
    padding-bottom: 170px;
}
.triangle:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 100px solid transparent; /* Altura del triángulo */
    border-right: 100vw solid var(--fabrika-orange); /* Base del triángulo y color */
}

/* ============ FOOTER ============ */
footer {
    font-size: 85%;
    color: var(--fabrika-white);
    background-color: var(--fabrika-orange);
}
footer a {
    color: var(--fabrika-white);
    transition: all .5s ease;
}
.footer a:hover {
    color: var(--fabrika-orange);
    transition: all .5s ease;
}

/* ============ CUSTOM BUTTONS TEXT ============ */
.btn-lfs, .btn-lfs:hover {
    font-weight: 600;
    display: inline-block;
    padding: 4px 20px;
    text-decoration: none;
    transition: all .5s ease;
    margin-right: 10px;
}
.btn-lfs-solid-white {
    color: var(--fabrika-blue);
    background-color: var(--fabrika-white);
    border: 1px solid var(--fabrika-white);
}
.btn-lfs-solid-white:hover {
    color: var(--fabrika-white);
    background-color: var(--fabrika-blue);
}

.btn-lfs-solid-grey {
    color: var(--fabrika-blue);
    background-color: var(--fabrika-grey);
    border: 1px solid var(--fabrika-grey);
}
.btn-lfs-solid-grey:hover {
    color: var(--fabrika-grey);
    background-color: var(--fabrika-blue);
}

.btn-lfs-solid-orange {
    color: var(--fabrika-white);
    background-color: var(--fabrika-orange);
    border: 1px solid var(--fabrika-orange);
}
.btn-lfs-solid-orange:hover {
    color: var(--fabrika-orange);
    background-color: var(--fabrika-white);
}

.btn-lfs-outline-orange {
    color: var(--fabrika-white);
    background-color: transparent;
    border: 1px solid var(--fabrika-orange);
}
.btn-lfs-outline-orange:hover {
    color: var(--fabrika-white);
    background-color: var(--fabrika-orange);
}

.btn-lfs-solid-blue {
    color: var(--fabrika-white);
    background-color: var(--fabrika-blue);
    border: 1px solid var(--fabrika-blue);
}
.btn-lfs-solid-blue:hover {
    color: var(--fabrika-blue);
    background-color: var(--fabrika-white);
}

.btn-lfs-outline-blue {
    color: var(--fabrika-white);
    background-color: transparent;
    border: 1px solid var(--fabrika-blue);
}
.btn-lfs-outline-blue:hover {
    color: var(--fabrika-white);
    background-color: var(--fabrika-blue);
}

/***************
* PRIVACY COOKIES
*/
.privacywire-header {
    font-size: 75%;
}
.privacywire-text {
    font-size: 75%;
}
.privacywire-buttons button {
    color: var(--fabrika-white);
    background-color: var(--fabrika-blue);
    border: 1px solid var(--fabrika-blue);
    margin-right: 10px;
    cursor: pointer;
}
.privacywire-buttons button:hover {
    color: var(--fabrika-blue);
    background-color: var(--fabrika-white);
}

/***************
* WHATSAPP BUTTON
*/
.whastapp-button {
    right: 100px;
    bottom: 80px;
    z-index: 101;
}
.whastapp-button a {
    font-size: 2.6em;
    color: #ffffff;
    background-color: #37ad5c;
    border: 1px solid #37ad5c;
    border-radius: 50px;
    width: 48px;
    height: 60px;
    display: inline-block;
    padding: 0px 0 0 12px;
    transition: all .5s ease;
}
.whastapp-button a:hover {
    color: #37ad5c;
    background-color: #ffffff;
    transition: all .5s ease;
}

/***************
* SCROLL TOP
*/
.scroll-to-top a.smooth-anchor {
    color: var(--fabrika-white);
    display: block;
    text-decoration: none;
}
.scroll-to-top {
    display: none;
    cursor: pointer;
    position: fixed;
    z-index: 5;
    right: 25px;
    bottom: 50px;
    opacity: 0.75;
    background-color: var(--fabrika-blue);
    border-radius: 50px;
    transition-timing-function: ease;
    transition-duration: .4s;
    transition-property: opacity, transform;
}

.scroll-to-top:hover {
    opacity: 1;
}

.scroll-to-top i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 22px;
    background-color: var(--luci-orange);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.odd.scroll-to-top i {
    background-color: var(--luci-main-textcolor);
}

.scroll-to-top i:hover,
.scroll-to-top i:focus {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}



.video-placeholder {
    width: 100%;
    padding-bottom: 56.25%; /* Aspect ratio 16:9 */
    position: relative;
    background: url('https://via.placeholder.com/800x450?text=Video+Cargando...') center center / cover no-repeat;
    cursor: pointer;
}
.video-placeholder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.uk-cover-container .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 97, 50, 0.6);
    border-radius: 50%;
    padding: 25px;
    color: var(--fabrika-white);
    font-size: 30px;
}

/***************
* MEDIA QUERYS
*/
/* 
##Device = Desktops
##Screen = 3400px to higher resolution desktops
*/
@media (min-width: 3600px) {
    body {
        zoom: 2.8;
    }
}
/* 
##Device = Desktops
##Screen = 2400px to higher resolution desktops
*/
@media (min-width: 2800px) and (max-width: 3599px) {
    body {
        zoom: 2;
    }
}
/* 
##Device = Desktops
##Screen = 1900px to higher resolution desktops
*/
@media (min-width: 1900px) and (max-width: 2799px) {
    body {
        zoom: 1.2;
    }
    .container {
      width: 1870px;
    }
}

/* 
##Device = Desktops
##Screen = 1600px to higher resolution desktops
*/
@media (min-width: 1600px) {
    .container {
      width: 1570px;
    }
}
/* 
##Device = Desktops
##Screen = 1420px to higher resolution desktops
*/
@media (min-width: 1420px) {
	.container {
		max-width: 1366px;
	}
}

/* 
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {


}

/* 
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
    .bg-image-floating-left {
        bottom: -165px;
        left: -5%;
    }

}

/* 
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {


}

/* 
##Device = Tablets, Ipads (landscape)
##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .bg-image-floating-left {
        bottom: -165px;
        left: -35%;
    }
}

/* 
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
    #info-area .uk-slideshow-items,
    #header-slider .uk-slideshow-items {
        aspect-ratio: 3 / 5 !important; /* Ajuste para pantallas pequeñas */
    }
    #header-slider .uk-margin-large-left {
        margin-left: 0 !important;
    }
    #info-area .uk-grid-stack {
        margin-left: 0;
    }
    #info-area .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
        left: 0;
    }
    #info-area .uk-slideshow-nav {
        bottom: -15px !important;
    }
    .bg-image-floating-left {
        bottom: -165px;
        left: -25%;
    }
    .uk-section .uk-grid-margin, 
    .uk-section .uk-first-column {
        padding-left: 0 !important;
    }
    .works-area .custom-nav .owl-prev, .works-area .custom-nav .owl-next {
        background-color: rgba(255, 255, 255, 0.5) !important;
    }
    .custom-nav .owl-prev { left: 0 !important; }
    .custom-nav .owl-next { right: 0 !important; }
    footer:before {
        display: none;
    }

}

/* 
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
    #header-area .top-title {
        font-size: 3em;
    }
    #header-area .secundary-title {
        font-size: 1.5em;
    }
    #info-area .uk-slideshow-items,
    #header-slider .uk-slideshow-items {
        aspect-ratio: 3 / 5 !important; /* Ajuste para pantallas pequeñas */
    }
    #header-slider .uk-margin-large-left {
        margin-left: 0 !important;
    }
    #info-area .uk-grid-stack {
        margin-left: 0;
    }
    #info-area .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
        left: 0;
    }
    #info-area .uk-slideshow-nav {
        bottom: -15px !important;
    }
    .uk-section .uk-grid-margin, 
    .uk-section .uk-first-column {
        padding-left: 0 !important;
    }
    .works-area .custom-nav .owl-prev, .works-area .custom-nav .owl-next {
        background-color: rgba(255, 255, 255, 0.5) !important;
    }
    .custom-nav .owl-prev { left: 0 !important; }
    .custom-nav .owl-next { right: 0 !important; }
    .bg-floating {
        display: none;
    }
    footer:before {
        display: none;
    }
}