@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/*
----------------------------estilos constantes para menu y sidebar--------------------
*/
* {
    font-family: 'poppins';
    margin: 0px;
    padding: 0px;
  }
body {
    font-family:'poppins';
    margin: 0;
    padding: 0;
    
  }
  #primerparrafo
  {
    text-align: center;
  }
  .footer {
    color: #fff;
    width: 100%;
    background-color: #000000;
    white-space: nowrap;
    line-height: 30px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0; /* Cambia el valor según la separación que desees */
  }
  #sidebar {
    position: fixed;
    width: 200px;
    height: 100%;
    background: #000000;
    left: -200px;
    transition: all 500ms linear;
    z-index: 1000;
    top: 0;
  }
  
  #sidebar.active {
    left: 0px;
  }
  
  #sidebar ul li {
    font-family: 'poppins';
    color: rgba(252, 251, 251, 0.9); /* Cambiar el color a blanco */
    list-style: none;
    padding: 15px 10px;
    border-bottom: 1px solid rgba(156, 156, 156, 0.3);
    text-align: center;
}
  
  .logo {
    
    display: block;
    margin: 0 auto; 
    bottom: 0 auto;
    justify-content: center;
    width: fixed;
    height: fixed;
    
  }
  
  #sidebar .botondemenu {
    position: absolute;
    left: 230px;
    top: 20px;
    cursor: pointer;
  }
  
  #sidebar .botondemenu span {
    display: block;
    width: 40px;
    text-align: center;
    font-size: 30px;
    border: 3px solid #000;
  }
  #vinculos
  {
    color: white;
  }
  .menu {
    list-style-type: none;
    padding: 0;
    margin-top: 0%;
    background-color: #000000;
    overflow: hidden;
    font-family: 'poppins';
    width: auto;
    margin: 0 auto;
    text-align: center; /* Centrar los textos de los enlaces */
}

.menu li {
    display: inline-block; /* Mostrar los elementos en línea */
}

.menu li a {
    display: block;
    color: white;
    text-align: center;
    font-family: 'poppins';
    padding: 14px 20px;
    text-decoration: none;
}

.menu li a:hover {
    background-color: #333333;
}

@media (max-width: 768px) {
    .menu {
      display: center;
    }}


/*LOGO BARRA NAV*/
.logoprin
{
  position: inherit;
bottom: 0;
text-align:  center;
font-family: 'poppins';
display: flex; 
justify-content: center;
align-items: center; 
text-decoration: none;
width: 67px;
height: 46px;
}

.botondemenu {
    display: inline-block;
    cursor: pointer;
}

.botondemenu span {
    font-size: 30px;
    color: white;
    padding: 5px 10px;
}

/*
----------------------- cierre de estilos principales necesarios--------------------------
            ¡¡¡¡AGREGAR ESTILOS NUEVOS LUEGO DE ESTE BLOQUE!!!!!
*/
#textoinicial
{
    text-align: center;
    margin-top: 20px;

}
h1
{
    font-size: 70px;
}
/*
---------Claudio fix----
*/

/*Este contenedor marca los margenes del slider tambien, si cambian uno de los dos el otro tambien debe cambiar el margen, especialmente el alto*/
.contenedor{
  position: relative;
  width: 100%;
  height: 600px;
  background-color: black;
  margin-bottom: 60px;
}

.slider input{
  visibility: hidden;
  display: none;
}

.buttons{
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  bottom: 20px;
  gap: 10px;
}

.buttons label{
  width: 20px;
  height: 20px;
  background-color: white;
  opacity: 0.5;
  cursor: pointer;
  z-index: 1;
  transition:  300ms ease-in-out;
}

.buttons label:hover{
  scale: 1.2;
  opacity: 1;
}

.slider input:nth-child(1):checked ~ .buttons label:nth-child(1),
.slider input:nth-child(2):checked ~ .buttons label:nth-child(2),
.slider input:nth-child(3):checked ~ .buttons label:nth-child(3),
.slider input:nth-child(4):checked ~ .buttons label:nth-child(4),
.slider input:nth-child(5):checked ~ .buttons label:nth-child(5)
{
  opacity: 1;
  scroll-margin: 1.2;
  width: 40px;
}

.content{
  position: relative;
  width: 500vw;
  transition: 400ms ease-in-out;
}
.content > div {
  display: none;
}

.content > div.active {
  display: flex;
}
.content > div:not(.active) {
  display: none;
}
/*Este es el otro punto a cambiar en tamaño. MUCHO CUIDADO, debe coincidir con el contenedor principal o se saldra de dimensiones.*/
.firstslide,.secondslide,.thirdslide,.fourthslide,.fifthslide{
  position: relative;
  width: 100vw;
  height: 600px;
  justify-content: center;
  align-items: center;
  color:white;
}

/*Aqui se edita el contenido de los sliders*/



.firstslide{
  background-color: #1a1736;
}
.secondslide{
  background-color: #180e50;
}
.thirdslide{
  background-color: #1b18be;
}
.fourthslide{
background-color: #2913ec;
}
.fifthslide{
  background-color: #083deb;
}

@media (max-width: 768px) {
  .menu {
    display: center;
  }
}

.wrapper{
  margin: 150px auto;
  width: 70%;
}
.wrapper{
  img{
  max-width: 300 px;
  max-height: 400px;
  float: left;
  border: 3px solid white;
  border-radius: 10px;
  margin-right: 50px;
  }
}
/*Leo, ve como va el tema aqui, no puedo justificar o centrar el h2 o titulo*/
.texto-Per{
  color: white;
  float: flex;
  justify-content: center;
  align-items: center;
}