﻿/***** CUSTOM CSS *****/

/*** HTML, BODY ***/
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
  color:#222!important;
  padding: 0px !important;
}

/*** ANCHORS ***/
a{
    color:#1d9d84;
    text-decoration:none;
}
a:hover{
    text-decoration:underline;
    color:#1d9d84;
}
.btn-link{
    color:#1d9d84;
    text-decoration:none;
}
.btn-link:hover{
    text-decoration:underline;
    color:#1d9d84;
}
.pointer-link {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

/*** headerHeroBgImage */
.heroWithBgImage {
    position: relative;
    background: #000;
    overflow: hidden;
}
.heroWithBgImage h1{
    position: relative;
    color:#fff;
    z-index: 2;
}
.heroWithBgImage h2{
    position: relative;
    color:#fff;
    z-index: 2;
}
.heroWithBgImage a{
    position: relative;
    z-index: 2;
}
.heroWithBgImage select {
    position: relative;
    z-index: 2;
}
.heroWithBgImage button {
    position: relative;
    z-index: 2;
}
.heroWithBgImage .breadcrumb-item {
    position: relative;
    z-index: 2;
}
.heroWithBgImage:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
    background-image: url('/images/home-bg-image-1500x1000px.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
}

/*** Breadcumb ***/
.breadcrumb > li > a {
    /*color: #222222!important;*/
}
.breadcrumb > li.active {
    /*color: #bbb !important;*/
}
.heroBreadcrumb > li > a {
    color: #fff;
}
.heroBreadcrumb > li.active {
    color: #b8b8b8;
}
.heroBreadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #aaa;
}

/***BUTTONS ***/
.btn-success {
    color: #fff;
    background-color:#1d9d84;
    border-color:#1d9d84;    
}
.btn-success:hover {
    color: #fff;
    background-color:#139376;
    border-color:#139376;
    text-decoration:none;
}
.btn-light:hover{
    text-decoration:none;
}
.btn-outline-success {
    color: #1d9d84;
    border-color: #1d9d84;
    background-color: #f8f9fa;
}
.btn-outline-success:hover {
    color:#139376;
    border-color: #139376;
    background-color:#e8e9ea;
    text-decoration:none;
}
.btn-outline-dark {
    color:#444;
    border-color:#444;
    background-color:#f8f9fa;
}
.btn-outline-dark:hover {
    color:#222;
    border-color: #222;
    background-color:#e8e9ea;
    text-decoration:none;
}
.btn-light{
    background-color: #fff;
    border-color: #95a0a2;
}
.btn-light:hover{
    background-color: #fff;
    border-color: #555;
}
.btn-light-success {
    background-color: #fff;
    border-color: #1d9d84;
    color: #1d9d84;
}
.btn-light-success:hover {
    background-color: #fdfdfd;
    border-color: #028265;
    color: #028265;
}
.btn-outline-secondary{
    text-decoration:none;
    background-color:#fff;
    color:#666;
}
.btn-outline-secondary:hover{
    text-decoration:none;
    background-color:#ebedee;
    color:#444;
    border-color: #777;
}
.btn-outline-danger:hover{
    text-decoration:none;
    background-color:#ffefef;
    color: #dc3545;
}

/*** SVG ICONS ***/
.svg-icon-small{
    width:16px;
    height:16px;
    filter: invert(42%) sepia(53%) saturate(2703%) hue-rotate(139deg) brightness(84%) contrast(85%);
}
.svg-icon-small-dark{
    width:16px;
    height:16px;
}
.svg-icon{
    width:23px;
    height:23px;
    filter: invert(42%) sepia(53%) saturate(2703%) hue-rotate(139deg) brightness(84%) contrast(85%);
}
.svg-icon-filters{
    width:25px;
    height:25px;
    filter: invert(42%) sepia(53%) saturate(2703%) hue-rotate(139deg) brightness(84%) contrast(85%);
}
.svg-icon-job-search{
    width:16px;
    height:16px;
    filter: invert(42%) sepia(53%) saturate(2703%) hue-rotate(139deg) brightness(84%) contrast(85%);
}
.svg-icon-job-search-black{
    width:16px;
    height:16px;
    filter: invert(24%) sepia(0%) saturate(0%) hue-rotate(186deg) brightness(102%) contrast(90%);
}

