/*# sourceMappingURL=bootstrap.css.map */
:root {
  --color-principal: #fcbe1d !important;
  --color-secundario: #000000 !important;
  --color-tercero: #ffb71b !important;
  --color-claro: #ffffff !important;
  --color-gris-obscuro: #ffffff !important;
  --amarillo-extra: #fcbe1d;
}

.txt-azul-extra {
  color: var(--amarillo-extra) !important;
}

.txt-amarillo {
  color: var(--color-tercero) !important;
}

.txt-blanco {
  color: #ffffff;
}

.txt-upper {
  text-transform: uppercase !important;
}

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

* {
  outline: none !important;
}

.maqueta {
  background-color: #ebc6eb;
}

.ms {
  background-color: #eeeeee;
}

.m2 {
  background-color: #c6c6c6;
}

.small,
small {
  font-size: 12px !important;
  font-weight: 300;
}

img.img-responsiva {
  max-width: 100%;
  height: auto;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.text-regular {
  font-family: "Bogle", sans-serif;
}

.sin-padding {
  padding-left: 0;
  padding-right: 0;
}

.sin-margin {
  margin-left: 0;
  margin-right: 0;
}

.no-all-padding {
  padding: 0 !important;
}

.no-all-margin {
  margin: 0 !important;
}

.z-in-0 {
  z-index: 0;
}

.z-in-1 {
  z-index: 1;
}

.z-in-2 {
  z-index: 2;
}

.z-in-3 {
  z-index: 3;
}

.z-in-4 {
  z-index: 4;
}

.z-in-5 {
  z-index: 5;
}

body {
  font-family: "Bogle", sans-serif;
  background-color: #ffffff;
  font-weight: 400;
  width: 100vw;
  overflow-x: hidden !important;
}

section.site-wrapper {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 90px 0;
}

.duo-cod-loop-wrapper {
  display: flex;
  flex-direction: row;
}

.duo-cod-loop-wrapper-filtro-box {
  display: block;
  width: 200px;
  min-width: 200px;
  padding-right: 15px;
  padding-left: 15px;
}

.content-head-menu {
  display: block;
  border-bottom: solid 1px #e8e8e8;
}
.content-head-menu .list-head-menu {
  display: block;
  padding: 9px 0 5px 0;
  cursor: pointer;
  font-weight: bold;
  font-family: "Avenir", Sans-serif;
  font-size: 14px;
  font-weight: 900;
  position: relative;
}
.content-head-menu .list-head-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 35%;
  width: 15px;
  height: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px;
  transform: rotate(0deg);
  transition: all ease 0.15s;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cpath id='Down_Arrow_3_' d='M256,352c-4.1,0-8.2-1.6-11.3-4.7l-160-160c-6.3-6.3-6.3-16.4,0-22.6s16.4-6.3,22.6,0L256,313.4 l148.7-148.7c6.3-6.3,16.4-6.3,22.6,0s6.3,16.4,0,22.6l-160,160C264.2,350.4,260.1,352,256,352L256,352z'/%3E%3C/svg%3E");
}
.content-head-menu .list-head-menu.giroMd:after {
  transform: rotate(180deg);
  transition: all ease 0.15s;
}
.content-head-menu ul.list-links {
  padding: 0 0 10px 5px;
  margin: 0;
  list-style: none;
  font-size: 14px;
}
.content-head-menu ul.list-links li a {
  color: inherit !important;
}

.content-head-menu ul.list-links {
  display: none;
}

.duo-cod-loop-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 10px 10px;
}

a.duo-cod-loop-card {
  display: flex;
  flex-direction: column;
  border: solid 1px #dbdbdb;
  background-color: #f8f8f8;
  text-decoration: none !important;
  transition: all ease 0.25s;
  position: relative;
  z-index: 0;
  box-shadow: rgba(50, 50, 93, 0) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0) 0px 30px 60px -30px;
}
a.duo-cod-loop-card:hover {
  background-color: #ffffff;
  transition: all ease 0.25s;
  border-color: #ffffff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  position: relative;
  z-index: 2;
}

.duo-card-header {
  display: flex;
  position: relative;
}

img.duo-card-image-flag {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  width: 30px;
  height: 30px;
}

figure.duo-card-figure {
  display: block;
  width: 100%;
  text-align: center;
}

img.duo-card-image-product {
  display: inline-block;
  margin: 0 auto;
  max-width: 65%;
}

.loop-card-title {
  display: block;
  min-height: 50px;
  padding: 0 10px;
  text-align: center;
}

h3.loop-card-h3 {
  font-family: "Avenir", Sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

button.box-filtro-cta {
  display: block;
  padding: 5px 25px;
  border-radius: 0;
  border: none;
  margin: 15px 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 100;
  background-color: #39360b;
  border: solid 1px #39360b;
  color: #ffffff;
  transition: all ease 0.15s;
}
button.box-filtro-cta:hover {
  background-color: #ffffff;
  color: #39360b;
}

@media screen and (max-width: 1024px) {
  .duo-cod-loop-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 10px;
  }
  .duo-cod-loop-wrapper {
    display: flex;
    flex-direction: column;
  }
  .duo-cod-loop-wrapper-filtro-box {
    min-width: 100%;
    width: 100%;
  }
  button.box-filtro-cta {
    margin: 15px 0 15px auto;
  }
}

@media screen and (max-width: 767px) {
  h3.loop-card-h3 {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 680px) {
  img.duo-card-image-flag {
    width: 20px;
    height: 20px;
  }
}

.banderas-container {
  display: flex;
  .bandera-element {
    height: 70px;
    width: 70px;
    .bandera-submit button {
      outline: none;
      border: none;
      padding: 5px;
      &:hover {
        background: none;
      }
      &:focus {
        background: none;
      }
    }
  }
}
@media only screen and (max-width: 768px) {
  .banderas-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
