* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: tit1;
}

@font-face {
  font-family: regular;
  src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: regular2;
  src: url(../fonts/Jost-Regular.ttf);
}
@font-face {
  font-family: medio;
  src: url(../fonts/Poppins-Medium.ttf);
}
@font-face {
  font-family: semi;
  src: url(../fonts/Poppins-SemiBold.ttf);
}
@font-face {
  font-family: bold;
  src: url(../fonts/Poppins-Bold.ttf);
}
@font-face {
  font-family: bold2;
  src: url(../fonts/Jost-Medium.ttf);
}
@font-face {
  font-family: tit;
  src: url(../fonts/Montserrat-Black.ttf);
}
@font-face {
  font-family: tit1;
  src: url(../fonts/Montserrat-Regular.ttf);
}
.container-xl {
  max-width: 1260px;
  margin: auto;
  padding: 0 15px;
  position: relative;
}

.btn1 {
  background-color: #972C3A;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  display: inline-block;
  padding: 10px 20px;
  font-size: 20px;
  margin-top: 15px;
  border: 0;
  outline: none;
  cursor: pointer;
}

.c0 {
  color: #000;
}

.c2 {
  color: #777 !important;
}

.list-style-none {
  list-style: none;
}

.fm {
  font-family: medio;
}

.fs {
  font-family: semi;
}

.fb {
  font-family: bold !important;
}

.bg0 {
  background-color: #000;
  background-color: #000;
}

.bg1 {
  background-color: #222529;
}

.f10 {
  font-size: 10px;
}

.f11 {
  font-size: 11px;
}

.f12 {
  font-size: 12px !important;
}

.f13 {
  font-size: 13px !important;
}

.f14 {
  font-size: 14px;
}

.f15 {
  font-size: 15px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.f26 {
  font-size: 26px;
}

.f28 {
  font-size: 28px;
}

.f30 {
  font-size: 30px;
}

.f32 {
  font-size: 32px;
}

.f34 {
  font-size: 34px;
}

.f36 {
  font-size: 36px;
}

.f42 {
  font-size: 42px;
}

.f50 {
  font-size: 50px;
}

.f69 {
  font-size: 69px;
}

.cp {
  cursor: pointer;
}

.ts5 {
  transition: 0.5s;
}

.titulo {
  color: #000;
}
.titulo h2 {
  font-family: tit;
}
.titulo h2 span {
  font-family: tit1;
}

.fm1 {
  font-family: tit;
}

.btn-primary {
  background-color: #6B2A0A !important;
  border-color: #6B2A0A !important;
}

.btn-primary:hover {
  background-color: #541F08 !important;
  border-color: #541F08 !important;
}

.form-control:focus,
.form-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(107, 42, 10, 0.25) !important;
}

.form-check-input:checked {
  background-color: #6B2A0A !important;
  border-color: #6B2A0A !important;
}

.form-check-input:focus {
  border-color: #6B2A0A !important;
  box-shadow: 0 0 0 0.25rem rgba(107, 42, 10, 0.25) !important;
}

