/* La pagina como minimo tiene el 100% de altura (Para el footer) */
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Cookies */
.cookies {
  background-color: #26272b;
  z-index: 1050;
  bottom: 0;
  right: 0;
  display: none;
}

/* Secciones para el dropdown del navbar */
.text-divider {
  margin: 1.6em 0;
  line-height: 0;
  text-align: center;
}
.text-divider span {
  background-color: #fff;
  padding: 1em;
}
.text-divider:before {
  content: " ";
  display: block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/* Scrollbar para los dropdown del navbar */
.pre-scrollable::-webkit-scrollbar {
  width: 12px;
}

.pre-scrollable::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(200, 200, 200, 1);
  box-shadow: inset 0 0 6px rgba(200, 200, 200, 1);
  border-radius: 10px;
}

.pre-scrollable::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 6px rgba(200, 200, 200, 1);
  box-shadow: inset 0 0 6px rgba(200, 200, 200, 1);
}

/* Brand show images */
.brand-show {
  max-height: 200px;
}

/* Brand show images */
.brand-show-mini {
  max-height: 10px;
}

/* Solid border */
.grey-separator {
  border-top: 2px solid rgb(204, 200, 200);
  border-radius: 5px;
}

.w-85 {
  width: 85% !important;
}

.text-justify-span {
  text-align: justify;
}

/* Administrator table desings */
.table td.fit,
.table th.fit {
  white-space: nowrap;
  width: 1%;
}

.td-fit {
  word-wrap: break-word;
  min-width: 160px;
  max-width: 160px;
}

.tr-white {
  a,
  a:hover,
  a:focus,
  a:active {
    color: white;
    text-decoration: none;
  }
}

#advanceSearchDiv {
  display: none;
}

.img-show-weight {
  width: 80%;
}

/* Captcha position */
.grecaptcha-badge {
  bottom: 90px !important;
}

/* Social media */
.show-social {
  .fa:hover {
    opacity: 0.7;
  }

  .fa-facebook {
    border: 0px !important;
    background: #3b5998;
    color: white;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
  }

  .fa-twitter {
    border: 0px !important;
    background: #55acee;
    color: white;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
  }

  .fa-telegram {
    border: 0px !important;
    background: #45bbff;
    color: white;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
  }

  .fa-whatsapp {
    border: 0px !important;
    background: #a4c639;
    color: white;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
  }
}

#myOverlay {
  backdrop-filter: blur(4px);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.7);
  overflow-x: hidden;
  transition: 0.5s;
  display: none;
}

#loadingGIF {
  position: fixed;
  z-index: 10001;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.loading-text {
  font-size:1em;
}

#private-policy-section p {
  width: 100%;
}

@media (max-width: 576px) {
  /* Captcha position */
  .grecaptcha-badge {
    bottom: 60px !important;
  }
  .show-social {
    .fa-facebook {
      width: 25px;
      height: 25px;
      margin: 0px;
      padding: 0px;
    }

    .fa-twitter {
      width: 25px;
      height: 25px;
      margin: 0px;
      padding: 0px;
    }

    .fa-telegram {
      width: 25px;
      height: 25px;
      margin: 0px;
      padding: 0px;
    }

    .fa-whatsapp {
      width: 25px;
      height: 25px;
      margin: 0px;
      padding: 0px;
    }
  }

  .sortable-pill {
    font-size: 12px;
    padding: 0.5rem !important;
  }
}
.center {
  float: initial;
  text-align: center;
  padding: 10px 10px;
}

/* Cambiar la forma de los botones de Bootstrap a pastillas */
.btn {
  border-radius: 23px !important;
}

/* Estilo de los botones con enlaces */
.clean-link-button {
  color: white;
  text-align: center;
  text-decoration: none;
  border: 1px solid #FFF;
}
.clean-link-button:link,
.clean-link-button:visited {
  color: white;
  text-decoration: none;
}
.clean-link-button:hover,
.clean-link-button:active {
  color: white;
  text-decoration: none;
  border: 1px solid #FFF;
}

