@media (max-width: 991px) {
    #navigation {

        top: 100px;
    }
    .section-title .title {
        margin-top: 1em
    }    
}
    .desktop-none {
        display: none !important
    }
@media (max-width: 991px) {
    .desktop-none {
        display: block !important
    }
}

.anchor-offset {
  scroll-margin-top: 160px; /* Ajustá este valor al alto de tu header */
}

.tag {
        background-color: #1ebdff;
    color: #fff;
    padding: 5px 10px;
	border-radius: 4px;
	width: fit-content
}

.imagen-carousel {
    max-height: 240px;
    overflow: hidden;
    width: 100% !important;
    height: 240px;
}

.bg-half {
    padding: 190px 0 90px; 
}
.customer-testi .content:before
 {
    display: none
}

#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #fff;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}
/*
#topnav {
    height: 140px;
}*/

.nav-height {
padding-top: 10px; padding-bottom: 10px    } 

.datos-fijos {
display: none}

@media (max-width: 991px) {
.datos-fijos {
display: none}
   
    
    #topnav {
    height: 100px;
}
 
#topnav .navigation-menu > li > a { 
    color: #005490 !important; 
}
#topnav .navigation-menu > li.active > a, #topnav .navigation-menu > li:hover > a, #topnav .navigation-menu > li > a:hover, #topnav .has-submenu.active a {
    color: #005490 !important;
}
    .logo img { 
        height: 30px !important;
    }

    
}

@media (min-width: 992px) {
#topnav .navigation-menu > li:hover > a,
#topnav .navigation-menu > li.active > a,
#topnav .navigation-menu > li > a:hover, 
#topnav .navigation-menu > li > a:active,
#topnav .navigation-menu > li .submenu li a:hover,
#topnav .navigation-menu > li:hover > a,
#topnav .navigation-menu > li > a:hover, 
#topnav.nav-sticky .navigation-menu.nav-light > li:hover > a
  {
    color: #fff !important;
}

#topnav .navigation-menu > li > a:hover {
    color: #1fbdff !important;
}
#topnav .navigation-menu > li > a:active {
    color: #1fbdff !important;
}

}
.bg-animation-left:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70%;
    height: 100%;
    background: rgba(255, 255, 255, 0.0);
    -webkit-clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);
    clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);
} 

#topnav .navigation-menu > li > a {
    display: block;
    color: #fff;
    font-size: 12px;
    background-color: transparent !important;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-family: "Nunito", sans-serif;
    padding-left: 10px;
    padding-right: 10px;
}


.datos-fijos {
    color: #005490;
    background-color: #fff;
    text-align: center
}

footer .text-foot {
    color: #fff !important;
}

.social-icon.social li a {
    color: #fff;
    border-color: #fff;
}

.footer {
    padding: 200px 0;
    position: relative;
    color: #f1f1f1;
    background-size: cover;     
    background-image: url("../images/bg-footer.jpg");
}
.btn-soft-primary {
    background-color: rgb(0 44 75) !important;
    border: 1px solid rgb(0 85 144) !important;
}



::selection {
      background-color: rgb(0 44 75) !important;
    color: #ffffff;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Nunito", sans-serif;
    line-height: 1.1;
    font-weight: 600;

}

.back-to-top {
    z-index: 99;
    position: fixed;
    bottom: 30px;
    left: 30px;
    display: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.owl-carousel .owl-item img {
margin: 0 auto}

.card {
    background-color: transparent; 
}


.wp-fijo {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #0add8a;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    padding: 15px;
    z-index: 500000000000000;
}

.work-container.work-modern .content, .work-container.work-modern .client {
    opacity: 1;
    background-color: #222;
    padding: 0.5em 1em;
    border-radius: 30px;
}

.owl-carousel .item {
  height: 400px; /* o la altura que prefieras */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.owl-carousel .item img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
 

.owl-dot {
    margin-top: 10px
}



  .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none; /* evita que lo invisible bloquee clics */
    z-index: 10;
  }

  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    pointer-events: all;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 40px; /* tamaño grande */
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
  }

  .owl-carousel .owl-nav button:hover {
    background-color: #005490 !important
  }

  .owl-carousel .owl-nav button span {
    font-size: 40px;
  }
 