:root {
    --black:black;
    --whithe:rgb(160, 160, 160);
    --amarillo:yellow;
    --pink:pink;
    --red:rgb(255, 0, 0);
    --green:rgb(84, 182, 84);
    --violet:rgb(176, 79, 221);
}

*{
    margin: 0;
    padding: 0;
    color: var(--whithe);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, 'Arial Narrow', Arial, sans-serif;
}

body {
    background-color: rgb(0, 0, 0);
}

header {
    background-color: rgba(240, 248, 255, 0.045);
    width: 100%;
    height: 145px;
    color: var(--red);
    display: flex;
    align-items: center;
    justify-content: right;
}

.hdimg {
    margin: 0px 50px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.hdimg img {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hdmenu {
    margin: 0px 80px;
    display: flex;
    width: 30%;
    justify-content: space-between;
}

.hdmenu li {
    list-style: none;
}

.hdmenu a {
    color: var(--green);
    text-decoration: none;
    font-size: 19px;
    letter-spacing: 0.6px;
}

.hdmenu a:hover {
    color: var(--violet);
}

.fondo {
    z-index: -99;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.fondo img {
    width: 100%;
    height: 100%;
}

.fondo .capa {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:linear-gradient(to left, rgba(0, 0, 0, 0.972),rgba(0, 0, 0, 0.904),rgba(0, 0, 0, 0.972));
    
}

.barralateral {
    position: fixed;
    height: 100px;
    width: 170px;
    top: 0;
    z-index: 99;
}

.barralateral img {
    width: 110px;
    margin: 20px 25px;
}

.logofijo {
    border: 4px solid rgb(43, 255, 0);
    border-radius: 30px;
    padding: 15px;
    animation: infinite luz2 1.5s alternate;
    box-shadow: 0 0 7px 1px #37ff1c98, 0 0 7px 1px #ffffffaf;
}

.inicio {
    /* background: url(img/brillo.png); */
    background-position: bottom;
    width: 100%;
    height: calc(100vh - 131px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


.inicio video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -98;

}


.inicio h1 {
    width: 100%;
    font-size: 4vw;
    font-weight: 100;
    color: transparent;
    font-family: "Vibur", sans-serif;
    /* color: rgba(255, 255, 255, 0);
    background: linear-gradient(to left, white, rgb(255, 0, 255));
    background-clip: text; */
    animation: infinite luz 1.5s alternate;
    text-align: center;
}

.inicio h2 {
    width: 100%;
    font-size: 3.5vw;
    font-weight: 100;
    color: transparent;
    font-family: "Vibur", sans-serif;
    /* color: rgba(255, 255, 255, 0);
    background: linear-gradient(to left, white, rgb(255, 0, 255));
    background-clip: text; */
    animation: infinite luz 1.5s alternate;
    text-align: center;
}

@keyframes luz2{
    5%, 22%, 33%, 55%, 88%, 99% {
        opacity: 0;
    }

    1%, 20%, 30%, 60%{
        opacity: 1;
    }
}

@keyframes luz{
    5%, 22%, 33%, 55%, 88%, 99% {
        text-shadow: 0 0 10px rgba(255,255,255,1) , 0 0 20px rgba(255,255,255,1) , 0 0 30px rgba(255,255,255,1) , 0 0 40px #ff00de , 0 0 70px #ff00de , 0 0 80px #ff00de , 0 0 100px #ff00de ;
        color: white;
    }

    1%, 20%, 30%, 60%{
        color: rgba(53, 53, 53, 0.555);
        text-shadow:none;
    }
}

.separador {
    height: 200px;
    width: 100%;
    background-color: black;
}

.nosotros {
    margin: 0px;
    background: url(img/brillo.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100vh - 40px);
    padding: 40px 0px;
    padding-bottom: 0px;
}

.nosotros p {
    font-size: 2vw;
    width: 60%;
    margin: 0px 20%;
    text-align: center;
    color: #ffffff;
    text-shadow:
      0 0 7px #0011ff,
      0 0 10px #1100ff,
      0 0 21px #ff0000,
      0 0 42px rgb(121, 0, 0),
      0 0 82px #f09,
      0 0 92px #f09,
      0 0 102px #f09,
      0 0 151px #f09;
}

.principios {
    width: 70%;
    margin: 60px 12.5%;
    display: flex;
    flex-direction: column;
}

.nosotrossec {
    margin: 160px 0px;
}

.nosotrossec p {
    font-size: 18px;
}

.mision {
    padding-left: 15px;
    border-left: 6px solid #ffffff;
    width: 40%;
}

.vision {
    padding-right: 15px;
    border-right: 6px solid #ffffff;
    width: 40%;
    margin: 0px 68%;
    text-align: end;
}

.valores {
    padding-left: 15px;
    border-left: 6px solid #ffffff;
    width: 40%;
    margin-right: 20px;
}

.valores li {
    list-style: none;
    font-size: 18px;
}

.categorias {
    width: 80%;
    margin: 10%;
}

.categorias h2 {
    text-shadow:
      0 0 7px #ff0000,
      0 0 10px #ff0000,
      0 0 21px #ff0000,
      0 0 42px rgb(121, 0, 0),
      0 0 82px #f09,
      0 0 92px #f09,
      0 0 102px #f09,
      0 0 151px #f09;
      font-size: 35px;
      text-align: center;
      margin: 30px 0px;
      margin-bottom: 130px;
}

.categorias .productos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

.categorias .productos .tarjeta {
    width: 100%;
    aspect-ratio: 9/12;
    display: flex;
    flex-direction: column;
}

.categorias .productos .tarjeta h3{
    text-align: center;
    font-size: 40px;
}

.categorias .productos .tarjeta h3:hover {
    text-shadow:
      0 0 7px #ff0000,
      0 0 10px #ff0000,
      0 0 21px #ff0000,
      0 0 42px rgb(121, 0, 0),
      0 0 82px #f09,
      0 0 92px #f09,
      0 0 102px #f09,
      0 0 151px #f09;
}

.tarjeta .contenedor {
    background-color: rgba(216, 216, 216, 0.158);
    width: 100%;
    height: 100%;
    border-radius: 30px;
    display: flex;
    align-items: center;
}

.tarjeta .contenedor img {
    width: 90%;
    margin: 0 5%;
}

footer {
    margin-top: 140px;
    background-color: rgba(240, 248, 255, 0.045);
    width: 100%;
    height: auto;
    display: flex;
}

footer div {
    margin: 50px auto;
    color: var(--green);
}

footer div ul {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    footer div ul li {
        list-style: none;

    }

    footer div ul li a {
        text-decoration: none;
        color: var(--green);
        font-size: 1.3vw;
    }

    footer div p {
        color: var(--green);
        font-size: 1.3vw;
    }



@media (max-width:991px) {
    .barralateral {
        display: none;
    }

    header {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .hdimg {
        margin: 0px 0px;
        margin-top: 30px;
        display: flex;
        width: 100%;
        height: 100px;
        justify-content: center;
        align-items: center;
    }

    .hdimg img {
        margin: 0px 0px;
        height: 100%;
    }

    .hdmenu {
        width: 90%;
        margin: 20px 5%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .hdmenu li {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .principios {
        width: 90%;
        margin: 60px 5%;
    }

    .nosotrossec {
        margin: 100px 0px;
    }

    .nosotros p {
        width: 90%;
        margin: 0px 5%;
        font-size: 6vw;
    }

    .mision {
        width: 97%;
    }

    .vision {
        width: 97%;
        margin: 0px;
    }

    .valores {
        width: 97%;
    }

    .categorias {
        width: 90%;
        margin: 0px 5%;
    }

    .categorias .productos {
        display: flex;
        flex-direction: column;
    }

    footer div ul li a {
        font-size: 3vw;
    }

    footer div p {
        font-size: 4vw;
    }
    
}