.menu {
  /*   position: sticky;
   */
  top: 0;
  background-color: #231f20 !important;
  z-index: 2;
}
@media (max-width: 990px) {
  .menu {
    display: none;
  }
}
.menu img {
  width: 250px;
}
.menu #navbarNav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu #navbarNav a {
  color: white;
  margin: auto 20px;
}

.menu-2 {
  position: sticky;
  z-index: 9;
  top: 0;
  display: none;
}
@media (max-width: 990px) {
  .menu-2 {
    display: block;
    background-color: #231f20 !important;
  }
}
.menu-2 img {
  width: 100px;
}
.menu-2 #navbarNav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu-2 #navbarNav a {
  color: white;
}
@media (max-width: 990px) {
  .menu-2 #navbarNav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-left: 18px;
  }
}

.navbar-h {
  height: 116px;
}

.navbar-c {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.main .section2 {
  color: black;
}

/* .nosotros, .main,.section2{

  background-color: #352f31!important;
  color: white!important;
} */
.nosotros .col-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nosotros img {
  width: 60%;
}
.nosotros .col-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media (max-width: 500px) {
  .nosotros .col-txt {
    text-align: center;
  }
}

.paquetes {
  background-color: #f8f9fa !important;
}
.paquetes input {
  width: 130px;
  border: 1px solid gray;
  border-radius: 25px;
  margin: auto;
}
.paquetes input::-webkit-input-placeholder {
  text-align: center;
}
.paquetes input::-moz-placeholder {
  text-align: center;
}
.paquetes input:-ms-input-placeholder {
  text-align: center;
}
.paquetes input::-ms-input-placeholder {
  text-align: center;
}
.paquetes input::placeholder {
  text-align: center;
}
.paquetes .card-body {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.paquetes button {
  margin: 0 auto;
  width: 80%;
  color: white;
  background-color: #ae6529;
}
.paquetes .cantidad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

div.card:nth-child(2) > div:nth-child(2) > button:nth-child(2) {
  background-color: #231f20 !important;
}

main .carousel {
  margin: 4rem;
  text-align: center;
}
main .carousel .carousel_contenedor {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
main .carousel .carousel_contenedor .precio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .carousel_contenedor img {
  width: 40rem;
  height: 13rem;
}
@media (max-width: 600px) {
  main .carousel_contenedor img {
    height: auto;
  }
}
main .carousel_anterior, main .carousel_siguiente {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border: none;
  top: calc(50% - 15%);
  cursor: pointer;
  font-size: 38px;
  text-align: center;
  background: none;
  color: black;
  opacity: 20%;
  outline: none;
}
main .carousel_anterior {
  left: -40px;
}
main .carousel_siguiente {
  right: -32px;
}
main .carousel_elemento {
  display: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
main .carousel_elemento img {
  border-radius: 25px;
}
main .container_elemento {
  height: 280px;
}
@media (max-width: 600px) {
  main .container_elemento {
    height: auto;
  }
}

.btn-carousel {
  background-color: #ae6529 !important;
  border: none !important;
  margin-bottom: 20px;
  color: white;
}

.text_razones {
  text-align: justify;
}

.glider-slide {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding-right: 2rem;
  padding-left: 2rem;
}

.evento_compras {
  display: none;
}

.is_active {
  position: fixed;
  bottom: 25px;
  z-index: 1000;
  display: block;
  bottom: 25px;
  right: 24px;
}

.formulario {
  width: 100% !important;
  background: #f1f1f1;
  padding: 40px 40px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.2);
}
.formulario h1 {
  text-align: center;
  margin-bottom: 10px;
  color: #333;
  font-weight: 600;
}

select, textarea {
  border: none;
  background: none;
  color: gray;
}

textarea {
  width: 100%;
}

.box-input {
  border-bottom: 2px solid #adadad;
  position: relative;
  margin: 30px 0;
}
.box-input input {
  font-size: 16px;
  color: #333;
  border: none;
  width: 100%;
  outline: none;
  background: none;
  padding: 0 5px;
  height: 40px;
}

.focus + span::before {
  top: -5px;
}

.focus + span::after {
  width: 100%;
}

.boton {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #48bb78;
  border: solid 2px #48bb78;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  font-size: 18px;
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
}

.boton:hover {
  background-color: #2F855A;
  border: solid 2px #2F855A;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mensaje {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #231f20 !important;
  height: 200px;
}
.mensaje p {
  color: white;
  font-size: 26px;
}
@media (max-width: 500px) {
  .mensaje p {
    font-size: 18px;
  }
}

footer {
  color: white;
  background-color: #231f20 !important;
}