/*
* SOBRE GUSTOS CATERING
* Autor: 2024 - PabloR.
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #646464;
  text-decoration: none;
}

a:hover {
  color: #a6c6d0;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

h5 {
  font-size: 16px;
}

::-webkit-scrollbar {
  height: 2px;
  width: 2px;
  background: #052c3f;
  opacity: 0.4;
}

::-webkit-scrollbar:hover {
  height: 10px;
  width: 10px;
  background: white;
}

::-webkit-scrollbar-thumb {
  background: #4f4f4f;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
  background: #052c3f;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.file-select input[type="file"] {
  opacity: 0;
  height: 32px;
  display: inline-block;
}

/*--------------------------------------------------------------
# Boton subir y chat
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 65px;
  z-index: 996;
  background: #646464;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i, .whatsapp-chat-btn i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #a0c1cc;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.whatsapp-chat-btn {
  position: fixed;  
  right: 15px;
  bottom: 15px;
  z-index: 4000;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  z-index: 4001;
}

#chat1 {
  height: 550px;
  border-radius: 15px;
}

#chat1 .modal-header {
  background-color: #963232;
  border-top-left-radius: 15px; 
  border-top-right-radius: 15px;
}

#chat1 .btn-close, .modal-header .card-title {
  filter: brightness(0) invert(1);
}

#chat1 ::-webkit-scrollbar {
  width: 10px;
}

#chat1 .avatar {
  width: 45px; 
  height: 100%;
}

#chat1 .balloon-sg {
  border-radius: 15px; 
  background-color: rgba(228, 84, 103, 0.2);	
}

#chat1 .balloon-cl {
  border-radius: 15px;
}

#chat1 .chat-container {
  height: 550px;
  max-height: 550px;
}

#chat1 .card-body {
  max-height: 550px; 
  width: 370px;
  overflow-y: auto;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  z-index: 999;
  transition: all 0.5s;
  background: #052c3f;
  padding: 15px 0;
}

#header.header-transparent {
  background: none;
}

#header.header-scrolled {
  background: rgba(27, 26, 26, 0.4);
  padding: 12px 0;
}

#header.header-fixed {
  background: rgba(5, 44, 63, 0.8);
}

#header .logo h1, #footer-logo h1 {
  font-family: 'Autography';
  font-size: 40px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-shadow: 2px 2px 5px red; /* Cambia por navidad.js */
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

#header .flag {
  width: 22px;
  height: 20px;
}

.img-navidad-1 {
  width: 375px;  
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
}

.img-navidad-2 {
  width: 375px;  
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
}

@media (max-width: 768px) {
  #header .logo h1 {
    font-size: 30px;
  }
  .img-navidad-1 {
    width: 200px;
  }
  .img-navidad-2 {
    width: 200px;
  }
}

/*--------------------------------------------------------------
# Menu de navegacion
--------------------------------------------------------------*/
@font-face {
  font-family: 'Autography';
     src: url('../vendor/fonts/Dulcelin.eot');
     src: url('../vendor/fonts/Dulcelin.eot?#iefix') format('embedded-opentype'),
          url('../vendor/fonts/Dulcelin.woff') format('woff'),
          url('../vendor/fonts/Dulcelin.ttf') format('truetype'),
          url('../vendor/fonts/Dulcelin.svg#adlerRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**
* Version PC
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
  transition: 0.3s;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #ff0000;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #3b626f;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #646464;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

.tx-carrito {
  display: none;
}

/**
* Version Mobile
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

  .tx-carrito {
    display: block;
  }
  
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 11, 16, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #000000;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #646464;
}

.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #646464;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Seccion login clientes.
--------------------------------------------------------------*/
#ModalLoginCliente .modal-content, #ModalRestPass .modal-content {
  background-image: linear-gradient(
    135deg,
    hsl(0deg 5% 4%) 0%,
    hsl(359deg 38% 10%) 28%,
    hsl(353deg 55% 14%) 55%,
    hsl(349deg 71% 18%) 79%,
    hsl(344deg 92% 21%) 100%
  );
  border: solid 1px #fff;
}

#ModalLoginCliente .modal-title, #ModalLoginCliente .btn-close,
#ModalRestPass .modal-title, #ModalRestPass .btn-close {
  filter: brightness(0) invert(1);
}

