#nosotrosContenido {
    position: absolute;
    top: 0;
    pointer-events: none;
    display: flex;
    justify-content: left;
    align-items: center;
    width: 90%; height: 96vh;
}

.about {
    pointer-events: all;
    display: flex;
    flex-direction: column;
    width: 30vw;
    height: 70%;
    overflow: hidden;
    gap: 10px;
}
#pantallaVideo{
    display: none;
    flex-direction: column;
    position: absolute;
    width: 100%; height: 100%;
    top: 0; left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(16px);
    justify-content: center;
    align-items: center;
    z-index: 20000;
  }
  #tituloVideo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60%; height: min-content;
  }
  #videoYoutubeV{width: 60%; height: 70%;}
  #cerrarXV{
    cursor: pointer;
    width: min-content; height: min-content;
    color: white;
    background-color: red;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

.aparece{display: flex;}
  .ytPlayerV{
    width: 720px; height: 480px;
    display: flex;
  }
@media screen and (max-aspect-ratio: 1/1) {
    #nosotrosContenido {
        position: absolute;
        top: 0;
        pointer-events: none;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%; height: 100%;
    }
    .about {
        padding: 0px;
        pointer-events: all;
        display: flex;
        flex-direction: column;
        width: 90%;
        height: 70%;
        gap: 10px;
    }
}


li{ list-style: none;}

.scrolls{
    padding-right: 10px;
    overflow: hidden;
    overflow-y: auto;
}
.columna2{
    column-count:1;
}
#cajaNosotros{
    overflow: hidden;
    height: 200px;
}
.horizontal{ display: flex; flex-direction: row; justify-content: space-around; align-items: center; gap: 10px; flex-wrap: wrap;}
.bordeRedondo{border-radius: 10px; padding: 1em;}
.bordeCompleto{border: 3px solid rgba(255, 234, 166, 0.1);}
.bordeInferior{  border-bottom: 3px solid rgba(255, 234, 166, 0.1);}
.bordeLeft{  border-left: 3px solid rgba(255, 234, 166, 0.1);}
.miniaturaVideo{width: 80px; height: 80px; background-color: crimson; border: none; border-radius: 6px;}
.textoTituloColor{
    font-size: 1.4em;
    color: rgb(255, 255, 255);
    margin-bottom: 1.2em;
}
.textoTituloColorMin{
    font-size: 1em;
    font-weight:400;
    color: rgb(255, 255, 255);
    margin-bottom: 0.3em;
}
.textoSubtituloColor{
    color: rgba(180, 107, 223, 0.95);
}
.textoBlancoTransparente{
    color: rgba(245, 245, 220, 0.75);
}
@media (max-width: 600px) {
    #cajaNosotros{
        height: 160px;
    }
    .services {
        padding: 0.5rem;
    }
}
#slideshow {
    width: 60%;
    height: 500px;
    overflow: hidden;
}

#slideshow {
    width: 60%;
    height: 70%;
}
p{
    font-size: 1rem;
    font-weight:lighter;
     text-align: justify;
}
.p2{
    font-size: 0.8rem;
    font-weight:300;
     text-align: justify;
     color: aliceblue;
}

/******  SCROOL CGI  *******/
.scrolls::-webkit-scrollbar {
    display: block;
    width: 6px;
}
/* .scrolls::-webkit-scrollbar-button {
    display: none;
} */
.scrolls::-webkit-scrollbar-track {
    margin-left: 6px;
}
    
.scrolls::-webkit-scrollbar-thumb {
    background-color:rgb(255, 255, 255);
    border-radius: 5px;
    width: 6px;
}

.scrolls::-webkit-scrollbar-track-piece:end, .scrolls::-webkit-scrollbar-track-piece:start {
    background-image: url("3dm/punto.jpg");
    background-position: center center;
    background-repeat: no-repeat repeat;
    margin-bottom: 0px;
}
.scrolls::-webkit-scrollbar-track-piece:start {
    margin-top: 0px;
}