/* Boton flotante anyadir */
#add-floating-container {
  bottom: 25px;
  right: 25px;
  z-index: 1020;
}

/* Botones paginacion Componentes */
.page-item.active .page-link {
  background-color: #343a40 !important;
  border-color: #343a40 !important;
  color: white !important;
}

.page-link {
  color: #343a40 !important;

  a {
    color: #343a40 !important;
  }
}

/********************************************************/
/* CSS para modificar el navbar   	 					          */
/********************************************************/
.icono_navbar {
  height: 25px !important;
  width: 25px !important;
}

.icono_navbar_bascula {
  height: 30px !important;
  width: 20px !important;
}

.navbar-personalizado {
  background-color: #26272b !important;
}

.nav-item {
  a {
    color: #D8D8D8 !important;
  }
}

.nav-item {
  a:hover,
  a:active {
    color: #FFF !important;
  }
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #343a40 !important;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #343a40 !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
}

.dropdown-menu-nav,
.dropdown-menu-nav:hover {
    background-color: #26272b !important;
}

.dropdown-menu-nav{
  a, a:hover, a:focus{
    background-color: #26272b !important;
  }
}

.nav-scroll-span {
  background-color: #26272b !important;
  color: #fff !important;
}

.advance-search:focus {
  box-shadow: 0 0 0 0rem !important;
}

.email-forgotten-input {
  width: 50%;
}

/* Cambios para pantallas pequenyas */
@media (max-width: 768px) {
  .email-forgotten-input {
    width: 100%;
  }
}

@media (max-width: 576px) {
  #add-floating-container {
    bottom: 10px;
    right: 10px;
    z-index: 1020;
  }

  #add-floating-button {
    margin-left: 0px !important;
    display: none;
  }
  
}

.css_aumenta_tam_btn {
  font-size: 2rem;
}

.contact-img {
    border-radius: 50%;
}

#witk_banner_contactus 
{
  padding: 3%;
  position: relative;
  /* Imagen de fondo */
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
    ),
    url(/assets/contactus-4cce3766ee1490ce7f968debe32173e4aa7c69c1c4a2c74a73ae0a237c8cb86a.jpg);
  background-size: cover;
  background-position: 10% 63%;

  /* Efecto de desenfoque */
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px); /* Para compatibilidad con algunos navegadores */

  .logo {
    width: 60%;
    display: block;
    margin: auto;
  }
}




.site-footer {
  background-color: #26272b;
  padding: 45px 0 20px;
  /*font-size:15px;*/
  /*font-size: calc(1em + 1vw);*/
  /*line-height:24px;*/
  color: #737373;
  margin-top: auto;
  .mih6 {
    color: #fff;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
    letter-spacing: 2px;
  }
}

.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}

.site-footer hr.small {
  margin: 20px 0;
}

.site-footer a {
  color: #D8D8D8;
}

.site-footer a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-links {
  padding-left: 0;
  list-style: none;
}

.footer-links li {
  display: block;
}

.footer-links a {
  color: #737373;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-links.inline li {
  display: inline-block;
}

.site-footer .social-icons {
  text-align: right;
}

.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d;
}

.copyright-text {
  margin: 0;
}

@media (max-width: 992px) {
  .site-footer [class^="col-"] {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }
  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }
}

.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}

.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px;
}

.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe;
}

.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}

.social-icons a.facebook:hover {
  background-color: #3b5998;
}

.social-icons a.twitter:hover {
  background-color: #00aced;
}

.social-icons a.linkedin:hover {
  background-color: #007bb6;
}

.social-icons a.instagram:hover {
  background-color: #ea4c89;
}

.social-icons a.dribbble:hover {
  background-color: #ea4c89;
}

@media (max-width: 767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }
}

.imagen_editar_objeto {
  width: 250px;
}

