@charset "UTF-8";
/* 
Theme Name:   GeneratePress Child
Theme URI:    https://generatepress.com
Description:  Default GeneratePress child theme
Author:       Tom Usborne
Author URI:   https://tomusborne.com
Template:     generatepress
Version:      0.1
*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
*:focus {
  outline: 5px solid #a8cca8;
}

.zindex0 {
  z-index: 0;
}

.zindex1 {
  z-index: 1;
}

.zindex2 {
  z-index: 2;
}

.zindex3 {
  z-index: 3;
}

.zindex4 {
  z-index: 4;
}

.zindex5 {
  z-index: 5;
}

body {
  font-family: "DM Sans", sans-serif;
  color: #141414;
  font-size: 1rem;
  line-height: 1.5em;
}
body p {
  margin-bottom: 25px;
}
body p a {
  text-decoration: none;
  border-bottom: 1px solid;
  transition: all 0.35s ease !important;
  position: relative;
}
body p a::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  bottom: -1px;
  left: 0;
  border-radius: 20px;
  background-color: #a8cca8;
  transition: all 0.35s ease !important;
}
body p a:hover::after {
  width: 100%;
}

h1 {
  font-family: "DM Sans", serif;
  color: #141414;
  font-weight: 500;
  font-size: 4rem;
}

h2 {
  font-family: "DM Sans", serif;
  color: #141414;
  font-weight: 400;
  font-size: 2.5rem;
}

h3 {
  font-family: "DM Sans", serif;
  color: #141414;
  font-weight: 400;
  font-size: 2rem;
}

.title h2 {
  position: relative;
  padding-left: 20px;
}
.title h2::before {
  display: inline-block;
  content: "";
  width: 2px;
  height: 100%;
  background: #a8cca8;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.centro {
  text-align: center;
  margin: auto;
}

.blanco {
  color: #FFFFFF !important;
}
.blanco h2 {
  color: #FFFFFF !important;
}
.blanco h3 {
  color: #FFFFFF !important;
}
.blanco h4 {
  color: #FFFFFF !important;
}
.blanco h5 {
  color: #FFFFFF !important;
}
.blanco h6 {
  color: #FFFFFF !important;
}

.destacado p {
  font-size: 1.5em;
}

.pc-right {
  text-align: right !important;
}

.circulo-dcha {
  transform: rotate(180deg);
  position: absolute;
  right: -55px;
  bottom: 0;
  width: 100px;
}

.circulo-izda {
  position: absolute;
  left: -45px;
  bottom: -30px;
  width: 100px;
}

.decoracion-circulo {
  position: relative;
}
.decoracion-circulo::before {
  content: "";
  background: radial-gradient(#f0c1b9, transparent 60%);
  width: 500px;
  height: 500px;
  border-radius: 500px;
  position: absolute;
  z-index: 0;
  bottom: 75px;
  right: 65px;
}
.decoracion-circulo::after {
  content: "";
  background: radial-gradient(#a8cca8, transparent 60%);
  width: 500px;
  height: 500px;
  border-radius: 500px;
  position: absolute;
  z-index: 0;
  bottom: -100px;
  right: -100px;
}
.decoracion-circulo img {
  z-index: 1;
}

.cabecera > .vce-row-content {
  width: 100%;
  max-width: 1500px;
  margin: auto;
}

.preg-frec p:last-child {
  padding-bottom: 20px;
}

header {
  z-index: 2;
}
header .site-logo a img {
  transition: all 0.35s ease;
}
header .site-logo a:hover img {
  opacity: 0.85;
}
header .main-navigation .main-nav ul li a {
  position: relative;
  font-size: 1.1rem;
  padding: 15px;
  margin: 0 5px;
}
header .main-navigation .main-nav ul li a::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  bottom: 0;
  left: 0;
  border-radius: 20px;
  background-color: #a8cca8;
  transition: all 0.35s ease;
}
header .main-navigation .main-nav ul li a:hover::after {
  width: 100%;
}
header .main-navigation .main-nav ul li.current-menu-item > a::after {
  width: 100%;
}
header .menu-toggle {
  background-color: transparent !important;
}

footer .inside-site-info {
  max-width: 1500px;
}
footer .inside-site-info .copyright-bar {
  width: 100%;
}
footer .inside-site-info .copyright-bar .footer-row {
  margin: 80px 20px;
  padding: 80px 40px;
  border-radius: 40px;
  background-color: #141414;
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 40px;
  position: relative;
}
footer .inside-site-info .copyright-bar .footer-row .footer-col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
footer .inside-site-info .copyright-bar .footer-row .footer-col:nth-child(1) {
  flex: 0 0 80%;
  flex-direction: column;
}
footer .inside-site-info .copyright-bar .footer-row .footer-col:nth-child(1) img {
  max-width: 100px;
  position: absolute;
  top: -20px;
  left: -40px;
}
footer .inside-site-info .copyright-bar .footer-row .footer-col:nth-child(2) {
  flex-direction: column;
  flex: 0 0 20%;
  align-items: flex-end;
}
footer .inside-site-info .copyright-bar .footer-row .footer-col.col-100 {
  flex: 0 0 100%;
}
footer .inside-site-info .copyright-bar .footer-row .footer-col a {
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.35s ease;
}
footer .inside-site-info .copyright-bar .footer-row .footer-col a:hover {
  color: #a8cca8;
}
footer .inside-site-info .copyright-bar .footer-row .footer-col a.link-footer {
  font-size: 2.5rem;
  line-height: 1.3em;
}
footer .inside-site-info .copyright-bar .footer-row .footer-col .menu-footer {
  flex: 0 0 45%;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
footer .inside-site-info .copyright-bar .footer-row .footer-col .menu-footer a {
  border: 1px solid;
  padding: 10px;
  border-radius: 100px;
}
footer .inside-site-info .copyright-bar .footer-row .footer-col .logos-kit-digital {
  flex: 0 0 55%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
footer .inside-site-info .copyright-bar .footer-row .footer-col .logos-kit-digital img {
  display: block;
  max-width: 160px;
  padding-left: 20px;
  margin: 5px 0;
}
footer .inside-site-info .copyright-bar .footer-row .footer-col .logos-kit-digital img:last-child {
  max-width: 135px;
}
footer .inside-site-info .copyright-bar .footer-row .footer-col .footer-legal {
  flex: 0 0 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
footer .inside-site-info .copyright-bar .footer-row .footer-col .footer-legal img {
  max-width: 100px;
  position: absolute;
  bottom: -20px;
  right: -40px;
}

/* PROGRAMAS TV */
.programas h2 a {
  text-decoration: none !important;
}
.programas h2 a:hover {
  color: #000 !important;
}

