.contacto{
    margin-bottom: 3rem;
}

.contacto>div:nth-child(1){
    padding: 0rem 2rem 1rem 2rem;
  border-radius: 25px;
  background: #e8e8e8f5;
  
}

.contacto input:not(#check), .contacto textarea{
    border: none;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: 95%;
  padding: 0 1rem;
  height: 50px;
  background: #eddfc2;
  color: white;
}

.contacto textarea{
    width: 97.5%;
    height: 175px;
}

img.captcha{
    width: fit-content;
}

#id_captcha_1{
    width: 29% !important;
    height: 30px !important;
    padding: 1.2rem !important;
}
  
