/* *********************************************
 * Should only be used to customize branches,
 * and left empty in the master breanch.
 * NOTE: This file loads last, it will override 
 *       all other styles and views.
 * ********************************************* */
/* Less Constants */
/* Screen Sizes
 * -- Ajustar estas medidas para igualar los brincos del
 * -- diseño responsivo del sitio del cliente.
 * ------------------------------------------------------ */
/* Content Sizes 
 * -- Son los anchos del cuerpo del sitio para cada uno
 * -- de los brincos de arriba, se recomienda 30px menos.
 * ------------------------------------------------------ */
/* Pantallas de @lg ----- */
/* Pantallas de @md a @lg */
/* Pantallas de @sm a @md */
/* Pantallas de @xs a @sm */
/* Pantallas de ----- @xs */
/* Menu Size 
 * -- Ancho de los submenus dependiendo de cuantas columnas
 * -- necesiten (1-3) y del menu para moviles.
 * ------------------------------------------------------ */
/* Font Size 
 * -- Tamaño por defecto de la fuente, la mayoria de los 
 * -- espacios en el sitio se calculan con este valor.
 * ------------------------------------------------------ */
/* Font Families
 * -- Los CSS de las fuentes debe inclirse en el archivo
 * -- config.php o en custom.less
 * ------------------------------------------------------ */
/* Colors 
 * -- La mayoria de los colores se pueden cambiar en
 * -- config.php, el resto deben cambar en custom.less
 * ------------------------------------------------------ */
