* { box-sizing:border-box; }
.en{
  display: block;
}
.sp{
  display: none;
}
/* Formulario */
.cont-form{
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;

}

.btn_send{
    font-family: 'faktpro-medium';
    margin-left: 40%;
    background-color: #141b2c;
    color: #fff;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    padding: 10px;
    border-radius: 50px 50px 50px 50px;
    border-color: transparent;
}
.btn_send:hover{
	background-color:transparent;
    color: #141b2c;
	border-color: #141b2c;
	font-weight:bold;
}
.cont-btn{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
/* typ */
.sac-form-typ{
  background-color: var(--grey-one);
  background-image: url('../assets/img/screen-form@2x.png');
  background-position: bottom right;
  background-size: auto 92.59vh;
  background-repeat: no-repeat;
  padding: 0 13.02%;
      padding-top: 0px;
  width: 100%;
  height: 100vh;
  /*
  z-index: 10000000;
  position: absolute;*/
  top: 0;
  left: 0;
  display: block;
}
.typ-cont{
  width: 100%;
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
}
.typ-cont-txt{
  width: 50%;
}
.typ-cont-txt ul{
  margin:0;
  padding: 0; 
}
li{
  list-style: none;
}
.typ-txt-1{
    font-size: 35px;
    line-height: 35px;
    text-align: left;
    margin-bottom: 10px;
    color: var(--black-one);
    font-family: 'faktpro-medium';
}
.typ-txt-2{
  font-family: 'faktpro-normal';
  font-size: 1.2em;
  color: #000;
  margin-top: 10px;
}
.cont-goback-typ{
  width: 100%;
  margin-top: 2%;
}
.btn-goback-typ{
  width: 30%;
  padding: 20px 20px 20px 20px;
  border: 1px solid var(--white-one) !important;
  font-family: 'faktpro-medium';
  font-size: 1.2em;
  height: 30px;
  background-color: var(--grey-five) !important;
  color: var(--purple-one) !important;
  border-radius: 30px 30px 30px 30px;
  margin-left: 4%;
}
.flex_btn_typ {
    width: 30%;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    min-width: 290px;
    max-width: 290px;
}

/* Para 800px */  
@media only screen and (max-width: 820px) and (min-width: 600px) {  
.cont-form{
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;

}

.btn_send{
    font-family: 'faktpro-medium';
    margin-left: 40%;
    background-color: #141b2c;
    color: #fff;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    padding: 10px;
    border-radius: 50px 50px 50px 50px;
    border-color: transparent;
}
.cont-btn{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
  
}
  
/* Para 480px */  
@media only screen and (max-width: 600px) and (min-width: 200px) {  
.sac-form-typ{
  background-color: var(--grey-one);
  background-image: url('../assets/img/screen-form@2x.png');
  background-position: bottom left;
  background-size: auto 92.59vh;
  background-repeat: no-repeat;
  padding: 0 13.02%;
      padding-top: 0px;
  width: 100%;
  height: 100vh;
  /*
  z-index: 10000000;
  position: absolute;*/
  top: 0;
  left: 0;
  display: block;
}
.cont-form{
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}
.btn_send{
    font-family: 'faktpro-medium';
    margin-left: 40%;
    background-color: #141b2c;
    color: #fff;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    padding: 10px;
    border-radius: 50px 50px 50px 50px;
    border-color: transparent;
}
.cont-btn{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

.typ-cont-txt{
  width: 95%;
}
.typ-cont-txt ul{
  margin:0;
  padding: 0; 
}
ul{
  padding: 0;
}
li{
  list-style: none;
}
.btn-goback-typ{
  width: 30%;
  padding: 20px 20px 20px 20px;
  border: 1px solid var(--white-one) !important;
  font-family: 'faktpro-medium';
  font-size: 1.2em;
  height: 30px;
  background-color: var(--grey-five) !important;
  color: var(--purple-one) !important;
  border-radius: 30px 30px 30px 30px;
  margin-left: 0%;
}

.cont-lang-m{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

.btn-lang-m{
  width: 30%;
}
}

.g-recaptcha {
    position: relative;
    width: 100%;
    
    overflow: hidden;
}


#enviar:disabled {
    cursor: not-allowed;
}