.clickable .programa {
  transition: all 0.5s ease;
}
.clickable:hover .programa {
  transform: scale(1.015);
}

/* ---------- RESPONSIVE ---------- */
@media screen and (max-width: 1500px) {
  html {
    overflow-x: hidden;
  }
  footer .inside-site-info {
    max-width: 100%;
    overflow-x: hidden;
  }
  footer .inside-site-info .copyright-bar .footer-row .footer-col a.link-footer {
    font-size: 2rem;
  }
  footer .inside-site-info .copyright-bar .footer-row .footer-col:nth-child(1) img {
    max-width: 80px;
    top: -30px;
    left: -20px;
  }
  footer .inside-site-info .copyright-bar .footer-row .footer-col .footer-legal img {
    max-width: 80px;
    bottom: -30px;
    right: -20px;
  }
}
@media screen and (max-width: 1200px) {
  .circulo-dcha {
    transform: rotate(45deg);
    right: -30px;
  }
  .circulo-izda {
    left: -20px;
  }
}
@media screen and (max-width: 991px) {
  header .site-logo a img {
    max-width: 300px;
  }
  footer .inside-site-info .copyright-bar .footer-row {
    margin: 60px 20px;
    padding: 80px 20px;
  }
  footer .inside-site-info .copyright-bar .footer-row .footer-col .menu-footer {
    flex: 0 0 100%;
    justify-content: center;
  }
  footer .inside-site-info .copyright-bar .footer-row .footer-col .logos-kit-digital {
    flex: 0 0 100%;
    justify-content: center;
    margin-top: 40px;
  }
  footer .inside-site-info .copyright-bar .footer-row .footer-col .footer-legal {
    flex-direction: column;
  }
  footer .inside-site-info .copyright-bar .footer-row .footer-col a.link-footer {
    font-size: 1.85rem;
  }
  h1 {
    font-size: 3.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  .circulo-dcha {
    bottom: -30px;
  }
  .circulo-izda {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .pc-right {
    text-align: initial !important;
  }
  footer .inside-site-info {
    padding: 0 !important;
  }
  footer .inside-site-info .copyright-bar .footer-row {
    margin: 40px 20px;
    padding: 60px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 0;
    border-radius: 20px;
  }
  footer .inside-site-info .copyright-bar .footer-row .footer-col {
    text-align: center;
    align-items: center;
  }
  footer .inside-site-info .copyright-bar .footer-row .footer-col:nth-child(2) {
    margin-bottom: 40px;
  }
  footer .inside-site-info .copyright-bar .footer-row .footer-col .logos-kit-digital {
    margin-top: 20px;
  }
  footer .inside-site-info .copyright-bar .footer-row .footer-col .footer-legal {
    margin-top: 20px;
  }
  footer .inside-site-info .copyright-bar .footer-row .footer-col a.link-footer {
    font-size: 1.35rem;
  }
  .circulo-dcha {
    width: 85px;
    right: -25px;
  }
  .circulo-izda {
    width: 85px;
    bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 560px) {
  header .site-logo a img {
    max-width: 250px;
  }
  .gap-mv-15.vce-row--col-gap-30 > .vce-row-content > .vce-col {
    margin-right: 15px;
  }
}
@media screen and (max-width: 543px) {
  .mv-centro {
    text-align: center;
  }
  .decoracion-circulo::before {
    width: 350px;
    height: 350px;
    bottom: 25%;
    right: 25%;
  }
  .decoracion-circulo::after {
    width: 350px;
    height: 350px;
    bottom: -5%;
    right: -10%;
  }
}
@media screen and (max-width: 430px) {
  footer .inside-site-info .copyright-bar .footer-row .footer-col.col-100 .menu-footer {
    flex-wrap: wrap;
  }
  footer .inside-site-info .copyright-bar .footer-row .footer-col.col-100 .menu-footer a {
    order: 1;
    padding: 10px 20px;
  }
  footer .inside-site-info .copyright-bar .footer-row .footer-col.col-100 .menu-footer a:nth-child(2) {
    order: 2;
  }
}
@media screen and (max-width: 350px) {
  .decoracion-circulo::before {
    width: 250px;
    height: 250px;
  }
  .decoracion-circulo::after {
    width: 250px;
    height: 250px;
  }
}
/* CAPTCHA */
.grecaptcha-badge {
  display: none;
}

/* BOTONES */
.btn .vce-button {
  color: #141414 !important;
  position: relative;
  border: 1px solid #141414 !important;
  background-color: transparent !important;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500;
  letter-spacing: 0.05rem;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  border-radius: 100px;
}
.btn .vce-button::after {
  content: "";
  background: #a8cca8;
  position: absolute;
  z-index: -1;
  display: block;
  top: 0;
  bottom: 0;
  left: -100%;
  right: 100%;
  transition: all 0.35s;
  border-radius: 0 100px 100px 0;
}
.btn .vce-button:hover {
  color: #141414 !important;
  border-color: #a8cca8 !important;
}
.btn .vce-button:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.35s;
}
.btn-blanco .vce-button {
  color: #FFFFFF !important;
  position: relative;
  border: 1px solid #FFFFFF !important;
  text-transform: uppercase;
  background-color: transparent !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500;
  letter-spacing: 0.05rem;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  border-radius: 100px;
}
.btn-blanco .vce-button::after {
  content: "";
  background: #f0c1b9;
  position: absolute;
  z-index: -1;
  display: block;
  top: 0;
  bottom: 0;
  left: -100%;
  right: 100%;
  transition: all 0.35s;
  border-radius: 0 100px 100px 0;
}
.btn-blanco .vce-button:hover {
  color: #141414 !important;
  border-color: #f0c1b9 !important;
}
.btn-blanco .vce-button:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.35s;
}
.btn-verde .vce-button {
  color: #141414 !important;
  position: relative;
  border: 1px solid #a8cca8 !important;
  text-transform: uppercase;
  background-color: #a8cca8 !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500;
  letter-spacing: 0.05rem;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  border-radius: 100px;
}
.btn-verde .vce-button::after {
  content: "";
  background: #FFFFFF;
  position: absolute;
  z-index: -1;
  display: block;
  top: 0;
  bottom: 0;
  left: -100%;
  right: 100%;
  transition: all 0.35s;
  border-radius: 0 100px 100px 0;
}
.btn-verde .vce-button:hover {
  color: #141414 !important;
  border-color: #141414 !important;
}
.btn-verde .vce-button:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.35s;
}
.btn-verde.borde .vce-button {
  border-color: #141414 !important;
}

