﻿/*

< !-- https: //codepen.io/JacobLett/pen/yLLdvjV
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 row-cols-lg-4 row-cols-xl-5">
-->

*/
@charset "UTF-8";

:root {
  --color-copywrite: gray;
  --fondo-botoneras: #333333;
  --fondo-botones-borde: #ffffffec;
  --fondo-botones-color: #333333;
  --fondo-botones-hoover: #fffb00;
  --fondo-redes-sociales: #531253;
  --fondo-textos-color: yellow;
  --tema-actual-pachito: 1.1;
}

.ferContenedor {
  padding-top: 94px;
}

.ferCajaBase,
.ferCajaBase2 {
  background: radial-gradient(circle, gray, black);
  border-color: var(--fondo-botones-borde);
  border-radius: 12px;
  border-style: ridge;
  border-width: 3px;
  box-shadow: 0px 0px 18px black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
}

.ferCajaBase2 {
  background: radial-gradient(circle, rgb(64, 64, 64), black) !important;
}

.ferCopyWrite {
  color: white;
  font-size: 0.75em;
  left: 4px;
  padding-top: 1em;
  position: absolute;
  right: 4px;
  text-align: center;
  text-shadow: 1px 3px 3px black;
  z-index: 63;
}

.ferLineaMetalica {
  border-color: var(--fondo-botones-borde);
  border-style: outset;
  border-width: 2px;
  margin: 6px;
}

.ferMarcoMetalico {
  border-color: var(--fondo-botones-borde);
  border-radius: 8px;
  border-style: ridge;
  border-width: 3px;
  /*padding: 25px;*/
}

.ferCintura {
  box-sizing: border-box;
  float: none;
  padding: 10px;
  padding-left: 12px;
  width: 100%;
}

.ferCinturaFlaca {
  box-sizing: border-box;
  float: none;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.ferCinturaFlaca img {
  height: auto;
  width: 100%;
}

.ferAcercaDe {
  font-family: Arial, Helvetica, sans-serif;
}

/* eof: Primordiales */
/* ****************************************************** */
/* bof: tonterias */

.rayaHR {
  background: silver;
  border: 2px;
  color: var(--fondo-botones-color);
  height: 2px;
  padding: 0px;
  width: 100%;
}

.ferSombraTexto {
  text-shadow: 1px 1px 3px black;
}

.ferCentrado {
  display: block;
  margin: auto;
}

.ferCentradito {
  display: flex;
  justify-content: center;
}

.ferCentradoHorizontal {
  display: inline-block;
}

.ferCentradoVertical {
  align-items: center;
  display: flex;
}

.ferCentradoCentrado {
  align-items: center;
  display: flex;
  justify-content: center;
}

.ferTextoPequeno {
  font-size: 0.75em;
  line-height: 0.8;
  color: black;
}

.ferTextoInvertido {
  background-color: black;
  color: white;
}

.ferTextoNegro {
  color: black;
}

.ferTextoGris,
.fer-text-muted {
  color: rgb(133, 133, 133);
}

.ferTransparente {
  background-color: inherit;
  /* Hereda el color de fondo del contenedor */
}

.ferTextoEstandar {
  background-color: white;
  color: black;
}

.ferTextoEtiqueta {
  font-style: italic;
  font-weight: normal;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
  color: black;
}

.ferTextoCurvo {
  font-size: 36px;
  font-family: cursive;
  font-weight: bolder;
  text-shadow: 1px 3px 3px black;
}

.fer-form-label {
  margin-bottom: 0.5rem;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: black;
}

/* ****************************************************** */
/* bof: Menu de turno */

.ferMenuNav,
.ferMenuUl {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.ferMenuLi,
.ferLiBar {
  font-size: medium;
  text-align: initial;
  margin: 0;
}

.ferBtn-sink,
.ferBotonVidrio,
.ferBtnMetalico,
.ferBotonMenus,
.ferLogoMenuPrincipal,
.ferBotonMenuEdicion,
.ferMenuLi,
.ferLiBar,
.ferBtnTema,
.ferBtnTemaBase {
  -webkit-tap-highlight-color: transparent; /* Eliminar highlight azul en móviles */
}

.ferBtn-sink:active,
.ferBotonVidrio:active,
.ferBtnMetalico:active,
.ferBotonMenus:active,
.ferLogoMenuPrincipal:active,
.ferBotonMenuEdicion:active,
.ferMenuLi:active,
.ferLiBar:active,
.ferBtnTema:active,
.ferBtnTemaBase:active {
  transform: translateY(2px) scale(0.98);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

.ferMenuPrincipal {
  /* top: 92vh; abajo */
  top: 0px;
  /* arriba */
  font-size: small;
  height: 89px;
  left: 1px;
  padding: 4px 2px;
  position: fixed;
  right: 1px;
  z-index: 363;
}

.ferLogoMenuPrincipal {
  height: 72px;
  width: 72px;
  margin-left: 4px;
  margin-top: 2px;
  padding: 1px;
  border-color: var(--fondo-botones-borde);
  border-width: 1px;
  border-radius: 8px;
  border-style: inset;
  object-fit: cover;
}

.ferBotonMenus {
  height: 20px;
  width: 20px;
}

.ferBtnMenusByN {
  filter: grayscale(100%) invert(100%);
  height: 25px;
  width: 20px;
  padding-bottom: 5px;
}

#ferBotonMenuPrincipal {
  justify-content: flex-end;
}

#ferBotonMenuPrincipal li {
  display: block;
}

.ferBordeMetal {
  background: radial-gradient(circle, gray, black) !important;
  border-color: var(--fondo-botones-borde);
  border-width: 1px;
  border-radius: 8px;
  border-style: ridge;
}

.ferBotonMenuEdicion,
#ferBotonMenuPrincipal li a,
#ferBotonSecundario li a {
  background: radial-gradient(circle, gray, black);
  border-color: var(--fondo-botones-borde);
  border-width: 1px;
  border-radius: 8px;
  border-style: ridge;
  box-shadow: 0px 1px 8px black;
  color: var(--fondo-textos-color);
  cursor: pointer;
  float: left;
  /*
  font-family: Arial;
  */
  font-size: 1em;
  height: 34px;
  margin-bottom: 3px;
  margin-right: 4px;
  margin-top: 1px;
  padding-bottom: 0px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 3px;
  text-decoration: none;
  text-shadow: 1px 3px 3px black;
}