/* Modificado por mí para personalizar los formularios */
div {
  /* Campo NO obligatorio de un formulario que se comparte con otro campo */
  &.field {
    label {
      font-weight: bold;
    }
    margin-top: 8px;
    margin-bottom: 8px;
    input[type="text"],
    select,
    date,
    input[type="number"] {
      width: 85%;
      padding: 12px 10px;
      border: 2px solid #3c3a3a;
      border-radius: 4px;
      box-sizing: border-box;
      background-color: #fdfefe;
    }
    input[type="password"] {
      width: 33%;
      padding: 12px 10px;
      border: 2px solid #3c3a3a;
      border-radius: 4px;
      box-sizing: border-box;
      background-color: #fdfefe;
    }
    /* Botones para subir las fotos */
    input[type=file] {
      font-size: small;
      font-weight: bold;
      width: 100%;
      background-color: #212529;
      color: white;
      padding: 10px 10px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      margin-bottom: 10px;
      margin-top: -15px;
    }
  }

  /* Campo obligatorio de un formulario que se comparte on otro campo */
  &.mandatory_field {
    label {
      font-weight: bold;
    }
    margin-top: 8px;
    margin-bottom: 8px;
    input[type=text], select, input[type=number]
    {
      width: 85%;
      padding: 12px 10px;
      border: 1px solid #3c3a3a;
      background-color: #fff9c4;
      border-radius: 4px;
      box-sizing: border-box;
    }
  }

  /* Campo NO obligatorio de un formulario en una única fila */
  &.one_row_field {
    label {
      font-weight: bold;
    }
    margin-top: 8px;
    margin-bottom: 8px;
    input[type="text"],
    select,
    date,
    textarea {
      width: 92%;
      padding: 12px 10px;
      border: 2px solid #3c3a3a;
      border-radius: 4px;
      box-sizing: border-box;
      background-color: #fdfefe;
    }
  }

  /* Campo NO obligatorio de un formulario en una única fila */
  &.one_row_field_mandatory {
    label {
      font-weight: bold;
    }
    margin-top: 8px;
    margin-bottom: 8px;
    input[type="text"],
    select,
    date,
    textarea {
      width: 92%;
      padding: 12px 10px;
      border: 2px solid #3c3a3a;
      border-radius: 4px;
      box-sizing: border-box;
      background-color: #fffead;
    }
  }

  /* Agrupar dos campos en la misma fila */
  .group_same_row_fields {
    &:after {
      //content: "";
      display: table;
      clear: both;
    }
    > div {
      float: left;
      width: 50%;
    }
  }
}

/*********************************************************************************************************/
/*     CONTROL ESTILOS ERROR CAMPOS FORMULARIO                                                           */
/*********************************************************************************************************/
#notice {
  color: green;
}

.field_with_errors {
  input[type="text"],
  select,
  input[type="number"],
  input[type="password"] {
    border: 2px solid #f5c6cb;
    background-color: #f8d7da;
  }
}
/*********************************************************************************************************/
/* FIN CONTROL ESTILOS ERROR CAMPOS FORMULARIO                                                           */
/*********************************************************************************************************/

/* Table componentes */
table {
  margin-top: 10px;
  border-collapse: collapse;
  width: 100%;
  overflow: auto;
}
table tr td {
  padding: 2px;
  height: 70px; //Altura
  text-align: left;
}
th {
  text-align: left;
}

/*  CSS PARA PAGINADOR */
.paginator-mod {
    justify-content: center;
}
/*
 *   FIN CSS PARA PAGINADOR
 */

.handlebar-data {
    width: 50%;
}

#handlebar-combo-checkbox {
    width: 100%;
    white-space: nowrap;
}

#handlebar-combo-checkbox label {
    margin-bottom: 0px !important;
}

/* Cambios para pantallas pequenyas */
@media (max-width: 768px) {
    #handlebar-combo-checkbox {
        margin-top: 8px !important;
        width: 100%;
        white-space: nowrap;
    }

    .handlebar-data {
        width: 60%;
    }
}

@media (max-width: 576px) {
    #handlebar-combo-checkbox {
        margin-top: 8px !important;
        width: 100%;
        white-space: nowrap;
    }

    .handlebar-data {
        width: 100%;
    }
}

