body {
  background-image: url(../../img/textures/1x/home-textura-3-secuencias.png), url(../../img/textures/1x/home-textura-3-secuencias.png);
  background-size: 39vw, 65vw;
  background-position: -18vw 75vw, 42vw 8vw;
  background-repeat: no-repeat;
  background-color: #EDEEF0;
}

svg {
    max-width: 100%;
    max-height: 100%;
    fill: rgba(0, 0, 0, 0.06);
  }
  
  .flex-container {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  
  .feedback {
    position: relative;
    background-color: white;
    border-radius: 10px;
    padding: 20px 20px 40px;
    margin: 20px auto;
    max-width: 550px;
  }
  .feedback__content {
    padding: 0 40px 20px;
  }
  .feedback__form {
    padding: 10px 0;
  }
  .feedback__submit {
    background-color: #e75480;
    padding: 10px 40px;
    border: 0;
    color: #fff;
    letter-spacing: 1px;
    box-shadow: 0 2px 5px grey;
    cursor: pointer;
    transition: all 0.2s;
  }
  .feedback__submit:hover {
    background-color: #e1275f;
  }
  
  .rating {
    margin-bottom: 20px;
    border: none;
  }
  .rating input {
    display: none;
  }
  .rating input:checked ~ label svg {
    fill: gold;
  }
  .rating input + label:hover svg, .rating input + label:hover ~ label svg {
    fill: gold;
  }
  .rating label {
    position: relative;
    width: 2em;
    height: 2em;
  }
  .social-media-share a{
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .filter-container{
    background-color:rgba(255,255,255,0.9);
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 5px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 4px 5px 1px rgba(0,0,0,0.3);
    box-shadow: 4px 4px 5px 1px rgba(0,0,0,0.3);
  }
  .filter-container .btn-filter{
    border:none;
    font-size: 0.8em;
  }

  .filter-group .btn {
    background-color: #f4f4f4;
    border-radius: 0.3em;
    padding: 0.3em;
    text-transform: none;
    color: #7f7f7f;
  }
  .filter-title{
    margin-top: 0.9em;
    border-bottom:0.5px solid #efefef;
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: normal;
  }
  .filter-type-container h5{
    font-size: 1.1em;
    border-radius: 0.5em 0.5em 0 0;
  }
  .filter-type-container p{
    border-radius: 0 0 0.5em 0.5em;
  }
  .twitter-typeahead {
    display: block !important;
    position: initial !important;
  }
  /* .pagination {
    display: inline-block;
  } */
  .no-selectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
  }
  .pagination li,
  .page-item .page-link  {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
    border: none !important;
  }
  .pagination li.active,
  .page-item.active .page-link {
    background-color: white;
    color: #DB9900 !important;
    border-radius: 6px !important;
    font-weight: bold !important;
    border: none !important;
  }

  .page-item.active .page-link {
    background-color: #edeef0c9 !important;
  }

  .pagination li:hover:not(.active) {
    background-color: #ddd;
  }

  .sort-button {
    color: #7B1C61;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    text-transform: none;
    cursor: pointer;
  }

  .save-production,
  .save-on-group {
    color: #DB9900;
    cursor: pointer;
    font-size: 20px;
  }

.notification,
.notification-download {
  position: absolute;
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 1%;
  top: 90px;
  width: 30%;
  height: max-content;
  background-color: #FEDD69;
  border-radius: 4px;
  z-index: 9999;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px;
}

.notification-download {
  background-color: #7B1C61;
}

.notification p,
.notification-download p {
  margin-left: 1.5rem;
}

.notification p,
.notification span,
.notification-download p,
.notification-download span {
  line-height: 16px;
  font-size: 12px;
  font-weight: 400;
  color: black;
  font-family: 'Montserrat';
}

.notification-download p,
.notification-download span {
  color: #FFFFFF;
}

.notification .close,
.notification-download .close {
  right: -3%;
  top: 10%;
  font-size: 30px;
  cursor: pointer;
  margin-right: 1.5rem;
}

.notification div,
.notification-download div {
  width: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.notification-undo {
  text-decoration: underline;
  cursor: pointer;
  margin-right: 1.5rem;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* transparencia */
  z-index: 9;
  display: none;
}

@media (min-width:768px) and (max-width:1023px){
  .notification,
  .notification-download {
    width: 50%;
  }
}

@media screen and (max-width:767px){
  .filter-container {
      background-color: rgba(255,255,255,1);
      position: fixed;
      z-index: 10;
      left: 0;
      margin-top: -16px;
      border-radius: 0 0 0.5em 0.5em!important;
      display: none;
  }
  .filter-button .btn{
    border-radius: 0.5em 0 0 0.5em;
    margin-top: 0.5em;
  }
  .filter-button .btn:hover {
      opacity: 1;
      background-color: #ffe997!important;
  }

  #notificationSaved,
  .notification,
  .notification-download {
    width: 90%;
  }
}