/* Slide & SubMenu BG */
/* Slide & SubMenu Hover */
/* Slide & Submenu Lines */
/* Shadows */
/* Ads Sizes */
/* View Space */
/* Place Holder Color */
/* end */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.desk-menu > ul > li > a.home.posting {
  background: #353B8F !important;
  color: #fff !important;
  line-height: 46px !important;
  margin-top: 4px !important;
}
.view-seo-topics {
  border: 1px solid #d9d9d9;
  color: #333;
  margin: 20px 0;
  padding: 20px;
  border-radius: 10px;
}
.view-seo-topics h3 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 20px;
}
.view-seo-topics .topics {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
}
.view-seo-topics .topics .topic {
  background: #e6e6e6;
  padding: 10px 15px;
  border-radius: 10px;
  font-weight: bold;
}
/* Extra Large Devices (default) ---------------------------------------- */
#sHeader #client_header {
  text-align: center;
  position: relative;
}
#sHeader #client_header a {
  display: block;
  text-align: center;
}
#sHeader #client_header a img {
  vertical-align: middle;
}
#sHeader #client_header a img.mobile {
  display: none;
}
#sHeader #client_header a.client-post-jobs {
  position: absolute;
  color: #fff;
  background: #353B8F;
  display: flex;
  height: 36px;
  padding: 0 15px;
  align-items: center;
  text-decoration: none;
  right: 0;
  top: 50%;
  margin-top: -18px;
  border-radius: 6px;
}
#sHeader #client_header a.client-post-jobs:hover {
  background: #101010;
}
#sMenu {
  border-bottom: #cacaca 1px solid;
}
#sMenu .desk-menu .menu a,
#sMenu .desk-menu .menu span {
  border-radius: 4px;
  text-shadow: none !important;
}
#pSearch {
  border-bottom: #cacaca 1px solid;
}
#pSearch #search_advanced form {
  border: 2px solid #353B8F;
  border-radius: 4px;
  overflow: hidden;
}
#pSearch #search_advanced form .form-side .combo_text_working {
  border-right: 1px solid #353B8F;
}
#pSearch #search_advanced form .form-side .combo_text_working input {
  height: 44px;
  background-color: #fff;
}
#pSearch #search_advanced form .form-side .list-combo_working.city_combo_top_working select {
  height: 44px;
  background-color: #fff;
}
#pSearch #search_advanced form .advanced-button {
  background: #353B8F;
}
#pTitle::after {
  content: ' ';
  height: 20px;
  background: linear-gradient(45deg, #E5E5E5 16.67%, #FDFDFD 16.67%, #FDFDFD 50%, #E5E5E5 50%, #E5E5E5 66.67%, #FDFDFD 66.67%, #FDFDFD 100%);
  background-size: 0.3125rem 0.3125rem;
  display: block;
  border-top: 1px solid #cacaca;
  margin-top: 20px;
}
#search_advanced_side,
#search_advanced_slide {
  border-radius: 4px;
}
#search_advanced_side .advanced-button,
#search_advanced_slide .advanced-button {
  border-radius: 4px;
  background: #353B8F;
}
#search_advanced_side .combo_text_working input,
#search_advanced_slide .combo_text_working input,
#search_advanced_side .list-combo_working select,
#search_advanced_slide .list-combo_working select {
  border-radius: 4px;
}
#search_advanced_slide {
  border-radius: 0;
  box-shadow: none !important;
  background: none !important;
}
#search_advanced_slide h3 {
  display: none;
}
#search_advanced_slide label {
  display: none;
}
#search_advanced_slide button {
  padding: 5px 12px !important;
}
#search_advanced_slide .filter-clean {
  margin-top: 15px;
  display: inline-block;
}
.place.place_working_item.featured .place_wrapper,
.place.place_working_item.business_featured .place_wrapper {
  box-shadow: 0 0 0 3px #353B8F !important;
}
.place.place_working_item.business_featured .place_wrapper .details .business_name {
  display: inline-block;
  max-width: 100%;
  display: flex;
  align-items: center;
}
.place.place_working_item.business_featured .place_wrapper .details .business_name span.text {
  color: #fff !important;
  background: #353B8F !important;
  padding: 4px 6px !important;
}
.place.place_working_item.business_featured .place_wrapper .details .business_name span.star {
  width: 20px;
  height: 20px;
  display: block;
  color: #fff !important;
  background: #353B8F;
  padding: 2px;
  border-radius: 20px;
  margin-right: 8px;
}
.place.place_working_item .place_wrapper {
  border-radius: 4px;
}
.place.place_working_item .place_wrapper .details .action_button {
  box-shadow: 0 0 0 2px #353B8F !important;
  margin: 2px;
}
.place.place_working_item.place_new_image .place_wrapper {
  height: auto;
}
.place.place_working_item.place_new_image .place_wrapper .inintrotext {
  background: #e6e6e6;
  padding: 10px;
  border-radius: 8px;
}
#cA.viewPlace .viewContainer .related .view-more-ads {
  display: none;
}
#cA.viewPlace.workingPlace .viewContainer .moduleInfoII .details .galim {
  border-radius: 4px;
  margin-bottom: 20px;
}
#cA.viewPlace .placeHeaderUpload {
  padding: 0;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  box-sizing: border-box;
  background: #353B8F;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 30px;
  font-size: 24px;
  text-align: center;
}
#cA.viewPlace .placeHeaderUpload p {
  margin: 0;
  display: block;
  padding: 0;
}
#cA.viewPlace .placeHeaderUpload p a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px;
}
#cB.viewPlace .viewContainer .placeHeaderUpload {
  background: #353B8F;
}
#cB.viewPlace.right-working .viewContainer .bimage {
  border: 1px solid #cacaca;
  border-radius: 4px;
  padding: 10px;
}
#cB.viewPlace.right-working .viewContainer .placeHeader {
  border-radius: 0 !important;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
#cB.viewPlace.right-working .viewContainer .mapsright {
  border-radius: 0 !important;
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.place_working_item .place_wrapper .details .talent_img {
  margin: 0;
  display: block;
  position: absolute;
  right: 110px;
  bottom: 3px;
}
.place_working_item .place_wrapper .details .talent_img img {
  max-width: 100%;
}
#floting_advanced_side {
  margin-top: -1px;
}
#floting_advanced_side #search_advanced_side,
#floting_advanced_side #search_advanced_side .advanced-button,
#floting_advanced_side #search_advanced_side .combo_text_working input,
#floting_advanced_side #search_advanced_side .list-combo_working select {
  border-radius: 4px;
}
#floting_advanced_side #search_advanced_side h3 {
  color: #000;
  margin: 8px 0 24px;
}
#floting_advanced_side #search_advanced_side a.filter-clean {
  text-decoration: none;
  color: #000;
  display: inline-block;
  margin: 25px 0 10px;
}
#floting_advanced_side #search_advanced_side a.filter-clean i {
  font-size: 18px;
  margin-right: 5px;
}
#floting_advanced_side #search_advanced_side a.filter-clean span {
  text-decoration: underline;
}
#subscribe_to_list {
  background: #cacaca;
  border-radius: 4px;
  overflow: hidden;
  padding: 16px;
  margin-top: 20px;
}
#subscribe_to_list h3 {
  color: #000;
  margin: 0 0 16px;
  font-weight: normal;
  font-size: 22px;
}
#subscribe_to_list .top-row {
  display: block;
  margin: 0 0 10px;
}
#subscribe_to_list .top-row input {
  background: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
