@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://unicons.iconscout.com/release/v4.0.8/css/line.css');

/*define varaibles */
:root {
    --text-color: #0a0a0a;
    /*--pyme-green: rgb(191, 189, 0);*/
    --pyme-green: rgb(123, 121, 3);
    --gray-access: #696969;
}

/* all text is Open Sans by default */
body, p, a, li, span, label, input, textarea, select {
    font-family: 'Open Sans', sans-serif;
}

/* titles and buttons use Roboto font */
h1, h2, h3, h4, h5, h6, button, .btn, .btn-primary, .btn-secondary {
    font-family: 'Roboto', sans-serif;
}

h4 {
    color: var(--pyme-green);
}

.ml-3 {
    margin-left: 1rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #0a0a0a !important;
}

.bg-dark {
    background-color: #0a0a0a !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.navbar {
    margin-top: 0;
    box-shadow: none;
}

.navbar .nav-item {
    position: relative;
}

.navbar .navbar-nav .nav-link {
    font-size: 0.9em;
    font-weight: 400;
    padding: 23px 12px;
}

a.nav-link.btn.btn-default {
    border: 1px solid var(--text-color);
    padding: 10px 20px;
    border-radius: 30px;
    margin: 10px 0px 10px 10px;
    text-transform: none;
    font-size: 1.1em;
    position: relative;
    padding-right: 45px; /* extra space for the icon */
}

a.nav-link.btn.btn-default::after {
    content: '➜';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.1em;
    margin-left: 15px;
    pointer-events: none;
}

.arrow-down {
    line-height: 1em !important;
}

.btn-xl {
    border: 1px solid var(--text-color);
    padding: 12px 45px;
    border-radius: 30px;
    margin: inherit;
    text-transform: none;
    font-size: 1.5em;
    position: relative;
    padding-right: 45px;
    font-weight: 400;
    color: var(--text-color);
}

