.formularioComponente{
  position: relative;
  top: 0;
  background: var(--verde) 0% 0% no-repeat padding-box;
  padding: 1rem;
  display: flex;
  justify-content: center;
}
.containerFormulario{
  /* max-width: 2250px; */
  margin: auto;
  width: 80%;
}
.form-registrese{
  display:flex;
  flex-direction:column;
  flex-wrap:wrap;
  justify-content:center;
  margin-top:1.5rem;
}
.form-registrese input[type=text],
.form-registrese input[type=email],
select {
    width: 22%;
    padding: 12px 20px;
    /* margin: 8px 0; */
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    height: 45px;
}

.form-registrese input[type=checkbox] {
    margin-right: 1rem;
}
.form-registrese__select-cat{
  width: 25%;
  padding: 12px 20px;
  /* margin: 8px 0; */
  display: flex;
  border: 1px solid #ccc;
  border-radius: 4px;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  height: 45px;
}

.formularioComponente__texto_pequenno{
  color:black;
  font-size: 1.8rem;
}

.formularioComponente__select {
  position: relative;
  display:flex;
  flex-direction: row;
  /* column-gap: 20px; */
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.formularioComponente__checkTerminos {
  color: black;
  position: relative;
  text-transform: uppercase;
  font-size: 1.1rem;
  /* flex-wrap: wrap; */
  margin-block: 1rem;
  display: flex;
  width: 50%;
  align-items: center;
}

.end{
  justify-content: end;
}

.formularioComponente__checkTerminos label {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
}

.black{
  /* color: var(--azul); */
    color:black;
}
.formularioComponente__checkTerminos .checks{
  display: flex;
  align-items: start;
  flex-direction: column;
  margin-right: 100px;
}
.formularioComponente__texto{
  color: black;
  font-weight: bold;
  font-size: 3rem;
  margin:20px 20px 20px 0;
  width:20%;
}

/* Boton */
.formularioComponente {
  display: flex;
  justify-content: center;
}

.formularioComponente button img {
  height: 50px;
}

.formulario__boton-btn1 {
  border: 0;
  background: transparent;
  border-radius: 25px;
}

.formulario__boton-btn1:hover {
  box-shadow: 0px 0px 5px 2px var(--morado);
}

.formulario__boton-btn1:active {
  box-shadow: 0 0 5px 2px #fffFFF50;
  transform: translateY(4px);
}


/*Pantallas  desktop y laptos*/
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .form-registrese input[type=text],
  .form-registrese input[type=email],
select {
    width: 45%;
    margin-bottom: 10px;
}
.formularioComponente__select{
  justify-content: space-around;
  column-gap: 1rem;
  row-gap: 1rem;
}
.form-registrese__select-cat{
  width: 94%;
  margin-bottom: 10px;

}

.formularioComponente__checkTerminos{
  width:100%;
  justify-content: center;
}

.formularioComponente__checkTerminos .checks {
  margin-right: 0;
  margin-bottom: 10px;
}

.formulario__checkCaptcha {
  width: 100%;
}
.formularioComponente__checkTerminos .checks{
  display: flex;
  align-items: start;
  flex-direction: row;
}

}

/*iPads y tables */
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .form-registrese input[type=text],
  .form-registrese input[type=email],
select {
    width: 100%;
    margin-bottom: 10px;
}
/* .formularioComponente__select{

} */
.form-registrese__select-cat{
  width: 100%;
  margin-bottom: 10px;
}
.formularioComponente__checkTerminos{
  width:100%;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}
.formularioComponente__checkTerminos .checks {
  margin-right: 0;
  margin-bottom: 10px;
}

.formulario__checkCaptcha {
  width: 100%;
}
.formularioComponente__checkTerminos .checks{
  display: flex;
  align-items: start;
  flex-direction: column;
}
}

/* Teléfonos moviles*/
@media only screen and (max-width: 481px) {


  .form-registrese input[type=text],
  .form-registrese input[type=email],
  select {
      width: 100%;
      margin-bottom: 10px;
  }
  .form-registrese__select-cat{
    width: 100%;
    margin-bottom: 10px;

  }

  .formularioComponente__checkTerminos .checks {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .formulario__checkCaptcha {
    width: 100%;
  }
  .formularioComponente__checkTerminos .checks{
    display: flex;
    align-items: start;
    flex-direction: column;
  }
  .formularioComponente__checkTerminos{
    width: 100%;
  }

}
