@font-face {
    font-family: 'teko-semibold';
    src: url('../fonts/Teko-SemiBold.woff') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'teko-medium';
    src: url('../fonts/Teko-Medium.woff') format('woff2');
    font-weight: 100;
    font-style: normal;
}


body{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h3{
    font-family: 'teko-medium';
    font-size: 50px !important;
}

h2{
    font-family: 'teko-semibold';
    font-size: 90px !important;
}

h5{
    font-family: 'teko-semibold';
    font-size: 30px !important;
}

/* css header */

.title--header{
    font-size: 90px;
    font-family: 'teko-semibold';
    margin-bottom: -20px;
}

.title--header span{
    color: #ff5500;
}

.-img--person {
    left: 150px;
    z-index: -1;
}

header{
    background: 
    linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8)), /* capa oscura */
    url('../images/slides/bg-banner.jpg') center/cover no-repeat; /* imagen */
    width: 100%;
    backdrop-filter: blur(10px);
}

header .card--header{
    background-color: rgba(0, 0, 0, 0.7) ;
    max-width: 250px;
    max-height: 250px;
    border-radius: 20px;
    margin: auto;
    border-color:rgba(254, 128, 0, 0.8) !important ;
}

header .card--header .num{
    font-family: 'teko-semibold';
    font-size: 70px !important;
    margin-bottom: -20px;
}

header .row-header{
    margin-top: 20px;
    margin-bottom: 50px;
}

.-bg-main{
    background: 
    linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8)), /* capa oscura */
    url('../images/slides/bg-banner.jpg') center/cover no-repeat; /* imagen */
    width: 100%;
}

/* Components ux */
.-btn--primary{
    background: linear-gradient(45deg, rgb(253, 12, 0), rgb(254, 130, 0));
    position: relative;
}

.-btn--primary:before{
    content: '';
    background: linear-gradient(45deg, #c700ba, #ff7300, #ff5500, #f700ff, #f067ff, #ff0073, #c085ff, #ff00c8, #ff13c0);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 50px;
}

.-btn--primary:hover:before {
    opacity: 1;
}

.-btn--primary img{
    transition: all .3s ease-in-out;
}

.-btn--primary:hover img{
    transform: scale(1.3);
}

.-btn--nav{
    justify-content: end;
}

.menu{
    background-color: transparent;
    border: none;
    display: none;
}

nav .-menu--list ul li a{
    color: #fff;
}

nav .-menu--list ul li a:hover{
    color: #dc0c0c;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.bg--section{
    padding-top: 150px;
    padding-bottom: 50px;
}

.redes-iconos{
    z-index: 10;
    right: 20px;
    bottom: 300px;
    position: fixed;
}

.redes-iconos img{
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.redes-iconos img:hover{
    transform: scale(1.3);
}


/* css slider */

.slider {
    width: 100%;
    max-width: 800px;
    aspect-ratio: 12 / 9;
    position: relative;
    overflow: hidden;
}

/* Ocultar radio buttons */
.slider input {
    display: none;  
}

.slides {
    display: flex;
    width: 500%;
    height: 100%;
    transition: transform 0.6s ease;
}

.slide {
    width: 20%;
    flex-shrink: 0;
    height: 100%;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Navegación automática con CSS */
#slide1:checked ~ .slides { transform: translateX(0%); }
#slide2:checked ~ .slides { transform: translateX(-20%); }
#slide3:checked ~ .slides { transform: translateX(-40%); }
#slide4:checked ~ .slides { transform: translateX(-60%); }
#slide5:checked ~ .slides { transform: translateX(-80%); }

/* Botones de navegación */
.nav-slider {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.nav-slider label {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,.6);
    cursor: pointer;
    transition: background 0.3s;
}

#slide1:checked ~ .nav label[for=slide1],
#slide2:checked ~ .nav label[for=slide2],
#slide3:checked ~ .nav label[for=slide3],
#slide4:checked ~ .nav label[for=slide4],
#slide5:checked ~ .nav label[for=slide5] {
    background: #fff;
}

.whatsapp-icon{
    position: fixed;
    right: 30px;
    bottom: 100px;
    z-index: 20;
}

/* css of the page register */

.login-box{
    width: 80%;
    margin: auto;
    padding: 50px 60px 50px 60px;
    border-radius: 20px;
}

.login-box form input, select, .login-box-card form input{
    background-color:rgba(84, 84, 84, 0.286) ;
    height: 60px;
    border-radius: 50px;
    border: none;
    padding-left: 25px;
    margin-top: 30px;
}

.login-box form input:focus, .login-box-card form input:focus{
    background-color:rgba(84, 84, 84, 0.286) ;
    color: #fff;
}

.login-box form input::placeholder, .login-box-card form input::placeholder{
    color:#c1c1c1;
}

.glow-card{
    background: #fff;
}



/* css of the table */
table {
    margin: auto;
}

table .-thead--hader{
    height: 70px;
}

table thead th{
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}

table tbody tr td{
    height: 60px;
    text-align: center;
}


.heade--tag{
    height: 2px;
    width: 100%;
}

/* css og the nav bars */
.nav-top{
background-color: rgba(0, 0, 0, 1);
}

.-nav--bar{
    width: 80%;
    margin: auto;
}

.nav-link:hover{
    color: #EA0C90;
}

nav ul li .active{
    color: #EA0C90;
}


/* css of the home */
.-post--home{
    background: 
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), /* capa oscura */
    url('../images/slides/bg-banner-2.jpg') center/cover no-repeat; /* imagen */
    width: 100%;
    height: 400px;
}

.marquee{
    width: 60%;
}


/* css of loader */
.goog-te-gadget-simple{
    background-color: rgba(0, 0, 0, 0.9) !important;
    border-color: rgba(127, 127, 127, 0.9) !important;
    border-radius: 20px;
}

.goog-te-gadget-simple span{
    color: #7c7c7c;
    margin-right: 10px;
}

.goog-te-gadget-simple img{
    display: none;
}



/* animation loader */
#pageLoader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #12121f;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 99999;
    }

#pageLoader img {
    width: 100px;
    animation: pulse 1.2s infinite;
    filter: drop-shadow(0 0 10px #0ff);
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.-active{
    display: block !important;
}

@media (max-width: 1200px) {
    .-btn--group{
        flex-direction: column;
        gap: 20px;
    }
    .marquee{
        display: none;
    }
    .menu{
        display: block;
    }

    .-nav-menu{
        position: absolute;
        align-items: center;
        flex-direction: column;
        left: 0;
        top: 210px;
        z-index: 30;
        background: #000;
        width: 100%;
        height: 100%;
        display: none;
    }
    .-nav-menu li{
        margin-top: 50px;
    }
    .-nav--brand{
        justify-content: space-between;
    }
    .-nav--redes{
        display: none;
    }
    .-btn--nav{
    justify-content: center;
    }
    .-menu--list{
        display: none;
    }
    .login-box{
        width: 100%;
        padding: 10px;
    }
    .row-header{
        flex-direction: column-reverse;
        padding-top: 70px;
        padding-bottom: 100px;
    }
}

