@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/* Clearfix */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  */
/* Grayscale */
/* Animation */
/* Cross browser opacity */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  */
/* ¡¡¡Atención!!! Estas cuatro primeras variables también hay que cambiarlas en la template hijo (si existiera) y volver a compilar los módulos.*/
/* Colors */
.cookies-alert {
  display: none;
  position: fixed;
  z-index: 1000 !important;
  width: 100% !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: white;
  -webkit-box-shadow: 0px -2px 6px -1px rgba(163, 163, 163, 0.3);
  -moz-box-shadow: 0px -2px 6px -1px rgba(163, 163, 163, 0.3);
  box-shadow: 0px -2px 6px -1px rgba(163, 163, 163, 0.3); }
  .cookies-alert .module-cookies-alert-container .module-cookies-alert-container-wrapper {
    padding: 20px; }
    .cookies-alert .module-cookies-alert-container .module-cookies-alert-container-wrapper .buttons {
      margin: 20px auto 0; }
      .cookies-alert .module-cookies-alert-container .module-cookies-alert-container-wrapper .buttons .col {
        text-align: center; }
    .cookies-alert .module-cookies-alert-container .module-cookies-alert-container-wrapper .col.col-2 {
      padding: 54px 0 0 0; }

@media screen and (max-width: 690px) {
  .cookies-alert .module-cookies-alert-container .module-cookies-alert-container-wrapper {
    padding: 0; }
    .cookies-alert .module-cookies-alert-container .module-cookies-alert-container-wrapper #btn-cookie span {
      margin: 0 0 20px 0; }
    .cookies-alert .module-cookies-alert-container .module-cookies-alert-container-wrapper .col.col-2 {
      padding: 10px 0; }
    .cookies-alert .module-cookies-alert-container .module-cookies-alert-container-wrapper .btn {
      margin: 0; } }
