/* Scss Document */
a {
  color: #3dd660; }

.div_form_reg {
  width: 100%;
  background-image: url("../imagenes/fondo-ingreso-registro.jpg");
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  background-repeat: no-repeat;
  padding-top: 5vw;
  min-height: 50vw; }
  .div_form_reg select option {
    color: #152133; }

#habi_select {
  margin-top: 1vw; }

.div_form_reg {
  width: 100%;
  background-image: url("../imagenes/fondo-ingreso-registro.jpg");
  background-position: 30%;
  background-size: cover;
  box-sizing: border-box;
  background-repeat: no-repeat;
  padding-top: 30px; }

.div_form_reg_s {
  width: 65%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  font-size: 0px;
  font-family: "Metropolis";
  vertical-align: top;
  box-sizing: border-box; }

.div_form_logo {
  width: 50%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  text-align: center; }

.boton_face {
  background-color: #3d5fa4;
  color: #ffffff;
  font-size: 1vw;
  text-align: center;
  width: 100%;
  display: block;
  padding: 1vw;
  box-sizing: border-box;
  border-radius: 0.5vw; }

.div_form_input {
  width: 48%;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 5.8vw;
  font-size: 0.8vw;
  color: #ffffff; }

.div_form_input input[type="text"],
.div_form_input [type="password"],
.div_form_input [type="submit"],
.div_form_input [type="number"],
.div_form_input [type="button"],
.div_form_input textarea,
.div_form_input select {
  padding: 1vw;
  background-color: transparent;
  border: 1px solid #ffffff;
  font-size: 1vw;
  width: 100%;
  box-sizing: border-box;
  display: block;
  margin-top: 1vw;
  border-radius: 0.5vw;
  color: #ffffff; }

.div_form_input input[type="text"]::placeholder,
.div_form_input [type="password"]::placeholder,
.div_form_input [type="submit"]::placeholder,
.div_form_input [type="number"]::placeholder,
.div_form_input [type="button"]::placeholder,
.div_form_input textarea::placeholder,
.div_form_input select::placeholder {
  color: #ffffff; }

.div_form_input input[type="submit"],
.div_form_input [type="button"] {
  background-color: #ffff26;
  color: #152133;
  border: solid 1px #ffff26; }

.div_form_input select {
  width: 48%;
  box-sizing: border-box;
  display: inline-block; }

.div_form_input select:nth-child(odd) {
  margin-left: 3%; }

.div_form_input input:focus {
  outline: 0px; }

.div_form_input textarea {
  height: 10vw;
  resize: none; }

.div_form_input input[type="file"] {
  width: 0;
  height: 0;
  opacity: 0;
  font-size: 0;
  padding: 0;
  margin: 0; }

.div_form_py {
  position: relative;
  width: 48%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  padding: 0 2vw;
  color: #ffffff;
  font-size: 1vw; }

.div_form_py input[type="text"],
.div_form_py [type="password"],
.div_form_py [type="submit"],
.div_form_py [type="number"],
.div_form_py [type="button"],
.div_form_py textarea,
.div_form_py select {
  padding: 1vw;
  background-color: transparent;
  border: 1px solid #ffffff;
  font-size: 1vw;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 1vw;
  border-radius: 0.5vw;
  color: #ffffff;
  margin-bottom: 0px; }

.div_form_py input[type="text"]::placeholder,
.div_form_py [type="password"]::placeholder,
.div_form_py [type="submit"]::placeholder,
.div_form_py [type="number"]::placeholder,
.div_form_py [type="button"]::placeholder,
.div_form_py textarea::placeholder,
.div_form_py select::placeholder {
  color: #ffffff; }

.div_form_py input[type="submit"],
.div_form_py [type="button"] {
  background-color: #3dd660;
  color: #ffffff;
  border: solid 1px #3dd660; }

.div_form_py select,
.div_form_py [type="number"] {
  width: 48%;
  box-sizing: border-box;
  display: inline-block; }

.div_form_py select option,
.div_form_py [type="number"] option {
  background: #152133;
  color: #ffffff; }

.div_form_py select option:hover,
.div_form_py [type="number"] option:hover {
  background-color: #3dd660; }

.div_form_py select option:checked,
.div_form_py [type="number"] option:checked {
  background: #3dd660 !important; }

.div_form_py select option:focus,
.div_form_py [type="number"] option:focus {
  background: #3dd660 !important; }

.div_form_py input:focus {
  outline: 0px; }

.div_form_py textarea {
  height: 10vw;
  resize: none; }

.div_form_py input[type="file"] {
  display: none; }

.error_form {
  display: block;
  position: absolute;
  color: yellow; }

.boton_publi {
  background-color: #3dd660;
  color: #ffffff;
  border: solid 1px #3dd660;
  font-size: 1.2vw;
  border-radius: 0.5vw;
  width: 25vw;
  cursor: pointer;
  padding: 1vw 0px;
  font-family: "Metropolis"; }

.input_file_mod {
  margin-top: 1vw;
  margin-bottom: 1vw;
  display: inline-block;
  vertical-align: top;
  padding: 0.7vw;
  font-size: 0.9vw;
  font-family: "Metropolis";
  cursor: pointer;
  color: #4c4c4c;
  box-sizing: border-box;
  width: 100%;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%234C4C4CFF' stroke-width='2' stroke-dasharray='7' stroke-dashoffset='4' stroke-linecap='square'/%3e%3c/svg%3e"); }

.btn_file_mod {
  width: 13vw;
  padding: 0.5vw 0;
  font-size: 0.9vw;
  font-family: 'Metropolis Semi Bold';
  background-color: #3b438c;
  color: white;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0.3vw; }

.txt_file_mod {
  font-size: 0.7vw;
  width: 25vw;
  margin-left: 3vw;
  display: inline-block;
  vertical-align: middle; }

.txt_file_mod > span {
  font-family: 'Metropolis Semi Bold'; }

.tit_logo {
  font-size: 1.8vw;
  font-weight: bold;
  padding: 0.5vw 0;
  background-color: #ffff26;
  color: #152133;
  border-bottom-left-radius: 0.8vw;
  border-bottom-right-radius: 0.8vw;
  display: block;
  max-width: 20vw;
  text-align: center;
  margin-bottom: 2.5vw; }

.img_logo {
  width: 20vw; }

.error_input {
  border: solid 1px red !important; }

label.error_input {
  border: none !important; }

.error_span {
  color: #ffff26;
  font-size: 0.8vw;
  display: block;
  position: absolute; }

/* The checkbox form */
.checkbox_form {
  display: inline-block;
  position: relative;
  padding-top: 0.3vw;
  padding-left: 1.8vw;
  margin-bottom: 1vw;
  cursor: pointer;
  font-size: 1vw;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: top;
  float: left; }

/* Hide the browser's default checkbox */
.checkbox_form input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark_form {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.2vw;
  width: 1.2vw;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 0.3vw;
  vertical-align: top; }

/* On mouse-over, add a grey background color */
/* When the checkbox is checked, add a blue background */
/* Create the checkmark_form/indicator (hidden when not checked) */
.checkmark_form:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark_form when checked */
.checkbox_form input:checked ~ .checkmark_form:after {
  display: block; }

/* Style the checkmark_form/indicator */
.checkbox_form .checkmark_form:after {
  left: 0.35vw;
  top: 0.25vw;
  width: 0.2vw;
  height: 0.5vw;
  border: solid white;
  border-width: 0 0.1vw 0.1vw 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.tag_form {
  padding: 0.5vw 1vw;
  border-radius: 0.5vw;
  color: #4c4c4c;
  background-color: #E6E6E6;
  margin-right: 0.5vw;
  position: relative;
  display: inline-block;
  margin-bottom: 0.5vw; }

.tag_form:hover {
  color: white;
  background-color: #4c4c4c; }

.tag_form:hover .tag_cerrar {
  color: white; }

.tag_cerrar {
  position: absolute;
  right: 0.2vw;
  top: 0.1vw;
  color: #4C4C4C;
  font-size: 0.8vw;
  font-weight: bold;
  display: block;
  cursor: pointer; }

.file_tag {
  padding: 0.5vw 1vw;
  color: #152133;
  display: block;
  position: relative;
  border-bottom: solid 0.1vw white; }

.file_tag2 {
  padding: 0.5vw 1vw;
  color: white;
  display: block;
  position: relative;
  border-bottom: solid 0.1vw #4c4c4c; }

.file_cerrar {
  float: right;
  color: #4c4c4c;
  font-size: 1.2vw;
  font-family: 'Metropolis Semi Bold';
  cursor: pointer; }

.file_cerrar2 {
  float: right;
  color: white;
  font-size: 1.2vw;
  font-family: 'Metropolis Semi Bold';
  cursor: pointer; }

.tit_form_pyct {
  color: #152133;
  font-family: 'Metropolis Extra Bold';
  font-size: 1.5vw;
  width: 100%;
  text-align: center;
  padding: 1.5vw 0;
  display: block; }

.tit_form_pyct span {
  color: #3dd660; }

.grid_cate_pyct {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  box-sizing: border-box;
  padding: 0;
  grid-gap: 1vw;
  text-align: center; }

.grid_cate_pyct input[type="radio"] {
  opacity: 0;
  position: absolute; }

.grid_cate_pyct > label > div {
  width: 10vw;
  text-align: center;
  font-family: 'metropolis';
  color: #4c4c4c;
  height: 8vw;
  position: relative;
  padding: 1vw;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s;
  border: solid 0.1vw white; }

.grid_cate_pyct > label > div:hover {
  border: solid 0.1vw #4c4c4c;
  border-radius: 0.5vw; }

.grid_cate_pyct input[type="radio"]:checked ~ div {
  border: solid 0.1vw #3b438c;
  border-radius: 0.5vw;
  color: #3b438c;
  font-family: 'Metropolis Semi Bold';
  background-color: #f6f6f6; }

.icono_cate_pyct {
  font-size: 3vw;
  display: block;
  margin-bottom: 1vw; }

.span_error2 {
  font-size: 1vw;
  display: block;
  color: #3dd660;
  font-family: 'metropolis';
  font-style: italic; }

.grid_form_pyct {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: 30% 70%;
  grid-gap: 0.5vw;
  font-size: 0.9vw; }

.grid_form_pyct .error_form {
  color: red;
  font-size: 0.8vw; }

.grid_form_pyct > div {
  width: 100%;
  color: #4C4C4C;
  box-sizing: border-box; }

.grid_form_pyct > div:last-child {
  padding: 2vw;
  background-color: white;
  box-shadow: 0.2vw 0.2vw 0.2vw #CCCCCC; }

.grid_form_pyct > div:last-child input[type="text"],
.grid_form_pyct > div:last-child [type="password"],
.grid_form_pyct > div:last-child [type="submit"],
.grid_form_pyct > div:last-child [type="number"],
.grid_form_pyct > div:last-child [type="button"],
.grid_form_pyct > div:last-child [type="date"],
.grid_form_pyct > div:last-child textarea,
.grid_form_pyct > div:last-child select {
  padding: 1vw;
  background-color: transparent;
  border: 0.1vw solid #4C4C4C;
  font-size: 1vw;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 1vw;
  border-radius: 0.5vw;
  color: #4C4C4C;
  margin-bottom: 0px;
  outline: none; }

.grid_form_pyct > div:last-child input[type="text"]:focus,
.grid_form_pyct > div:last-child [type="password"]:focus,
.grid_form_pyct > div:last-child [type="submit"]:focus,
.grid_form_pyct > div:last-child [type="number"]:focus,
.grid_form_pyct > div:last-child [type="button"]:focus,
.grid_form_pyct > div:last-child [type="date"]:focus,
.grid_form_pyct > div:last-child textarea:focus,
.grid_form_pyct > div:last-child select:focus {
  border: 0.1vw solid #3b438c; }

.grid_form_pyct > div:last-child input[type="text"]::placeholder,
.grid_form_pyct > div:last-child [type="password"]::placeholder,
.grid_form_pyct > div:last-child [type="submit"]::placeholder,
.grid_form_pyct > div:last-child [type="number"]::placeholder,
.grid_form_pyct > div:last-child [type="button"]::placeholder,
.grid_form_pyct > div:last-child [type="date"]::placeholder,
.grid_form_pyct > div:last-child textarea::placeholder,
.grid_form_pyct > div:last-child select::placeholder {
  color: #777777; }

.grid_form_pyct > div:last-child select {
  width: 30%;
  box-sizing: border-box;
  display: inline-block;
  color: #4c4c4c; }

.grid_form_pyct > div:last-child select option {
  background: white;
  color: #4c4c4c; }

.grid_form_pyct > div:last-child select option:hover {
  background-color: #3b438c;
  color: #ffffff; }

.grid_form_pyct > div:last-child select option:checked {
  background: #3b438c !important;
  color: #ffffff; }

.grid_form_pyct > div:last-child select option:focus {
  background: #3b438c !important; }

.grid_form_pyct > div:last-child [type="submit"] {
  display: block;
  width: 13vw;
  color: white;
  background-color: #3dd660;
  margin: auto;
  border: solid 0.1vw #3dd660; }

.bton_form_reg {
  padding: 1vw;
  background-color: #3dd660;
  border: solid 0.1vw #3dd660;
  font-size: 1vw;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 1vw;
  border-radius: 0.5vw;
  color: white;
  margin-bottom: 0px;
  outline: none;
  text-align: center;
  cursor: pointer; }

.bton_form_reg > input[type="file"] {
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  font-size: 0; }

.b_f_r_color2 {
  color: #152133;
  background-color: #f6f6f6;
  border: solid 0.1vw #f6f6f6; }

.select_form2 {
  width: 100% !important;
  margin-left: 0 !important; }

.select_form2 > option {
  color: black; }

.txt_req {
  padding: 0.3vw 1vw;
  display: block;
  text-align: right;
  box-sizing: border-box;
  font-size: 0.7vw;
  color: #4c4c4c; }

.hr_habilidad {
  padding-top: 0.5vw;
  margin-top: 0.5vw;
  border-top: solid 0.1vw #4C4C4C;
  text-align: right;
  font-size: 0.8vw;
  display: block;
  color: #4C4C4C; }

.text_habilidad {
  text-align: center;
  display: block;
  color: #4C4C4C;
  font-size: 0.8vw;
  margin-top: 0.5vw; }

.text_habilidad > label {
  font-family: 'Metropolis Semi Bold'; }

.text_habilidad > span {
  transition: all 0.5s; }

.text_habilidad > span:hover {
  font-family: 'Metropolis Semi Bold';
  color: #3b438c; }

.div_busc_habili {
  width: 100%;
  font-size: 0;
  text-align: center; }

#id_habilidades {
  width: 25vw;
  margin: auto;
  display: inline-block;
  padding: 0.8vw 1vw;
  vertical-align: top;
  border-radius: 0.5vw 0 0 0.5vw;
  height: 2.6vw; }

.boton_habili {
  padding: 0.8vw;
  font-size: 1vw;
  color: white;
  background-color: #3dd660;
  display: inline-block;
  vertical-align: top;
  border-radius: 0 0.5vw 0.5vw 0;
  height: 2.6vw;
  box-sizing: border-box; }

.grid_form_pcyt {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2vw; }

.grid_form_pcyt > div > label > input[type="radio"] {
  opacity: 0; }

.grid_form_pcyt > div > label > input[type="radio"]:checked ~ .div_pyct_privacidad {
  border: solid 0.1vw #3b438c; }

.grid_form_pcyt > div > label > input[type="radio"]:checked ~ .div_pyct_privacidad > .check_privacidad {
  border: solid 0.1vw #3b438c;
  background-color: #3b438c; }

.grid_form_pcyt > div .tit_form_pyct {
  padding-bottom: 0.5vw;
  text-align: right; }

.div_pyct_privacidad {
  width: 100%;
  padding: 0.5vw 1vw;
  box-sizing: border-box;
  border: solid 0.1vw #4c4c4c;
  border-radius: 0.5vw;
  color: #4c4c4c;
  text-align: left;
  font-size: 0.9vw; }

.check_privacidad {
  width: 1vw;
  height: 1vw;
  border: solid 0.1vw #4c4c4c;
  color: white;
  border-radius: 0.3vw;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5vw;
  font-size: 0.9vw;
  text-align: center; }

.check_privacidad > span {
  line-height: 1vw; }

.txt_check_priv {
  font-family: 'Metropolis Semi Bold';
  display: inline-block;
  vertical-align: middle;
  font-size: 1vw; }

.txt_check_priv2 {
  margin-top: 0.5vw;
  display: block; }

.ul_checks_form {
  padding-top: 1.5vw;
  margin: 0;
  width: 80%;
  box-sizing: border-box;
  position: sticky;
  top: 0; }

.ul_checks_form > li {
  display: block;
  list-style: none;
  border-bottom: dashed 0.1vw #4c4c4c;
  font-size: 1vw;
  color: #4C4C4C;
  padding: 0.8vw 0; }

.icono_check_form {
  width: 100%;
  width: 1.5vw;
  height: 1.5vw;
  text-align: center;
  line-height: 1.5vw;
  display: inline-block;
  vertical-align: middle;
  background-color: #4c4c4c;
  color: white;
  font-size: 1vw;
  margin-right: 0.5vw;
  border-radius: 50%; }

.icono_check_ok {
  background-color: #3dd660; }

.div_calen_form {
  width: 100%;
  box-sizing: border-box;
  border: solid 0.1vw #4c4c4c;
  border-radius: 0.5vw;
  vertical-align: middle;
  display: inline-block;
  margin-top: 1vw; }

.input_calen_form {
  width: 18vw !important;
  border: none !important;
  padding: 1vw !important;
  display: inline-block !important;
  vertical-align: middle !important;
  margin-top: 0 !important; }

.input_porcent_form {
  width: 6vw !important;
  border: none !important;
  padding: 1vw !important;
  display: inline-block !important;
  vertical-align: middle !important;
  margin-top: 0 !important; }

.icono_calen_form {
  color: #4c4c4c;
  font-size: 1.5vw;
  display: inline-block;
  padding: 0.5vw 1vw;
  border-right: 0.1vw solid #4c4c4c;
  vertical-align: middle; }

.seccion_form {
  display: none; }

.etiqueta_valor {
  width: 4vw;
  height: 3vw;
  position: absolute;
  top: -0.1vw;
  right: 0;
  background-color: #F7931E;
  color: white;
  text-align: right;
  box-sizing: border-box;
  padding: 0.5vw 1vw;
  border-top-right-radius: 0.5vw;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%); }

.etiqueta_valor > span {
  font-size: 1vw; }

.div_totales {
  width: 50% !important;
  color: #4c4c4c; }

.div_porcent {
  width: 45% !important;
  color: #4c4c4c;
  display: inline-flex !important;
  vertical-align: middle !important;
  margin-top: -0.1vw !important;
  margin-left: 0.5vw;
  position: relative;
  align-items: center; }

.div_porcent input[type="text"] {
  padding: 1vw 0.3vw !important; }

.txt_totales {
  vertical-align: middle;
  display: inline-block;
  padding: 0.8vw;
  font-size: 1.2vw; }

.txt_costo_priv {
  color: #4c4c4c;
  text-align: right;
  display: block;
  font-size: 1vw;
  margin-top: 1.5vw; }

.btn_mas {
  color: white;
  font-size: 0.9vw;
  background-color: #3dd660;
  width: 7vw;
  height: 2.2vw;
  border-radius: 0.3vw;
  text-align: center;
  margin: auto;
  margin-top: 4vw;
  cursor: pointer;
  padding-top: 0.3vw; }

.btn_mas > span {
  line-height: 1.9vw; }

.txt_olvidaste {
  font-size: 1vw;
  color: #FFFFFF; }

.font_info {
  position: absolute;
  color: #3dd660;
  top: 0.8vw;
  right: -3vw;
  cursor: pointer; }

#porcentaje > span {
  margin-left: 0.6vw;
  font-size: 1vw; }

.div_mensaje_activ {
  width: 40%;
  font-size: 1.2vw; }

.div_mensaje_input {
  width: 100%; }

.tit_logo {
  width: 100%;
  max-width: none; }

.texto_mensaje {
  font-size: 1.2vw;
  text-align: center; }

.div_mensaje_input input[type="submit"] {
  width: 75%;
  margin-left: auto;
  margin-right: auto; }

.checkmark_mensaje {
  color: #FFFFFF;
  background-color: #3dd660;
  padding: 0.4vw;
  font-size: 0.8vw;
  border-radius: 50%;
  margin-left: 1vw; }

.texto_bold {
  font-family: 'metropolis Semi Bold'; }

.grid_cate_pyct_reg {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
  box-sizing: border-box;
  padding: 0;
  grid-gap: 0vw;
  text-align: start; }

.grid_cate_pyct_reg input[type="radio"] {
  opacity: 0;
  position: absolute; }

.grid_cate_pyct_reg > label > div {
  width: 30vw;
  text-align: start;
  font-family: 'metropolis';
  color: #4c4c4c;
  height: auto;
  position: relative;
  padding: 0.4vw;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s;
  border: solid 0.1vw white; }

.grid_cate_pyct_reg > label > div:hover {
  border: solid 0.1vw #4c4c4c;
  border-radius: 0.5vw; }

.grid_cate_pyct_reg input[type="radio"]:checked ~ div {
  border: solid 0.1vw #3b438c;
  border-radius: 0.5vw;
  color: #3b438c;
  font-family: 'Metropolis Semi Bold'; }

@media screen and (max-width: 800px) {
  .div_form_reg {
    padding: 0px;
    margin: 0;
    height: auto;
    min-height: 0; }

  .div_form_reg_s {
    width: 90%;
    font-size: 0px;
    padding: 20px 0; }

  .div_form_logo {
    width: 100%;
    display: block; }

  .tit_logo {
    font-size: 30px;
    font-weight: normal;
    padding: 14px 0;
    font-family: 'metropolis Extra Bold';
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    max-width: none;
    margin-bottom: 10px; }

  .img_logo {
    display: none; }

  .div_form_input {
    width: 100%;
    display: block;
    padding: 10px 0;
    font-size: 16px; }

  .div_form_input input[type="text"],
  .div_form_input [type="password"],
  .div_form_input [type="submit"],
  .div_form_input [type="number"],
  .div_form_input [type="button"],
  .div_form_input textarea,
  .div_form_input select {
    padding: 20px;
    border: 1px solid #ffffff;
    font-size: 20px;
    width: 100%;
    margin-top: 20px;
    border-radius: 8px; }

  .div_form_input input[type="text"]:nth-child(odd),
  .div_form_input [type="password"]:nth-child(odd),
  .div_form_input [type="submit"]:nth-child(odd),
  .div_form_input [type="number"]:nth-child(odd),
  .div_form_input [type="button"]:nth-child(odd),
  .div_form_input textarea:nth-child(odd),
  .div_form_input select:nth-child(odd) {
    margin-left: 0%; }

  .div_form_input input[type="submit"],
  .div_form_input [type="button"] {
    border: solid 1px #ffff26;
    font-family: 'metropolis Semi Bold'; }

  .div_form_input textarea {
    height: 200px;
    resize: none; }

  /* The checkbox form */
  .checkbox_form {
    display: inline-block;
    position: relative;
    padding-top: 3px;
    padding-left: 38px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top;
    float: left; }

  /* Hide the browser's default checkbox */
  .checkbox_form input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }

  /* Create a custom checkbox */
  .checkmark_form {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 4px;
    vertical-align: top; }

  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark_form/indicator (hidden when not checked) */
  .checkmark_form:after {
    content: "";
    position: absolute;
    display: none; }

  /* Show the checkmark_form when checked */
  .checkbox_form input:checked ~ .checkmark_form:after {
    display: block; }

  /* Style the checkmark_form/indicator */
  .checkbox_form .checkmark_form:after {
    left: 10px;
    top: 3px;
    width: 3px;
    height: 16px;
    border: solid white;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

  .grid_form_pyct {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 0.5vw;
    font-size: 16px; }

  .grid_form_pyct .error_form {
    color: red;
    font-size: 12px; }

  .grid_form_pyct > div {
    width: 100%;
    color: #4C4C4C;
    box-sizing: border-box; }

  .grid_form_pyct > div:first-child {
    display: none; }

  .grid_form_pyct > div:last-child {
    padding: 20px;
    box-shadow: none; }

  .grid_form_pyct > div:last-child input[type="text"],
  .grid_form_pyct > div:last-child [type="password"],
  .grid_form_pyct > div:last-child [type="submit"],
  .grid_form_pyct > div:last-child [type="number"],
  .grid_form_pyct > div:last-child [type="button"],
  .grid_form_pyct > div:last-child [type="date"],
  .grid_form_pyct > div:last-child textarea,
  .grid_form_pyct > div:last-child select {
    padding: 16px;
    background-color: transparent;
    border: 1px solid #4C4C4C;
    font-size: 20px;
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 20px;
    border-radius: 8px;
    color: #4C4C4C;
    margin-bottom: 0px;
    outline: none;
    margin-left: 0 !important; }

  .grid_form_pyct > div:last-child input[type="text"]:focus,
  .grid_form_pyct > div:last-child [type="password"]:focus,
  .grid_form_pyct > div:last-child [type="submit"]:focus,
  .grid_form_pyct > div:last-child [type="number"]:focus,
  .grid_form_pyct > div:last-child [type="button"]:focus,
  .grid_form_pyct > div:last-child [type="date"]:focus,
  .grid_form_pyct > div:last-child textarea:focus,
  .grid_form_pyct > div:last-child select:focus {
    border: 1px solid #3b438c; }

  .grid_form_pyct > div:last-child input[type="text"]::placeholder,
  .grid_form_pyct > div:last-child [type="password"]::placeholder,
  .grid_form_pyct > div:last-child [type="submit"]::placeholder,
  .grid_form_pyct > div:last-child [type="number"]::placeholder,
  .grid_form_pyct > div:last-child [type="button"]::placeholder,
  .grid_form_pyct > div:last-child [type="date"]::placeholder,
  .grid_form_pyct > div:last-child textarea::placeholder,
  .grid_form_pyct > div:last-child select::placeholder {
    color: #777777; }

  .grid_form_pyct > div:last-child textarea {
    height: 250px; }

  .grid_form_pyct > div:last-child select {
    width: 100%;
    box-sizing: border-box;
    display: block;
    color: #4c4c4c; }

  .grid_form_pyct > div:last-child [type="submit"] {
    display: block;
    width: 100%;
    color: white;
    background-color: #3dd660;
    margin: auto;
    border: solid 1px #3dd660; }

  .bton_form_reg {
    padding: 16px;
    font-size: 20px;
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 20px;
    border-radius: 8px;
    margin-bottom: 0px;
    outline: none;
    text-align: center; }

  .txt_req {
    padding: 6px 16px;
    display: block;
    text-align: right;
    box-sizing: border-box;
    font-size: 12px;
    color: #4c4c4c; }

  .txt_file_mod {
    font-size: 12px;
    width: 250px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle; }

  .txt_file_mod > span {
    font-family: 'Metropolis Semi Bold'; }

  .input_file_mod {
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    font-size: 14px;
    font-family: "Metropolis";
    cursor: pointer;
    color: #4c4c4c;
    box-sizing: border-box;
    width: 100%;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%234C4C4CFF' stroke-width='2' stroke-dasharray='7' stroke-dashoffset='4' stroke-linecap='square'/%3e%3c/svg%3e"); }

  .btn_file_mod {
    width: 150px;
    padding: 8px 0;
    font-size: 16px;
    font-family: 'Metropolis Semi Bold';
    background-color: #3b438c;
    color: white;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px; }

  .file_tag {
    padding: 8px 16px;
    color: #152133;
    display: block;
    position: relative;
    border-bottom: solid 1px #4c4c4c;
    font-size: 16px; }

  .file_tag2 {
    padding: 8px 16px;
    border-bottom: solid 1px white;
    font-size: 16px; }

  .desc_file {
    font-size: 16px; }

  .file_cerrar {
    font-size: 20px; }

  .file_cerrar2 {
    font-size: 20px; }

  .tit_form_pyct {
    color: #152133;
    font-family: 'Metropolis Extra Bold';
    font-size: 24px;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    display: block; }

  .tit_form_pyct span {
    color: #3dd660; }

  .grid_cate_pyct {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    box-sizing: border-box;
    padding: 0;
    grid-gap: 20px;
    font-size: 16px;
    text-align: center; }

  .grid_cate_pyct input[type="radio"] {
    opacity: 0;
    position: absolute; }

  .grid_cate_pyct > label > div {
    width: 100%;
    text-align: center;
    font-family: 'metropolis';
    color: #4c4c4c;
    height: 150px;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s;
    border: solid 1px #4c4c4c;
    border-radius: 8px; }

  .grid_cate_pyct > label > div:hover {
    border: solid 1px #4c4c4c;
    border-radius: 8px; }

  .grid_cate_pyct input[type="radio"]:checked ~ div {
    border: solid 1px #3b438c;
    border-radius: 8px;
    color: #3b438c;
    font-family: 'Metropolis Semi Bold'; }

  .icono_cate_pyct {
    font-size: 60px;
    display: block;
    margin-bottom: 16px; }

  .btn_mas {
    color: white;
    font-size: 18px;
    background-color: #3dd660;
    width: 120px;
    height: 30px;
    display: block;
    padding: 8px 0;
    border-radius: 5px;
    text-align: center;
    margin: auto;
    margin-top: 30px;
    cursor: pointer; }

  .btn_mas > span {
    line-height: 30px; }

  #id_habilidades {
    width: 85%;
    margin: auto;
    display: inline-block;
    padding: 12px 16px;
    vertical-align: top;
    border-radius: 8px 0 0 8px;
    height: 40px; }

  .boton_habili {
    padding: 12px 20px;
    font-size: 16px;
    color: white;
    background-color: #3dd660;
    display: inline-block;
    vertical-align: top;
    border-radius: 0 8px 8px 0;
    height: 40px;
    box-sizing: border-box; }

  .text_habilidad {
    font-size: 14px;
    margin-top: 8px; }

  .hr_habilidad {
    padding-top: 8px;
    margin-top: 8px;
    border-top: solid 1px #4C4C4C;
    font-size: 12px; }

  .tag_form {
    padding: 8px 16px;
    border-radius: 8px;
    color: #4c4c4c;
    background-color: #E6E6E6;
    margin-right: 8px;
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
    font-size: 16px; }

  .tag_form:hover {
    color: white;
    background-color: #4c4c4c; }

  .tag_form:hover .tag_cerrar {
    color: white; }

  .tag_cerrar {
    position: absolute;
    right: 3px;
    top: 2px;
    color: #4C4C4C;
    font-size: 12px;
    font-weight: bold;
    display: block;
    cursor: pointer; }

  .grid_form_pcyt {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px; }

  .grid_form_pcyt > div > label > input[type="radio"] {
    opacity: 0; }

  .grid_form_pcyt > div > label > input[type="radio"]:checked ~ .div_pyct_privacidad {
    border: solid 1px #3b438c; }

  .grid_form_pcyt > div > label > input[type="radio"]:checked ~ .div_pyct_privacidad > .check_privacidad {
    border: solid 1px #3b438c; }

  .grid_form_pcyt > div .tit_form_pyct {
    padding-bottom: 8px;
    text-align: center; }

  .div_totales {
    width: 55% !important;
    color: #4c4c4c; }

  .div_porcent {
    width: 42% !important;
    color: #4c4c4c;
    display: inline-flex !important;
    vertical-align: middle !important;
    margin-left: 8px;
    margin-top: -8px !important;
    align-items: center; }

  .div_porcent input[type="text"] {
    padding: 16px 5px !important; }

  .input_calen_form {
    width: 65% !important;
    padding: 16px !important; }

  .icono_calen_form {
    color: #4c4c4c;
    font-size: 25px;
    display: inline-block;
    padding: 8px 16px;
    border-right: 1px solid #4c4c4c;
    vertical-align: middle; }

  .div_calen_form {
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #4c4c4c;
    border-radius: 8px;
    vertical-align: middle;
    display: inline-block;
    margin-top: 16px; }

  .txt_totales {
    vertical-align: middle;
    display: inline-block;
    padding: 12px;
    font-size: 20px; }

  .valor_total {
    width: 100% !important; }

  .input_porcent_form {
    width: 60% !important;
    padding: 16px !important; }

  .txt_olvidaste {
    font-size: 16px; }

  .font_info {
    position: absolute;
    color: #3dd660;
    top: 15px;
    right: -30px;
    cursor: pointer;
    font-size: 20px; }

  #porcentaje > span {
    margin-top: 10px;
    margin-left: 10px;
    font-size: 18px; }

  .div_mensaje_activ {
    font-size: 20px;
    padding-bottom: 70px; }

  .texto_mensaje {
    font-size: 20px;
    text-align: center; }

  .checkmark_mensaje {
    padding: 8px;
    font-size: 14px;
    margin-left: 16px; }

  .grid_cate_pyct_reg {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    box-sizing: border-box;
    padding: 0;
    grid-gap: 0vw;
    text-align: start; }

  .grid_cate_pyct_reg input[type="radio"] {
    opacity: 0;
    position: absolute; }

  .grid_cate_pyct_reg > label > div {
    width: 80vw !important;
    text-align: start;
    font-family: 'metropolis';
    color: #4c4c4c;
    height: auto;
    position: relative;
    padding: 0.4vw;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s;
    border: solid 0.1vw white;
    margin-left: 3vw; }

  .grid_cate_pyct_reg > label > div:hover {
    border: solid 0.1vw #4c4c4c;
    border-radius: 0.5vw; }

  .grid_cate_pyct_reg input[type="radio"]:checked ~ div {
    border: solid 0.1vw #3b438c;
    border-radius: 0.5vw;
    color: #3b438c;
    font-family: 'Metropolis Semi Bold'; } }
