* {
  font-family: "Montserrat", sans-serif;
  /* user-select: none; */
}
a {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #333333;
}
.form-control:focus {
  box-shadow: none;
  border-color: #666666;
}
.modal-header {
  border: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}
.ff-title {
  font-family: "Playfair Display", serif;
}
.ff-text {
  font-family: "Montserrat", sans-serif;
}

.fs-12 {
  font-size: 0.75rem;
}
.fs-14 {
  font-size: 0.875rem;
}
.bg-dark-lody {
  background-color: #231f20;
}
.bg-gray-lody {
  background-color: #ebebeb;
}
.bg-gray-dark-lody {
  background-color: #131313;
}
.text-color-gray {
  color: #666666;
}
.h-100 {
  height: 100%;
}
.underline {
  text-decoration: underline;
}
.button_outline {
  font-size: 0.875rem;
  border: 1px solid #666666;
  border-radius: 0;
}
.button_outline:hover {
  color: #fff;
  background-color: #666666;
}
.button_outline:focus {
  box-shadow: 0 0 0 0.05rem #666666;
}
.button_solid {
  color: #fff;
  background-color: #666666;
  font-size: 0.875rem;
  border-radius: 0;
}
.button_solid:hover {
  color: #666666;
  background-color: #fff;
  border: 1px solid #666666;
}
.button_solid:focus {
  box-shadow: 0 0 0 0.05rem #666666;
}
.form-control {
  border-radius: 0;
  /* 
  border: none;
  border-bottom: 1px solid #666666;
 */
}
/* MENU HAMBURGUESA */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 9; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #fff; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 0.875rem;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover,
.offcanvas a:focus {
  color: #161616;
}

/* Position and style the close button (top right corner) */
.closebtn {
  position: absolute;
  top: 0;
  left: 0px;
  font-size: 36px !important;
  margin-left: 0px;
}
.cartclosebtn {
  font-size: 42px !important;
}
.container_menu {
  display: inline-block;
  cursor: pointer;
}

.hamburger {
  width: 30px;
  height: 3px;
  background-color: black;
  margin: 6px 0;
  border-radius: 10px;
}
/* FIN MENU HAMBURGUESA */
/* BIGMENU */

/* .bigmenu {
  height: 40%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow: hidden;
  padding-top: 60px;
  transition: 0.5s;
} */
/* .mega-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #231f20;
} */