/********************************************************/
/* ESPECÍFICO DE "index.html.erb"						*/
/********************************************************/

/*********************************************************/
/* Formatea los grupos de campos de búsqueda y filtrado  */
/*********************************************************/
.fieldset_con_borde {
  background: #b2babb;
  border-radius: 10px;
  border-top-width: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 25px;
}
/* Tamaño de imágenes al lado del título de la página */
.imagen_titulo_indice {
  width: 50px;
  height: 50px;
}

/* Tamaño de imágenes al lado del grupo de campos "Buscar" */
.imagen_indice_cuerpo {
  width: 220px;
  background-color: #ffffff;
}

/********************************************************/
/* CSS Para controlar los campos de filtrado y búsqueda */
/********************************************************/
.campos_filtrado_y_busqueda {
  input,
  label,
  select {
    display: block;
  }

  label {
    font-weight: bold;
  }
  margin-top: 8px;
  margin-bottom: 8px;
  input[type="text"],
  select,
  date,
  input[type="number"] {
    width: 85%;
    padding: 12px 10px;
    border: 2px solid #3c3a3a;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #fdfefe;
  }
}

/* Agrupar los campos de búsqueda en la misma fila */
.campos_busqueda_misma_fila {
  &:after {
    content: "";
    display: table;
    clear: both;
  }
  > div {
    float: left;
    width: 30%;
  }
}
/********************************************************/
/* FIN CSS Para controlar los campos de filtrado y búsqueda */
/********************************************************/

/********************************************************/
/* FIN ESPECÍFICO DE "index.html.erb"                   */
/********************************************************/

/********************************************************/
/* ESPECÍFICO DE "index_ptes_de_validar.html.erb"       */
/********************************************************/
.tamanyo_semaforo_validacion {
  width: 50px;
}