#ModalLoginCliente .nav-link {
  color: #ff0000;
}

/*--------------------------------------------------------------
# Mensaje modal.
--------------------------------------------------------------*/
#ModalMessage .modal-content {
  background-image: linear-gradient(
  135deg,
  hsl(0deg 5% 4%) 0%,
  hsl(359deg 38% 10%) 28%,
  hsl(353deg 55% 14%) 55%,
  hsl(349deg 71% 18%) 79%,
  hsl(344deg 92% 21%) 100%
);
  border: 1px dashed #fff;
}

#ModalMessage .modal-title, #ModalMessage .btn-close, .modal-text {
  filter: brightness(0) invert(1);
}

#ModalMessage .modal-left-img {
  float: left;
  width: 100px;
  height: 100px; 
  margin-right: 10px;
}

/*--------------------------------------------------------------
# Seccion formulario pedidos.
--------------------------------------------------------------*/
#ModalPedido .modal-content {
  background-image: linear-gradient(
    135deg,
    hsl(0deg 5% 4%) 0%,
    hsl(359deg 38% 10%) 28%,
    hsl(353deg 55% 14%) 55%,
    hsl(349deg 71% 18%) 79%,
    hsl(344deg 92% 21%) 100%
  );
  border: 1px solid #fff;
}

#ModalPedido .modal-title, #ModalPedido .btn-close {
  filter: brightness(0) invert(1);
}

/*--------------------------------------------------------------
# Seccion portada
--------------------------------------------------------------*/
#portada {
  width: 100%;
  height: 100vh; 
  background-size: cover;
  position: relative;
}

#portada:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.video {
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;  
}

.video-parallax {
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;  
  -webkit-transition-position: fixed;
  position: fixed;
}

#portada .portada-container {
  position: absolute;
  bottom: 0;
  top: 125px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#portada h1 {
  margin: 0 0 15px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#portada h2 {
  color: #eee;
  margin-bottom: 30px;
  font-size: 24px;
}

#portada .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  border: 2px solid #646464;
  color: #fff;
}

#portada .btn-get-started:hover {
  background: #646464;
  border: 2px solid #646464;
}

@media (min-width: 1024px) {
  #portada {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #portada h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #portada h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Secciones en general
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #0d0d0d;
  opacity: 0.9;
}

.section-title-drk {
  color: #000000;
  text-align: center;
  padding-bottom: 30px;
}

.section-title-clr {
  color: white;
  text-align: center;
  padding-top: 0;
}

.section-back-clr {
  background-color: white;
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
  margin-top: 25px;
  padding-bottom: 0;
  border-radius: 4px;
}

.section-title-drk h2, .section-title-clr h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.section-title-drk p, .section-title-clr p {
  margin-bottom: 0;
}

.cart-link {
  margin-top: -22px;
}