/* Fin BIGMENU */
.mySideCart {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 9; /* Stay on top */
  top: 0;
  right: 0;
  background-color: #fff; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 30px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
.mySideCart a:hover,
.offcanvas a:focus {
  color: #f1f1f1;
}
.mySideCart a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* nav fixed */
.navbar-scroll {
  background-color: #fff !important;
  position: fixed;
  top: 0;
}
.bg-nav {
  background-color: #fff !important;
  top: 0;
}

.banner-footer {
  overflow-x: hidden;
}
.banner-footer-title {
  font-size: 1rem;
}
@media screen and (width >= 575px) {
  .banner-footer-title {
    font-size: 2rem;
    width: 75%;
  }
  .centrado_logo {
    margin: 0px 100px 0px 0px;
  }
}
.banner-footer {
  z-index: -1;
}
.banner-footer-container {
  width: 70%;
}
@media screen and (width >= 960px) {
  .banner-footer-container {
    left: 70% !important;
    width: 70%;
    overflow: hidden;
  }
  .paraImg {
    width: 100px;
  }
  .logoPrincipal {
    width: 130px;
  }
}

.navCustom {
  width: 100%;
  background-color: transparent;
}
/* 


*/
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
/* header */
.header {
  display: block;
  width: 100%;
  position: relative;
  z-index: 3;
  padding: 0 0;
}
.header .item-left {
  flex: 0 0 17%;
}

/* .header .item-center {
  flex: 0 0 66%;
} */
.header .item-right {
  flex: 0 0 17%;
  display: flex;
  justify-content: flex-end;
}
.header .item-right a {
  text-decoration: none;
  font-size: 16px;
  color: #555555;
  display: inline-block;
  margin-left: 10px;
  transition: color 0.3s ease;
}
.header .menu > ul > li {
  display: inline-block;
  line-height: 50px;
  margin-left: 25px;
}
.header .menu > ul > li > a {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  position: relative;
  text-transform: capitalize;
  transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #ffffff;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
  transition: all 0.5s ease;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
  justify-content: center;
}
/* @media (min-width: 992px) {
  .header .menu > ul > li.menu-item-has-children:hover .sub-menu {
    margin-top: 10px;
    visibility: visible;
    opacity: 1;
  }
} */
.header .menu > ul > li .sub-menu > ul > li {
  line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a {
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  color: #555555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu {
  min-width: 280px;
  max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li {
  line-height: 1;
  display: block;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
  padding: 10px 0;
  display: inline-block;
  font-size: 15px;
  color: #555555;
  transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
}

.header .menu > ul > li .sub-menu {
  max-width: 2800px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
  flex: 0 0 25%;
  padding: 0 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title {
  font-size: 16px;
  color: #ea4636;
  font-weight: 500;
  line-height: 1;
  padding: 10px 0;
}
.header
  .menu
  > ul
  > li
  .sub-menu.mega-menu-column-4
  > .list-item.text-center
  .title {
  text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-top: 10px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a {
  color: #ea4636;
}
/* banner section */
.banner-section {
  background-image: url("../img/banner.jpg");
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

.header .menu > ul > li.menu-item-has-children:hover .sub-menu {
  margin-top: 7px;
  visibility: visible;
  opacity: 1;
}
.nav_search {
  border: none;
  border-bottom: 2px solid #464545;
  border-radius: 0;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-menu {
  border-radius: 0;
  padding-inline: 1rem;
  padding-top: 2px;
  padding-bottom: 2px;
}

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

#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7); /* Black background with opacity */
  z-index: 9; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

.cartTitle {
  color: #818181;
}
.cartBorder {
  border: 1px solid #a5a5a5ad;
}
.cartItems {
  color: #666666;
}

.greyline {
  border-bottom: 1px solid #e8e8e8;
  height: 2px;
}
.inputCart {
  max-width: 30px;
  text-align: center;
}
.buttonCart {
  background-color: transparent;
  border: none;
  border: 1px solid #a5a5a5ad;
}
.removeItem {
  cursor: pointer;
}
.removeItem svg:hover {
  fill: #a5a5a5;
}

/* .form-floating .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #666666;
} */

#conectado {
  accent-color: #666666;
  transform: scale(1.5);
  border: 1px solid #666666;
}

/* acordion */
.accordion-button:not(.collapsed) {
  color: #666666;
  background-color: transparent;
  box-shadow: none;
}
.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.accordion-button svg {
  fill: #666666;
}
.accordion-button:not(.collapsed)::after {
  /* fill: #666666; */
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='666666'><path%20fill-rule='evenodd'%20d='M1.646%204.646a.5.5%200%200%201%20.708%200L8%2010.293l5.646-5.647a.5.5%200%200%201%20.708.708l-6%206a.5.5%200%200%201-.708%200l-6-6a.5.5%200%200%201%200-.708z'/></svg>");
}
.accordion-item {
  border-top: none;
  accent-color: #666666;
}

.no-seleccionable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-select {
  border-radius: 0;
}
.form-select:focus {
  box-shadow: none;
  border-color: #666666;
}

.colores {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 0.5px solid #666666;
}

/* #inputContainer {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
} */
.owl-carousel {
  z-index: 0;
}

.owl-carousel .nav-btn {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.owl-carousel .prev-slide {
  background: url(nav-icon.png) no-repeat scroll 0 0;
  left: -33px;
}
.owl-carousel .next-slide {
  background: url(nav-icon.png) no-repeat scroll -24px 0px;
  right: -33px;
}
.owl-carousel .prev-slide:hover {
  background-position: 0px -53px;
}
.owl-carousel .next-slide:hover {
  background-position: -24px -53px;
}

.owl-prev,
.owl-next {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  display: block !important;
  border: 0px solid black;
}
.owl-prev {
  left: -20px;
}
.owl-next {
  right: -20px;
}
.owl-prev i,
.owl-next i {
  transform: scale(1, 2);
  color: #000000;
}

.mfp-bg {
  background-color: #fff !important;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  color: #000000;
}
.mfp-figure figure {
  background-color: #ffffff;
  width: 100vw;
}

.mfp-figure:after {
  box-shadow: none !important;
  background-color: #fff !important;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  padding-right: calc(0.8em);
}
.form-control.is-valid,
.was-validated .form-control:invalid {
  padding-right: calc(0.8em);
}
