html { scroll-behavior: smooth; }
body * {
    font-family: "Open Sans", Arial, sans-serif;
}
body {
    font-family: "Open Sans", Arial, 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;
}

small {
    font: 0.8em;
}
small {
    font-size: 70%;
    font-weight: 600;
}
small.ico-orange::before {
    display: inline-block;
    background-color: #F16723;
    width: 9px;
    height: 9px;
    content: "";
    margin-right: 5px;
}
small.ico-blue::before {
    display: inline-block;
    background-color: #006161;
    width: 9px;
    height: 9px;
    content: "";
    margin-right: 5px;
}
header,
section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.uk-offcanvas-bar {
    background-color: #006161;
}

.uk-offcanvas-bar button.uk-offcanvas-close.uk-icon.uk-close {
    color: #F16723;
}
.uk-offcanvas-bar .uk-nav-default>li {
    border-bottom: 1px solid white;
}
.uk-offcanvas-bar .uk-nav-default>li>a {
    font-size: 130%;
    font-weight: bold;
    color: #ffffff;
}
.uk-logo, .uk-logo img {
    width: auto;
    max-height: 70px;
}

/* ============ NAVBAR ============ */
nav.icb-navbar .uk-navbar-toggle {
    color: #ffffff;
}
nav.icb-navbar {
    border-bottom: 1px solid #ffffff;
}
nav.icb-navbar .uk-navbar-nav>li>a {
    font-weight: bold;
    color: #ffffff;
    text-transform: none;
    text-decoration: 1px solid transparent;
}
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 #F16723;
    content: "";
    position: relative;
    width: 100% !important;
    display: block;
    bottom: 25%;
    transition: all .5s ease;
}

/* ============ BACKGROUND FLOATING ============ */
.section-floating {
    position: relative;
    z-index: 2;
}
.background-image-floating {
    position: absolute;
    bottom: -165px;
    left: 12%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none; 
}

/* ============ MAIN HEADER SLIDER ============ */
#header-slider .uk-dotnav>*>* {
    background-color: rgba(255, 255, 255, 0.5);
    width: 16px !important;
    height: 16px !important;
}
#header-slider .uk-dotnav>.uk-active>* {
    background-color: #ffffff;
}


/* ============ CLIENT AREA ============ */
.client-area ul.uk-slider-nav.uk-dotnav li a {
    background-color: rgba(0, 97, 97, 0.5);
}
.client-area ul.uk-slider-nav.uk-dotnav li.uk-active a {
    background-color: #006161;
}
.client-area .uk-dotnav>*>* {
    width: 16px !important;
    height: 16px !important;
}

#info-area {
    color: #ffffff;
}


/* ============ TESTIMONIAL AREA ============ */
#testimonial-area {
    color: #ffffff;
}
#testimonial-area.owl-carousel .owl-item img{
    width: auto !important;
    display: inline-block;
}
#testimonial-area hr {
    width: 100px;
    display: block;
    margin: 0 auto;
    background-color: transparent;
    color: #ffffff;
}

.testimonial-nav.owl-theme .owl-nav [class*=owl-] {
    background: transparent !important;
    opacity: 1;
}
.testimonial-nav.owl-theme .owl-nav i {
    color: #ffffff;
}

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

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

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

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

.custom-nav .owl-next {
    right: 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
}

footer {
    font-size: 85%;
    color: #ffffff;
}
footer a {
    color: #ffffff;
    transition: all .5s ease;
}
footer a:hover {
    color: #F16723;
    transition: all .5s ease;
}

/* ============ CUSTOM BUTTONS TEXT ============ */
.btn-icb, .btn-icb:hover {
    font-weight: 600;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 20px;
    text-decoration: none;
    transition: all .5s ease;
    margin: 5px 10px;
}
.btn-icb-solid-orange {
    color: #ffffff;
    background-color: #F16723;
    border: 1px solid #F16723;
}
.btn-icb-solid-orange:hover {
    color: #F16723;
    background-color: transparent;
}

.btn-icb-outline-orange {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #F16723;
}
.btn-icb-outline-orange:hover {
    color: #ffffff;
    background-color: #F16723;
}

.btn-icb-solid-blue {
    color: #ffffff;
    background-color: #006161;
    border: 1px solid #006161;
}
.btn-icb-solid-blue:hover {
    color: #006161;
    background-color: transparent;
}

.btn-icb-outline-blue {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #006161;
}
.btn-icb-outline-blue:hover {
    color: #ffffff;
    background-color: #006161;
}

/***************
* PRIVACY COOKIES
*/
.privacywire-header {
    font-size: 75%;
}
.privacywire-text {
    font-size: 75%;
}
.privacywire-buttons button {
    color: #ffffff;
    background-color: #006161;
    border: 1px solid #006161;
    margin-right: 10px;
    cursor: pointer;
}
.privacywire-buttons button:hover {
    color: #006161;
    background-color: transparent;
}

/***************
* 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: #ffffff;
    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: #006161;
    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(0, 0, 0, 0.6);
    border-radius: 50%;
    padding: 20px;
    color: white;
    font-size: 24px;
}

/***************
* 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) {
    .background-image-floating {
        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) {
    .background-image-floating {
        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;
    }
    .background-image-floating {
        bottom: -165px;
        left: -25%;
    }
    .uk-section .uk-grid-margin, 
    .uk-section .uk-first-column {
        padding-left: 0 !important;
    }
}

/* 
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
    #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;
    }
    .background-image-floating {
        bottom: -165px;
        left: -25%;
    }
    .uk-section .uk-grid-margin, 
    .uk-section .uk-first-column {
        padding-left: 0 !important;
    }
}