@font-face {
    font-family: 'Fuente1';
    src: url('../font/SourceSansPro-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "Open Sans", sans-serif;
}


nav {
    -webkit-box-shadow: 0px 1px 1px #bababa;
    -moz-box-shadow: 0px 1px 1px #bababa;
    box-shadow: 0px 1px 1px #bababa;
}

#mainNav{
    background-color: #fff;
}

#mainNav.navbar-shrink {
    background: #fff;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 17px;
    color: #141313;
    font-weight: 600;
}

#mainNav .navbar-brand img {
    width: 140px;
    height: auto !important;
}

#mainNav .navbar-toggler{
    color: #413b6b;
}

.info-options {
    background: #ebebeb;
    padding: 14px 25px;
}

.info-options .icon-list svg {
    width: var(--e-icon-list-icon-size, 1em);
    height: var(--e-icon-list-icon-size, 1em);
}

.info-options ul {
    list-style-type: none;
}

.info-options ul li {
    padding: 1px 2px;
    margin-bottom: 6px;
}

.cont-images-tc{
    padding-left: 90px;
}
.section-wh{
    background: #5c65c0;
}
.section-wh h2{
    color: #fff;
}
.section-wh p{
    color: #fff;
    font-size: 20px;
}

.cont-screen {
    width: 353px;
    height: 268px;
    overflow: hidden;
    border: 2px solid #413b6b;
}
.screen-v {
    width: 100%;
    transition: transform 30s linear;
}

.cont-main-info{
    background: rgb(65,59,107);
    background: linear-gradient(90deg, rgba(65,59,107,1) 0%, rgba(92,101,192,0.8183648459383753) 28%);
    padding-top: 160px;
    padding-bottom: 0px;
}

.cont-main-info h2{
    font-size: 58px;
    color: #fff;
}
.cont-main-info p{
    font-size: 24px;
    color: #fff;
}
.cont-main-info .cont-rocket{
    position: relative;
    bottom: 120px;
}

.rocket {
    position: relative;
    animation: launch 2s ease-out forwards;
}

@keyframes launch {
    0% {
        transform: translateY(100vh);
    }
    100% {
        transform: translateY(2vh);
    }
}

a.btn-ws{
    position: relative;
    text-decoration: none;
    font-size: 22px;
    color: #fff;
    padding: 10px 28px;
    background: #25D366;
    border-radius: 12px;
    z-index: 2;
}

a.btn-ws svg{
    fill: #fff;
    width: 30px;
}

.text-primary{
    color: #5c65c0 !important;
}

li.li-contact{
    border: 3px solid #292727;
    margin-left: 35px;
}

