/* Reset de márgenes y rellenos para todos los elementos */
* {
    padding: 0;
    margin: 0;
}

/* Estilos generales del cuerpo del documento */
body {
    align-items: center;
    justify-content: center;
    padding: 0px;
    cursor: url(./img/mouse.png), auto;
}

a {
    text-decoration: none;
}

/* Estilos para la clase .img1 */
.img1 {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    width: 50px;
}

/* Estilos para las listas no ordenadas (ul) */
ul {
    list-style: none;
    background: rgb(27, 27, 27);
    position: fixed;
    width: 100%;
}

/* Estilos para los elementos de la lista (li) dentro de ul */
ul li {
    display: inline-block;
    position: relative;
    top: -20px;
}

/* Estilos para los enlaces (a) dentro de los elementos li */
ul li a {
    display: block;
    padding: 20px 25px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    margin-bottom: -10px;
}

/* Estilos para los elementos de la lista (li) dentro de ul.menudesp */
ul li ul.menudesp li {
    display: block;
    top: -10px;
}

/* Estilos para el menú desplegable ul.menudesp dentro de los elementos li */
ul > li > ul.menudesp {
    width: 100%;
    background: rgb(26, 26, 26);
    position: absolute;
    display: none;
}

/* Estilos para el enlace (a) cuando se coloca el ratón encima */
ul li a:hover {
    background: rgb(20, 20, 20);
    color:red;
    border-radius: 25px;
}

/* Estilos para mostrar el menú desplegable ul.menudesp cuando se coloca el ratón encima */
ul li:hover ul.menudesp {
    position: absolute;
    display: block;
    top: 78.8px;
}

/* Estilos para la clase .equipo1 */
.equipo1 {
    background-color: #d8d8d8;
    width: 300px;
    height: 150px;
    border-radius: 10px;
    padding: 10px;
    color: #000000;
}

/* Estilo de la transición */
.seccion {
    transition: background-color 0.5s ease;
    height: 100vh;
    display: flex;
    font-size: 24px;
    padding: 0px;
    position: relative; /* Añadir posición relativa */
}

/* Estilo específico de la sección 1 */
#seccion1 {
    background-color: #ffffff;
    z-index: -1;
}

/* Estilo específico de la sección 2 */
#seccion2 {
    z-index: -1;
    background-image:url(img/xdd.jpg)
}

#seccion3 {
    background-color: #2c2b2b;
    height: 230px;
}

.imagen-texto-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.imagen-fondo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.texto .hola {
    position: absolute;
    top: 10%;
    left: 50%;
    margin-top: 20%;
    font-size: 100px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-decoration-line: underline;
    text-decoration-color: rgb(19, 27, 53);
    transform: translateX(-50%);
    z-index: 1;
    color: #b6b6b6;
    text-shadow: 
        -2px -2px 0 #000000,
        2px -2px 0 #000000,
        2px 2px 0 #000000,
        -2px 2px 0 #000000
}

.texto .hola2 {
    position: absolute;
    top: 10%;
    left: 50%;
    margin-top: 20%;
    font-size: 100px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    transform: translateX(-50%);
    z-index: 1;
    color: rgb(19, 27, 53);
    animation: shift 3s ease-in-out infinite;
}

@keyframes shift {
    0%, 100% {
        clip-path: polygon(0% 27%, 10% 48%, 33% 54%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
    }
    50% {
        clip-path: polygon(0% 60%, 15% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
    }
}
.nosotros1 {
    border: 3px solid rgb(0, 0, 0);
    text-align: left;
    color: rgb(0, 0, 0);
    background-color: #7e7e7e;
    display: inline-block;
    margin-top: 5%;
    max-height: 260px; /* Ancho máximo del rectángulo, ajusta según tus necesidades */
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 15px; /* Ajusta el valor según la curvatura deseada de los bordes */
    top: -80px;
    position: absolute;
    right: 500px;
    left: 500px;
}


.nosotros1 p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin-bottom: 6px;
    padding: 10px;
    float: right;
    position: relative;
    left: -30px;
}

.nosotros1 h2 {
    text-align: center;
    margin-top: 20%;
}

.nosotros1 img{
    float: left;  /* Flotar la imagen a la izquierda */

}

.nosotros2 {
    border: 3px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    display: inline-block;
    background-color: #7e7e7e;
    margin-top: 4%;
    max-height: 260px; /* Ancho máximo del rectángulo, ajusta según tus necesidades */
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 15px; /* Ajusta el valor según la curvatura deseada de los bordes */
    top: 250px;
    position: absolute;
    right: 500px;
    left: 500px;
}


.nosotros2 p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin-bottom: 6px;
    padding: 10px;
    float: right;
    position: relative;
    left: -15px;
}

.nosotros2 h2 {
    text-align: center;
    margin-top: 20%;
}

.nosotros2 img{
    float: right;  /* Flotar la imagen a la izquierda */
}

.nosotros3 {
    border: 3px solid rgb(0, 0, 0);
    text-align: left;
    color: rgb(0, 0, 0);
    background-color: #7e7e7e;
    display: inline-block;
    margin-top: 5%;
    max-height: 260px; /* Ancho máximo del rectángulo, ajusta según tus necesidades */
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 15px; /* Ajusta el valor según la curvatura deseada de los bordes */
    top: 550px;
    position: absolute;
    right: 500px;
    left: 500px;
}

.nosotros3 img{
    height: 100%;
    width: 50%;
    float:left;
}
.nosotros3 p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin-bottom: 6px;
    padding: 10px;
    float: left;
    position: relative;
    left: 10px;
}

.nosotros3 h2 {
    text-align: center;
}

.nosotros3 img{
    float: left;  /* Flotar la imagen a la izquierda */
}

.nosotros1,
.nosotros2,
.nosotros3 {
    opacity: 0;
    transform: translateY(500px);
    transition: opacity 2s ease, transform 1s ease;
}

#btnScrollToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
    display: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    z-index: 999; /* Asegura que el botón esté por encima de otros elementos */
}

/* Estilos para el botón de desplazamiento hacia arriba cuando se coloca el ratón encima */
#btnScrollToTop:hover {
    background-color: #555;
}

/* FOOTER */

.textcopy {
    position: absolute;
    bottom: 160px;
    margin-left: 200px;
    margin-right: 700px;
    margin-bottom: -50px;
    font-size: 13px;
    color:gray;
    text-justify: auto;
}

.privacity {
    position: absolute;
    margin-left: 200px;
    margin-bottom: -50px;
    bottom: 100px;
    font-size: 13px;
    color:gray;
    cursor: pointer;
}


  .LogoContenedor {
    position: relative;
    width: 50px; /* Ajusta el tamaño según tus necesidades */
    height: 50px; /* Ajusta el tamaño según tus necesidades */
    overflow: hidden; /* Oculta cualquier parte de la imagen que sobresalga del contenedor */
    left: 1600px;
    bottom: -150px;

  }

  .LogoNormal {
    height: 50px;
  }
  
  .LogoHover {
    display: none;
    position: absolute;
    height: 50px;
    top: 0;
    left: 0;
  }

  
  .LogoLS:hover .LogoHover {
    display: block;
  }
  
  .LogoLS:hover .LogoNormal {
    display: none;
  }
  