.btn-xl::after {
    content: '➜';
    right: 15px;
    top: 53%;
    margin-left: 10px;
    position: absolute;
    transform: translateY(-50%);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.btn-xl:hover::after {
    transform: translateY(-50%) rotate(360deg);
}

.btn-xl.white {
    color: #fff;
    border-color: #fff;;
}

.btn-xl {
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-xl:hover {
    transform: scale(1.08);
}

.btn-pyme {
    background-color: var(--pyme-green);
    color: white;
    font-weight: bold;
    border-radius: 30px;
    font-size: 0.8em;
}

.pyme-text {
    color: var(--pyme-green);
}

/* Button LG (no icon, less height) */
.button-lg {
    border: 1px solid var(--text-color);
    padding: 8px 32px;
    border-radius: 30px;
    margin: inherit;
    text-transform: none;
    font-size: 1.2em;
    position: relative;
    font-weight: 400;
    color: var(--text-color);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.button-lg.white {
    color: #fff;
    border-color: #fff;
}

.button-lg:hover {
    transform: scale(1.08);
}

/* Button MD (smaller version) */
.button-md {
    border: 1px solid #0a0a0a;
    padding: 4px 14px;
    border-radius: 16px;
    margin: inherit;
    text-transform: none;
    font-size: 0.9em;
    position: relative;
    font-weight: 400;
    color: #fff;
    background: #0a0a0a;
    transition: box-shadow 0.2s, transform 0.3s;
    box-shadow: none;
    opacity: 0.8;
}

.button-md:hover {
    background: #222;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transform: scale(1.03);
}

.button-md.white {
    color: #fff;
    border-color: #fff;
}

.button-md:hover {
    transform: scale(1.08);
}

.btn-filter {
    background-color: #0a0a0a;
    color: white;
    font-weight: 400;
    font-size: 1.2em;
    border-radius: 25px;
    padding: .625rem 2rem;
}

.btn-filter.btn-filter-main {
    background-color: var(--pyme-green) !important;
}

h1.default-title {
    font-size: 3.5em;
    font-weight: 400;
    color: var(--text-color);
    margin-bottom: 0.5em;
}

/* general styles */
.level-navigation.new {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.level-navigation.new .level-item {
    position: relative;
    background-color: #e0ddd6;
    color: #444;
    font-weight: bold;
    padding: 1rem 2rem;
    flex: 1;
    text-align: center;
    margin-right: 10px;
    overflow: visible;
    transition: background-color 0.3s ease;
    font-family: sans-serif;
    clip-path: polygon(
            0% 0%, /* esquina superior izquierda */ 75% 0%, /* parte superior antes de la punta */ 100% 50%, /* punta de la flecha */ 75% 100%, /* parte inferior antes de la punta */ 0% 100%, /* esquina inferior izquierda */ 20% 50% /* cola de la flecha */
    ) !important;
}

.level-navigation.new .level-item a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.level-navigation.new .level-item.active {
    background-color: #c1c61b;
    color: white;
}

.level-navigation.new .level-item.disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* Triángulo de flecha (punta derecha) */


.level-navigation.new .level-item.active::after {
    border-left-color: #c1c61b;
}

/* Recorte de cola (triángulo blanco izquierdo) */
.level-navigation.new .level-item:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 3.7rem solid transparent;
    border-bottom: 3.7rem solid transparent;
    border-left: 60px solid white;
    z-index: 2;
}

/* ICONOS Unicons */
.level-navigation.new .level-item span.level-title::before {
    font-family: 'unicons-line';
    font-size: 2rem;
    font-weight: 400;
    display: block;
    margin-bottom: 0.2rem;
}

.level-navigation.new .level-item.active span.level-title::before {
    content: '\e9c2'; /* uil-check-circle */
    color: white;
}

.level-navigation.new .level-item.disabled span.level-title::before {
    content: '\e84c'; /* uil-lock */
    color: #888;
}

.level-navigation.new .level-item:not(.active):not(.disabled) span.level-title::before {
    content: '\e848'; /* uil-unlock */
    color: #aaa;
}

/* Textos */
.level-navigation.new .level-title {
    font-size: 1.5rem;
    display: block;
}

.level-navigation.new .level-desc {
    font-size: 0.7em;
    font-weight: 400;
    display: block;
    line-height: 1.4em;
}


.section {
}

.section.negative {
    background-color: #e3dfd6;
}

.section-title .title {
    font-size: 3.5em;
    line-height: 1.1;
    font-weight: 400;
    color: var(--text-color);
    max-width: 90%;
}

/* general styles */
.section-title .title-smaller {
    font-size: 3em;
    line-height: 1.1;
    font-weight: 400;
    color: var(--text-color);
    max-width: 90%;
}

.section-text {
    font-size: 1.5em;
    color: var(--text-color);
    line-height: 1.4em;
}

ul.section-list {
    font-size: 1.3em;
    color: var(--text-color);
    line-height: 1.4em;
    list-style: none;
    padding-left: 0;
    margin-left: 1.5em;
}

ul.section-list li {
    position: relative;
    padding-left: 1em;
    margin-bottom: 0.2em;
}

ul.section-list li::before {
    content: '✔';
    color: var(--pyme-green);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1em;
    line-height: 1.4em;
}

/* sections */

#intro .intro-wrapper {
    background: url('/images/intro-bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 150px 0;
    color: var(--text-color);
    text-align: center;
}


#intro .intro-wrapper h2 {
    margin: 0 auto;
    font-weight: 350;
    font-size: 1.7em;
    max-width: 800px;
}

#intro .intro-wrapper h1 {
    margin: 0 auto;
    font-weight: 400;
    font-size: 4.5em;
    line-height: 1em;
}

#intro .intro-wrapper em {
    font-style: italic;
}

#market {
    background-color: #e3dfd6;
}

#services h4 {
    font-size: 2.5em;
    font-weight: 400;
}

.service-color-1 {
    background-color: #bfbd00;
}

.service-color-2 {
    background-color: #e3dfd6;
}

.service-color-3 {
    background-color: #fff;
}

.service-color-4 {
    background-color: #f0efb7;
}

/* team */

#team .card {
    text-align: left;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0.5rem !important;
    max-width: 350px;
    margin: 0 auto;
}