#subscribe_to_list .bottom-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  justify-content: space-between;
}
#subscribe_to_list .bottom-row .list-combo_working {
  width: 50%;
  padding: 0 5px;
  box-sizing: border-box;
  flex-grow: 1;
  min-width: 230px;
  margin-bottom: 10px;
}
#subscribe_to_list .bottom-row .list-combo_working select {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  padding: 10px 16px 10px 8px;
}
#subscribe_to_list .advanced-button {
  border: none;
  background: #353B8F;
  color: #fff;
  padding: 12px;
  position: relative;
  width: 100%;
  border-radius: 4px;
  font-size: 18px;
}
#subscribe_to_list .advanced-button:focus {
  overflow: visible;
}
#subscribe_to_list .advanced-button:focus::before {
  z-index: 3;
  content: ' ';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  border-radius: 4px;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25) !important;
}
#subscribe_to_list .advanced-button i {
  display: none;
  animation-name: spin;
  animation-duration: 2500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  font-size: 28px;
  opacity: 0.25;
  margin: -4px 0;
  vertical-align: middle;
}
#subscribe_to_list .processing .advanced-button span {
  display: none;
}
#subscribe_to_list .processing .advanced-button i {
  display: inline-block;
}
#subscribe_to_list #message_subscription {
  text-align: center;
}
#subscribe_to_list #message_subscription span {
  display: block;
  padding: 25px 10px 10px;
  color: #f00;
}
#subscribe_to_list #message_subscription span.ok {
  color: #000;
}
#subscription_message {
  background: #cc3300;
  color: #fff;
  text-align: center;
  padding: 15px;
  margin: 20px 0;
  border-radius: 4px;
}
#show_filters {
  display: none;
}
#sliding_menu ul li a {
  text-shadow: none;
}
/* Large Devices -------------------------------------------------------- */
/* Medium Devices ------------------------------------------------------- */
/* Small Devices -------------------------------------------------------- */
@media only screen and (max-width: 920px) {
  .view-seo-topics {
    margin: 0 15px 50px;
  }
  #sHeader #client_header {
    padding: 10px 0;
    text-align: left;
  }
  #sHeader #client_header a.client-post-jobs {
    display: none;
  }
  #sContent .column_content {
    flex-direction: column-reverse;
  }
  #sContent .column_content .content {
    width: 100%;
    margin-bottom: 32px !important;
  }
  #sContent .column_content .side_content {
    width: auto;
    margin-right: 0;
  }
  #sContent .column_content .side_content #floting_advanced_side {
    top: 0 !important;
    position: relative;
  }
}
/* Extra Small Devices -------------------------------------------------- */
@media only screen and (max-width: 740px) {
  #sHeader #client_header {
    padding: 10px;
  }
  #sHeader #client_header a img.desk {
    display: none;
  }
  #sHeader #client_header a img.mobile {
    display: inline;
  }
  #sHeader #client_header a.client-post-jobs {
    display: none;
  }
  #show_filters {
    display: block;
    margin: 24px 16px 8px;
  }
  #show_filters a {
    display: inline-block;
    background: #e6e6e6;
    color: #010101;
    text-decoration: none;
    padding: 8px 16px;
    margin: 0 4px 8px 0;
    border-radius: 4px;
    padding-left: 32px;
    position: relative;
  }
  #show_filters a::before {
    top: 1px;
    left: 10px;
    margin: 0;
    padding: 0;
    position: absolute;
    display: block;
    content: '\f00d';
    text-align: center;
    text-rendering: auto;
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 34px;
    font-weight: 300;
    opacity: 0.75;
  }
  #sContent .column_content {
    flex-direction: column-reverse;
  }
  #sContent .column_content .content {
    width: auto;
  }
  #sContent .column_content .side_content {
    margin-right: 16px;
  }
  #sContent .column_content .side_content #search_advanced_side {
    display: none !important;
  }
}