.ferBotonMenuEdicion:hover,
.ferBordeMetal:hover,
.ferBotonVidrio:hover,
#ferBotonMenuPrincipal li a:hover,
#ferBotonSecundario li a:hover {
  color: rgb(135, 248, 86);
  box-shadow: 0px 0px 8px var(--fondo-botones-hoover);
  border-color: var(--fondo-botones-hoover);
  border-style: inset;
}

.ferDropDownDivider {
  color: transparent;
  content: none;
  font-size: 8px;
}

.ferPersianaBody {
  max-height: calc(100vh - 180px);
  overflow-y: auto;
}

.ferDivTema {
  bottom: 90px;
  right: 1px;
  z-index: 69;
}

.ferBtnTema {
  filter: invert(50%);
  margin-right: 5px;
  width: 33px;
  height: 33px;
}

.ferBaliza {
  background-color: var(--fondo-botones-color);
  border-color: black;
  border-radius: 12px;
  box-shadow: 0px 0px 10px black;
}

.ferBaliza:hover {
  background-color: darkblue;
}

.ferBtnBajar {
  bottom: 8px;
}

.ferBtnSubir {
  bottom: 47px;
}

.ferBotonVidrio {
  border-width: 1px;
  border-style: none;
  background-color: transparent;
  border-radius: 6px;
  cursor: pointer;
  right: 10px;
  height: 40px;
  width: 40px;
  position: fixed;
  z-index: 69;
  filter: invert(50%);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  display: block;
}

.ferBotonGonito {
  border-color: var(--fondo-botones-borde);
  background-color: transparent;
  border-radius: 6px;
  border-style: inset;
  cursor: pointer;
  width: 40px;
  filter: invert(50%);
}

.ferSombra {
  border-radius: 12px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.ferBtnMetalico {
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset,
    rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset,
    rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px,
    rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px,
    rgba(0, 0, 0, 0.09) 0px 6px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

img.ferBtnWhatsApp {
  border-radius: 100px !important;
  bottom: 20px;
  box-shadow: 0px 0px 10px black;
  cursor: pointer;
  display: block !important;
  position: fixed;
  left: 10px;
  height: 45px;
  width: 45px;
  z-index: 69;
}

img.ferBtnWhatsApp:hover {
  border-radius: 100px !important;
  box-shadow: 0px 0px 25px 0px rgba(7, 94, 84, 1);
  transition-duration: 0.5s;
}

.ferBtnIcon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  height: calc(1.5em + 1.3rem + 2px);
  width: calc(1.5em + 1.3rem + 2px);
  margin-left: 5px;
  border-color: var(--fondo-botones-borde);
  border-style: outset;
  border-width: 2px;
  border-radius: 15%;
  background: radial-gradient(circle, gray, black);
}

/* eof: Menu de turno */
/* ****************************************************** */
/* bof: CONTROL DE BLOQUES */

.no-visor-container {
  /* Usa viewport units para ignorar el contenedor padre */
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw; /* calc(-50vw - 10px); */
  margin-right: -50vw;
  overflow-x: hidden;
}

div.reset {
  /* apago divisiones */
  content: "";
  display: block;
  clear: both;
}

.ferLogoGrande {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.btn-lg:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.btn-ImgFull {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

.ferHundido {
  padding: 1px;
  border: 3px inset #f0f1f2;
  background: #eae2e2;
  color: black;
  box-shadow: inset 20px 20px 60px #c5c5c5, inset -20px -20px 60px #f2f2f2;
  all: 0.5s ease-in-out;
  border-radius: 1rem;
}

.ferProfundo {
  padding: 1px;
  border: 3px inset #f0f1f2;
  all: 0.5s ease-in-out;
  border-radius: 1rem;
}

/* Shine */
.hr {
  height: 4px;
  border-radius: 12px;
  opacity: 2.5;
  border: 0;
  background: linear-gradient(to right, transparent, #818078, transparent);
  background-image: radial-gradient(
    farthest-side at 50% -50%,
    hsla(0, 0%, 0%, 0),
    hsla(0, 0%, 0%, 0.25)
  );
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.hr::before {
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  background-image: linear-gradient(
    90deg,
    hsla(0, 0%, 0%, 0),
    hsla(0, 0%, 0%, 0.75) 50%,
    hsla(0, 0%, 0%, 0)
  );
}