#team .card-body {
    text-align: left;
    padding: 1.5rem 0;
}

#team span.card-title {
    font-size: 2.3em;
    font-weight: 400;
    color: var(--text-color);
}

#team p.card-subtitle {
    font-size: 1.5em;
    color: var(--text-color);
}

#team p.card-text {
    color: var(--text-color);
    font-size: 1.2em;
    margin-bottom: .5rem !important;
}

#team .phone {
    color: var(--gray-access);
    font-size: 1.5em;
}

#team .li-icon {
    color: #0a66c2;
    border: 2px solid #0a66c2;
    border-radius: 3px;
}

#team a.li-icon i {
    font-size: 1.2em;
    padding: 0 3px;
    line-height: 1.3em;
}

#process-intro #h1 {
    color: var(--text-color);
    text-align: left;
}


#process-intro .intro-wrapper {
    background: url('/images/proceso-compra.jpg') no-repeat center center;
    background-size: cover;
    padding: 150px 0;
    color: var(--text-color);
    text-align: left;
}


#process-intro .intro-wrapper h2 {
    margin: 0 auto;
    font-weight: 350;
    font-size: 1.7em;
    max-width: 800px;
    line-height: 1.3em;
}

#process-intro .intro-wrapper h1 {
    margin: 0 auto;
    font-weight: 400;
    font-size: 4em;
    line-height: 1.1em;
}

#process-sell-intro #h1 {
    color: var(--text-color);
    text-align: left;
}


#process-sell-intro .intro-wrapper {
    background: url('/images/proceso-venta-intro.jpg') no-repeat center center;
    background-size: cover;
    padding: 150px 0;
    color: var(--text-color);
    text-align: left;
}


#process-sell-intro .intro-wrapper h2 {
    font-weight: 350;
    font-size: 1.7em;
    max-width: 800px;
    line-height: 1.3em;
}

#process-sell-intro .intro-wrapper h1 {
    font-weight: 400;
    font-size: 3.2em;
    line-height: 1.1em;
}

ul.section-list {
    font-size: 1.4em;
}

#how-it-works ul.section-list li {
    padding-left: 2em;
}

#how-it-works ul.section-list li::before {
    content: '✔';
    font-size: 1.7em;
    line-height: 1em;
}

#testimonial .section-text {
    font-size: 1.3em;
}

#purchase-closing {
    background-image: url('/images/purchase-closing.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: left;
}

#purchase-closing .section-title .title {
    font-size: 2.8em;
}

#sale-closing {
    background-image: url('/images/sale-closing.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: left;
}

#sale-closing .section-title .title {
    font-size: 2.8em;
}

#testimonial.testimonial-sell .section-title .title {
    font-size: 3.1em;
}

#contact-intro .intro-wrapper {
    background: url('/images/bg-contacto.jpg') no-repeat center center;
    background-size: cover;
    padding: 150px 0;
    color: var(--text-color);
    text-align: left;
}

#contact-intro h1 {
    color: var(--text-color);
    text-align: center;
    font-size: 4.2em;
    font-weight: 400;
    line-height: 1em;
}

.form-section {
}

.form-section h2 {
    color: var(--text-color);
    font-weight: normal;
    font-size: 1.5em;
}

.form-section h3 {
    color: var(--text-color);
    font-size: 1.2em;
    font-weight: normal;
}

.form-section .form-control {
    border-color: var(--text-color);
    border-radius: 25px;
    padding: 10px 20px;
    color: var(--text-color);
    font-size: 0.8em;
    font-weight: 400;
}

.form-section select.form-control {
    border-color: var(--text-color);
    border-radius: 25px;
    padding: 10px 40px 10px 20px; /* extra right padding for arrow */
    color: var(--text-color);
    font-size: 0.8em;
    font-weight: 400;
    appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%230a0a0a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 18px 18px;
}

.form-section label {
    margin-bottom: 0.2em;
    font-size: 0.9em;
}

#generic-intro .intro-wrapper {
    background: url('/images/bg-contacto.jpg') no-repeat center center;
    background-size: cover;
    padding: 150px 0;
    color: var(--text-color);
    text-align: left;
}

