body,html{
    font-family: 'Open Sans', sans-serif;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
  }

svg {
    display: block;
    margin: 0 auto;
}

path {
    display: none;
  }

/* li{
    list-style-type:none;
} */



/* Bootstrap */

.h5{
    line-height: 1;
}

.card{
    -webkit-box-shadow: 0px 0px 24px -2px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 24px -2px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 24px -2px rgba(0,0,0,0.12);
    border: 0;
    margin:10px;
    max-width: 45vh;
   
}

.card-title{
    margin-bottom: 0;
}

.card-text{
    margin-top:0.6rem;
    font-size: 0.9rem;
    line-height: 1.2;
}

.card-img-top{
    
}

.navbar{
    padding-left:0;
    padding-right:0;
}

.nav-link, .btn{
    font-size: .85rem;
}

.btn-primary{
    background-color: #570074;
    border-color: #570074;
}

.btn-primary:hover{
    background-color: #68008b;
    border-color: #68008b;
}

.badge-primary{
    background-color: #68008b;
    border-color: #68008b;
    padding:4px 12px 4px 12px;
    margin-right: 5px;
    font-weight: normal;
    font-size: 11px;
}

.container{
    max-width: 1140px;
}

.no-padding{
    padding: 0;
}

#particles-js {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
}

#particles-js .particles-js-canvas-el {
    position: absolute !important;
}

.morph-container{
    -webkit-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.15);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  
}

.morph-path-shadow{
    box-shadow: -5px -5px 5px #888;
    -webkit-box-shadow: -5px -5px 5px #888;
}

.code_container{
    text-align: left;
    color:#666;
    font-family: monospace;
    font-size: 1rem;
    padding:10px;
    display: flex;
    display: -webkit-flex;
    flex-flow: column;
    justify-content: start;
    margin-top:10%;
    height: 5rem;
}

#path_container{
    color:#943bab;
}

.hunatec-logo{
    width:170px;
}

.section-banner{
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 40px;
}

.banner-texts{
    display: flex;
    display: -webkit-flex;
    flex-flow: column;
    justify-content: center;
}

.banner-title{
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6rem;
    padding:0px 5px 0 5px;
    background-color:rgb(139,33,208);
    display: inline;
    white-space: nowrap;
    color: #ecd6f9;
}

.banner-description{
    font-size: 4rem;
    font-weight: bold;
    line-height: 4.8rem;
    margin-top:10px;
}

.banner-animation{
    margin-top: 5vh;
}

.header {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    float: none;
    border-style: none;
    border-width: 0 0 1px;
    border-color: #500ccd #500ccd #500ccd;
    background-color: #500ccd;
    background-image: -webkit-linear-gradient(270deg,#fff,#fff);
    background-image: linear-gradient(180deg,#fff,#fff);
    color: #000;
    font-size: 15px;
    text-shadow: 0 1px 0 #500ccd;
}

.header-animation-canvas {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    border-bottom: 1px none #000;
}

#header_canvas {
    height: 229px !important;
}

.header-background {
    position: static;
    display: block;
    height: 229px;
    border-bottom: 1px none #500ccd;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* Clients */
.section-client{
    background-color: #eee;
    padding-top: 40px;
    padding-bottom: 40px;
}

.client-logo-container{
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top:20px;
}

/* Projects */

.section-projects{
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0px;
    padding-right: 0px;
}

.section-projects > div.container{
    max-width: unset !important;
}

.projects-container{
    margin-top:40px;
}

.project-type-tags{
    margin-bottom: 10px;
}


/*  Slide  */
/* .slide.slick-slider:before{
    content: "";
    height: auto;
    width: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-box-shadow: 2px 0px 5px -2px rgba(0,0,0,0.23);
    -moz-box-shadow: 2px 0px 5px -2px rgba(0,0,0,0.23);
    box-shadow: 2px 0px 5px -2px rgba(0,0,0,0.23);
    z-index: 10;
}

.slide.slick-slider:after{
    content: "";
    height: auto;
    width: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: -2px 0px 5px -2px rgba(0,0,0,0.23);
    -moz-box-shadow: -2px 0px 5px -2px rgba(0,0,0,0.23);
    box-shadow: -2px 0px 5px -2px rgba(0,0,0,0.23);
    z-index: 10;
} */

.slick-prev:before, .slick-next:before{
    color: #666;
    font-size: 30px;
}

.slick-prev, .slick-next{
    width: 30px;
    height: 30px;
}

.slick-next{
    right: 15px;
}

.slick-prev{
    left: 15px;
}


@keyframes to-active {
    from {
        opacity: 0.7;
        -ms-transform: scale(0.85, 0.85); /* IE 9 */
        -webkit-transform: scale(0.85, 0.85);/* Safari */
        transform: scale(0.85, 0.85);
    }
    to {
        opacity: 1;
        -ms-transform: scale(1, 1); /* IE 9 */
        -webkit-transform: scale(1,1);/* Safari */
        transform: scale(1, 1);
        
    }
}

@keyframes to-inactive {
    from {
        opacity: 1;
        -ms-transform: scale(1, 1); /* IE 9 */
        -webkit-transform: scale(1,1);/* Safari */
        transform: scale(1, 1);
    }
    to {
        opacity: 0.7;
        -ms-transform: scale(0.85, 0.85); /* IE 9 */
        -webkit-transform: scale(0.85, 0.85);/* Safari */
        transform: scale(0.85, 0.85);
    }
}

.slide-active{
    -webkit-animation-name: to-active; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: 1; /* Safari 4.0 - 8.0 */
    z-index: 1;
    animation-name: to-active;
    animation-duration: 1.2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.slide-inactive{
    z-index: 0;
    -webkit-animation-name: to-inactive; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: 1; /* Safari 4.0 - 8.0 */
    animation-name: to-inactive;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
  
.client-logo{
    max-height: 110px;
    padding: 0 30px 0 30px;
}


/* Contactenos */
.section-contactenos{
    background-color: #322142;
    padding:60px;
    min-height: 200px;
    text-align: center;
    color: #bfb3e5;
    font-size: 1.4rem;
}

.section-contactenos-email{
    font-size: .9rem;
    text-decoration: underline;
    color: #fff;
    text-align: center;
}

@media (max-width: 767.98px) { 
    .code_container{
        margin-top:0;
        font-size: 1.2rem;
    }

    .banner-title{
        font-size: 1.3rem;
        line-height: 1.3rem;
    }
    
    .banner-description{
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 2.6rem;
        margin-top:10px;
    }

    .client-logo{
        padding: 0;
    }
}

@media (max-width: 992px) {

    .banner-animation{
        margin-top: 4vh;
    }


    .section-projects>.container{
        padding-left: 0px;
        padding-right: 0px;
    }

    

    @keyframes to-inactive {
        from {
            opacity: 1;
            -ms-transform: scale(1.2, 1.2); /* IE 9 */
            -webkit-transform: scale(1.2,1.2);/* Safari */
            transform: scale(1.2, 1.2);
        }
        to {
            opacity: 0.7;
            -ms-transform: scale(0.85, 0.85); /* IE 9 */
            -webkit-transform: scale(0.85, 0.85);/* Safari */
            transform: scale(0.85, 0.85);
        }
    }

    .slide.slick-slider:before{
        width: 0px;
    }

    .slide.slick-slider:after{
        width: 0px;
    }

    .slick-arrow{
        display: none;
    }
}