/* Estilos para Legal Linker */
/* Estilos para el body */
body {
    font-family: 'DM Sans', sans-serif;
    background-color: #000;
    margin: 0;
    padding: 0;
}

/* Estilos para los encabezados */
h1 {
    font-family: DM Sans;
    font-size: 56px;
    font-weight: 400;
    line-height: 120%; /* 57.6px */
    letter-spacing: -0.58px;
}

h2 {
    font-family: "DM Sans";
    font-size: 40px;
    font-weight: 400;
    line-height: 125%; /* 50px */
    letter-spacing: -0.4px;
}

h3 {
    font-family: "DM Sans";
    font-size: 32px;
    font-weight: 400;
    line-height: 130%; /* 41.6px */
    letter-spacing: -0.32px;
}

h4 {
    font-family: "DM Sans";
    font-size: 28px;
    font-weight: 500;
    line-height: 135%; /* 37.8px */
    letter-spacing: -0.28px;
}

p {
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
}

a {
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
    text-decoration: none;
    color: inherit;
} 
input, select, textarea {
    padding: 12px !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.00) !important;
    font-family: 'Jost', sans-serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important; /* 24px */
    border: 2px solid #FFF !important;
    color: #FFF !important;
}
label {
    color: #FFF !important;
    font-family: 'Jost', sans-serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important; /* 24px */

}
option {
    color: #000 !important;
}
.mandatory-field {
    color: #75ED24 !important;
}
::placeholder {
    color: rgba(255, 255, 255, 0.60) !important;


}
.star-rating {
    display: flex !important;   
    flex-direction: row-reverse !important;
    justify-content: center !important;
}
.star-rating input {
    display: none !important;
}
.star-rating label {
    font-size: 2rem !important;
    color: #ddd !important;
    cursor: pointer !important;
}
.star-rating input:checked ~ label {
    color: #f5b301 !important;
}
.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #f5b301 !important;
}

/* input[type="checkbox"] {
    border-radius: 4px !important;
    border: 2px solid #000 !important;
    background: rgba(255, 255, 255, 0.00) !important;
} */
.step { display: flex; align-items: center; justify-content: center; }
.step.completed::after { content: '✔'; color: green; margin-left: 5px; }
/* Estilos básicos para el loader y la pantalla de éxito */
#loader, #success {
    display: none;
    text-align: center;
    margin-top: 20px;
}
#loader {
    font-size: 18px;
    color: #555;
}
#success {
    font-size: 18px;
    color: green;
}