#generic-intro h1 {
    color: var(--text-color);
    text-align: center;
    font-size: 4.2em;
    font-weight: 400;
    line-height: 1em;
}

#offer-intro .intro-wrapper {
    background: var(--pyme-green);
    background-size: cover;
    padding: 45px 0;
    color: var(--text-color);
    text-align: left;
}

#offer-intro h1 {
    color: #FFF;
    text-align: center;
    font-size: 3em;
    font-weight: 400;
    line-height: 1em;
}

table.section-table {
    font-size: 0.8em;
}

.generic-section h2 {
    color: var(--text-color) !important;
    font-weight: normal !important;
    font-size: 2.5em !important;
}

.generic-section h3 {
    color: var(--text-color);
    font-size: 1.8em;
    font-weight: normal;
}

.contact-form h2.title {
    font-size: 2.6em;
}

.contact-form form {
    max-width: 500px;
    margin-top: 2rem;
}

.contact-form label {
    display: block;
    margin-bottom: 0.25rem;
    font-weight: 500;
}

.contact-form input:not([type="checkbox"]),
.contact-form textarea {
    width: 100%;
    padding: 1.2rem 1rem;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 1.1rem;
    outline: none;
    resize: vertical;
    border-radius: 0 !important;
    color: var(--text-color);
    background-color: transparent;
}

.contact-form input:not([type="checkbox"]):focus,
.contact-form textarea:focus {
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    color: var(--text-color);
    background-color: transparent;
}

.contact-form input:not([type="checkbox"])::placeholder,
.contact-form textarea::placeholder {
    color: var(--text-color);
    opacity: 1;
    font-size: 1.1rem;
    font-weight: 400;
    background-color: transparent;
}

.contact-form .form-check {
    transform: scale(1.5);
    border-color: #0a0a0a;
    outline: none;
    box-shadow: noene;
}

.contact-form label.form-check-label {
    color: #0a0a0a;
    font-size: 1.2em;
    line-height: 1.1em;
    padding-left: 5px;
}

.contact-form .btn-xl {
    font-size: 1.2em;
    padding-left: 20px;
    padding-right: 40px;
}

/* adjustments */
.h-315 {
    min-height: 315px;
}

.mw-100 {
    max-width: 100% !important;
}

#blog .card {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-align: left !important;
    background-color: transparent !important;
}

#blog .card img {
    width: 100%;
    height: auto;
    border-radius: 0;
}

#blog .card-body {
    padding: 1rem 0;
    text-align: left !important;
}

#blog .card-title {
    font-size: 1.5em;
    font-weight: 500;
    color: var(--text-color);
    text-align: left !important;
}

#blog .card-title a {
    color: var(--text-color);
    text-decoration: none;
    text-align: left !important;
    font-size: 1.3em;
}

#blog .card-title a:hover {
    text-decoration: underline;
}

#purchase-info {
    background-color: #e3dfd6;
}

.search-box {
    background-image: url(/images/search.jpg);
    background-size: cover;
    background-color: rgb(25, 25, 25);
    padding-top: 250px;
    padding-bottom: 100px;
    background-position: center;
    position: relative;
}

.search-box h1 {
    font-size: 4em;
    font-weight: 400;
}

.search-box .filter-job-input-box {
    background-color: transparent;
    color: white;
    text-align: center;
    font-weight: 400;
    font-size: 1.2em;
    border-radius: 30px !important;
    padding: 1.7rem 1rem;
}

.search-box .filter-job-input-box::placeholder {
    color: white;
    opacity: 1;
    font-weight: 400;
    font-size: 1em;
}

.search-box .filter-job-input-box::placeholder::after {
    content: "\eb55"; /* código Unicode del icono de lupa */
    font-family: 'unicons-line'; /* nombre de la fuente */
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 16px;
    pointer-events: none;
}

.search-icon-placeholder {
    position: absolute;
    left: 50%;
    margin-left: 98px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 18px;
    pointer-events: none;
    transition: opacity 0.2s;
}

.with-search-icon {
    padding-left: 35px; /* espacio para el icono */
}