/*** NAVBAR ***/
.navbar .navbar-brand{
    font-size:1.4rem;
    color:#1d9d84;
}
.navbar .navbar-brand:hover {
    text-decoration:none;
    color:#1d9d84;
}
.navbar .navbar-brand:focus{
   text-decoration:none;
   color:#1d9d84;
}
.navbar .navbar-nav .nav-link {
     color:#444;
}
.navbar .navbar-nav .nav-link:hover {
    color:#1d9d84;
    text-decoration:none;
}

.navbar .dropdown a{
    color:rgba(0,0,0,.9);
}
.navbar .dropdown a:hover {
    text-decoration:none;
    color:#1d9d84;
}
.navbar .dropdown .dropdown-item:focus, .dropdown-item:hover {
    background:#fff;
}

/*** COLORS ***/
.bg-success{
    background-color:#1d9d84!important;
}
.bg-whatsapp-color {
    background-color: #25D366 !important;
}
.text-success{
    color:#1d9d84!important;
}
.text-whatsapp-color {
    color: #25D366!important;
}
.text-custom-light{
    color:#666;
}

/***Radio and checkbox inputs color ***/
/** Radio button **/
.custom-radio-color:checked {
    background-color: #1d9d84;
    color: #fff;
    border-color: #1d9d84;
}
.custom-radio-color:focus {
    box-shadow: 0 0 0 .25rem rgba(29,157,132,.25);
}
/** Checkbox **/
.custom-checkbox-color:checked {
    background-color: #1d9d84;
    border-color: #1d9d84;
    color: #fff;
}
.custom-checkbox-color:focus {
    box-shadow: 0 0 0 .25rem rgba(29,157,132,.25);
}


/*** LISTS ***/
.groupListBox:hover {
  /*box-shadow: 0 0.5rem 1rem rgba(0,0,0,.075) !important;*/
  background-color:#fbfbfb;
}
.mapListBox:hover {
    /*box-shadow: 0 0.5rem 1rem rgba(0,0,0,.075) !important;*/
    background-color: #fbfbfb;
}
.calendarEventsListBox:hover {
    background-color: #fbfbfb;
}
/*Estilo necesario para poder hacer clic por encima del stretched link */
.stretched-link-overlay {
    z-index: 1;
    position: relative;
}
.job-list-title{
    font-size:1.4rem;
    margin:0px;
    padding:0px;
}
.job-list-title>a{
    /*color:#222!important;*/
}
.job-list-badge{
    color:#666!important;
    font-weight:normal;
}

.bg-job-list-badge{
    background-color:rgb(242, 243, 244)!important;
    border:1px solid rgb(222, 226, 230);
}
.bg-job-list-badge:hover{
    background-color:rgb(230, 231, 232)!important;
    text-decoration:none;
    border:1px solid rgb(200, 200, 200);
}
.bg-job-list-selected-badge{
    background-color:rgb(242, 243, 244)!important;
    border:1px solid rgb(222, 226, 230);
}
.bg-job-list-selected-badge:hover{
    background-color:rgb(230, 231, 232)!important;
    text-decoration:none;
    border:1px solid rgb(200, 200, 200);
}
.bg-job-list-position-badge{
    background-color:rgb(242, 243, 244)!important;
    border:1px solid rgb(222, 226, 230);
}
.bg-job-list-position-badge:hover{
    background-color:rgb(230, 231, 232)!important;
    text-decoration:none;
    border:1px solid rgb(200, 200, 200);
}

/*** GROUP ***/
.group-small-picture {
    width: 60px;
    height: 60px;
}
.group-big-picture {
    width: 200px;
    height: 200px;
}

/*** MAP ***/
.map-small-picture {
    width: 60px;
    height: 60px;
}

.map-big-picture {
    width: 200px;
    height: 200px;
}

