
/************************************************************************ BOTONES DE ENVIAR *****************************************************************************/
  
.wrap_button {


	
  height: 100%;	
  display: flex;
  align-items: center;
  justify-content: center;
}

.button_submit {
  min-width: 200px;
  min-height: 60px;
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: #313133;
  background: #4FD1C5;
background: linear-gradient(90deg, rgba(0,205,149,1) 0%, rgba(0,205,149,1) 100%);
  border: none;
  border-radius: 1000px;
  box-shadow: 12px 12px 24px rgba(79,209,197,.64);
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px;
  }

.button_submit:before { 
  /*
content: '';
  border-radius: 1000px;
  min-width: calc(230px + 12px);
  min-height: calc(60px + 12px);
  border: 6px solid #00FFCB;
  box-shadow: 0 0 60px rgba(0,255,203,.64);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
transition: all .3s ease-in-out 0s; */
}

.button_submit:hover, .button_submit:focus {
  color: #313133;
  transform: translateY(-6px);
}

.button_submit:hover::before, .button_submit:focus::before {
  opacity: 1;
}

.button_submit:after { 
   /*
  content: '';
  width: 30px; height: 30px;
  border-radius: 100%;
  border: 6px solid #00FFCB;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
 animation: ring 1.5s infinite; */
}

.button_submit:hover::after, .button_submit:focus::after {
  animation: none;
  display: none;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 200px;
    height: 250px;
    opacity: 0;
  }
}










.wrap_button {


	
  height: 100%;	
  display: flex;
  align-items: center;
  justify-content: center;
  }
  
  .button_submitt {
  min-width: 200px;
  min-height: 60px;
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: #313133;
  background: #4FD1C5;
  background: linear-gradient(90deg, rgba(0,205,149,1) 0%, rgba(0,205,149,1) 100%);
  border: none;
  border-radius: 1000px;
  box-shadow: 12px 12px 24px rgba(79,209,197,.64);
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px;
  }
  
  .button_submitt:before { 
  /*
  content: '';
  border-radius: 1000px;
  min-width: calc(230px + 12px);
  min-height: calc(60px + 12px);
  border: 6px solid #00FFCB;
  box-shadow: 0 0 60px rgba(0,255,203,.64);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s; */
  }
  
  .button_submitt:hover, .button_submit:focus {
  color: #313133;
  transform: translateY(-6px);
  }
  
  .button_submitt:hover::before, .button_submit:focus::before {
  opacity: 1;
  }
  
  .button_submitt:after { 
   /*
  content: '';
  width: 30px; height: 30px;
  border-radius: 100%;
  border: 6px solid #00FFCB;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite; */
  }
  
  .button_submitt:hover::after, .button_submit:focus::after {
  animation: none;
  display: none;
  }
  
  @keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 200px;
    height: 250px;
    opacity: 0;
  }
  }
  

