@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');

* {
    margin: 0px;
    padding: 0px;
  }
body {
    font-family:'poppins';
    margin: 0;
    padding: 0;
  }
  #primerparrafo
  {
    text-align: center;
  }
  /**/
 /* CSS */
.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;
    padding-right: 12px;
    width: 200px;
    height: 100%;
    background: #000000;
    left: -200px;
    transition: all 500ms linear;
    z-index: 1000;
    top: 0;
  }
  
  #sidebar.active {
    left: 0px;
    box-shadow:  5px 2px 5px rgb(0, 0, 0);
  }
  
  #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(66, 66, 66, 0.3);
    text-align: center;
}
  
  .logo {
    
    display: block;
    margin: 0 auto; 
    bottom: 0 auto;
    justify-content: center;
    width: fixed;
    height: fixed;
    
  }
  .botondemenu
  {
    left: 0;
  }
  
  #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;
}
/*ENCABEZADO Y PRIMERAS LINEAS*/
 
#text2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#text {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin-top: auto;
}

#text2
 {
  justify-content: center;
  font-size: 1em;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 18px;
  margin-top: 70px;
}


.container2 {

  position: absolute;
  text-align: center;
  background: url('../images/encabezadobody.png') no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  height: 400px;
  color: white;
}
.textosobreimagen
{
  margin-top: 50px;
  float: left;
  text-align: left;
  padding: 10px;
  margin: 30px;
}
/*botones*/
#botoningresarencabezado
{
 font-family: 'poppins';
 background-color: #000;
}

.card-body
{
  
  padding: 10px;
  margin-top: 50px;
  margin-left: 10px;
  justify-content: center;

}
.card-text
{
  margin-top: 20px;
}

.card-title
{
  top:0;
}

.tarjetaimagen1
{
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: 10px;
}
