.hero-testov {
  margin: 0;
}

.hero-img-container {
  position: relative;
  height: 553px;
  width: 100%;
  overflow: hidden;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-img.mobile {
  display: none;
}

.hero-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(255, 89, 0, 0.85);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 960px;
  color: white;
  text-align: center;
  padding: 40px 20px;
  align-items: center;
  justify-content: center;
}

.hero-subtitle {
  font-style: italic;
  font-size: 18px;
  line-height: 26px;
  font-family: "zilla slab";
  max-width: 625px;
  margin: 0 auto 12px auto;
}

.hero-title {
  font-family: 'Zilla Slab', serif;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 55px;
  color: #fff;
}

.hero-button {
  background-color: white;
  color: black !important;
  padding: 14px 30px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.hero-button:hover {
  background-color: #FF5900 !important;
  color: white !important;
}

/* 🔁 Responsive para mobile */
@media screen and (max-width: 768px) {
  .hero-img-container {
  height: 450px;
}
  
  .hero-img.desktop {
    display: none;
  }

  .hero-img.mobile {
    display: block;
    height: 100%;
  }

  .hero-content {
    padding: 30px 20px;
  }

  .hero-subtitle {
    font-size: 14px;
    line-height: 1.2;
    max-width: 280px;
  }

  .hero-title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 35px;
  }

  .hero-button {
    font-size: 16px;
    padding: 12px 24px;
  }
}


.h3-test-landing {
  color: #ff5900;
  text-align: center;
  font-size: 35px;
  margin: 24px auto 24px !important;
}

.intro-testov-final {
  display: flex;
  flex-direction: column;
  align-items: center;      /* Centra horizontalmente */
  justify-content: center;  /* Centra verticalmente (si tiene height definido) */
  max-width: 960px;
  margin: 52px auto 30px;
  text-align: center;
  padding: 0 20px;
}

.intro-heading {
  font-size: 30px;
  line-height: 130%;
  font-family: "Zilla Slab", serif;
  margin-bottom: 24px;
}

.intro-text {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 20px;
  font-family: "Zilla Slab", serif;
   max-width: 788px;
}

.intro-link {
  display: inline-block;
  font-family: "Zilla Slab", serif;
  font-size: 18px;
  text-decoration: underline !important;
  color: #9267DC !important;
  font-weight: bold;
  transition: color 0.3s ease !important;
  text-transform: uppercase !important;
}

.intro-link:hover {
  color: #ff5900 !important;
}


.descubre-testov {
  display: flex;
  justify-content: space-around;
  margin: 60px 56px 0px;
  padding: 0px 3% 0px;
  align-items: center;
  background-color: rgba(255, 89, 0, 0.15);
  border-radius: 30px;
}
.descubre-testov h2 {
  font-family: "zilla slab";
  font-weight: bold;
  color: #ff5900;
  font-size: 35px;
  line-height: 42px;
}
.descubre-testov-desc {
  max-width: 40%;
  font-family: 'Zilla Slab';
}
.cuadros-testov p, .exposicion-perfiles p {
  font-size: 18px;
  font-weight: 400;
  font-family: zilla slab;
}

 .exposicion-perfiles p {
  max-width: 650px;
}

.descubre-testov-desc p, {
  font-size: 18px;
  margin-top: 19px;
  font-weight: 400;
  font-family: zilla slab;
  line-height: 21px;
}

.descubre-testov-img img.desktop {
  display: block;
  width: 100%;
  height: auto;
}

.descubre-testov-img img.mobile {
  display: none;
  width: 100%;
  height: auto;
}

@media (max-width: 1000px) {
  .descubre-testov-img img.desktop {
    display: none;
  }

  .descubre-testov-img img.mobile {
    display: block;
  }
}

.cuadros-testov {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 26px;
}
.cuadros-testov .cuadros {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
}
.cuadros-testov .cuadros div {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(185, 158, 232, 0.3);
  padding: 20px 70px;
  border-radius: 20px;
  width: 45%;
  height: 300px;
  justify-content: center;
}
.cuadros-testov .cuadros p {
  font-weight: 100;
  text-align: center;
  font-style: italic;
  font-family: Zilla slab;
  line-height: 25px;
  margin-top: 20px;
}
.cuadros-testov p {
  text-align: center;
}