/*** Pagination ***/
.page-link {
    color:#1d9d84;
}
.page-link:hover {
    color:#1d9d84;
    text-decoration:none;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #1d9d84;
    border-color: #1d9d84;
}

/*** Autocomplete search box ***/
.ui-menu .ui-menu-item-wrapper {
    position: relative!important;
    padding: 10px 1em 10px 0.5em!important;
}
.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none!important;
  color: #262626!important;
  background-color: #ddd!important;
  border:1px solid #ddd!important;
}

/*** Remove blue line on focus ***/
.remove-focus:focus {
    outline: none;
    box-shadow:none !important;
    border:1px solid #ccc !important;
    border-left:0px !important;
}

/*** Cards de la home ***/
.card{
    border-radius:0.45rem;
}
.card-img, .card-img-top{
    border-top-left-radius:0.45rem;
    border-top-right-radius:0.45rem;
}
.card-footer:last-child{
    border-bottom-left-radius:0.45rem;
    border-bottom-right-radius:0.45rem;
}
.card:hover {
    /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.075) !important;*/
    background-color: #fbfbfb;
}
.card-img-overlay {
    padding:0;
}
.card-position-number{
    background-color:#1d9d84;
    color:#fff;
    width:3.5rem;
    padding-top:3px;
    padding-bottom:3px;
    border-top-right-radius:0.37rem;
    border-bottom-right-radius:0.37rem;
    text-align:center;
    top:1.5rem;
    position:absolute;
    display:block;
}
.card-body h4{
    font-size: 1.3rem;
}
.card-body h5{
    font-size: 1.1rem;
}

/*** Newsletter ***/
.small-legal-text{
    font-size:0.75em;
}

/*** Modal ***/
.modal {
    padding: 0px !important;
}
.hr-border-color{
    color:#aaa!important;
}

/*** Range input ***/
input[type=range]::-webkit-slider-thumb {
   background: #1d9d84;
}
 input[type=range]::-moz-range-thumb {
   background: #1d9d84;
}
/* for ie */
input[type=range]::-ms-thumb {
   background: #1d9d84;
}


.settings-list-group .list-group-item.active {
    background-color: #f8f9fa;
    border-color: #dee2e6;
    font-weight: bold;
    color: #1d9d84 !important;
}

.settings-list-group .list-group-item {
    background-color: #fff;
    border-color: #dee2e6;
}

.settings-list-group .list-group-item-action:focus, .settings-list-group .list-group-item-action:hover {
    background-color: #f8f9fa;
}

/*********Directory********/
/*.directoryBox:hover {
    background-color: #fbfbfb;
}*/
.directoryBoxTitle {
    font-size: 1.1rem;
}

.directory-small-picture {
    width: 62px;
    height: 62px;
}