.progress {
  max-width: 1000px;
  margin: 20px auto;
  text-align: center;
}
.progress .circle,
.progress .bar {
  display: inline-block;
  background: #000;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #fff
}
.progress .bar {
  position: relative;
  width: 80px;
  height: 6px;
  top: -33px;
  margin-left: -5px;
  margin-right: -5px;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.progress .circle .label {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
  margin-top: 3px;
  color: #b5b5ba;
  font-size: 17px;
}
.progress .circle .title {
  color: #b5b5ba;
  font-size: 13px;
  line-height: 30px;
  margin-left: -5px;
}
.modal-show {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

.progress .bar.done,
.progress .circle.done {
  background: #eee;
}
.progress .circle.done .label {
  color: #FFF;

  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}
.progress .circle.done .title {
  color: #444;
}
.progress .circle.active .label {
  color: #FFF;
  background: #0c95be;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}
.progress .circle.active .title {
  color: #0c95be;
}


.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
 
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.footer {
    background-color: #18C178;
    color: #000;
    padding: 20px 0;
    text-align: center;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.footer-nav a {
    margin: 0 10px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
.social-icons a {
    margin: 0 5px;
}
.social-icons img {
    width: 24px;
    height: 24px;
}
.footer-bottom {
    margin-top: 20px;
}
.footer-bottom a {
    color: #000;
    text-decoration: none;
    margin: 0 5px;
}
.logo {
    font-size: 24px;
    font-weight: 700;
}
.nav {
    display: flex;
    gap: 20px;
}
.nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}
.hero {
    margin-top: 50px;

}
.hero h1 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 20px;
}   
.hero p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
}
.hero-content {
    width: 80%;
    margin: 0 auto;
    max-width: 768px;
}
.buttons {
    display: flex;
    justify-content: start;
    gap: 20px;
}
.buttons-center {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.button {
    padding: 10px 20px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 500;
    background: linear-gradient(104deg, #1EF297 0%, #75ED24 100%);
}

.button-primary {
    background: linear-gradient(104deg, #1EF297 0%, #75ED24 100%);
    color: #000;
}
.button-secondary {
    background-color: #fff;
    color: #000;
}
.button-tertiary {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 12px;
}
.button-fourthy {
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 12px;
}
.image-placeholder {
    width: 100%;
    height: 75vh;
    background-color: #ccc;
    margin-top: 50px;
}
.image-placeholder-1 {
    width: 70%;
    height: 50vh;
    background-color: #ccc;
    margin-top: 50px;
}
.section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
}
.background-ligth-black {
    background-color: #191919;
}
.content {
    max-width: 600px;
}
.content h2 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.content h1 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 20px;
}
.content p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}
.features-section {
    background-color: #18C178;
    padding: 50px 0;
    color: #000;
}
.features-header {
    text-align: center;
    margin-bottom: 40px;
}
.features {
    display: flex;
    justify-content: space-evenly;
    gap: 48px;
}
.button-sec {
    border-radius: 12px;
    margin-top: 80px;
}

.icon {
    font-size: 40px;
    margin-bottom: 20px;
}
.feature h3 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 24px;
    text-align: left;
    line-height: 130%; /* 41.6px */
    letter-spacing: -0.32px;
    min-height: 84px;
}
.feature p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: left;
    min-height: 96px;
}
.education-content{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 64px;
}
.testimonials-section {
    background-color: #000;
    color: #fff;
    padding: 50px 0;
    text-align: center;
}
.testimonials {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}
.testimonial {
    margin: 0;
    padding: 0;
    width: 50%;
    text-align: left;
}
.stars {
    font-size: 20px;
    color: #FFD700;
}
blockquote {
    font-size: 18px;
    font-style: italic;
    margin: 20px 0;
}
.author {
    display: flex;
    align-items: center;
    gap: 10px;
}
.author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.controls {
    margin-top: 20px;
}
.controls button {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
}
.faq-section {
    background-color: #F1FDE9;
    padding: 50px 20px;
    text-align: center;
}
.faq {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}
.faq h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}
.faq p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}
.contact {
    margin-top: 40px;
}
.contact h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.contact p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
/* Estilos para los pasos del formulario */