/********************************************************/
/* CSS Especifico para la tabla de resultados           */
/********************************************************/
.card-img-index {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.card-year {
  color: #FF9800;
}

// Sort buttons
.btn-light {
  background-color: #fff !important;
  border-color: #eeeeee
}

.wrap-table-components {
  width: 100%;
}

.table-components.ver1 th {
  font-size: 0.9vw;
  color: #fff;
  line-height: 1.4;
  background-color: #26272b;
  text-align: center !important;
}

.table-components.ver1 td {
  font-size: 0.9vw;
  color: #727272;
  line-height: 1.4;
  cursor: pointer;
  text-align: center !important;
}

.table-components.ver1 {
  border-radius: 10px;
  box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
}

.table-components-head th {
  padding-top: 18px;
  padding-bottom: 18px;
  color: white;
}

.text-break {
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

.table-components {
  background-color: #fff;
  position: relative;
  padding-top: 60px;
}

.table-components-head {
  background-color: #26272b;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.head-components-tr {
  a,
  a:hover,
  a:focus,
  a:active {
    color: white;
    text-decoration: none;
  }
}

.table-components-img
{
  width: 120px;
  height: 120px; 
  object-fit: cover;
  border-radius: 15px; 
  vertical-align: middle; 
}

.table-components-img-handlebar 
{
  width: 120px;
  height: 120px; 
  object-fit: cover;
  border-radius: 15px; 
  vertical-align: middle; 
}


/* Table validacion componentes */
.column1-validate {
  width: 7%;
}

.column2-validate {
  width: 10%;
}

.column3-validate {
  width: 10%;
}

.column4-validate {
  width: 12%;
}

.column5-validate {
  width: 14%;
}

.column6-validate {
  width: 10%;
}

.column7-validate {
  width: 14%;
}

.column8-validate {
  width: 15%;
}

.column9-validate {
  width: 8%;
}
/* FIN table validacion componentes */

.options-btn {
  margin-left: 0px !important;
}

.modal-body {
  padding: 0px !important;
}

.component-index-icon {
  margin-left: 5px !important;
}

/********************************************************/
/* CSS Zoom img tablas                                  */
/********************************************************/
.zoom-img-table {
  width: 120px;
  height: 120px;
  margin: 8px 8px;
}

.center-profile-img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  position: relative; 
  display: inline-block; 
  left: 50%; 
  transform: translate(
    -50%
  ); 
}

/********************************************************/
/* CSS media query for small devices                    */
/********************************************************/
@media (min-width: 2000px) {
  .table-components.ver1 th {
    font-size: 0.6vw;
  }

  .table-components.ver1 td {
    font-size: 0.6vw;
  }
}

@media (max-width: 992px) {
  .table-components-img-handlebar 
  {
    width: 80px;
    height: 80px; 
    object-fit: cover;
    border-radius: 15px; 
    vertical-align: middle; 
  }
  
  #pending-button {
    margin-top: 10px !important;
  }

  .table-components.ver1 th {
    font-size: 1.8vw;
  }

  .table-components.ver1 td {
    font-size: 1.6vw;
  }

  .pt-profiles {
    margin-top: 50px !important;
  }

  .padding-my-profile {
    margin-right: 0px !important;
  }

  .sorting-spacer {
    margin-bottom: 0.5rem !important;
  }

  .no-padding {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

@media (max-width: 768px) {
  .card-height {
    height: 500px !important;
  }

  #pending-button {
    margin-top: 0px !important;
  }

  table-components-head th {
    padding-bottom: 16px;
  }

  #filterAdvanceSearch {
    text-align: center !important;
  }

  .filter-buttons-col {
    text-align: center !important;
  }

  .table-components {
    padding-top: 80px;
  }

  .table-components.ver1 th {
    font-size: 2.2vw;
  }

  .table-components.ver1 td {
    font-size: 2vw;
  }

  .table-components-img
  {
    width: 40px;
    height: 40px;
    border-radius: 5px;
  }

  .table-components-img-handlebar
  {
    width: 30px;
    height: 30px;
    border-radius: 5px;
  }

  .options-btn {
    padding: 0.25rem 0.6rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
  }

  .fa {
    font-size: 0.875em !important;
  }

  .padding-my-profile {
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
  }

  .component-index-icon {
    width: 50%;
    margin-left: 0px !important;
    padding: 10px !important;
  }

  .card-row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}

@media (max-width: 576px) {
  #pending-button {
    margin-top: 10px !important;
  }

  .table-components {
    padding-top: 60px;
  }

  .table-components.ver1 th {
    font-size: 1.9vw;
  }

  .table-components.ver1 td {
    font-size: 1.8vw;
  }

  .options-btn {
    font-size: 0.675rem;
    border-radius: 0.2rem;
  }

  .fa {
    font-size: 0.675em !important;
  }

  .fa-grande {
    font-size: 1em !important;
  }

  /* Table validacion componentes */
  .tamanyo_semaforo_validacion {
    width: 35px;
  }

  #container-validate-table {
    padding: 0px !important;
  }
  /* FIN Table validacion componentes */

  .sm-remove-padding {
    padding: 0px !important;
    margin: 0px !important;
  }
}
/********************************************************/
/* CSS End media query for small devices                */
/********************************************************/

/*
 * Utilizaremos @media queria para condicinar aspecto web/mobile del alert de novedades
 */
     /* Definiciones comunes */
    .alert_novedades {
        /* Se utiliza para centrar el elemento de anchura que definamos con "width" */
          margin-right: auto;
          margin-left: auto;
          padding: 10px;
          background-color:#bee5eb
      } 
    /* Definiciones Mobile */  
    @media (max-width: 768px) {
      .alert_novedades {
        width: 100%;
      }

    }
    /* Definiciones Web */
    @media (min-width: 769px) {
      .alert_novedades {
        width: 80%;           /* Limito anchura */
        margin-top: 40px;     /* Añado margen superior */ 
        border-radius: 20px;  /* Redondeamos los bordes*/
        border: 2px solid #048498; /* Añadimos un borde de color*/        
      }
    }


