@import url(https://cdnjs.cloudflare.com/ajax/libs/MaterialDesign-Webfont/5.3.45/css/materialdesignicons.min.css);

/* 👇 AÑADE ESTO AQUÍ */
@font-face {
    font-family: 'Material Design Icons';
    font-display: swap;
}

@font-face {
    font-family: 'FontAwesome';
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-display: swap;
}

/* 👆 FIN DEL CÓDIGO AÑADIDO */


body {
    font-family: "Roboto Condensed", sans-serif;
    margin: 0;
    padding: 0;
}

/* Deshabilitar rango precios */
input[type="range"]:disabled {
    cursor: not-allowed;
}

input[type="range"]:disabled::-webkit-slider-thumb {
    background: #ccc;
    cursor: not-allowed;
}

input[type="range"]:disabled::-moz-range-thumb {
    background: #ccc;
    cursor: not-allowed;
}

.opacity-50 {
    opacity: 0.5;
}

.pointer-events-none {
    pointer-events: none;
}

/********************************/

.descripcion-requisitos p {
    margin-bottom: 1rem;
}

.descripcion-requisitos ul {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    list-style-type: disc;
}

.descripcion-requisitos li {
    margin-bottom: 0.5rem;
    display: list-item;
}

.descripcion-requisitos li::marker {
    color: #DB8D25;
}

/********************************/

.trumbowyg-editor {
    color: #444;
}

.block-important {
    display: block !important;
}

.trumbowyg-editor h1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

.trumbowyg-editor h2 {
    font-size: calc(1.325rem + .9vw) !important;
}

.trumbowyg-editor h3 {
    font-size: calc(1.3rem + .6vw) !important;
}

.trumbowyg-editor h4 {
    font-size: calc(1.275rem + .3vw) !important;
}

.trumbowyg-editor ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

.trumbowyg-editor ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

.text-gray {
    color: #444;
    font-weight: 700;
    font-size: 16px;
}

[x-cloak] {
    display: none !important;
}

.icon-decline:after {
    content: "\f057";
    font-family: 'FontAwesome';
    margin-top: 0.5px;
    margin-left: 3px;
}

.page-empresas-asociadas,
.page-mis-ofertas,
.page-register,
.page-ofertas-empleo,
.page-verifyaccount,
.page-datos-empresa,
.page-lista-candidatos,
.page-ofertas-activas,
.page-ofertas-pasadas {
    display: grid;
    min-height: 100dvh;
    grid-template-rows: auto 1fr auto;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #9aa1ad;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input[type='date'] {
    color: #9aa1ad;
}

input {
    color: #9aa1ad;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 6px;
    background: #f5c6a5;
    border-radius: 5px;
}

.slider-track {
    position: absolute;
    height: 6px;
    background: #DB8D25;
    border-radius: 5px;
    top: 0;
}

input[type="range"] {
    position: absolute;
    width: 100%;
    height: 15px;
    background: transparent;
    appearance: none;
    pointer-events: none;
    z-index: 2;
}

input[type="range"]::-webkit-slider-thumb {
    position: relative;
    box-shadow: 1px 1px 1px #000031;
    border: 1px solid #00001E;
    width: 24px;
    height: 24px;
    border-radius: 15px;
    background: #FFFFFF;
    cursor: pointer;
    pointer-events: auto;
    -webkit-appearance: none;
    margin-top: -8px;
    z-index: 3;
}


input[type="range"]::-moz-range-thumb {
    width: 24px;
    height: 24px;
    background-color: white !important;
    border: 3px solid #DB8D25 !important;
    border-radius: 50%;
    cursor: pointer;
}

.button-btn {
    background-color: #1E9BDC;
}

.content-menu-container {
    min-height: calc(100dvh - 113px);
    justify-content: space-between;
}

.wrapper-content {
    width: 100%;
    padding-right: 4%;
    padding-left: 4%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.border-custom-color {
    border-top: 4px solid #ffa568;
}

.boxshadow-custom {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.bg-orange-aehcos {
    background-color: #DB8D25;
}

.fa-user:before {
    /* color: #2094DF; */
    font-size: 25px;
}

.btn-ver-oferta:after {
    content: "\f101";
    font-family: 'FontAwesome';
    padding: 10px;
    height: 30px;
    width: 30px;
    font-size: 12px;
    border-radius: 50%;
    background-color: #DB8D25;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-blue-aehcos {
    background-color: #1E9BDC;
}

.bg-orange-aehcos {
    background-color: #DB8D25;
}

.text-blue-aehcos {
    color: #1E9BDC;
}

.text-grey-dark-aehcos {
    color: #707070;
}

.text-grey-aehcos {
    color: #949494;
}

.numero-puestos {
    color: #949494;
    font-weight: 500;
}

.numero-puestos:after {
    content: "\f101";
    padding-left: 2px;
    font-family: "FontAwesome";
    font-size: 11px;
}

.btn-ver-empresas:after {
    content: "\f0da";
    padding-left: 10px;
    font-family: "FontAwesome";
}

.btn-buscar:after {
    content: "\f002";
    font-family: 'FontAwesome';
    padding-left: 10px;
}

.btn-ver-oferta:after {
    content: "\f101";
    font-family: 'FontAwesome';
    padding-left: 10px;
}

/**********************/
/*     FOOTER         */
/**********************/
.bg-custom-footer {
    background-color: #1E9BDC;
}

footer {
    padding-left: 4%;
    padding-right: 4%;
}

#smallBanners {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 110px 120px 110px;
    gap: 10px;
    margin-bottom: 40px;
}

#smallBanners img {
    border-radius: 5px;
}

#menu-copyright ul {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-evenly;
}