dialog.dialog-nc {
    padding: 14px 20px;
    background: white;
    max-width: 450px;
    padding-top: 2rem;
    border-radius: 20px;
    border: 0;
    overflow: hidden;
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / 10%);
    animation: fadeIn 1s ease both;
    &::backdrop {
        animation: fadeIn 1s ease both;
        background: rgb(255 255 255 / 40%);
        z-index: 2;
        backdrop-filter: blur(20px);
    }
    .x {
        filter: grayscale(1);
        border: none;
        background: none;
        position: absolute;
        top: 1px;
        right: -4px;
        transition: ease filter, transform 0.3s;
        cursor: pointer;
        transform-origin: center;
        font-size: 25px;
        &:hover {
            filter: grayscale(0);
            transform: scale(1.1);
        }
    }
    h2 {
        font-weight: 600;
        font-size: 2rem;
        padding-bottom: 1rem;
    }
    p {
        font-size: 1rem;
        line-height: 1.3rem;
        padding: 0.5rem 0;
        
    }
    .dialog-nc-img{
       img {
        width: 100%;
        height: auto;
        object-fit: cover;
       }
    }
    .btn-dialog{
      padding: 9px 25px;
      background: var(--main-color);
      color: #fff;
      text-decoration: none;
      position: relative;
      text-align: center;
      margin: 0 auto;
      display: table;
      font-size: 20px;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

button.nova_form_btn {
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-btn-spinner {
  display: none;
  width: 34px;
  height: 34px;
  background: transparent;
  box-sizing: border-box;
  border-top: 4px solid green;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-radius: 100%;
  margin-right: 15px;
  animation: spin 0.6s ease-out infinite;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.loading-infinite-nc{
  display:none;
  width:100%;
  padding: 14px 25px;
}

.loader-dots-nc {
  width: 15px;
  margin:0 auto;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: linf 1s infinite linear alternate;
}
@keyframes linf {
    0%  {box-shadow: 20px 0 #dadada, -20px 0 var(--main-color);background: #dadada }
    33% {box-shadow: 20px 0 #dadada, -20px 0 var(--main-color);background: var(--main-color)}
    66% {box-shadow: 20px 0 var(--main-color),-20px 0 #dadada; background: var(--main-color)}
    100%{box-shadow: 20px 0 var(--main-color),-20px 0 #dadada; background: #dadada }
}

.form-group label.error{
    color: #f92828;
}

.ws-content{
    position: fixed;
    bottom: 90px;
    right: 18px;
}

.ws-content img{
    width: 78px;
}

.blog-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
        }
        
        .blog-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        }
        
        .card-img-top {
            height: 200px;
            object-fit: cover;
        }
        
        .blog-meta {
            font-size: 0.875rem;
            color: #6c757d;
        }
        
        .blog-category {
            background-color: #6366f1;
            color: white;
            font-size: 0.75rem;
            padding: 0.25rem 0.5rem;
            border-radius: 0.375rem;
            text-decoration: none;
        }
        
        .blog-category:hover {
            background-color: #4f46e5;
            color: white;
        }
        
        .read-more-btn {
            background-color: #6366f1;
            border-color: #6366f1;
        }
        
        .read-more-btn:hover {
            background-color: #4f46e5;
            border-color: #4f46e5;
        }
        
        .blog-title {
            color: #1f2937;
            text-decoration: none;
        }
        
        .blog-title:hover {
            color: #6366f1;
        }
        
        .header-section {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 4rem 0;
        }

        .article-header {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 2rem 0;
        }
        
        .breadcrumb-item a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
        }
        
        .breadcrumb-item a:hover {
            color: white;
        }
        
        .breadcrumb-item.active {
            color: rgba(255, 255, 255, 0.9);
        }
        
        .article-category {
            background-color: #6366f1;
            color: white;
            font-size: 0.875rem;
            padding: 0.5rem 1rem;
            border-radius: 0.5rem;
            text-decoration: none;
            display: inline-block;
        }
        
        .article-meta {
            color: #6c757d;
            font-size: 0.95rem;
        }
        
        .article-meta i {
            color: #6366f1;
        }
        
        .article-image {
            width: 100%;
            height: 400px;
            object-fit: cover;
            border-radius: 0.5rem;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }
        
        .article-content {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #374151;
        }
        
        .article-content h2 {
            color: #1f2937;
            margin-top: 2rem;
            margin-bottom: 1rem;
            font-weight: 600;
        }
        
        .article-content h3 {
            color: #374151;
            margin-top: 1.5rem;
            margin-bottom: 0.75rem;
            font-weight: 600;
        }
        
        .article-content p {
            margin-bottom: 1.5rem;
        }
        
        .article-content ul, .article-content ol {
            margin-bottom: 1.5rem;
            padding-left: 2rem;
        }
        
        .article-content li {
            margin-bottom: 0.5rem;
        }
        
        .highlight-box {
            background-color: #f8fafc;
            border-left: 4px solid #6366f1;
            padding: 1.5rem;
            margin: 2rem 0;
            border-radius: 0.5rem;
        }
        
        .author-info {
            background-color: #f8fafc;
            border-radius: 0.5rem;
            padding: 1.5rem;
            margin: 2rem 0;
        }
        
        .author-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            object-fit: cover;
        }
        
        .share-buttons .btn {
            margin-right: 0.5rem;
            margin-bottom: 0.5rem;
        }
        
        .related-article {
            transition: transform 0.3s ease;
        }
        
        .related-article:hover {
            transform: translateY(-3px);
        }
        
        .navigation-buttons .btn {
            border-radius: 0.5rem;
            padding: 0.75rem 1.5rem;
        }
        
        .back-to-blog {
            background-color: #6366f1;
            border-color: #6366f1;
            color: white;
        }
        
        .back-to-blog:hover {
            background-color: #4f46e5;
            border-color: #4f46e5;
            color: white;
        }
.svg-inline--fa{
    height: 30px;
}
@media (max-width: 768px){
    .cont-main-info h2{
        font-size: 26px;
    }

    .cont-main-info p{
        font-size: 18px;
    }
    .wrap-rocket{
        margin-top: 35px;
    }
    .page-section h2.section-heading{
        font-size: 20px;
    }
    .cont-ec-text{
        margin-top: 15px;
    }
}