.cuadros-intro {
  font-size: 28px !important;
  line-height: 130%;
  font-family: "Zilla Slab", serif;
  max-width: 950px;
  margin: 0 auto 40px auto;
  text-align: center;
}

.exposicion-perfiles {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.tarjetas-perfiles {
  display: flex;
  justify-content: space-evenly;
  margin: 0 0 52px;
}
.perfil {
  background-color: #F5F5F5;
  max-width: 17%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 17px;
  gap: 15px;
}
.perfil-desc {
  padding: 0 5%;
  font-family: Zilla slab;
}
.posible-respuesta {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 20px;
  padding-bottom: 0;
}


.posible-respuesta::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%; /* Puedes ajustar este valor según cuánto del degradado quieras */
  pointer-events: none;
}

.img-con-gradient {
  position: relative;
  display: inline-block;
  border-radius: 31px;
  overflow: hidden;
}

.img-con-gradient img {
  display: block;
  width: 100%;
  border-radius: 31px;
}

.img-con-gradient::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55%; /* Ajusta según la cantidad de gradiente deseado */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  z-index: 1;
  pointer-events: none;
}

.posible-respuesta img {
  border-radius: 31px;
}
.posible-respuesta div {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  z-index: 2;
  text-shadow: 1px 1px 2px black;
}

.perfil-nombre {
  padding: 32px 0px 0;
  width: 100%;
  height: 96px;
  color: black;
  font-size: 24px;
  align-content: center;
  margin-bottom: 0px;
}

.administrativo {
  background-color: #FF8800;
}
.humanidades {
  background-color: #B8EC9B;
}
.artistica {
  background-color: #CAA7ED;
}
.salud {
  background-color: #9EBDF7;
}
.tecnicas {
  background-color: #FFDA66;
}

.test #test-registro {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: initial;
  color: black;
  margin: 45px 0;
}
#test-registro h2 {
  color: #ff5900;
  width: 30%;
  text-align: center;
  margin-bottom: 45px;
}

.likert {
  display: grid;
  grid: auto / 50% 50%;
  padding-bottom: 12px;
}

.likert .escala {
  display: flex;
  justify-content: space-around;
  padding-right: 35%;
  font-family: Roboto;
  color: black;
  font-size: 18px;
  margin-bottom: 15px;
}
.likert input[type="radio"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 4.45em;
  height: 1.55em;
  border: 0.05em solid #FF5900;
  border-radius: 10px;
  transition: box-shadow 0.5s;
}

.likert input[type="radio"]:checked {
  box-shadow: #FF5900 1em 3em inset;
}

.likert input[type="radio"]:checked + .label-opcion {
  color: white;
}

.opciones .label-opcion {
  position: absolute;
  left: 38%;
  top: 19%;
  pointer-events: none;
  color: black;
  font-size: 25px;
}