/**********************/
/*     MENU MOVIL     */
/**********************/
.slide-in {
    animation: slideIn 0.3s ease-out forwards;
}

.slide-out {
    animation: slideOut 0.3s ease-in forwards;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes slideOut {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(100%);
    }
}

.mobile-menu-container {
    position: relative;
}

.menu-toggle {
    font-size: 30px;
    background: none;
    border: none;
    color: #333;
    padding: 10px;
    cursor: pointer;
}

.mobile-menu {
    display: none;
    background-color: #333;
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu .menu-item {
    border-bottom: 1px solid #444;
}

.mobile-menu .menu-item a {
    color: #fff;
    padding: 15px;
    display: block;
    text-decoration: none;
    font-size: 18px;
}

/* Submenu Sliding Effect */
.submenu {
    display: none;
    background-color: #444;
    position: absolute;
    top: 0;
    left: 100%;
    width: 250px;
    height: 100%;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
}

.submenu-toggle {
    cursor: pointer;
    padding: 15px;
    color: #fff;
    background: none;
    font-size: 18px;
    display: block;
}

.submenu li {
    border-bottom: 1px solid #444;
}

.submenu li a {
    color: #ccc;
    font-size: 16px;
}

.submenu li a:hover {
    color: #fff;
}

.mobile-menu.active {
    transform: translateX(0);
}

.submenu.active {
    transform: translateX(0);
}

.menu-level {
    max-height: 65vh;
    overflow-y: auto;
}

@media (min-width: 1201px) {
    .container-fluid {
        max-width: 1536px;
    }

    .mobile-menu {
        display: block;
        position: relative;
        transform: none;
        width: auto;
        height: auto;
    }

    .menu-toggle {
        display: none;
    }
}

/**************************/
/*    ICONOS DE MENÚ     */
/************************/
#hamburger:focus {
    --tw-ring-color: none !important;
}

#closeMenu .line,
#hamburger .line {
    width: 40px;
    height: 3px;
    background-color: #000000;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body.overflow-hidden #closeMenu .line:nth-child(1) {
    -webkit-transform: translateY(12px) rotate(45deg);
    -ms-transform: translateY(12px) rotate(45deg);
    -o-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
}

body.overflow-hidden #closeMenu .line:nth-child(2) {
    opacity: 0;
}

body.overflow-hidden #closeMenu .line:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}

/**************************/
/*    ICONOS DE MENÚ     */
/************************/
.hoteles-slider {
    padding-top: 120px;
}

.swiper-button-lock {
    display: none !important;
}

.swiper-button-prev-categorias {
    left: 20px !important;
    top: 130px !important;
}

.swiper-button-prev {
    left: 20px !important;
    top: 150px !important;
}

.swiper-button-next-categorias {
    right: 20px !important;
    top: 130px !important;
}