/*
 * Utilizaremos @media queria para condicinar aspecto web/mobile del encabezado de componentes del alert de novedades
 */

    .componentes_alert_novedades {
      padding-bottom:.1rem;
    }

    /* Definiciones Mobile */  
    @media (max-width: 768px) {
      .componentes_alert_novedades {
        border: none;
      }
    }

    /* Definiciones Web */
    @media (min-width: 769px) {
      .componentes_alert_novedades {
        border-bottom-color: #0c5460; 
        border-top: none; 
        border-left: none;
        border-right: none;
      }
    }

/* Subrayamos texto al pasar cursor por encima*/
 .subrayar_on_hover:hover {
      text-decoration: underline;
 }

/* Hacemos que el label "novedad" se muestre en margen superior derecho*/
.label-novedad {
  position: absolute; // Le decimos cómo se va a posicionar
  top: 10px;
  right: 25px; /*A mayor valor, desplazamos la etiqueta de novedades más hacia dentro de la foto*/
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}

/*
 * Contiene los estilos relativos a las vistas "index_ptes_de_validar.html.erb" 
 *
 */
 
/**********************************/
/* CSS modifica banner, menú, etc */
/**********************************/
#witk_banner
{
  padding: 3%;
  position: relative; 
  /* Imagen de fondo */
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
    ),
    url(/assets/witkbanner2-f34b86cef9c5c4aea31013f25e5eaba732e71bda13a8a673580188b117322981.jpg);
  background-size: cover;
  background-position: 10% 40%;

  .logo {
    width: 60%;
    display: block;
    margin: auto;
  }
}

#witk_banner_aboutus
{
  padding: 3%;
  position: relative;
  /* Imagen de fondo */
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
    ),
    url(/assets/aboutus-534ff16f26913ea7281572f0daa133d0ce51b72ef9b31443d712ce353c71bb93.jpg);
  background-size: cover;
  background-position: 10% 70%;

  /* Efecto de desenfoque */
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px); /* Para compatibilidad con algunos navegadores */
  

  .logo {
    width: 60%;
    display: block;
    margin: auto;
  }
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px); /* Para compatibilidad con algunos navegadores */
}

.banner-subtext {
  font-size: 1.6vw;
}

.login-img {
  max-height: 250px !important;
}

@media (max-width: 768px) {
  #witk_eslogan {
    font-size: 3vw;
  }
}