.etiqueta-vendida {
    position: absolute;
    top: 0;
    right: 60px;
    background: #eae5dd; /* color del fondo */
    color: #333;
    width: 84px;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.etiqueta-vendida::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 42px solid transparent;
    border-right: 42px solid transparent;
    border-top: 15px solid #eae5dd;
}

.check-ev {
    color: #b4b200;
    font-size: 2.5em;
    display: block;
    line-height: 1em;
    margin-bottom: 0;
    font-weight: 400;
}

.post-item {

}

.post-item img {
}

.post-item h2 {
    text-align: left;
}

.post-item h2 a {
    color: #0a0a0a;
    font-weight: 400;
    text-align: left;
}

.post-item .btn-xl {
    font-size: 1.3em !important;
}

ul.tags-list {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

#contact-info .section-content {
    font-size: 1.9em;
    color: #101010;
    line-height: 1.3em;
}

h1.post-title {
    font-weight: 400;
    color: var(--text-color);
    font-size: 2.2em;
    line-height: 1.2em;
}

span.post-author {
    font-weight: bold;
    color: var(--pyme-green);
    font-size: 1.1em;
}

span.post-date {
    font-size: 1.1em;
}

span.post-tags a {
    font-weight: bold;
    font-size: 1.1em;
}

.post-body {
    font-size: 1.2em;
    color: var(--text-color);
}

.post-body h1, .post-body h2, .post-body h3, .post-body h4, .post-body h5, .post-body h6 {
    font-weight: 400;
}

.post-body h1 {
    margin: 1.5em 0 1.5em 0;
}

.post-body h2 {
    margin: 1.2em 0 1.2em 0;
}

.post-body h3 {
    margin: 1em 0 1em 0;
}

.post-body h4 {
    margin: 0.8em 0 0.8em 0;
}

.post-body h5 {
    margin: 0.5em 0 0.5em 0;
}

.post-body h6 {
    margin: 0.3em 0 0.3em 0;
}

.post-body a {
    font-weight: bold;
}

blockquote {
    margin: 2em;
    border-left: 3px solid var(--pyme-green);
    padding-left: 1em;
    color: darkgray;
    font-style: italic;
    font-size: 1.2em;
}

.post-share .icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    line-height: 1;
}

.post-share .icon svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: currentColor;
}

.post-share .list-inline-item a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid lightgray;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.post-share .list-inline-item a:hover {
    opacity: 1;
}

.post-share a i.icon {
    color: var(--text-color);
    transform: scale(1.3);
}

.post-share h5 {
    font-weight: 400;
    color: var(--text-color);
    font-size: 1.4em;
}

.blog-latest h2 {
    font-weight: 400;
    color: var(--text-color);
    font-size: 3.2em;
}

.blog-subtitle {
    font-size: 1.4em;
    color: var(--text-color);
}

.blog-latest a {
    color: var(--text-color);
    font-weight: 400;
    font-size: 1.4em;
}

/* sidebar */
.sidebar h3 {
    font-size: 1.8em;
    color: var(--text-color);
    font-weight: 400;
}

.sidebar-search .form-control {
    background-color: transparent;
    color: var(--text-color);
    text-align: center;
    font-weight: 400;
    font-size: 1.2em;
    border-radius: 30px !important;
    border-color: var(--text-color);
    padding: 0.4rem 0;
}

.sidebar-search .form-control::placeholder {
    color: var(--text-color);
    opacity: 1;
    font-weight: 400;
    font-size: 1em;
}

.sidebar-search .form-control::placeholder::after {
    content: "\eb55"; /* código Unicode del icono de lupa */
    font-family: 'unicons-line'; /* nombre de la fuente */
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-color);
    font-size: 16px;
    pointer-events: none;
}

.sidebar-search .search-button {
    color: var(--text-color);
    position: absolute;
    right: 5px;
    top: 5px;
    border: none;
    background-color: transparent;
    font-size: 1.3em;
    width: 60px;
    z-index: 100;
}

.highlighted-post a {
    color: #0a0a0a;
    font-size: 0.9em;
    line-height: 1.2em;
}