/* FORMULARIO DE CONTACTO */
input#nombre, input#telefono, input#email {
  background-color: #FFFFFF !important;
  border: 1px solid #141414;
  margin-top: 5px;
  width: 100%;
  border-radius: 200px;
}

.datos {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.datos div {
  flex: 2;
}
.datos div input {
  width: 100%;
}

#form-contacto input {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
}
#form-contacto textarea {
  resize: none;
  max-height: 350px;
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  background-color: #FFFFFF !important;
  border: 1px solid #141414;
  margin-top: 5px;
  width: 100%;
  max-height: 150px;
  border-radius: 20px;
}
#form-contacto label {
  font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
  .datos {
    gap: 0px;
  }
  .datos div {
    flex: 100%;
  }
}
.wpcf7-not-valid-tip {
  color: #c22020 !important;
  font-weight: 300 !important;
  margin-top: 10px;
  margin-left: 15px;
}

form .let-peq {
  font-size: 0.8rem;
}

span.wpcf7-list-item {
  margin-left: 0px !important;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #f0efed inset !important; /* fondo cálido */
  -webkit-text-fill-color: #f0efed !important;
  border: 1px solid #a8cca8 !important;
}

textarea:focus {
  border: 1px solid #bababa !important; /* Cambia el color del borde */
  outline: none; /* Elimina el borde por defecto del navegador */
}