.heading-centrado {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
.pasos-icon {
  	position: absolute;
  	top: 96px;
  	left: 83px;
  	width: 1127px;
  	height: 95px;
}
.ttulo-de-la {
  	position: absolute;
  	top: 245px;
  	left: calc(50% - 563.5px);
  	line-height: 55px;
  	text-transform: uppercase;
}
.span {
  	color: #000;
}
.div {
  	position: absolute;
  	top: 245px;
  	right: 90px;
  	line-height: 55px;
  	text-transform: uppercase;
  	text-align: right;
}
.enumera-las-siguientes {
  	margin: 0 10% 0;
  font-size: 25px;
  line-height: 140%;
  text-transform: uppercase;
}
.enumera-las-siguientes-container {
  	top: 311px;
  	left: calc(50% - 563.5px);
  	font-size: 25px;
    font-weight: 600;
  	line-height: 35px;
  	font-family: Zilla slab;
  	color: #ff5900;
    margin-bottom: 50px;
  	/*width: 81%;*/
    text-align: center;
    margin-top: 5%;
}
.siguiente {
  	top: 18px;
  	left: calc(50% - 51.5px);
  	line-height: 100%;
  	text-transform: uppercase;
}
.siguiente-grid-square {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.siguiente-active {
  background-color: #ff5900 !important;
}
.siguiente-active:hover {
  cursor: pointer !important;
  background-color: #e85302 !important;
}
.siguiente-wrapper {
  display: inline-block;
  text-align: center;
  background-color: #d9d9d9;
  color: white !important;
  padding: 14px 36px;
  border-radius: 12px;
  font-size: 18px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.siguiente-wrapper:hover {
  color: #fff !important;
  text-decoration: none !important;
  cursor: default;
}
.likert .pregunta {
  	line-height: 100%;
  	font-size: 20px;
  	color: #000;
  	font-family: Zilla slab;
    margin: 0 0 38px;
    padding-left: 20%;
}
.likert .opciones {
    padding-right: 20%;
    display: flex;
    justify-content: space-around;
    transition: background-color 0.5s linear;
      margin-top: 0px;
}
.opciones span {
  position: relative;
  height: fit-content;
}
.hablar-en-pblico-wrapper {
  	position: absolute;
  	top: 20px;
  	right: 348px;
  	border-radius: 10px;
  	width: 396px;
  	height: 64px;
  	overflow: hidden;
}
.comercializar-estratgicamente {
  	position: absolute;
  	top: 12px;
  	right: 4px;
  	line-height: 100%;
  	text-transform: uppercase;
  	font-weight: 800;
  	display: inline-block;
  	width: 433px;
}
.comercializar-estratgicamente-wrapper {
  	position: absolute;
  	top: 104px;
  	right: 348px;
  	border-radius: 10px;
  	width: 396px;
  	height: 64px;
  	overflow: hidden;
}
.disear-los-muebles {
  	position: absolute;
  	top: 15px;
  	right: 4px;
  	line-height: 100%;
  	text-transform: uppercase;
  	font-weight: 800;
  	display: inline-block;
  	width: 321px;
}
.disear-los-muebles-de-una-viv-wrapper {
  	position: absolute;
  	top: 188px;
  	right: 348px;
  	border-radius: 10px;
  	width: 396px;
  	height: 64px;
  	overflow: hidden;
}
.construir-una-casa-o-edificio-wrapper {
  	position: absolute;
  	top: 272px;
  	right: 348px;
  	border-radius: 10px;
  	width: 396px;
  	height: 64px;
  	overflow: hidden;
}
.group-child {
  	position: absolute;
  	top: 35px;
  	left: 4px;
  	width: 297px;
  	height: 33px;
}
.group-item {
  	position: absolute;
  	top: 119px;
  	left: 4px;
  	width: 297px;
  	height: 33px;
}
.group-inner {
  	position: absolute;
  	top: 203px;
  	left: 4px;
  	width: 297px;
  	height: 33px;
}
.group-icon {
  	position: absolute;
  	top: 287px;
  	left: 6px;
  	width: 297px;
  	height: 33px;
}
.b {
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	line-height: 100%;
  	text-transform: uppercase;
  	display: inline-block;
  	width: 37px;
  	height: 26px;
}
.b1 {
  	position: absolute;
  	top: 0px;
  	left: 90px;
  	line-height: 100%;
  	text-transform: uppercase;
  	display: inline-block;
  	width: 37px;
  	height: 26px;
}
.b2 {
  	position: absolute;
  	top: 0px;
  	left: 177px;
  	line-height: 100%;
  	text-transform: uppercase;
  	display: inline-block;
  	width: 37px;
  	height: 26px;
}
.b3 {
  	position: absolute;
  	top: 0px;
  	left: 267px;
  	line-height: 100%;
  	text-transform: uppercase;
  	display: inline-block;
  	width: 37px;
  	height: 26px;
}
.group-parent {
  	position: absolute;
  	top: 0px;
  	left: 440px;
  	width: 304px;
  	height: 320px;
  	text-align: center;
  	font-size: 18px;
}
.frame-parent {
  	position: absolute;
  	top: 379px;
  	right: 274px;
  	width: 744px;
  	height: 336px;
  	text-align: right;
  	font-size: 20px;
  	color: #000;
  	font-family: Roboto;
}
.test {
  	position: relative;
  	border-radius: 20px;
  	background-color: #fff;
  	border: 2px solid #ff5900;
  	box-sizing: border-box;
  	height: fit-content;
  	text-align: left;
  	font-size: 30px;
  	color: #ff5900;
  	font-family: 'Zilla Slab';
    margin: 0 55px 55px;
    overflow: hidden;
}

.test .progreso {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: #d2d2d2;
  border-radius: 75px;
  margin: 0 30px;
}
.test .barra-progreso {
    width: 0%;
    background-color: #FF5900;
    height: 27px;
    transition: width 0.5s;
    border-radius: 20px;
}
.test .porcentaje-progreso {
  margin: 14px 0 24px;
  display: block;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .enumera-las-siguientes {
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0 20px 0;
  }
  
  .enumera-las-siguientes-container {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .descubre-testov {
    flex-direction: column-reverse;
    margin: 50px 20px;
    padding: 0;
  }
  .descubre-testov-desc {
    text-align: center;
    max-width: unset;
    padding: 0 20px;
  }
  
  .cuadros-testov {
    margin-left: 20px;
    margin-right: 20px;
    margin top: 24px !important;
  }
  .cuadros-testov .cuadros {
    flex-direction: column;
  }
  .cuadros-testov .cuadros div {
    margin-bottom: 25px;
    width: 100%;
    justify-content: center;
  }
  
  .cuadros-intro {
    font-size: 20px !important;
    margin: 0 auto 20px;
}
  
  
  
  #test-registro h2 {
    width: unset;
  }
  .test {
    margin: 0 20px 55px;
  }
  .heading-centrado {
    margin-left: 5%;
    margin-right: 5%;
  }
  .test .pregunta {
    padding-left: 0;
    font-size: 16px;
    line-height: 1.1;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .test .opciones {
    padding-right: 0;
  }
  .test .escala {
    padding-right: 0;
  }
  
  .tarjetas-perfiles {
    flex-direction: column;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .likert {
    display: grid;
    grid-template-columns: 60% 35%; /* 60% pregunta, 40% botones */
    align-items: center;
    gap: 5%;
    margin: 0 20px 40px;
  }
  
    .likert .opciones {
  display: flex;
  justify-content: space-between;  /* Centra horizontalmente el grupo de botones */
  align-items: center;      /* Alinea verticalmente */
  gap: 8px;                /* Espacio entre Sí y No */
  padding: 0;
  }
  
    .likert .opciones span {
    width: 50%;
    max-width: 100px;
  }

  .likert input[type="radio"] {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    padding: 0;
  }

  .likert .label-opcion {
    font-size: 18px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 25%;
    transform: translateY(-50%);
    text-align: center;
    pointer-events: none;
  }
  
  .siguiente-grid-square {
    padding-top: 70px;
  }
}

div .hbspt-form {
    width: 85%;
}
body form.hs-form fieldset[class*=form-columns] .hs-input {
    background-color: rgba(217, 217, 217, 0.38);
}
ul.inputs-list.multi-container {
    display: flex;
}


@media screen and (max-width: 768px) {
  .exposicion-perfiles {
    margin: 0 20px;
}

  .h3-test-landing {
    font-size: 30px;
}
  
  .posible-respuesta img {
    width: 230px;
}
  
    .perfil {
    max-width: none;
    margin-bottom: 10px;
    padding: 24px 14px;
    gap: 20px;
  }
  
  .perfil .perfil-desc {
    font-size: 20px;
  }
  
  .perfil-nombre {
    font-size: 24px;
    height: auto;
    padding-top: 14px;
}
  
  .intro-text {
    font-size: 20px;
  }
}