.send-button-user-form {
    border-radius: 12px;
    border: 1px solid #1EF297;  
    background: linear-gradient(104deg, #1EF297 0%, #75ED24 100%);
    color: #000;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}

.step { 
    display: flex; 
    align-items: center; 
    justify-content: center;
    padding: 10px 20px;
    margin: 0 10px;
    border-radius: 20px;
    background: linear-gradient(104deg, #1EF297 0%, #75ED24 100%);
    transition: all 0.3s ease;
}

.step.completed {
    background-color: #d1fae5;
    color: #065f46;
}

.step.completed::after { 
    content: '✔'; 
    color: #059669; 
    margin-left: 8px; 
    font-weight: bold;
}

/* Estilos para los formularios */
.form-container {
    width: 50%;
    background-color: transparent;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    margin-bottom: 2rem;
    transition: all 0.3s ease;
    
}

/* Animaciones */
.fade-in {
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

.close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-button:hover,
.close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.custom-checkbox-2 {
    border-radius: 4px !important;
    border: 2px solid #000 !important;
    background: rgba(255, 255, 255, 0.00) !important;
    width: 20px !important;
    height: 20px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important    ;
    cursor: pointer !important;
    position: relative !important;
    vertical-align: middle !important;
    margin-right: 8px !important;
    transition: background 0.2s !important;
}

.custom-checkbox-2:checked {
    background-color: #000 !important;
    border: 2px solid #000 !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M15 0.5C17.4853 0.5 19.5 2.51472 19.5 5V15C19.5 17.4853 17.4853 19.5 15 19.5H5C2.51472 19.5 0.5 17.4853 0.5 15V5C0.5 2.51472 2.51472 0.5 5 0.5H15Z' fill='black'/><path d='M15 0.5C17.4853 0.5 19.5 2.51472 19.5 5V15C19.5 17.4853 17.4853 19.5 15 19.5H5C2.51472 19.5 0.5 17.4853 0.5 15V5C0.5 2.51472 2.51472 0.5 5 0.5H15Z' stroke='black'/><path d='M7.57181 12.6549L4.37339 9.45649L3 10.8299L7.57181 15.4017L17 5.97348L15.6266 4.6001L7.57181 12.6549Z' fill='white'/></svg>") !important;
    background-size: 20px 20px !important       ; 
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.custom-checkbox-2:focus {
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2) !important;
}
.sub-header {
    color:  #FFF !important;
    font-family: "DM Sans" !important;
    font-size: 48px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 10% !important; /* 4.8px */
    letter-spacing: -0.48px !important;
    margin-bottom: 20px !important;
}
.sub-header-black {
    color:  #000 !important;
    font-family: "DM Sans" !important;
    font-size: 48px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 10% !important; /* 4.8px */
    letter-spacing: -0.48px !important;
    margin-bottom: 20px !important;
}
.places-bg {
    height: 640px;
    width: 614px;
    flex: 1 0 0;
    border-radius: 16px;
    background: url(../images/places-picture.jpg) lightgray -262.98px 0px / 185.383% 100% no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-img {
    background-image: url(../images/Hero-image.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    height: 738px;
}
.logo-black {
    width: 449px;
    height: 104px;
    aspect-ratio: 449/104;
}
.logo-black-footer {
    width: 270px;
    height: 64px;
    aspect-ratio: 270/64;
}
.icon-lg-li{
    width: 90px;
    height: 90px;
}
.sub-header-section-clients {
    color: #FFF;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 120% !important; /* 57.6px */
    letter-spacing: -0.48px !important;
}

.sub-header-section-clients-black {
    color: #000;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 120% !important; /* 57.6px */
    letter-spacing: -0.48px !important;
}  
.modal-warning-text {
    color: #000;

/* Text/Regular/Medium */
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}
.green-box {
    background-color: #18C178;
}
.otp-modal-title {
    color: #000;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
}
.otp-modal-container{
    width: 624px !important;
    height: auto !important;
}
.otp-input{
    border-radius: 12px !important;
    border: 2px solid #000 !important;
    color: #000 !important;
    margin-left: 0 !important;
}
.otp-input::placeholder{
    color: rgba(0, 0, 0, 0.60) !important;
}
.otp-input:focus{
    border: 2px solid #000 !important;
}
.text-area-step-2{
    min-height: 250px !important;
}
.pdf-document{
min-height: 500px !important;
}
.advices-wrapper{
    border-radius: 16px;
    border: 1px solid #FFF;
    background: #191919;
    padding: 24px;
}
.advices-title{
    font-size: 24px;
    font-weight: 400;
}


@media (max-width: 768px) {
h1{
    line-height: 1 !important;
}
.buttons-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.button-tertiary {
    width: 100% !important;
    margin: 0 !important;
}
.hero-img {

    height: 450px;
}
.form-container {
    width: 100% !important;

}

}

/* Estilos adicionales para la nueva barra de progreso */
#barra-progreso .circle {
  position: relative;
  transition: all 0.3s ease;
}

#barra-progreso .circle.done {
  background: #000 !important;
  border-color: #FFF !important;
}

#barra-progreso .circle.done .label {
  color: #FFF !important;
}