/* BOTÓN ENVÍO FORMULARIO */
.btn-enviar input[type=submit] {
  color: #141414 !important;
  position: relative;
  border: 1px solid #141414 !important;
  text-transform: uppercase;
  background-color: transparent !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500;
  letter-spacing: 0.05rem;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  border-radius: 100px;
  padding: 10px 50px;
  transition: all 0.35s ease !important;
}
.btn-enviar input[type=submit]:hover {
  color: #141414 !important;
  border-color: #a8cca8 !important;
  background-color: #a8cca8 !important;
}

/* RESPONSIVE TABLA COOKIES */
@media screen and (max-width: 768px) {
  .tabla-cookies {
    overflow-x: scroll;
  }
}
/* ---------- ESTILOS DEL BANNER DE COOKIES ---------- */
#moove_gdpr_cookie_info_bar {
  /* Fondo opaco */
  background: rgba(0, 0, 0, 0.5) !important;
  /* Permita ocupar toda la pantalla */
  max-height: 100vh !important;
}

.moove-gdpr-info-bar-container {
  /* Contenedor con el aviso de las cookies */
  /* Centrar el contenedor */
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  /* Tamaño del contenedor completo */
  height: 100vh !important;
}

.moove-gdpr-info-bar-content {
  /* Párrafo y botones del aviso de las cookies */
  /* Tamaño del contenido */
  max-width: 700px;
  /* Hace que el botón se coloque debajo del texto */
  flex-direction: column !important;
  background: white;
  padding: 2% !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
  /* Eliminar el borde superior que aparece por defecto */
  border: none !important;
  /* Añadir sombra al contenedor */
  box-shadow: 5px 5px 15px #E2E2E2;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-info-bar-hidden {
  /* Hacer que desaparezca correctamente el banner */
  bottom: -2100px !important;
}

/* Estilo para el BOTÓN */
.moove-gdpr-button-holder {
  /* Añadir margen superior respecto al texto en el banner principal */
  margin-top: 20px !important;
  /* Eliminar paddings innecesarios por defecto en el banner principal */
  padding-left: 0px !important;
  flex-direction: row-reverse !important;
}

