.text-parrafo{
    margin-left: 90px;
    margin-right: 90px;
    /* margin-bottom: 70px; */
  text-justify:distribute-all-lines;
    font-size: calc(1em + .5vw);
  text-shadow: .022em .022em .022em #111;
  color: #fff;
}

input::placeholder {
    color:rgb(255, 255, 255) !important;
    opacity: 1;
    font-size: 1.7em;
  }

  textarea::placeholder {
    color:rgb(255, 255, 255) !important;
    opacity: 1;
    font-size: 1.7em;
  }
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
  }

  ::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
  }
  ::-webkit-input-placeholder {
    color: white;
  }
  .bg_degradado{
    /* background: linear-gradient(90deg, rgba(18, 50, 99, 0.904) 14%, rgba(1,98,89,1) 71%, rgba(1,98,89,1) 93%); */
    background: rgb(5,193,69);
    background: linear-gradient(90deg, rgba(5,193,69,1) 0%, rgba(133,162,11,1) 0%, rgba(1,98,89,1) 21%, rgba(18,50,99,1) 66%);
    padding-top: 120px;
  }

  .img_contacto{
    width: 30%;
    height: 30%;
    top: 0%;
    text-justify: center;
    transition: transform .2s;
  }

.img_contacto:hover {
    transform: scale(1.5);
}
.btn_enviarcorreo{
  background-color: #92C052;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  transition: 0.2s;
  float: right;
  /* margin-right: 3%; */
}

.btn_enviarcorreo:hover{
	color: rgba(28, 61, 117);
    background: #92C052;
    box-shadow: 0 0 10px #126259, 0 0 40px #126259, 0 0 80px #126259;
	  transition-delay: .5s;
 }
.btn_enviarcorreo span{
    position: absolute;
    display: block;
}
