:root{
    --color-primary: #0094dc;
    --color-secondary: #201d30;
}


body * {
	outline: none;
}

.owl-theme .owl-dots .owl-dot span {
    border-radius: 3px !important;
    background: rgba(47, 85, 212, 0.5) !important;
    -webkit-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots.clickable .owl-dot:hover span {
    background: var(--color-primary) !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.owl-theme .owl-nav span {
    background: var(--color-primary) !important;
}

.accordion .card {
    border: 0 !important
}

.accordion .card-header {
    padding: 1rem !important;
    margin-bottom: 0;
    background-color: #f8f9fc !important;
    box-shadow: none;
    border: 0 !important
}

.accordion .accordion-button {
    background-color: #f8f9fa; 
}

.accordion .card-header button {
    padding: 0 !important;
}

.swiper-button-next:after {
    content: none !important;
}

.swiper-button-prev:after {
    content: none !important;
}

.carousel-control-next,
.carousel-control-prev {
    display: none !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    /* margin-top: -30px !important; */
    position: relative;
}

.icons {
    line-height: 1;
}

/* modal */

.dark-modal .modal-content {
    background-color: #000000;
    color: white;
    background: none;
    border: none;
}

.dark-modal .modal-header {
    margin-left: auto;
    border: none;
    padding: 0 !important;
}

.dark-modal .close {
    border: none;
    background: transparent;
    color: white;
    font-size: 25px;
}

.swiper-button-next:hover{
    border-radius: 50%;
}
.swiper-button-prev:hover{
    border-radius: 50%;
}

/* offcanvas Css */
.offcanvas.show{
    visibility: visible;
}
.fea.icon-sm{
    line-height: 16px;
}
.fea.icon-ex-md{
    line-height: 20px;
}
.owl-carousel .owl-item img{
    width: auto !important;
}
.features .feather {
    width: 20px;
}

.tiny-twelve-item{
    position: relative;
    z-index: 0;
}

.work-container.work-modern .icons .work-icon {
    position: relative;
}

.swiper-container{
    overflow: hidden;
}


.bg-half-home .swiper-slide .slide-inner{
    padding: 245px 0;
    position: relative;
    align-self: center;
}

.degHome{
  background: linear-gradient(90deg, #2C81BE 0%, #30C1C6 100%);
  position: relative;   

  &::before{
    content: '';
    display: block;
    background: url(../images/bg2.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

}

.bg-overlay-custom {
    background: linear-gradient(45deg, #2c81be99 0%, #30c1c6b5 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.bg-overlay-custom2 {
    background: linear-gradient(45deg, #2c81be99 75%, #30c1c6b5 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.bg-primary{
    background-color: var(--color-primary) !important;
}

.py-60{
    padding: 60px 0px !important;
}

.bg-light2 {
    background-color: rgb(0 148 220 / 13%) !important;
    mix-blend-mode: multiply;
}

.content-img{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.rounded-50{
    border-radius: 50% !important;
}

#topnav .logo .l-light, #topnav .logo .l-dark{
    width: 130px;
    height: auto;
}

#topnav .has-submenu.active .submenu li.active>a{
    color: var(--color-primary) !important;
}

#topnav.nav-sticky .navigation-menu.nav-light>li.active>a, #topnav.nav-sticky .navigation-menu.nav-light>li:hover>a{
    color: var(--color-primary) !important;
}

.btn-primary{
    background: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}

.btn-outline-primary {
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

#topnav.nav-sticky .navigation-menu.nav-light>li.active>.menu-arrow, #topnav.nav-sticky .navigation-menu.nav-light>li:hover>.menu-arrow {
    border-color: var(--color-primary) !important;
}

.text-primary{
    color: var(--color-primary) !important
}

#topnav .navigation-menu>li .submenu li a:hover {
    color: var(--color-primary) !important;
}

.icon-lotti{
    width: 90px;
    margin: 0 auto;
}
.content-animation{
    width: 100%;
    position: relative;
    aspect-ratio: 16/9;
}
.content-animation .icon-lotti{
    position: absolute;
    height: 20%;
    width: 20%;

}
.content-animation .icon-lotti.lt1{
    top: 7%;
    right: 17%;
}
.content-animation .icon-lotti.lt2{
    top: 18%;
    left: 3%;
}
.content-animation .icon-lotti.lt3{
    bottom: 13%;
    right: 11%;
}
.content-animation .icon-lotti.lt4{
    bottom: 8%;
    left: 11%;
}

.social-icon li a:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary) !important;
    color: #fff !important;
}

.social-icon li a:hover .fea-social {
    fill: var(--color-primary);
}

a.text-primary:focus, a.text-primary:hover{
    color: var(--color-secondary) !important;
}

.vh-85{
    height: 85vh;
}

.features.feature-primary.feature-clean .icons{
    color: var(--color-primary) !important;
}

.form-control:focus {
    border-color: var(--color-primary) !important;
}

.icon-center{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;

    img{
        max-width: 90%;
        object-fit: contain;
        max-height: 70%;
        min-height: 40px;
    }
}

.features.feature-primary .image:before {
    background: linear-gradient(45deg, transparent, rgba(0, 147, 220, 0.1)) !important;
}

.bg-soft-primary {
    background-color: rgba(0, 148, 220, .1) !important;
    border: 1px solid rgba(0, 148, 220, .1) !important;
    color: var(--color-primary) !important;
}

.font-big{
    font-size: 16px;
    padding: 12px 34px;
}

play-icon i {
    -webkit-text-stroke: 2px var(--color-primary);
}

#topnav .has-submenu.active.active .menu-arrow {
    border-color: var(--color-primary);
}

.classic-app-image .bg-app-shape:after, .classic-saas-image .bg-saas-shape:after {
    -webkit-box-shadow: 0 0 40px rgba(0, 148, 220, .5);
    box-shadow: 0 0 40px rgba(0, 148, 220, .5);
    background-color: var(--color-primary);
}

.pricing.pricing-primary.business-rate:hover {
    border-color: var(--color-primary) !important;
}

.app-feature-shape-left:after, .app-feature-shape-right:after, .saas-feature-shape-left:after, .saas-feature-shape-right:after, .social-feature-left:after, .social-feature-right:after {
    background: rgba(0, 148, 220, .1);
    -webkit-box-shadow: 0 0 40px rgba(0, 148, 220, .1);
    box-shadow: 0 0 40px rgba(141, 215, 253, 0.1);
}

.bg-overlay {
    background-color: rgba(0, 148, 220, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-light{
    background-color: rgba(0, 148, 220, 0.05) !important;
}

.custom .app-feature-shape-left:after{
    right: 0%;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    max-height: 70%;
}
.custom .features.feature-clean{
    background: transparent !important;
}

.features.feature-primary.feature-clean .icons i {
    background-color: #9ff4ff30;
}

.font-22{
    font-size: 22px;
}
.font-18{
    font-size: 18px;
}

.background-effect .circles li{
    background: rgba(141, 215, 253, 0.18);
}

.btn-what{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ffffff00;
    position: fixed;
    z-index: 999;
    bottom: 3%;
    left: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.btn-what svg{
    width: 70%;
}

.btn-what::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #66e06636;
    animation: pulse 3s infinite;
    position: absolute;
    z-index: 1;
}

.map iframe{
    width: 100% !important;
} 

.text-justify{
    text-align: justify;
}

@keyframes pulse {
  0% {
    transform: scale(0.5); /* Tamaño inicial */
    opacity: 1; /* Totalmente visible */
  }
  50% {
    transform: scale(1.15); /* Tamaño máximo durante el latido */
    opacity: 0.5; /* Más transparente */
  }
  100% {
    transform: scale(1); /* Regresa al tamaño inicial */
    opacity: 0; /* Totalmente invisible */
  }
}


#topnav .navigation-menu>li.active>a, #topnav .navigation-menu>li:hover>a{
    color: var(--color-primary) !important;
}

@media (min-width: 992px) {
    #topnav .navigation-menu>li.active>a, #topnav .navigation-menu>li:hover>a {
        color: var(--color-primary) !important;
    }
}