/* Menú horizontal que tenemos con el logo */
#menu
{
  background: #26272b;
  font-weight: bold;
  ul {
    list-style-type: none;
    margin-top: 0px; 
    margin-bottom: 15px; 
    padding-top: 20px; 
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  li {
    display: inline;
    font-size: small;
    padding: 25px 5px 25px 15px;
    a:link,
    a:visited {
      color: white;
      text-align: center;
      text-decoration: none;
    }
    a:hover,
    a:active {
      padding: 15px 0px;
      background-color: #ccc7be;
      color: #000000;
      border-radius: 5px;
    }
  }
}

/********************************************************/
/* FIN CSS del menú u columnas comunes 					*/
/********************************************************/

body.main {
  background-color: #f5f5f7 !important;
}

.table_image {
  width: 180px;
  max-height: 180px;
}

.table_image_soon {
  width: 180px;
  height: 180px;
  background-color: #f5f5f5;
}

.table_main {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  border-collapse: collapse;
}

.texto_coming_soon {
  font-size: 38px;
  color: #000000;
  font-weight: bold;
  position: absolute;
}

.celda_proximamente {
  background-color: #f5f5f5;
  border-radius: 10px 10px 10px 10px;
}

.grey-text {
  color: #727272;
}

.image-box {
  position: relative;
  margin: auto;
  overflow: hidden;
}

.image-box img {
  max-width: 100%;
  transition: all 0.3s;
  display: block;
  width: 180px;
  height: auto;
}

.image-box:hover img {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}

.div-img-launcher {
	transition: box-shadow .3s;
	border-radius:10px;
	border: 1px solid #ccc;
	border-radius:15px;
  }
.div-img-launcher:hover {
	box-shadow: 0 0 15px rgba(33,33,33,.2); 
}

.pruebas {
  background-color: rgba(0,0,0,0.9);
  color:#FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  border-radius: 15px;
  text-align: center;
  font-weight: bold;
}

/* Eliminar cuando ya no lo invoque nadie */
.subidareciente {
  font-size: 18px;
}

.novedad {
  background-color: #28a745;
  color:#FFF;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  border-radius: 15px;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 992px) {
  .launcher-row {
    margin-bottom: 0 !important;
  }

  .launcher-elem {
    margin-bottom: 15px !important;
  }
}

@media (max-width: 768px) {
  .image-box img {
    width: 180px;
  }
}

/* Hacemos que el label "novedad" se muestre en margen superior derecho*/
.label-peso-carrusel {
  position: absolute; // Le decimos cómo se va a posicionar
  top: 10px;
  right: 25px; /*A mayor valor, desplazamos la etiqueta de novedades más hacia dentro de la foto*/
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 24px;
}
.lista_fotos_marcas {
  width: 70px;
  border-radius: 10px; 
  vertical-align: bottom;
}


#witk_banner_post
{
  padding: 3%;
  position: relative;
  /* Imagen de fondo */
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
    ),
    url(/assets/posts-6651bfba5ff097c070906b921ef7419edb0588da8ca4ca1e3f4ea86f55a51bb4.jpg);
  background-size: cover;
  background-position: 10% 40%;
  
  /* Efecto de desenfoque */
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px); /* Para compatibilidad con algunos navegadores */

  .logo {
    width: 60%;
    display: block;
    margin: auto;
  }
}

.bottom-p-post{ 
    position: absolute;
    bottom: 0;
}

.date-post {
    font-style: italic;
    font-weight: 300;
    font-size: 0.8em;
}

.p-post {
    font-weight: 200;
}

.read-more-post {
    font-size: 0.8em;
}

.link-post {
    color: #343a40;
    text-decoration: none;
    font-weight: 300;
    transition: color 0.3s ease-in-out;
}

.link-post:hover {
    text-decoration: none;
    color: #888888;
}
body, html {
  font-family: 'Roboto', sans-serif !important;
  font-display: swap;
}

#notice {
  color: green;
}

.field_with_errors 
{
  br 
  {
    display: inline;
  }  
  input[type=text], select, input[type=number], input[type=password]
  {
    border: 2px solid #f5c6cb;
    background-color: #f8d7da;
  }
}

/*******************************************************************/
/*                  CSS PARA session --> new [BOOTSTRAP]           */
/*******************************************************************/

/* STRUCTURE */

.wrapper-login {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
}

#formContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  position: relative;
  padding: 0px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}

#formFooter {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

/* FORM TYPOGRAPHY*/
.form-new-user {
  input[type="button"],
  input[type="reset"],
  input[type="password"] {
    background-color: #343a40;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    -webkit-box-shadow: 0 10px 30px 0 rgba(200, 200, 200, 1);
    box-shadow: 0 10px 30px 0 rgba(200, 200, 200, 1);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  input[type="button"]:hover,
  input[type="reset"]:hover {
    background-color: #52575a;
  }

  input[type="button"]:active,
  input[type="reset"]:active {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }

  input[type="text"],
  input[type="password"] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
  }

  input[type="text"]:focus,
  input[type="password"]:focus {
    background-color: #fff;
    border-bottom: 2px solid #343a40;
  }

  input[type="text"]:placeholder {
    color: #cccccc;
  }

  input[type="password"]:placeholder {
    color: #cccccc;
  }
}

/* Animación para el enlace de "crear usuario"*/
.underlineHover:after {
  display: block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #343a40;
  content: "";
  transition: width 0.2s;
  color: #26272b;
}

.underlineHover:hover {
  color: white;
  background-color: #343a40; // quitamos el coloreado en el enlace de crear usuario
  text-decoration: none; // quitamos el subrallado del enlace de crear usuario
}

