﻿/***** 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: 52px;
    height: 52px;
    border-radius: 50%;
}

.directory-big-picture {
    width: 200px;
    height: 200px;
}

.directory-avatar-picture {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.4rem;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.directory-big-avatar-picture {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    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;
}

/*********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;
}