.directory-avatar-picture {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /*border-radius: 4px;*/
    font-size: 1.25rem;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.directory-big-picture {
    width: 180px;
    height: 180px;
}
.directory-big-avatar-picture {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    /*border-radius: 4px;*/
    font-size: 4.4rem;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.directory-promoted-badge-bg {
    background: #FED294;
}
.badge {
    font-weight:500;
}
.directoy-language-icon {
    width: 18px;
    height: 18px;
}

/*********CSS LONG DESCRIPTION Y BOTÓN DE VER MÁS ********/
.business-desc-box {
    display: -webkit-box;
}
.business-desc-link {
    white-space: nowrap; /* Evita que la palabra "Ver" y "más" se separen */
}
.business-desc-lin:hover {
    text-decoration: underline;
}

/********* Botón de contactar ********/
/* Clase para forzar un ancho fijo en los botones de contacto */
.btn-fixed-width {
    width: 175px !important;
    /* Evita que el contenido empuje el ancho del botón */
    overflow: hidden;
    /* Mantiene todo en una sola línea */
    white-space: nowrap;
    /* Ajuste de padding para que el texto no toque los bordes antes de la elipsis */
    /*padding-left: 5px !important;
    padding-right: 5px !important;*/
}
/* Ajuste necesario para que text-truncate funcione dentro de un contenedor Flex */
.btn-fixed-width .text-truncate {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

/* Opcional: En móviles muy pequeños, permitir que ocupe el 100% si prefieres */
/*@media (max-width: 576px) {
    .btn-fixed-width {
        width: 100% !important;
    }
}*/




/* ============================================================
   CSS — Guías Notion
   ============================================================ */
/*

/* Título de página (H1) */
.notion-page-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

/* Headings (Notion h1→<h2>, h2→<h3>, h3→<h4>) */
.notion-heading {
    font-weight: 600;
    margin-top: 1.8rem;
    margin-bottom: 0.5rem;
}

.notion-h1 {
    font-size: 2rem;
}

.notion-h2 {
    font-size: 1.5rem;
}

.notion-h3 {
    font-size: 1.2rem;
}

/* TOC */
.notion-toc {
    background: #fff; /* blanco en vez de gris */
    border: 1px solid #dee2e6;
    border-radius: .375rem;
    padding: 1rem 1.25rem;
    display: inline-block;
    min-width: 220px;
    /*max-width: 360px;*/ /* evita que se estire demasiado */
    margin-bottom: 2rem;
    box-shadow: 0 1px 4px rgba(0,0,0,.06); /* sombra muy sutil */
    font-size: .95rem
}

.notion-toc-title {
    margin-bottom: .5rem;
    font-size: 1rem;
}

.notion-toc ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.notion-toc li {
    padding: .25rem 0;
}

.notion-toc-level-1 {
    padding-left: 0;
}

.notion-toc-level-2 {
    padding-left: 1rem;
}

.notion-toc-level-3 {
    padding-left: 2rem;
    font-size: .9rem;
}

.notion-toc a {
    text-decoration: none;
    color: #0b6e99;
}

.notion-toc a:hover {
        
}

/* Listas */
.notion-list {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

    .notion-list li {
        margin-bottom: .25rem;
    }

/* Imágenes */
/* DESPUÉS */
.notion-image-figure {
    margin: 1.25rem 0;
}

.notion-image {
    max-width: 100%;
    height: auto;
    border-radius: .25rem;
    display: block;
}

.notion-image-caption {
    font-size: .85rem;
    color: #6c757d;
    margin-top: .4rem;
}

/* Cita */
.notion-quote {
    border-left: 4px solid #dee2e6;
    padding: .5rem 1rem;
    margin: 1rem 0;
    color: #495057;
    font-style: italic;
}

/* Callout */
.notion-callout {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: .375rem;
    padding: .85rem 1rem;
    margin: 1rem 0;
}

.notion-callout-icon {
    font-size: 1.25rem;
    flex-shrink: 0;
}

.notion-callout-text {
    flex: 1;
}

/* Toggle */
.notion-toggle {
    border: 1px solid #dee2e6;
    border-radius: .375rem;
    padding: .5rem .85rem;
    margin: .5rem 0;
}

    .notion-toggle summary {
        cursor: pointer;
        font-weight: 500;
    }

.notion-toggle-content {
    padding: .5rem 0 0 1rem;
}

/* Código */
.notion-code {
    background: #1e1e1e;
    color: #d4d4d4;
    border-radius: .375rem;
    padding: 1rem;
    overflow-x: auto;
    font-size: .875rem;
    margin: 1rem 0;
}

/* Tablas */
.notion-table-wrapper {
    margin: 1rem 0;
}

.notion-table {
    font-size: .9rem;
}

/* Separador */
.notion-divider {
    margin: 1.5rem 0;
    border-color: #dee2e6;
}

/* Párrafo vacío */
.notion-empty-paragraph {
    /*margin: .3rem 0;*/
    margin: 0;
    line-height: 1.5;
    height: 1.5em; /* ocupa el espacio de una línea vacía, igual que Notion */
}

.notion-content p {
    margin-bottom: 0.25rem;
}

.notion-content a,
.notion-content a span {
    color: #387dc9!important;
    opacity: 0.9;
    text-decoration: underline;
    text-decoration-color: #ccc;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.notion-content a:hover,
.notion-content a:hover span {
    color: #387dc9 !important; /*#0b6e99 !important;*/
}