html{ 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;

}
.lista1{
    position:static;
    top:10px;
    width:100vW;
    min-height:20px;
    margin-top:2vw;
  }
    
  .lista1 ul{
    text-align: center;
    border: double;
    background-color: gray;
    width: 600px;
    border-radius: 20px;
    margin:auto;
  }
  
  .lista1 ul li{
    display:inline;
    padding-left:15px;
    padding-right: 15px;
    min-height:20px;
  }
  
  .lista1 ul li a{
    text-decoration:none;
    color:white;
    font-size: 20px;
  }
  a:hover {
    color:white;
    background-color:black;
    text-decoration: none;
  }

body{
    background-image: url(s2.jpg);   
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
    backdrop-filter: brightness(10%);
    position: absolute;
    color: white;
    margin: auto;
    width: 100%;
    height: 100%;
}
h1{ 
    text-align: center;
    font-size: 60px;
}
.formulario{
    background: #333333;
    width: 360px;
    border: 1px solid #4e4d4d;
    border-radius: 3px;
    box-shadow: inset 0 0 10px #000;
    margin: 100px auto;

}
.formulario h4{
    text-align:center;
    color: #fff;
    font-weight: normal;
    font-size: 40px;
    margin: 30px 0px;
    font-family: 'Pinyon Script', cursive;
}
.control{
    width: 280px;
    height: 35px;
    padding: 0px 10px;
    margin: 10px 30px;
    color: #6d6d6d;
    text-align: center;
}
.formulario textarea{
    width: 280px;
    height: 100px;
    padding: 0px 10px;
    margin: 10px 30px;
    color: #6d6d6d;
    text-align: center;
}
.boton{
    width: 300px;
    margin: 20px 0 30px 30px;
    height: 50px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3c3c3c+0,2a2828+100 */
background: rgb(60,60,60); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(60,60,60,1) 0%, rgba(42,40,40,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(60,60,60,1) 0%,rgba(42,40,40,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(60,60,60,1) 0%,rgba(42,40,40,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#2a2828',GradientType=0 ); /* IE6-9 */
    border: 1px solid #232323;
    color: white;
    box-shadow: 0px 2px 0px #000;
    border-radius: 3px;
}
.boton:hover{
    background: #3a3a3a;
}

.pie-pagina
{
  width: 100%;
  background: #333333;
  border: 1px solid #4e4d4d;
  box-shadow: inset 0 0 10px #000;
  border-radius: 3px;
}
.pie-pagina .grupo-1 
{
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
  padding: 45px 0px;
}
.pie-pagina .grupo-1 .box figure 
{
  width: 40%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pie-pagina .grupo-1 .box figure img
{
  width: 350px;
}
.pie-pagina .grupo-1 .box h2 
{
  color: white;
  margin-bottom: 25px;
  font-size: 20px;
}

.pie-pagina .grupo-1 .box p
{
  color: #efefef;
  margin-bottom: 10px;
}

.pie-pagina .grupo-1 .red-social a
{
  display: inline-block;
  text-decoration: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: white;
  margin-right: 10px;
  background-color: black;
  text-align: center;
  transition: all 300ms ease;
}
.pie-pagina .grupo-1 .red-social a:hover
{
  color: red;
}
.pie-pagina .grupo-2 
{
  background-color: grey;
  box-shadow: inset 0 0 10px #000;
  padding: 15px 10px;
  text-align: center;
  color: white;
}
.pie-pagina .grupo-2 small
{
  font-size: 15px;
}
.lateral{
    float: right;
    display: flex;
    border-top-left-radius: 20px;
    border-bottom-right-radius:20px;
    border-color: yellow;
    font-size: 20px;
    height: 240px;
    background-color: green;
    width: 185px;
    margin-top: 5vh;
    margin-left: 1vw;
}

.lateral ul{
    list-style: none;
}

.lateral ul li{
    margin-top: 10px;
}

.lateral ul li a{
    text-decoration: none;
    color: red;
    padding-left: 0px;
}