/*----------------------------------------------- Seccion header & menu ---------------------------------------------------*/
.menu_principal.active .wp_menu_principal {
  transform: translateX(0%);
}
.menu_principal.active .wp_menu_principal header nav {
  transform: translateX(0%);
}
@media (max-width: 991px) {
  .menu_principal .wp_menu_principal {
    position: fixed;
    top: 138px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: 1s;
  }
  .menu_principal .wp_menu_principal header nav {
    background-color: #FFF;
    padding: 15px;
    width: 90%;
    height: 100%;
    top: 0;
    position: fixed;
    transform: translateX(-100%);
    transition: 1.5s;
  }
  .menu_principal .wp_menu_principal header nav ul {
    flex-direction: column;
  }
}
.menu_principal .wp_menu_principal header ul {
  display: flex;
  justify-content: center;
}
.menu_principal .wp_menu_principal header ul li {
  list-style: none;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .menu_principal .wp_menu_principal header ul li {
    margin-right: 0;
  }
}
.menu_principal .wp_menu_principal header ul li:hover .mega_menu {
  opacity: 1;
  visibility: visible;
}
.menu_principal .wp_menu_principal header ul li:hover a::after {
  transform: rotate(140deg);
  width: 10px;
  top: 50%;
}
.menu_principal .wp_menu_principal header ul li:hover a::before {
  transform: rotate(-125deg);
  width: 10px;
}
.menu_principal .wp_menu_principal header ul li a {
  color: #000;
  text-decoration: none;
  padding: 20px 0;
  display: inline-block;
  font-size: 14px;
  font-family: "medio";
}
.menu_principal .wp_menu_principal header ul li .mega_menu {
  background-color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 99;
  margin-top: 1px;
}
@media (max-width: 991px) {
  .menu_principal .wp_menu_principal header ul li .mega_menu {
    position: static;
    display: none;
  }
}
.menu_principal .wp_menu_principal header ul li .mega_menu .wp_mega_menu ul {
  margin: 0;
  padding: 0;
}
.menu_principal .wp_menu_principal header ul li .mega_menu .wp_mega_menu ul li h5 {
  color: #000;
  font-family: semi;
  font-size: 15px;
}
.menu_principal .wp_menu_principal header ul li .mega_menu .wp_mega_menu ul li ul {
  flex-direction: column;
}
.menu_principal .wp_menu_principal header ul li .mega_menu .wp_mega_menu ul li ul li a {
  padding: 0;
  font-family: medio;
  font-size: 13px;
  color: #555;
}
.menu_principal .wp_menu_principal header ul li .mega_menu .wp_mega_menu ul li a::after {
  content: none;
}
.menu_principal .wp_menu_principal header ul li .mega_menu .wp_mega_menu ul li a::before {
  content: none;
}
.menu_principal .wp_menu_principal header ul li.item_mega.active .mega_menu {
  display: block;
  opacity: 1;
  visibility: visible;
}
.menu_principal .wp_menu_principal header ul li.item_mega a {
  position: relative;
  padding-right: 2rem;
}
.menu_principal .wp_menu_principal header ul li.item_mega a::before {
  content: "";
  width: 9px;
  height: 2px;
  border-radius: 5px;
  display: inline-block;
  color: #000;
  position: absolute;
  background-color: #000;
  right: 13px;
  top: 51%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.5s;
}
.menu_principal .wp_menu_principal header ul li.item_mega a::after {
  content: "";
  width: 9px;
  height: 2px;
  border-radius: 5px;
  display: inline-block;
  color: #000;
  position: absolute;
  background-color: #000;
  right: 13px;
  top: 51%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.5s;
  right: 12px;
  transform: rotate(-45deg);
  top: 49%;
}

.logo_menu img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .logo_menu img {
    padding: 0 10px;
  }
}

.btn_bar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 18px;
  cursor: pointer;
}
.btn_bar span {
  display: block;
  height: 3px;
  background-color: #000;
  border-radius: 3px;
  transition: all 0.4s ease;
}
.btn_bar.active span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}
.btn_bar.active span:nth-child(2) {
  opacity: 0;
}
.btn_bar.active span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

.btn_whatsap {
  bottom: 40px;
  right: 30px;
  z-index: 10;
  cursor: pointer;
}
.btn_whatsap span {
  background-color: #eee;
  transition: 0.5s;
}
.btn_whatsap span strong {
  color: #000;
}
.btn_whatsap button {
  background-color: #2DB742;
  width: 55px;
  height: 55px;
  outline: none;
}
.btn_whatsap button i {
  transition: 0.5s;
}

.btn_whatsap.active span {
  opacity: 0;
  margin-bottom: -20px;
}
.btn_whatsap.active button i {
  transform: rotate(180deg);
}
.btn_whatsap.active button i::before {
  content: "\f62a";
  font-family: bootstrap-icons;
}