@media (max-width: 768px) {
  .section-bg {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Productos
--------------------------------------------------------------*/
#in-productos:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.productos .card-princ {
  border-radius: 100px 100px 0 0;
  border: solid 1px #fff;
  z-index: 2;
}

.productos .text-bg-color {
  color: #4f4444 !important;
  font-weight: 600 !important;
}

.productos .float-start {
  position: absolute; 
  left: 10px; 
  bottom: 10px;
}

.productos .float-end {
  position: absolute; 
  right: 10px; 
  bottom: 10px;
}

.productos .float-start h4 {
  color: #4f4444;
  font-size: 26px;
  margin: 2px 0 0 12px;
  }

.productos .card-title {
  font-size: 18px;
  font-weight: bold; 
  color: #000000;
  padding-bottom: 15px;
}

.productos .bi-cart-dash-fill {
  margin-right: 12px;
}

.productos .img-container img {
  border-radius: 100px 100px 0 0;
  border: solid 1px #fff;
  -webkit-transition:all .9s ease; /* Safari y Chrome */
  -moz-transition:all .9s ease; /* Firefox */
  -o-transition:all .9s ease; /* IE 9 */
  -ms-transition:all .9s ease; /* Opera */
  width:100%;
  z-index: -1;
  }

.productos .img-container:hover img {
  -webkit-transform:scale(1.25);
  -moz-transform:scale(1.25);
  -ms-transform:scale(1.25);
  -o-transform:scale(1.25);
  transform:scale(1.25);
}

.productos .img-container {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
  z-index: -1;
}

.productos .card {
  margin-top: 25px;
  border: 0;
  text-align: center;
  z-index: 1;
}

.productos .card-body {
  -moz-text-align-last: center;
  text-align-last: center;
}

.productos .btn {
  border-radius: 4px;
  padding: 4px 30px 6px 30px;
}

.productos h2 small {
  font-size: 24px;
}

.no-prod {
  margin-top: 150px;
  height: 250px;
  color: #fff;
}

@media (max-width: 768px) {
  .productos h2 small {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}


/*--------------------------------------------------------------
# La empresa.
--------------------------------------------------------------*/
.empresa {
  padding: 80px 0;  
  background-position: center center;
  background-size: cover;
  position: relative;
}

.empresa::before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.empresa .section-header {
  margin-bottom: 40px;
}

.empresa .empresa-carousel,
.empresa .empresa-slider {
  overflow: hidden;
}

.empresa .empresa-item {
  text-align: center;
  color: #fff;
}

.empresa .empresa-item .empresa-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.empresa .empresa-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.empresa .empresa-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.empresa .empresa-item .quote-icon-left,
.empresa .empresa-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.empresa .empresa-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.empresa .empresa-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.empresa .empresa-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.empresa .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.empresa .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.empresa .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #646464;
}

@media (min-width: 992px) {
  .empresa .empresa-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Armacat.
--------------------------------------------------------------*/
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.armacat .bi-filter-circle-fill {
  color: #fff;
}

.row.g-0 {
  position: relative;
}

.armacat .mu-tab-content-area {
  display: inline;
  float: left;
  width: 100%;
  padding: 50px 0;
  left: 0;
}

.armacat .pr-title { 
  font-size: 14px;
  display: block;
  color: #a0c1cc;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.quan-sub-tot {
  border: 0;
}

.armacat .btn-sm:focus {
  outline:none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.armacat .mu-tab-content-left {
  display: inline;
  float: left;
  padding-right: 15px;
  width: 100%;
}

.armacat .mu-tab-content-right {
  display: inline;
  float: left;
  padding-left: 15px;
  width: 100%;
}

.armacat .media-heading a {
  color: #fff;
}

.armacat .media img {
  -webkit-transition:all .9s ease; /* Safari y Chrome */
  -moz-transition:all .9s ease; /* Firefox */
  -o-transition:all .9s ease; /* IE 9 */
  -ms-transition:all .9s ease; /* Opera */
  width: 110px;
  height: 110px;
  border: 1px solid #fff;
  border-radius: 5px;
}

.armacat .media img:hover {
  -webkit-transform:scale(1.25);
  -moz-transform:scale(1.25);
  -ms-transform:scale(1.25);
  -o-transform:scale(1.25);
  transform:scale(1.25);
}

.armacat h7 {
  color:#a0c1cc;
  font-size: 12px;
  font-weight: bold;
}

.sin-stock {
  margin-top: 10px;
  color: #fff;
  background-color: #963232;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px;
}

.armacat .mu-menu-price, .armacat .mu-menu-cpmin {
  display: block;
  position: relative;
  margin-top: -5px;  
  color: #a0c1cc;
}

.armacat .mu-menu-cpmin {
  margin-top: -6px;
}

.armacat .mu-menu-item-nav li {
  border-bottom: 1px dashed #fff;
  display: inline;
  float: left;
  margin-bottom: 20px;
  padding-bottom: 15px;
  width: 100%;
}

.armacat .mu-menu-item-nav li .media .media-left {
  width: 110px;
  height: 110px;
}

.armacat .mu-menu-item-nav li .media .media-left a,
.armacat .mu-menu-item-nav li .media .media-left a img {
  display: block;
  width: 110px;
  height: 110px;
}

.armacat .mu-menu-item-nav li .media .media-body .media-heading {
  font-size: 20px;
  margin-bottom: 10px;
}

.armacat .mu-menu-item-nav li .media .media-body .media-heading a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.armacat .mu-menu-item-nav li .media .media-body .mu-menu-price {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 20px;
}

.armacat .mu-menu-item-nav li .media .media-body p {
  margin-top: 10px;
  font-size: 14px;
}

.armacat .fixed-posi-hdr {
  width: -moz-calc(100% - 130px);
  width: -webkit-calc(100% - 130px);
  width: -o-calc(100% - 130px);
  width: calc(100% - 130px);
  position: absolute;  
  margin-left: 130px;
}

.armacat .desc-text p {
  color: #fff;
}

:root {
  touch-action: pan-x pan-y;
  height: 100% 
}

.number-input input[type=number]::-webkit-inner-spin-button,
.number-input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; 
}

.armacat input[type="text"], .productos input[type="text"] {
  background-color: #eee !important;
  border-radius: 0;
  font-size: 14px;
  color: #000;
  height: 28px;
  outline: none;
}

.armacat input[type=number], .productos input[type=number] { 
  -moz-appearance: textfield; 
  border-radius: 0;
  background-color: #eee;
}

.number-input {
  margin-top: 10px;
  display: inline-flex;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.multp-price {
  background-color: #fff;
  font-size: 18px;
  height: 28px;
  text-align: right;
  padding: 0 10px 0 10px;
}

.number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: #649aac;
  border: none;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 28px;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number-input .minus {
  border-radius: 10px 0 0 10px;
}

.number-input .plus {
  border-radius: 0 10px 10px 0;
}

.number-input .minus:after {
  content: '\002D';
  color: #fff;
  margin-top: 3px;
  font-family: sans-serif, Arial, Helvetica;
  font-weight: bold;
  font-size: 23px;
}

.number-input .plus:after {
  content: '\002B';
  color: #fff;
  font-family: sans-serif, Arial, Helvetica;
  font-weight: bold;
  font-size: 23px;
}

.number-input button:after {
  display: inline-block;
  position: absolute;
  font-family: "Font Awesome 5 Free"; 
  transform: translate(-50%, -50%) rotate(180deg);
}

.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.number-input input[type=number] {
  font-family: sans-serif;
  max-width: 50px;
  border: solid #ddd;
  border-width: 0;
  font-size: 18px;
  height: 28px;
  text-align: center;
}

#navbarToggleExternalContent {
  margin-top: 116px;
}

#filter-tool-box {
  top: 0;
  border-radius: 0 0 10px 10px;
  background: #649aac;
}

#filter-nav {
  margin-top: 59px;
  z-index: 998;
  background: #649aac;
}