.underlineHover:hover:after {
  width: 100%;
}

/* OTHERS */
*:focus {
  outline: none;
}

#icon {
  width: 60%;
}

.caps-lock-warning {
  display: none;  
}
/* FIN Animación para el enlace de "crear usuario"*/

/*******************************************************************/
/*              FIN CSS PARA session --> new [BOOTSTRAP]           */
/*******************************************************************/

/*
 * Contiene los estilos relativos a las vistas "show" 
 *
 */

.logo_marca_a_la_derecha {
  float: right;
  overflow: hidden;
  display: block;
  height: 135px;
}

.image_container_marcas {
  text-align: center;
}

.group_data {
  p {
    padding: 0px 0px 0px 20px;
  }
  margin: 0px 0px 20px 0px;
}

.group_data_with_image {
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 20px 0px;
  clear: left;
  display: table;
}

.header_group {
  border-bottom: 2px solid #333;
  margin-bottom: 3px;
}

.text_vertical_middle {
  display: table-cell;
  vertical-align: middle;
}

.image_help_size {
  max-width: 500px;
}

.visible_es_true {
  color: green;
  font-weight: bold;
}

.visible_es_false {
  color: red;
  font-weight: bold;
}

.icono_tooltip_floated_left {
  float: left;
}

icono_tooltip_floated_center {
  float: center;
}

.tamanyo_icono_tooltip {
  max-width: 17px;
  padding: 0px 0px 0px 0px;
}

/* Tooltip container */
.witk_tooltip {
  position: relative;
  display: inline-block;
  padding: 0px 0px 0px 0px;
}

/* Tooltip text */
.witk_tooltip .tooltiptext {
  visibility: hidden;
  width: 220px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 9999;
  top: 80%;
  left: 0%;
  margin-left: -40px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.witk_tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.witk_tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-image {
  width: 75%;
}

// Enable mobile zoom
.carousel.pointer-event {
  touch-action: pan-y pinch-zoom;
}

.cabecera_grupo_campos {
  border-bottom: 2px solid #333;
  margin-bottom: 15px;
  margin-top: 15px;
}

.geometria_cuadro {
  padding-left: 80px;
}
.geometria_cuadro:hover {
  background-color: #f5f5f5;
  border-radius: 10px 10px 10px 10px;
}

.black-background {
  background-color: #343a40;
}

.white-text {
  color: #fff;
}

.img-weight-show {
  width: 48px;
}

.weight-card-container {
  display: flex;
  flex-wrap: wrap;
}

.h4-weight-card {
  margin-bottom: 0px !important;
}

/* Pantallas pequenyas */
@media (max-width: 576px) {
  .carousel-image {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .big-checkbox {
    text-align: left !important;
  }
}


/*
 * Utilizaremos @media queria para condicinar aspecto web/mobile del alert de novedades
 */
     /* Definiciones comunes */
     .cuadro_clasificaciones {
      /* Se utiliza para centrar el elemento de anchura que definamos con "width" */
        margin-right: auto;
        margin-left: auto;
        padding: 10px;
        background-color:#e9e4e4;
    } 
  /* Definiciones Mobile */  
  @media (max-width: 768px) {
    .cuadro_clasificaciones {
      width: 100%;
    }

  }
  /* Definiciones Web */
  @media (min-width: 769px) {
    .cuadro_clasificaciones {
      width: 80%;           /* Limito anchura */
      border-radius: 8px;  /* Redondeamos los bordes*/
      border: 2px solid #212529; /* Añadimos un borde de color*/        
    }
  }






.user-img-form{
    width:75%;
}

@media (max-width: 576px) {
    .user-img-form{
        width:100%;
    }
}

.wheelset-pos-img {
    width: 80%!important;
}

@media (max-width: 576px) {
    .wheelset-img-data {
        padding-top: 1rem!important;
        margin-left: 1rem!important;
    }

    .wheelset-pos-img {
        width: 50%!important;
    }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

 