.swiper-button-next {
    right: 20px !important;
    top: 150px !important;
}

.swiper-button-next-categorias,
.swiper-button-next:after {
    content: url(/cms/resources/img/flechas-derecha.webp);
}

.swiper-button-prev-categorias,
.swiper-button-prev:after {
    content: url(/cms/resources/img/flechas-izquierda.webp);
}

.swiper-button-next-categorias,
.swiper-button-prev-categorias {
    position: absolute;
    /* top: 150px !important; */
    width: calc(44px / 44 * 27);
    height: 44px;
    margin-top: calc(0px - (44px / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1E9BDC;
}

.swiper-button-next-categorias.swiper-button-disabled,
.swiper-button-prev-categorias.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

/**********************/
/*  BOTON DELETE     */
/**********************/

.button__delete {
    position: relative;
    border-radius: 6px;
    width: 125px;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: 1px solid #cc0000;
    background-color: #e50000;
    overflow: hidden;
}

.button__delete,
.button__icon,
.button__text {
    transition: all 0.3s;
}

.button__delete .button__text {
    transform: translateX(17px);
    color: #fff;
    font-weight: 600;
}

.button__delete .button__icon {
    position: absolute;
    transform: translateX(83px);
    height: 100%;
    width: 39px;
    background-color: #cc0000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button__delete .svg {
    width: 20px;
}

.button__delete:hover {
    background: #cc0000;
}

.button__delete:hover .button__text {
    color: transparent;
}

.button__delete:hover .button__icon {
    width: 148px;
    transform: translateX(-15px);
}

.button__delete:active .button__icon {
    background-color: #b20000;
}

.button__delete:active {
    border: 1px solid #b20000;
}

/**********************/
/*  BOTON DELETE     */
/**********************/

.bin-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 15px;
    background-color: rgb(255, 95, 95);
    cursor: pointer;
    border: 3px solid rgb(255, 201, 201);
    transition-duration: 0.3s;
}

.bin-bottom {
    width: 13px;
}

.bin-top {
    width: 15px;
    transform-origin: right;
    transition-duration: 0.3s;
}

.bin-button:hover .bin-top {
    transform: rotate(45deg);
}

.bin-button:hover {
    background-color: rgb(255, 0, 0);
}

.bin-button:active {
    transform: scale(0.9);
}


/************************/
/*** CURRICULUM VITAE ***/
/************************/

.ui-attachment--pdf:before {
    content: "PDF";
    background-color: #cb112d;
}


/*******************************/
/*** LOAD EMPRESAS ASOCIADAS ***/
/*******************************/
.hotel-card {
    will-change: transform;
    contain: layout style paint;
}

.lazy-img {
    transition: opacity 0.3s ease;
}

.img-placeholder {
    z-index: 1;
}

.lazy-img.loaded {
    opacity: 1;
}

.lazy-img.loaded+.img-placeholder {
    display: none;
}

.spinner {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.suggestion-item {
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s ease;
}

.suggestion-item:hover,
.suggestion-item.highlighted {
    background-color: #f8f9ff;
    color: #1E9BDC;
}

.suggestion-item:last-child {
    border-bottom: none;
}

html {
    scroll-behavior: smooth;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.fade-in-right {
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

.scale-in {
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.scale-in.visible {
    opacity: 1;
    transform: scale(1);
}

.benefit-card {
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 158, 225, 0.3);
}

.benefit-card:nth-child(1) {
    transition-delay: 0.1s;
}

.benefit-card:nth-child(2) {
    transition-delay: 0.2s;
}

.benefit-card:nth-child(3) {
    transition-delay: 0.3s;
}

.benefit-card:nth-child(4) {
    transition-delay: 0.4s;
}

/* Slider de categorías profesionales - Solución al scrollbar */
.swiper-categorias {
    width: 100%;
    padding-bottom: 30px;
    overflow: hidden !important;
    position: relative;
}

.swiper-categorias .swiper-wrapper {
    width: 100%;
    box-sizing: border-box;
}

.swiper-categorias .swiper-slide {
    width: auto;
    flex-shrink: 0;
    box-sizing: border-box;
}

/* Ocultar scrollbar horizontal en todos los navegadores */
.swiper-categorias::-webkit-scrollbar {
    display: none !important;
}

.swiper-categorias {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}