/* footer */

p.footer-description {
    color: #c1c61b;
    font-size: 1.5em;
}

p.footer-list-heading {
    font-size: 1.8em;
    color: white;
}

.footer-list li a {
    font-size: 1.3em;
    color: white;
    padding-bottom: 0;
}

.footer-alt p {
    font-size: 1.1em !important;
}

.footer-alt p a {
    text-decoration: none !important;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: var(--pyme-green) !important;
    background-color: transparent !important;
}

.container.offer-list {
    margin-top: -130px;
}

.offer-list .job-box {
    border-radius: 20px;
    border: none;
    box-shadow: #c0c0c0 0px 30px 75px -30px;
}

.offer-list .job-box h5 a {
    font-size: 1.15em;
    font-weight: bold;
}

.offer-list .job-box .text-muted {
    color: #b5b4b4 !important;
    opacity: 1;
}

.offer-list .job-box .list-inline {
    max-width: 600px;
}

.offer-list .job-box .badge {
    font-size: 0.9em;
    font-weight: bold;
    padding: 0;
}

.offer-list .job-box .offer-text {
    font-size: 1.2em;
    color: var(--text-color);
}

.offer-list .job-box .btn-primary {
    font-size: 1.3em;
    font-weight: bold;
}

.offer-list .offer-pic {
    max-width: 150px
}

/* accordion */
.faq-box .accordion-item .accordion-button {
    font-size: 24px;
    color: var(--text-color);
    border-radius: 0;
    background-color: #eeefe8;
}

.faq-box .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: var(--pyme-green);
    color: white;
}

.faq-menu.nav-pills .nav-item .nav-link.active {
    color: var(--text-color);
    background-color: transparent !important;
    border-bottom-color: var(--pyme-green);
    font-size: 1.3em;
    line-height: 2em;
    border-width: 3px;
    font-weight: normal;
}

.faq-menu.nav-pills .nav-item .nav-link {
    color: var(--text-color);
    background-color: transparent !important;
    border-bottom-color: var(--pyme-green);
    font-size: 1.3em;
    line-height: 2em;
    border-width: 3px;
    font-weight: normal;
    border-color: transparent;
}

/* ### RESPONSIVE ### */
@media (max-width: 991.98px) {
    h4 {
        font-size: 1.7em;
    }

    .section {
        padding: 60px 50px;
    }

    .section-title .title {
        font-size: 2.47em;
    }

    ul.section-list {
        font-size: 1.5em;;
        margin-left: 0;
    }

    .btn-xl {
        padding: 6px 40px 6px 15px;
        font-size: 1.45em;
    }

    .navbar {
        padding: 2em 3em;
    }

    .navbar .navbar-toggler {
        font-size: 42px;
        font-weight: 300;
    }

    .navbar-collapse {
        top: 85px;
        padding-right: 25px;
    }

    .navbar .navbar-nav .nav-link {
        text-align: center;
        font-size: 1.2em !important;
    }

    /* front page*/
    #intro {
        padding-top: 60px;
    }

    #intro .intro-wrapper {
        padding: 50px;
    }

    #intro .intro-wrapper h1 {
        font-size: 3em;
    }

    #market {
        padding: 80px 50px;
    }

    #team .card {
        max-width: 100%;
    }

    #team p.card-text {
        margin-bottom: 1.5rem !important;
        font-size: 1.5em;
    }

    #purchase-info {
        padding: 80px 50px;
    }

    .bg-footer {
        text-align: center;
        padding: 60px 50px;
    }

    .bg-footer img.logo-light {
        height: 42px;
    }

    p.footer-description {
        font-size: 2.5em;
        line-height: 1.3em;
        margin-bottom: 1em;
    }

    ul.footer-social-menu.list-inline {
        padding-bottom: 1.8em;
    }

    li.list-inline-item {
        transform: scale(1.3);
        margin: 0 1em;
    }

    p.footer-list-heading {
        font-size: 2em;
    }

    .footer-list li a {
        font-size: 1.5em;
    }

    .footer-alt p {
        font-size: 1.4em !important;
    }

    .offer-list .job-box li.list-inline-item {
        transform: none;
        margin: inherit;
    }

    .offer-list .offer-pic {
        max-width: 100%
    }

}


