body{
    background-image: url(images/textura.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    
}

.container-all{
    margin-top: 80px;
    display: flex;

}

.container-img{
    margin-top: 20%;
}

.container{
    background-color: rgba(19, 19, 19, 0.80);
    color: white;

    width: 400px;
    padding: 10px 40px;
    
    padding-bottom: 10px;
    border-radius: 5px 0px 0px 5px;
    box-sizing: border-box;

    margin-left: 20%;
    
    font-family: 'calibri';
}

.container-form{
    background-color: rgba(19, 19, 19, 0.80);
    color: white;

    width: 400px;
    margin: auto 0.5px;
    padding: 10px 40px;
    padding-bottom: 10px;
    border-radius: 0px 5px 5px 0px;
    box-sizing: border-box;
    margin-right: 10%;
    
    font-family: 'calibri';
}

.titulo-1 {
    text-align: center;
    margin: 35px 0 -10px 0;
  }
.titulo-2 {
    text-align: center;
    color: yellow;
}

  #Correo, #Comentarios{
      width: 100%;
      margin-bottom: 15px;
      padding: 10px;

      border-radius: 2px;
      border: 0;
      box-sizing: border-box;

      font-size: 15px;
      font-family: 'calibri';
  }

  #Comentarios{
      min-height: 100px;
      max-height: 150px;
      max-width: 100%;
      min-width: 100%;
  }

  .boton-enviar{
      border-radius: 5px;
      padding: 10px 50px;
      border: 0;


      box-sizing: border-box;
      width: 100%;

      background-color: rgb(230, 215, 7);
      font-size: 15px;
      font-family: 'calibri';
      font-weight: 800;
      color: rgb(0, 0, 0);
      margin-bottom: 30px;
  }

  .boton-enviar:hover{
      cursor: pointer;
      background-color: rgb(31, 31, 31);
      color: white;
  }

  a{
      text-decoration: none;
      color: white;
      font-weight: 700;
      font-size: 17px;
      float: right;
      margin-bottom: 10px;
  }

  a:hover{
      color: yellow;
  }


  .container-footer {
    width: 100%;
    padding: 40px 0;
    background: rgba(24, 24, 24, 0.788);
  }
  
 .redes-footer {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  
.redes-footer .icon-redes-footer {
    font-size: 20px;
    margin: 0px 20px;
    background: #FFE500;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: black;
  }
  
 .redes-footer .fa-facebook-f:hover {
    background: #41579A;
    color: #fff;
  }
  
   .redes-footer .fa-instagram:hover {
    background: linear-gradient(to top right, #FCDE30, #E9712A, #D2313B, #AE4198, #7540A1, #5443A8);
    color: #fff;
  }
  
 .redes-footer .fa-whatsapp:hover {
    background: #058f00;
    color: #fff;
  }
  
  .container-footer footer #hr2 {
    margin-top: 0px;
    border: none;
    height: 2px;
    background: #c0c0c07a;
  }

  @media (max-width: 480px) {
    form{
        width: 100%;
    }

    .container-form{
        width: 100%;
    }
}
  