@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;400;600;800&display=swap');


* {
    box-sizing: border-box;
}

.on-background-video {
    height: 700px !important;
    z-index: -999 !important;
    
}

.on-background-video video {
    position: relative !important;
    object-fit: cover !important;
    background-size: cover;
    min-width: 100% !important; 
    height: 700px !important;
    z-index: 1 !important;
}

.on-overlay-dot {
    position: fixed !important;
    background-color: rgba(160, 79, 204, .6) !important;
    background-image: url('https://assets.website-files.com/5e6bb7107023eaa038ce209f/5e6bb913b32abefce8d7135e_dot-grid.svg') !important;
    background-position: 50% 50% !important;
    background-size: auto !important;
    opacity: 0.25 !important;
    position: absolute !important;
    top: 0 !important;
    min-width: 100% !important; 
    height: 700px !important;
    z-index: 100 !important;
}

.on-overlay-logo {
    position: fixed !important;
    background-image: url('/public/modules/default/img/brand/logotipo_white.png') !important;
    background-position: center !important;
    background-size: 40% !important;
    background-repeat: no-repeat !important;
    opacity: 0.25 !important;
    position: absolute !important;
    top: 0 !important;
    min-width: 100% !important; 
    height: 700px !important;
    z-index: 200 !important;
}

.on-overlay-video {
    position: absolute !important;
    top: 0 !important;
    min-width: 100% !important; 
    height: 600px !important;
    z-index: 300 !important;
}


.uk-card.uk-card-default.uk-card-body  {
    border-radius: 20px;
}

.uk-logo {
    font-family: 'Inter', sans-serif !important;
    font-weight: 800 !important;
    color: #a04fcc !important;
    text-shadow: 1px 2px 1px #a04fcc;
}

.uk-section-primary, .uk-button-primary {
    background-color: #6666ff !important;
}

.navbar-fixed {
    border-bottom: 4px #6666ff solid;
    position: absolute;
    top: 0;
    z-index: 99999;
    background-image: url('../img/header.png');
    background-position: left 80%;
    width: 100%;
    z-index: 99;
}

.uk-navbar-nav li a {
    font-weight: bold !important;
    color: #fff !important;
}

.uk-h1 {
    text-transform: uppercase !important;
    font-weight: bold !important;
    color: #fff !important;
}

video {
    background-size: cover;
    background-position: 50% 50%;
    z-index: 1;
}

.section-title {
    /*min-height: 400px;*/
    background: url('../img/animation-circuit.svg');
    /*background-size: cover;*/
    background-repeat: no-repeat;
}

.card-circuit {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    display: table-row;
    background-color: #fff;
    transform: translateZ(0);
    background: url(../img/circuit.svg), url(../img/bg.png);
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
}

.logo-start {
    display: block; 
    width: 350px;
    padding: 30px;
    margin: 10% auto; 
    background-color: #232323; 
    border-radius: 30%;
}

.bg-text {
    position: absolute;
    opacity: 0.04;
    color: #111;
    font-size: 120px;
    line-height: 96px;
    font-weight: 700;
    text-transform: uppercase;
}

.bg-title {
    display: block;
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 20px;
}
.bg-divider {
    width: 70px;
    height: 3px;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 20px;
    background-color: #6666ff;
}

.uk-section-primary .bg-text {
    position: absolute;
    opacity: 0.2;
    color: #111;
    font-size: 120px;
    line-height: 96px;
    font-weight: 700;
    text-transform: uppercase;
}

.uk-section-primary .bg-title {
    display: block;
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 20px;
}
.uk-section-primary .bg-divider {
    width: 70px;
    height: 3px;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 20px;
    background-color: #fff;
}

.box-about {
    position: relative;
    padding: 40px 20px;
    border-radius: 30px;
    background-color: #f8f8f8;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
}

.box-about-first {
    margin-top: 100px;
}

.box-about-second {
    margin-top: 70px;
}

.box-about-third {
    margin-top: 50px;
}


footer {
    border-top: 4px #6666ff solid;
    background-image: url('../img/header.png');
    background-position: left 80%;
}

a {
    transition: color .6s !important;
}

a:hover {
    text-decoration: none !important;
    color: #6982c0;
}
@media only screen and (max-width: 600px) {

    .logotipo {
        width: 128px; 
        height: 128px; 
        background-color: #fff;
        margin-top: 30px;
        border-radius: 0 0 20px 20px; 
        z-index: 9999;
        border-bottom: 2px #6666ff solid;
    }

}



@media only screen and (max-width: 700px) {

    .content-system {
        margin-left: 0;
    }

    .bg-text {
        font-size: 64px !important;
    }

    .uk-navbar-nav {
        display: block;
    }

    .uk-navbar-nav li, .uk-navbar-nav li a {
        display: block !important;
    }

    .uk-navbar-nav li a {
        padding: 10px 20px;
        height: 40px !important;
    }


}