/* ### RESPONSIVE // TABLET ### */
@media (min-width: 992px) and (max-width: 1199.98px) {

    .navbar .navbar-nav .nav-link {
        font-size: 0.8em;
        padding: 23px 8px;
    }

    #intro .intro-wrapper h1 {
        font-size: 4em;
    }

    .section-title .title {
        font-size: 2.8em;
    }

    #services h4 {
        font-size: 2em;
    }

    #team span.card-title {
        font-size: 1.9em;
    }

    /*.error404img{*/
    /*    max-width: 200px !important;*/
    /*}*/
}

/* ### DESKTOP ### */
@media (min-width: 992px) {
    .dropdown-menu.dropdown-menu-center {
        left: 0%;
        -webkit-transform: none;
        transform: none;
    }
}

@media (max-width: 991.98px) {
    .custom-container {
        justify-content: space-around !important;
        width: 100%;
    }

    .level-navigation.new .level-item {
        padding: 1rem 2rem !important;
    }

    /*.error404img{*/
    /*    max-width: 120px !important;*/
    /*}*/
}

/*CAMBIOS GUILLERMO*/
#intro {
    background: url("/images/intro-bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 0;
    color: var(--text-color);
    text-align: center;
}

/*CAMBIOS MOVIL*/
@media (max-width: 767.98px) {
    .navbar {
        padding: 2em 1em !important;
    }

    #services h4 {
        font-weight: 700;
        font-size: 1.6em;
    }

    #intro .intro-wrapper {
        padding: 50px;
    }

    .section-title .title {
        font-size: 3em;
        text-align: center !important;
        max-width: 100% !important;
    }

    h4 {
        font-size: 2.7em;
    }

    .action-buttons {
        display: grid;
        gap: 10px;
        justify-content: center;
    }

    .action-buttons a {
        width: 100%;
        text-align: center;
    }

    #market .col-lg-7 p:last-of-type {
        margin: auto;
    }

    .bg-footer img.logo-light {
        height: 42px;
    }

    .bg-footer {
        text-align: center;
        padding: 60px 0px;
    }

    .level-navigation.new .level-item:not(:first-child)::before {
        content: none;
        border: none;
        width: 0;
        height: 0;
        display: none;
    }

    .level-navigation.new .level-item {
        padding: 1rem 1.6rem !important;
    }

    /*.error404img{*/
    /*    max-width: 120px !important;*/
    /*}*/
}

/*NUEVA ANIMACION BOTONES CLASE BTN-HOVER-FILL*/
.btn-hover-fill {
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: color 0.3s ease;
    color: black; /* Color de texto inicial */
}

.btn-hover-fill::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #c1c61b;
    z-index: -1;
    transition: width 0.4s ease;
}

.btn-hover-fill:hover::before {
    width: 100%;
}

.btn-hover-fill:hover {
    color: white;
}

.btn-hover-fill > * {
    position: relative;
    z-index: 1;
}

/*FIN ANIMACION*/

#finan-ue {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 0px auto;
}

a, a:hover {
    color: var(--pyme-green);
}

.active-link-footer {
    color: #c1c61b !important;
    text-decoration: underline;
    font-weight: bold;
}

.active-link-header {
    color: var(--pyme-green) !important;
    font-style: italic;
    font-weight: 800 !important;
}

.ch-cookie-consent {
    position: fixed;
    bottom: 0;
}

#signupModal button.btn.btn-primary.btn-rounded, #signupModal a.btn.btn-primary.form-text.btn-rounded {
    width: 150px;
}

#signupModal button.btn.btn-primary.btn-rounded::after, #signupModal a.btn.btn-primary.form-text.btn-rounded::after {
    content: '➜';
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.1em;
    margin-left: 15px;
    pointer-events: none;
}

.btn-rounded {
    border-radius: 30px;
}

/*.error404img {*/
/*    max-width: 200px;*/
/*    animation: float 3s ease-in-out infinite;*/
/*}*/