.content_whatsap {
  bottom: 80px;
  right: 30px;
  z-index: -1;
  max-width: 348px;
  box-shadow: 0 10px 10px 4px rgba(0, 0, 0, 0.04);
  opacity: 0;
  visibility: visible;
  transition: 0.5s;
}
.content_whatsap .header_whatsap {
  background-color: #2DB742;
  display: flex;
  padding: 15px 25px;
  color: #fff;
}
.content_whatsap .header_whatsap i {
  font-size: 30px;
}
.content_whatsap .header_whatsap div {
  margin-left: 15px;
}
.content_whatsap .header_whatsap div h4 {
  font-family: bold;
  font-size: 15px;
  margin-bottom: 5px;
}
.content_whatsap .header_whatsap div p {
  font-size: 13px;
  color: #fff;
}
.content_whatsap .text_whatsap {
  padding: 10px 25px 20px;
}
.content_whatsap .text_whatsap span {
  font-size: 11px;
  color: #a5abb7;
  font-family: medio;
  display: inline-block;
  margin-bottom: 15px;
}
.content_whatsap .text_whatsap a {
  background-color: #F5F7F9;
  display: inline-block;
  width: 100%;
  border-left: 2px solid #2db742;
  padding: 12px 15px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-family: medio;
  display: flex;
  align-items: center;
}
.content_whatsap .text_whatsap a:nth-child(2) {
  transition: 1s;
  transform: translateY(35px);
}
.content_whatsap .text_whatsap a:last-child {
  margin-top: 15px;
  transition: 1.8s;
  transform: translateY(45px);
}
.content_whatsap .text_whatsap a:hover {
  box-shadow: 0 7px 15px 1px rgba(55, 62, 70, 0.07);
  background-color: #fff;
}
.content_whatsap .text_whatsap a i {
  background-color: #55CD6C;
  border-radius: 50px;
  color: #fff;
  border: 3px solid #EDEDED;
  font-size: 32px;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}

.content_whatsap.active {
  bottom: 103px;
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
.content_whatsap.active .text_whatsap a:nth-child(2) {
  transform: translateX(0);
}
.content_whatsap.active .text_whatsap a:last-child {
  transform: translateX(0);
}

/*----------------------------------------------- Seccion slider producto ---------------------------------------------------*/
.video_wp {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.9) contrast(1.05) saturate(1.05);
}
@media (max-width: 991px) {
  .video_wp {
    height: 70vh;
  }
}

.item_prod {
  border: 1px solid #fff;
  transition: 0.5s;
}
.item_prod img {
  background-color: purple;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: 0.5s;
}
.item_prod:hover img {
  transform: scale(1.2);
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  overflow: hidden;
}

.swiper-button-prev, .swiper-button-next {
  position: relative !important;
  margin: 0 !important;
  top: 0 !important;
}
.swiper-button-prev svg, .swiper-button-next svg {
  display: none;
}
.swiper-button-prev::after, .swiper-button-next::after {
  font-family: "bootstrap-icons";
  font-size: 28px;
  color: #000;
}

.swiper-button-prev::after {
  content: "\f12f"; /* bi-chevron-left */
}

.swiper-button-next::after {
  content: "\f138"; /* bi-chevron-right */
}

/*----------------------------------------------- Seccion footer ---------------------------------------------------*/
footer {
  background-color: #222529;
  color: rgba(255, 255, 255, 0.7019607843);
}
footer ul {
  padding: 0;
}
footer ul li {
  list-style: none;
}
footer ul li a {
  color: rgba(255, 255, 255, 0.7019607843);
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.07px;
  transition: 0.3s;
}
footer ul li a:hover {
  color: #fff;
}
footer .p2 {
  font-family: bold2;
  letter-spacing: 0.1em;
}
footer .phone {
  font-family: bold2;
}

@keyframes fade-out {
  0% {
    top: 215px;
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 180px;
  }
}
.loader_msg {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
}
.loader_msg img {
  width: 40px;
  margin-bottom: 15px;
}

.loader_msg.active {
  visibility: visible;
  opacity: 1;
}

.content_wp {
  font-size: 12.5px;
  border-top: 1px solid #000;
  color: #000;
}
.content_wp p strong {
  font-family: medio;
}
.content_wp p a {
  color: #000;
  font-family: medio;
}

.hover:hover div {
  opacity: 1 !important;
  right: 40px !important;
  transition: 0.3s;
  width: 35px;
}

/*# sourceMappingURL=main.css.map */
