form{
    padding: 50px 55px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    text-align: center;
    width: 340px;
}

.input-group{
    display: flex;
    flex-direction: row;
    text-align: center;
}
label{
    color: #859ccc;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

input, textarea{
    padding: 17px 25px;
    border-radius: 25px;
    margin-bottom: 20px;
    background-color: #edf2ff;
    border: 2px solid #edfff0;
    color: #859ccc;
    outline: none;
}
 input::placeholder, textarea::placeholder{
    color: #859ccc;
 }

 .form-txt{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    text-align: center;
 }

 .form-txt a{
    color: #859ccc;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
 }

 .btn{
    font-size: 16px;
    color: #ffffff;
    border: 0;
    border-radius: 25px;
    background-color: #859ccc;
    box-shadow: 0 0 20px rgba(131, 156, 204, 0.8);
    cursor: pointer;
 }

 .btn:hover {
    background-color: #859ccc;
 }
#redes{
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding-left: 100px;
   justify-content: center;
}
#redes-pequeño{
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding-left: 20px;
   justify-content: center;
}
.conjunto{
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: start;
   padding-left: 25px;
}
.medios{
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 50px;
}
#txt{
   width: 350px;
   padding: 50px;
   text-align: center;
   font-family:Bookman Old Stule, Georgia, serif;
}
#h2{
   color: #859ccc;
}