/* Mantener el padding en el contenedor de los botones interiores */
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
  padding-left: 60px !important;
  padding-right: 60px !important;
  flex-direction: row !important;
  margin-top: 0px !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
  width: 45% !important;
  order: 1;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all {
  order: 2 !important;
}

button.mgbutton {
  /* Cambiar tamaño del botón y el tamaño de fuente en el banner principal */
  padding: 12px 50px !important;
  font-size: 16px !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice p {
  /* Cambiar el estilo del texto */
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 300 !important;
  text-align: center;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.moove-gdpr-modal-reject-btn,
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
  /* Estilos del botón de rechazar */
  background-color: #FFFFFF !important;
  background: #FFFFFF !important;
  border: 1px solid #141414 !important;
  color: #141414 !important;
  box-shadow: none !important;
  opacity: 0.7;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.moove-gdpr-modal-reject-btn:hover,
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:hover {
  /* Estilos del botón de rechazar en el estado hover*/
  opacity: 1;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.moove-gdpr-infobar-allow-all,
button.mgbutton.moove-gdpr-modal-allow-all.button-visible, .gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all.button-visible {
  /* Estilos del botón de activar todas */
  background-color: #141414 !important;
  border-color: #141414 !important;
  color: #FFFFFF !important;
  opacity: 1;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.moove-gdpr-infobar-allow-all:hover,
button.mgbutton.moove-gdpr-modal-allow-all.button-visible, .gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green:hover,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all.button-visible:hover {
  /* Estilos del botón de activar todas en el estado hover*/
  background: #a8cca8 !important;
  border-color: #a8cca8 !important;
  color: #FFFFFF !important;
}

/* BOTÓN CERRAR */
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
  border-color: #141414 !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,
#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,
.gdpr-icon.moovegdpr-arrow-close:after, .gdpr-icon.moovegdpr-arrow-close:before,
i.moovegdpr-arrow-close.moovegdpr-arrow-close:after, i.moovegdpr-arrow-close.moovegdpr-arrow-close:before {
  background-color: #141414 !important;
}

/* TEXTOS ETIQUETAS AJUSTES */
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
  color: #141414 !important;
}

/* Añadir botón GUARDAR en el panel de COOKIES */
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings {
  display: block !important;
}

@media screen and (max-width: 1024px) {
  /* Reducir padding del contenedor de botones interiores en las tablet para que no se descuadren */
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
    /* Cambiar tamaño del botón y el tamaño de fuente */
    padding: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content {
    min-height: 650px;
  }
  .gdpr_lightbox-content {
    transform: scale(0.85) !important;
    margin-top: -60px;
  }
}
@media screen and (max-width: 768px) {
  .moove-gdpr-info-bar-content {
    /* Añadir relleno en el contenedor y que se separe de la ventana*/
    padding: 5% !important;
    max-width: 100%;
  }
  .moove-gdpr-button-holder {
    /* Centrar el botón de aceptar en los dispositivos móviles */
    justify-content: center !important;
    padding: 10px !important;
  }
  button.mgbutton {
    /* Cambiar tamaño del botón y el tamaño de fuente */
    padding: 5px 10px !important;
    font-size: 16px !important;
  }
  /* Hacer más grande sólo el botón principal en el móvil sin afectar a los botones interiores */
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    font-size: 15px !important;
    padding: 15px 35px !important;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
    background: #f1f1f1;
    margin: 0 0px !important;
    border-radius: 0 0 5px 5px;
    justify-content: space-between !important;
  }
}
@media screen and (max-width: 600px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice p {
    font-size: 14px !important;
  }
  .gdpr_lightbox-content {
    transform: scale(0.8) !important;
    margin-top: -80px;
  }
}
@media screen and (max-width: 510px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
    justify-content: space-between !important;
    flex-direction: row !important;
  }
  #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.moove-gdpr-infobar-allow-all {
    width: 100% !important;
    order: 2;
  }
  #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.moove-gdpr-infobar-reject-btn,
  #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn {
    width: 45% !important;
    order: 1;
  }
}
@media screen and (max-width: 450px) {
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton,
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all {
    width: 100% !important;
  }
}/*# sourceMappingURL=style.css.map */