/* external css: flickity.css */
html{
    scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
  overflow-x: hidden;
  top:0 !important;
  text-align: center;

    
}

div.banderas img{
  width: 27px;
  cursor: pointer;
  margin-bottom: 5px;
  transition: all ease 0.5s
}
div.banderas p{
     margin-top: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #8B742A;
    font-size: 15px;
    text-align:center;
}
.hero {
  padding: 20px;
  font-size: 1rem;
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  grid-gap: 1em;
}
.hero__card {
  border-radius: 10px;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.7);
}
.hero__header {
  padding: 1em;
}
.hero__category {
  text-transform: uppercase;
  font-weight: 700;
  color: darkgray;
  font-size: 0.7em;
}
.hero__title {
  color: #8B742A;
  margin-top: 0;
  margin-bottom: 0.25em;
  font-size: 1.1em;
}
.hero__description {
  margin-top: 0;
  margin-bottom: 0;
  color: gray;
  font-size: 0.7em;
}
.hero__image {
  max-width: 100%;
  border-radius: 10px 10px 0 0;
}

.products-list {
  border-radius: 10px;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.7);
  padding: 1em;
}
.products-list__content {
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  grid-gap: 2em;
}
.products-list__category {
  text-transform: uppercase;
  font-weight: 700;
  color: darkgray;
  margin-bottom: 0;
  font-size: 0.9em;
}
.products-list__title {
  margin-top: 0;
  margin-bottom: 1.6rem;
}
.products-list .product-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.products-list .product-item__image {
  margin-right: 10px;
}
.products-list .product-item__title, .products-list .product-item__description {
  margin: 0;
}
.products-list .product-item__title {
  font-size: 1rem;
}
.products-list .product-item__description {
  font-size: 0.8rem;
  color: gray;
  font-weight: 500;
}
.products-list .product-item__button {
  margin-left: auto;
  padding: 10px 14px;
  border: none;
  border-radius: 10px;
  background-color: #eee;
  color: deepskyblue;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
}
.products-list .product-item__button:hover, .products-list .product-item__button:focus {
  cursor: pointer;
  background-color: black;
}

.hero .flags{
  width: 15px
}


/* -------------------dropdown list-----------------------*/


/* dropdown list */
.menu-arrow {
  position: fixed;
  right: 5px;
  z-index: 1999999;
  margin-top: -40px;
  transform: translateY(-40%);
  
  svg {
    fill: $menu-color;
    height: $size*1.5;
    width: $size*1.5;
  }
}

.wrap {
  position: relative;
  margin-top: 60px;
  max-width: 960px;
  overscroll-behavior: contain;
}


.headers {
  top: 0;
  position: fixed;
  z-index: 199999;
  width: 100%
}

.menu-arrow::after {
  content: "";
  background: #F4F4F4;
  background: linear-gradient(to right, rgba(244, 244, 244, 0), #F4F4F4 75%);
  height: 110%;
  width: 72px;
  position: absolute;
  top: -10px;
  right: -10px;
}

.tracks,
.scroller {
  overflow: auto;
  display: flex;
}

.track {
  flex: 1 0 calc(50% + 2px);
  scroll-snap-align: start;
}

.track + .track {
  margin-left: -15px;
}

.heading {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  border: solid #fff;
  border-width: 0 1px;
  z-index: 1;
  background: #fff;
  color: #000;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;

}

.track a{
  text-decoration:  none;
}
.track a:hover{
  text-decoration:  none;
}
/**
* Styles for this PEN
*/


.gotopbtn{
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 8px 8px 0px 0px;
    background: #000;
    color: #fff;
    left: 83%;
    bottom: 50px;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
}


section.ios .nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 55px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  display: flex;
  overflow-x: auto;
  z-index: 999;
}

section.ios .nav__link {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  min-width: 50px;
  overflow: hidden;
  white-space: nowrap;
  font-family: sans-serif;
  font-size: 13px;
  color: #444444;
  text-decoration: none;
  transition: background-color 0.1s ease-in-out;
     font-family: 'Montserrat', sans-serif;
}

section.ios .nav__link:hover {
  text-decoration: none;
  cursor: pointer;
  background-color: #eeeeee;
}

section.ios .nav__link--active {
  color: #009578;
}

section.ios .nav__icon {
  font-size: 18px;
}




