/*======================================================================*
    Cookies
*======================================================================*/
.cookies-site {
  position: fixed;
  z-index: 1200;
  bottom: 0;
  left: 0;
  min-height: 100px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.cookies-site-inner {
  position: relative;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .cookies-site-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 85%;
  }
}
@media (min-width: 1200px) {
  .cookies-site-inner {
    max-width: 1140px;
  }
}
@media (min-width: 1600px) {
  .cookies-site-inner {
    max-width: 1400px;
  }
}
.cookies-site-inner-information {
  width: 100%;
  position: relative;
  text-align: center;
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 14px;
  color: #D8D7D3;
  padding-right: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .cookies-site-inner-information {
    text-align: left;
    margin: 0;
    width: calc(100% - 150px);
  }
}
.cookies-site-inner-information h3 {
  font-family: "Baskervville-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
  color: #D8D7D3;
  width: 100%;
  position: relative;
}
.cookies-site-inner-actions {
  width: 100%;
  position: relative;
  min-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .cookies-site-inner-actions {
    width: auto;
  }
}
.cookies-site-inner-actions a {
  display: inline-block;
  padding: 15px;
  font-size: 14px;
  position: relative;
  text-align: center;
  font-family: "Roboto-Regular", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  min-width: 40%;
  color: #7B7B7B;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.cookies-site-inner-actions a.primary {
  background-color: #A04935;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cookies-site-inner-actions a.primary:hover {
  color: #A04935;
  background-color: #fff;
}
.cookies-site-inner-actions a.secundary {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cookies-site-inner-actions a.secundary:hover {
  background-color: rgba(123, 123, 123, 0.4);
  border: 1px solid #7B7B7B;
}
        
        
/*=========================================================================
*    Banner Notificación
*=========================================================================*/
.notification-banner {
  position: fixed;
  z-index: 1400;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000000;
  padding: 55px 15px 15px 15px;
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
  .notification-banner {
    padding: 15px;
  }
}
.notification-banner-inner {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .notification-banner-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.notification-banner-inner-information {
  position: relative;
  width: 100%;
  font-size: 14px;
  font-family: "Bariol", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  color: #fff;
}
@media (min-width: 768px) {
  .notification-banner-inner-information {
    display: inline-block;
    padding-right: 35px;
  }
  .notification-banner-inner-information.has-cta {
    width: calc(100% - 250px);
    padding-right: 0;
  }
}
.notification-banner-inner-information p {
  margin: 0;
}
.notification-banner-inner-information a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Bariol", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
}
.notification-banner-inner-information a:hover {
  color: #fff;
}
.notification-banner-inner-cta {
  position: relative;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}
@media (min-width: 768px) {
  .notification-banner-inner-cta {
    width: 220px;
    padding: 0 15px;
  }
}
.notification-banner-inner-cta a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-family: "Bariol", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", Arial, serif, sans-serif;
  padding: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
}
.notification-banner-inner-cta a:hover {
  background-color: #fff;
  color: #000000;
}
.notification-banner-inner-closed {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 10;
  width: 25px;
  height: 25px;
}
@media (min-width: 768px) {
  .notification-banner-inner-closed {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.notification-banner-inner-closed a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 4px;
  border: 1px solid #fff;
  border-radius: 100%;
  background-color: #fff;
}
.notification-banner-inner-closed a img {
  display: block;
  width: 80%;
}
        