@font-face {
  font-family: "Bebas";
  src: url("../fonts/Bebas-Regular.otf") format("opentype"),
    url("../fonts/Bebas-Regular.ttf") format("truetype");
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Bebas, Arial, Helvetica, sans-serif;
}
h1 {
  font-size: 3rem;
  line-height: 3.5rem;
}
h2 {
  font-size: 2.5rem;
  line-height: 3rem;
}
h3 {
  font-size: 2rem;
  line-height: 2.5rem;
}
p,
li {
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.navbar-dropdown.bg-color.transparent {
  background: none;
}
.navbar-dropdown.bg-color {
  background: #2e2e2e;
  transition: all 0.2s;
}
span.navbar-caption-wrap a {
  display: flex;
  align-items: center;
}

.opened .navbar-dropdown.bg-color.transparent {
  background: #2e2e2e;
}

button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

@media screen and (max-width: 768px) {
  .menu .navbar-toggleable-sm .navbar-collapse {
    width: auto;
    display: none !important;
    padding-right: 0;
  }

  .opened.menu .navbar-toggleable-sm .navbar-collapse {
    display: block !important;
  }
}

.mbr-section-btn .btn {
  border-radius: 100px;
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
  background-color: #7e9c84;
  border-color: #7e9c84;
  color: #ffffff;
}
.mbr-section-btn .btn:hover {
  color: #ffffff;
  background-color: #3c6040;
  border-color: #3c6040;
}
#modal-mayor-edad .btn {
  border-radius: 0.25rem;
  box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 50%);
}

/**  home **/

#home .cid-qyvHxX98kc {
  padding: 100px 0;
  background-image: url("../img/pages/banner-fondo-cbd.jpg");
}

@media screen and (max-width: 768px) {
  #home .cid-qyvHxX98kc {
    padding: 100px 0;
  }
}

#overlay-mayor-edad {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  z-index: 1040;
}
.select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  height: 50px;
  padding: 10px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 12px;
}

/** info **/
#page-info .header1 {
  background-image: url("../img/pages/banner-fondo-cbd.jpg");
  padding-top: 90px;
  padding-bottom: 90px;
}
#page-info .header3 {
  color: white;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../img/pages/fondo-header3.jpg");
}
#page-info .mbr-overlay {
  opacity: 0.9;
  background-color: rgb(8, 95, 67);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

#page-info .my-section {
  padding: 50px 0;
}
#page-info .col-md-6 {
  text-align: center;
}
#page-info .col-md-6 img {
  width: 70%;
}
#page-info .col-md-6 ol li {
  text-align: left;
  padding-bottom: 10px;
}

#page-info .content4 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
#page-info .content4 .display-2 {
  /* font-family: 'Special Elite', display; */
  font-size: 3rem;
}

#page-info .map2 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}

/* carrito */
#page-carrito {
  padding-top: 30px;
  padding-bottom: 70px;
}
#page-carrito .box {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  background: #fff;

  padding: 10px;
  border-radius: 5px;
}
#page-carrito .form-control {
  min-height: 20px;
  padding: 10px;
}
#page-carrito select.form-control {
  height: 50px !important;
}
#page-carrito .producto {
  display: flex;
  flex-direction: row;
  margin: 5px;
}
#page-carrito .producto .img-producto {
  width: 20%;
}
#page-carrito .data-producto {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page-carrito .producto .datos-producto {
  padding-left: 5px;
  flex: 1;
}
#page-carrito .producto .cantidad {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#page-carrito .producto .cantidad .btn {
  height: 45px;
}

#page-carrito .producto .cantidad .count {
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  margin: 0px 2px;
  font-size: 16px;
  padding: 10px 0;
}

#page-carrito .product {
  margin: 5px;
}
#page-carrito .producto h3 {
  font-size: 25px;
  line-height: 27px;
  margin: 5px 0;
}
#page-carrito .producto h4 {
  vertical-align: middle;
  padding: 0px;
  font-size: 16px;
  line-height: 18px;
}

#page-carrito .container.main {
  margin-top: 90px;
  min-height: 100vh;
}

#page-carrito .total {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  font-size: 24px;
}
#page-carrito .sub p,
.sub b {
  margin-bottom: 0;
  font-size: 15px;
}

#page-carrito .buttons {
  padding-top: 10px;
  text-align: center;
}

#home .cid-qyvHxX98kc,
.header1 {
  background-position: inherit;
}

@media screen and (max-width: 768px) {
  #page-carrito .producto {
    text-align: center;
  }
  #page-carrito .data-producto {
    flex-direction: column;
  }
  #page-carrito .producto .img-producto {
    width: 35%;
  }
  #page-carrito .producto .datos-producto {
    width: 100%;
  }
  #page-carrito .producto .cantidad {
    width: 100%;
  }
  #page-carrito .box {
    margin-bottom: 20px;
  }
  #page-carrito .buttons {
    text-align: left;
  }
}

#loader {
  position: fixed;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loader img {
  width: 150px;
}

.btn-float {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}
.btn-float a {
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 12px;
}
.carrito {
  background: #2e2e2e;
}
.whatsapp {
  margin: 2px 0px;
  background: #0fa020;
}
.whatsapp .text {
  text-align: center;
  display: none;
  position: absolute;
  top: 6px;
  right: 58px;
  background: #0fa020;
  padding: 2px 8px;
  width: 240px;
  font-size: 15px;
  border-radius: 20px;
  color: white;
}
.carrito .count {
  font-size: 14px;
  position: absolute;
  right: 3px;
  bottom: 27px;
  background: red;
  z-index: 1;
  border-radius: 50%;
  height: 22px;
  width: 21px;
  text-align: center;
  font-weight: bold;
  color: white;
}
