html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*Font Family*/
/* Opciones($prop): color, background-color,opacity,..., all */
/*PlaceHolder*/
/*font-size: get-vw(30px);*/
/*padding-top:get-vw(50px);*/
html, body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%; }

.capa_cookies {
  display: none;
  /* display: block; */
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 999;
  width: 100%;
  background: #fdfce6;
  font-family: "Zilla Slab", serif;
  font-size: 12px;
  color: #454343;
  line-height: 1.2;
  padding: 20px; }
  .capa_cookies:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 1000px) and (orientation: landscape) {
    .capa_cookies {
      padding: 11px; } }
  @media only screen and (max-width: 525px) and (orientation: portrait) {
    .capa_cookies {
      padding: 11px; } }
  .capa_cookies .cont-cookies {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 1084px;
    margin: 0 auto; }
    .capa_cookies .cont-cookies:after {
      content: "";
      display: table;
      clear: both; }
    .capa_cookies .cont-cookies .texto_leg {
      width: 70%;
      float: left; }
      .capa_cookies .cont-cookies .texto_leg:after {
        content: "";
        display: table;
        clear: both; }
      @media only screen and (max-width: 1000px) {
        .capa_cookies .cont-cookies .texto_leg {
          width: 90%;
          float: none; } }
      @media only screen and (max-width: 1000px) and (orientation: landscape) {
        .capa_cookies .cont-cookies .texto_leg {
          width: 100%; } }
      .capa_cookies .cont-cookies .texto_leg p {
        width: 98%;
        cursor: pointer;
        text-align: left;
        padding-top: 2px;
        margin: 0px auto;
        font-weight: 400i;
        font-size: 12px; }
        .capa_cookies .cont-cookies .texto_leg p:first-child {
          padding-top: 0px; }
        .capa_cookies .cont-cookies .texto_leg p .enlace_po_coo {
          text-decoration: underline;
          -webkit-transition: opacity;
          -moz-transition: opacity;
          -o-transition: opacity;
          transition: opacity;
          /* ease-out */
          -webkit-transition-timing-function: ease-out;
          -moz-transition-timing-function: ease-out;
          -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
          /* ease-out */
          font-family: "Zilla Slab", serif;
          font-weight: 400i;
          font-size: 9px;
          color: #454343; }
          .capa_cookies .cont-cookies .texto_leg p .enlace_po_coo:hover {
            opacity: .5; }
    .capa_cookies .cont-cookies .botones {
      width: 29%;
      float: left;
      margin-right: 10px; }
      .capa_cookies .cont-cookies .botones:after {
        content: "";
        display: table;
        clear: both; }
      @media only screen and (max-width: 1000px) {
        .capa_cookies .cont-cookies .botones {
          width: 100%;
          max-width: 320px;
          margin: 20px auto;
          float: none; } }
      @media only screen and (max-width: 1000px) and (orientation: landscape) {
        .capa_cookies .cont-cookies .botones {
          width: 100%; } }
      .capa_cookies .cont-cookies .botones .cont_btnCookies {
        width: 100%;
        max-width: 125px;
        margin: 0px 10px;
        text-align: center;
        font-family: "Zilla Slab", serif;
        font-size: 16px;
        display: inline-block;
        opacity: 1;
        cursor: pointer;
        float: left;
        -webkit-transition: opacity;
        -moz-transition: opacity;
        -o-transition: opacity;
        transition: opacity;
        /* ease-out */
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        /* ease-out */ }
        @media only screen and (max-width: 1000px) and (orientation: landscape) {
          .capa_cookies .cont-cookies .botones .cont_btnCookies {
            margin: 0px 7px; } }
        .capa_cookies .cont-cookies .botones .cont_btnCookies .btnCookies {
          display: block;
          text-decoration: none;
          width: 100%;
          height: 31px;
          font-family: "Zilla Slab", serif;
          font-size: 16px;
          color: #000000;
          border: 2px solid #a2a198;
          line-height: 31px;
          cursor: pointer;
          -webkit-transition: all 0.3s ease-out;
          -moz-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
          /* ease-out */
          -webkit-transition-timing-function: ease-out;
          -moz-transition-timing-function: ease-out;
          -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
          /* ease-out */ }
          @media only screen and (max-width: 1000px) and (orientation: landscape) {
            .capa_cookies .cont-cookies .botones .cont_btnCookies .btnCookies {
              height: 24px;
              font-size: 16px;
              line-height: 24px; } }
          .capa_cookies .cont-cookies .botones .cont_btnCookies .btnCookies:hover {
            background-color: #000000;
            color: #ffffff;
            border: 2px solid #000000; }