.armacat .sendcartprice {
  color: #fff;
}

@media (max-width: 1199px) {
  .mu-main-navbar .mu-main-nav li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mu-top-slider .mu-top-slider-single .mu-top-slider-content {
    position: absolute;
    left: 5%;
    top: 15%;
    right: 5%;
  }
  .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-small-title {
    font-size: 80px;
  }
  .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
    font-size: 55px;
    line-height: 70px;
  }
}

@media (min-width: 1199px) {
  .fixed-posi-bdy {
      position: relative;
      width: 100%;
      margin-left: 1px;
      margin-top: 0;
    }    
  #filter-nav {
    margin-top: 88px; 
  } 
  #filter-tool-box {
    margin-top: 13px; 
  }  
  .armacat .pr-title { 
    font-size: 24px;
  }
}

/*--------------------------------------------------------------
# Trabajos
--------------------------------------------------------------*/
#trabajos {
  background-size: cover;
  position: relative;
}

#trabajos:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.trabajos .trabajos-item {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 4px;
}

.trabajos .trabajos-item img {
  border-radius: 4px;
  -webkit-transition:all .9s ease; /* Safari y Chrome */
  -moz-transition:all .9s ease; /* Firefox */
  -o-transition:all .9s ease; /* IE 9 */
  -ms-transition:all .9s ease; /* Opera */
}

.trabajos .trabajos-item:hover img {
  -webkit-transform:scale(1.25);
  -moz-transform:scale(1.25);
  -ms-transform:scale(1.25);
  -o-transform:scale(1.25);
  transform:scale(1.25);
}

.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after{
  background-image: none;
}

.accordion-button.collapsed::after {
  background-image: none;
}

