body {
    scrollbar-width: 0;
    font-family:'Courier New', Courier, monospace;
    color: white;
    text-align: center;
    background: rgb(145,124,120);
    background: radial-gradient(circle at 50% 25%, rgba(145,124,120,0.8619100294985251) 0%, rgba(66,60,60,0.9474557522123894) 74%, rgba(31,34,38,1) 100%);
    background-attachment: fixed;
}
body::-webkit-scrollbar {
    display: none;
}
#inicio video{
    width: 98%;
    margin-left: 1%;
    height: 500px;
    border-radius: 30px;
    overflow: hidden;
    object-fit: cover;
    position: absolute;
    z-index: -1;
}
#inicio {
    margin: 0vw;
    margin-top: calc(85px + 1vw);
    height: 500px;
    place-items: center;
}
#inicio h1 {
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    color: white;
    font-size: clamp(100px, 20vw, 200px);
}
#headLinks {
    position:fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transition: top 0.5s;
}
nav {
    background: rgb(219,204,111);
    background: linear-gradient(0deg, rgba(219,204,111,0.6554203539823009) -300%, rgba(218,211,196,1) 67%);
    box-shadow: 0px 1px 15px rgb(219,204,111);
    }
#logo {
    height: 75px;
    margin-left: 1vw;
    margin-right: 10px;
}
#topNav {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding-left: 1vw;
    padding-right: 1vw;
    overflow: hidden;
    height: 80px;
    align-items: center;
    
}
#topNav li:not(:first-child):not(:last-child) {
    margin-right: 20px;
}
#topNav li.right {
    margin-left: auto;
}
#topNav li a {
    display: block;
    padding: 8px;
    color: #000; 
    text-decoration: none;
    text-align: center;
}
#topNav button {
    padding: 8px;
    border: none;
    background: none;
}
#topNav li:not(:first-child):hover {
    background-color: rgba(145,124,120,0.3);
}

.dropdown-content {
    display: none;
    position: absolute;
    padding-top: 15px;
    right: 3px;
    background-color: rgba(219,204,111);
    background: linear-gradient(0deg, rgba(218,211,196) -67%, rgba(219,204,111, 0.8) 67%);
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(219,204,111);
    z-index: 1;
  }
  
  #myDropdown button {
    float: none;
    color: black;
    padding: 12px;
    width: 100%;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  #myDropdown button:hover {
    background-color: rgba(145,124,120,0.3);
  }

#navSmall {
    display: none;
}

.show {
    display: block;
}

#NosotrosVideo {
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    width: 80%;
    border-radius: 30px;
    overflow: hidden;
}
#LineaConten {
    overflow-x: hidden;
    width: 100%;
    position: relative;
    height: 350px;
}
#LineaMover {
    z-index: 2;
    user-select: none;
    display:flex;
    white-space: nowrap;
    font-size: 100px;
    color: black;
    opacity: 0.1;
    animation: moverTexto 30s linear infinite;
}
#TextMover, #TextMover_2 {
    z-index: 3;
    user-select: none;
    position: absolute;
    white-space: nowrap;
    font-size: 200px;
    -webkit-text-stroke: 2px white;
    color: transparent;
}
@keyframes moverTexto {
    from {
        transform: translateX(-100%)
    }
    to {
        transform: translateX(80%)
    }
}
#Componentes {
    padding: 3vw 3vw;
    margin: 5vw 8vw;
    background-color: rgba(219,204,111,0.1);
    overflow: hidden;
    align-items: center;
}
#Componentes li {
    align-items: center;
}
#Versiones {
    position: relative;
    height: 500px;
    overflow: hidden;
}
#Vers{
    position: absolute;
    display:flex;
    gap: 15px;
    
}
#Versiones li {
    position: absolute;
    display: block;
}
#Versiones img {
    height: 400px;
    width: 300px;
    object-fit: cover;
    border-radius: 40px;
}
.textV {
    margin-top: 10px;
}

#SobreNosotros {
    padding-left:5%;
    padding-right:5%;
    margin-bottom: 50px;
}
/* #SobreNosotros h1 {
    margin-bottom: 2%;
} */

#SobreNosotros img {
    height: 31vw;
    width: 20.6vw;
    object-fit: cover;
    
}
#SobreNosotros a {
    color: white;
    text-decoration: none;
}
#SobreNosotros a:hover{
    backdrop-filter: blur(0); /* no entiendo para que sirve, pero sin esa cosa no sirve hover::after */
}
#SobreNosotros a::after {
    content: "";
    position: absolute;
    top: -14.8vw;
    left: 0;
    width: 20.6vw;
    /* height: 450.5px; Solo imagen */
    height: 33vw;
    background: rgba(66,60,60,0.3); /* Azul con opacidad */
    opacity: 0; /* Oculto por defecto */
    pointer-events: none; /* No interfiere con los clics */
}

#SobreNosotros a:hover::after {
    opacity: 1; /* Muestra la capa de color */
}

@media (width < 992px) {
    #SobreNosotros img {
        height: 450px;
        width: 300px;
    }
    #SobreNosotros a::after {
        top: -215px;
        width: 300px;
        height: 475px;
    }
}

@media (width <= 767px) {

    .navBig {
        display: none;
    }
    #navSmall {
        display: block;
    }

    #Componentes .revers{
        flex-direction: column-reverse;
    }

    #Componentes .row p{
        order: -1;
    }

    #Versiones {
        height: 300px;
    }
    #Versiones img{
        height: 240px;
        width: 180px;
        object-fit: cover;
        border-radius: 40px;
    }
    .textV h3{
        font-size: 15px;
    }
    #LineaConten {
        height: 180px;
    }
    #TextMover, #TextMover_2 {
        font-size: 100px;
        -webkit-text-stroke: 1px white;
    }
    #LineaMover {
        font-size: 55px;
    }
    #SobreNosotros {
        padding: 0;
    }
}
