@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--------------------
*/
* {
    margin: 0px;
    padding: 0px;
    font-family: 'poppins';

  }
body {
    font-family:'poppins';
    margin: 0;
    padding: 0;
    background: rgb(0,0,0);
    background: linear-gradient(146deg, rgba(0,0,0,1) 43%, rgba(0,165,222,1) 100%, rgba(255,255,255,1) 100%);
  }
  #primerparrafo
  {
    text-align: center;
  }
  .footer {
    color: #fff;
    bottom: 0;
    width: 100%;
    background-color: #000000;
    white-space: nowrap;
    line-height: 30px;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0; /* Cambia el valor según la separación que desees */
    margin-top: 100px;
  }
  #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!!!!!
*/

/* CSS */
.button{
  width: 170px;
  height: 45px;
  font-size: 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;  
  background-color: #000000;  
  color: white;
  margin-right: 9px;
  margin-left: 64%;
}
.form-control {
    background-color: #fff;
    width: 60%;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 8px;
}

select.form-control {
    height: 40px;
}

textarea.form-control {
    height: 150px;
}

.titulo {
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 768px) {
    .contactform {
        width: 95%;
    }
}

#PieFinal {
  color: white;
}
/*-----------estilos de formulario-------*/
#contactform
{
  background-color: #fff;
  padding: 2em;
  width: 50%;
  margin: 0 auto;
  border-radius: 15px;
  margin-top: 50px;
  margin-bottom: 70px;
  overflow: hidden;
  box-shadow: 1px -2px 75px -23px rgba(206, 206, 206, 0.774);
}
#exampleFormControlInput1
{
  background-color: #f3f1f1;
}
#exampleFormControlSelect1
{
  background-color: #f3f1f1;
}
#exampleFormControlTextarea1

{
  background-color: #f3f1f1;
}
#ultimoaccordion
{
  margin-bottom: 50px;
}