.accordion-item, .accordion-item .btn {
  background-color: transparent;
  outline: none;
  border: none;
  box-shadow: none;
}

.accordion-expand-text {
  color: #fff;
}

/*--------------------------------------------------------------
# Contacto
--------------------------------------------------------------*/
.contacto .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  background: #fff;
}

.contacto .info i {
  font-size: 20px;
  color: #646464;
  float: left;
  width: 44px;
  height: 44px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contacto .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000000;
}

.contacto .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #000000;
}

.contacto .info:hover i {
  background: #646464;
  color: #fff;
}

.contacto .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}

.contacto .php-email-form .form-group {
  padding-bottom: 8px;
}

.contacto .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contacto .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contacto .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contacto .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contacto .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contacto .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contacto .php-email-form input, .contacto .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contacto .php-email-form input:focus, .contacto .php-email-form textarea:focus {
  border-color: #646464;
}

.contacto .php-email-form input {
  height: 44px;
}

.contacto .php-email-form textarea {
  padding: 10px 12px;
}

.contacto .php-email-form button[type=submit] {
  background: #646464;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contacto .php-email-form button[type=submit]:hover {
  background: #6a9fb0;
}

.contacto .contact-type-link {
  color: #000000;
  text-decoration: none;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Novedades
--------------------------------------------------------------*/
#novedades {
  background-size: cover;
  position: relative;
}

#novedades:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 400;
}

.novedades .member {
  background-color: white;
}

.novedades .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #000000;
}

.novedades .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.novedades .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

@media (max-width: 767px) {
  .novedades .carousel-inner .carousel-item > div {
      display: none;
  }
  .novedades .carousel-inner .carousel-item > div:first-child {
      display: block;
  }
}

.novedades .carousel-inner .carousel-item.active,
.novedades .carousel-inner .carousel-item-next,
.novedades .carousel-inner .carousel-item-prev {
  display: flex;
}

@media (min-width: 768px) {  
  .novedades .carousel-inner .carousel-item-end.active,
  .novedades .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }
  .novedades .carousel-inner .carousel-item-start.active, 
  .novedades .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.novedades .carousel-inner .carousel-item-end,
.novedades .carousel-inner .carousel-item-start { 
  transform: translateX(0);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  position: relative;
}

#footer::before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

#footer .footer-top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 0;
}

#footer .footer-top h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding-bottom: 0;
  margin-bottom: 0;
}

#footer .footer-top p {
  font-size: 15;
  font-style: italic;
  margin: 30px 0 0 0;
  padding: 0;
}

#footer .footer-top .footer-newsletter {
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
}

#footer .footer-top .footer-newsletter form {
  background: #fff;
  padding: 6px 10px 6px 8px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #646464;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #6a9fb0;
}

#footer .footer-top .social-links {
  margin-top: 30px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #646464;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #649aac;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  z-index: 2;
  position: relative;
  padding-bottom: 40px;
  text-align: center;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
}

#footer .bt-title {
  color: #fff;
  margin-left: 20px;
}

#footer .navbar {
  height: 20px;
  background: #052c3f;
  opacity: 0.6;
}

.btn-login {
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  padding: 0.75rem 1rem;
}

.btn-google {
  color: white !important;
  background-color: #ea4335;
}

.btn-facebook {
  color: white !important;
  background-color: #3b5998;
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/

#dashboard .work-content {
  min-height: 100vh;
}

#dashboard {
  top: 0;
  padding: 0;
  overflow: hidden;
}

#dashboard #client-lst {
  scrollbar-width: thin;
  border: 1px dashed #c1c1c1;
  max-height: 500px;
  margin-bottom: 10px;
  overflow-y: visible;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;  
}

#dashboard .novedad,
#dashboard .trabajo {
  border: 1px solid #3b5998;
  width: 250px;
  height: 100%;
}

#dashboard .sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 90px 0 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  z-index: 99;
}
 
#dashboard .navbar {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1);
}

#dashboard .cat-prod {
  border-radius: 10px;
  height: 375px;
  width: 100%;
  max-width: 508px;
  background-image: url("/assets/img/def-cat.jpg");
}

#dashboard .nov-trab {
  border-radius: 10px;
  height: 100%;
  width: 100%;
}

#dashboard .card-cal {
  min-width: 350px;
}

#dashboard .card-list-cnt {
  height: 510px;
}

#dashboard .card-list {
  max-height: 375px;
  margin-bottom: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

#dashboard #cat-file, #dashboard #prd-file {
  max-width: 508px;  
}

#dashboard .sidebar .nav-link {
  color: #333;
}

#dashboard .sidebar .nav-link.active {
  color: #0d6efd;
}

#dashboard #table-list { 
  text-align: center;
}

#dashboard .chart-container {
  width: 100%;
  height: 200px;
  margin: auto;
}

#dashboard .navbar-brand {
  font-family: 'Autography';
  text-transform: none;
  font-size: 40px;
  color: #000;
}

#dashboard #modal-canvas {
  max-height: 300px;
  overflow: scroll;
}

.detTable table {
  height: 100%;
}

.detTable table,
.detTable th,
.detTable td {
  border: 1px solid black;
  border-collapse: collapse;
}

.detTable td, 
.detTable th {
  padding: 10px;
}

#dashboard .token-cup {
  display: none;
  height: 40px;
  width: 250px;
  background-color: rgb(255, 255, 0);
  color: #000;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  border: 3px dashed black;
}

@media (max-width: 767.98px) {
  #dashboard .sidebar {
        top: 11.5rem;
        padding: 0;
  }
}

@media (min-width: 767.98px) {
  #dashboard .navbar {
      top: 0;
      position: sticky;
      z-index: 999;
  }
}

/*--------------------------------------------------------------
# Calendar
--------------------------------------------------------------*/
.ftco-no-pt {
  padding-top: 0; 
}

.ftco-no-pb {
  padding-bottom: 0; 
}

.heading-section {
  font-size: 28px;
  color: #000; 
}

.content {
  overflow: none;
  width: 100%;
  max-width: 380px;
  padding: 0px 0;
  height: 400px;
  position: relative;
  margin: 20px auto;
  background: #fefefe; 
}

.calendar {
  width: 100%;
  padding: 0; 
}

.year-header {
  background: #eee;
  height: 40px;
  text-align: center;
  position: relative;
  color: #fff;
  border-top-left-radius: 3px;
  margin-top: 20px; 
}

.year-header span {
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  color: #000; 
}

.left-button, .right-button {
  cursor: pointer;
  width: 28px;
  text-align: center;
  position: absolute;
  color: #000 !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px !important; 
}

.left-button {
  left: 0; 
}

.right-button {
  right: 0;
  top: 0; 
}

.days-table, .dates-table, .months-table {
  border-collapse: separate;
  text-align: center; 
}

.day {
  height: 26px;
  width: 26px;
  padding: 0 10px;
  line-height: 26px;
  border: 2px solid transparent;
  text-transform: uppercase;
  font-size: 12px;
  color: #000; 
  font-weight: bold;
}

.day-do {
  color: #ff0000
}

.month {
  cursor: default;
  height: 26px;
  width: 26px;
  padding: 0 2px;
  padding-top: 10px;
  line-height: 26px;
  text-transform: uppercase;
  font-size: 11px;
  color: #cccccc;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms; 
}

.active-month {
  font-weight: 700;
  color: #000; 
}

.month:hover {
  color: #a0c1cc; 
}

.table-date {
  cursor: pointer;
  color: #2b2b2b;
  height: 26px;
  width: 26px;
  font-size: 15px;
  font-weight: normal;
  padding: 10px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  position: relative; 
}

.event-date {
  color: #ccc;
  font-weight: bold;
  cursor: default;
}

.active-date {
  background: #a0c1cc;
  color: #fff; 
}

@media (max-width: 991.98px) {
  .month {
    font-size: 8px; 
  } 
}

@media (max-width: 767.98px) {
  .month {
    font-size: 10.5px; 
  } 
}

@media (prefers-reduced-motion: reduce) {
  .left-button, .right-button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; 
  } 
}

/*--------------------------------------------------------------
# Seccion clientes.
--------------------------------------------------------------*/

.cl-cell-w {
  margin: 0;
  padding: 0;
  width: 16%;
}