@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=Funnel+Display:wght@300..800&family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap");
*:focus {
  outline: 3px solid #1E3644;
}

.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: "Funnel Sans", sans-serif;
  color: #505050;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5em;
}

h1 {
  font-family: "Funnel Display", sans-serif;
  font-weight: 400;
  font-size: 4rem;
}

.title h2 {
  font-family: "Funnel Display", sans-serif;
  color: #505050;
  font-weight: 400;
  font-size: 2.3rem;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-bottom: 5px;
  position: relative;
}
.title h2::after {
  content: "";
  position: absolute;
  background: linear-gradient(-45deg, #bfdfd8, #3fc1c9);
  width: 8px;
  height: 100%;
  border-radius: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.title h3 {
  font-family: "Funnel Display", sans-serif;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 15px;
  -webkit-background-clip: text;
          background-clip: text;
  background-image: linear-gradient(45deg, #3d7584, #3fc1c9);
  padding-bottom: 5px;
}
.title h4 {
  font-family: "Funnel Display", sans-serif;
  color: #505050;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 10px;
}

.subtitle h1 {
  font-size: 3.5rem;
}
.subtitle h2 {
  font-family: "Funnel Display", sans-serif;
  color: #505050;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.subtitle h3 {
  font-family: "Funnel Display", sans-serif;
  color: #505050;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 10px;
}

.let-peq p {
  font-size: 0.8rem;
  line-height: 1.3em;
  margin-bottom: 0;
}

a {
  color: #1E3644;
  text-decoration: none;
  transition: all 0.4s ease !important;
}
a:hover {
  transition: all 0.4s ease !important;
}

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

.verde {
  color: #bfdfd8 !important;
}
.verde h2 {
  color: #bfdfd8 !important;
}
.verde h3 {
  color: #bfdfd8 !important;
}
.verde h4 {
  color: #bfdfd8 !important;
}

.azul {
  color: #3fc1c9 !important;
}

.generate-back-to-top {
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(19, 19, 19, 0.1);
}
.generate-back-to-top svg path {
  fill: #131313;
}
.generate-back-to-top:hover svg path {
  fill: #FFFFFF;
}

.dot-top-d {
  position: relative;
}
.dot-top-d::after {
  content: "";
  background: linear-gradient(45deg, #bfdfd8, #3fc1c9);
  position: absolute;
  width: 15px;
  height: 20px;
  z-index: 1;
  top: -7px;
  right: -7px;
  border-radius: 50px;
}
.dot-top-d.doble::before {
  content: "" !important;
  background: linear-gradient(45deg, #bfdfd8, #3fc1c9);
  position: absolute !important;
  width: 32px !important;
  height: 15px !important;
  z-index: 1;
  top: -7px !important;
  left: unset !important;
  right: -7px !important;
  border-radius: 50px !important;
}
.dot-top-d.doble::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 15px;
  z-index: 1;
  top: 13px;
  right: -7px;
  border-radius: 50px;
}

/* HOME */
.cab-home {
  position: relative;
}
.cab-home::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  background: linear-gradient(-45deg, #f7f7f7, #bfdfd8, #cdecee, #f7f7f7, #bfdfd8);
  background-size: 400% 400%;
  filter: blur(200px);
  animation: gradient 20s ease infinite;
  opacity: 0.85;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  25% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  75% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.caja-guantes {
  position: relative;
}
.caja-guantes::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-right: 1px solid #1E3644;
  border-left: 1px solid #1E3644;
  border-bottom: 1px solid #1E3644;
}

.carrusel-packs .swiper-pagination {
  top: unset !important;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: rgba(30, 54, 68, 0.25);
  border-radius: 20px;
}
.carrusel-packs .swiper-pagination > span {
  background: linear-gradient(45deg, #bfdfd8, #3fc1c9);
  border-radius: 20px;
}
.carrusel-packs .elementor-swiper-button svg {
  fill: rgba(30, 54, 68, 0.35) !important;
  transition: all 0.4s ease;
}
.carrusel-packs .elementor-swiper-button-prev {
  margin-left: -10px;
}
.carrusel-packs .elementor-swiper-button-next {
  margin-right: -10px;
}
.carrusel-packs .elementor-swiper-button:hover svg {
  fill: rgba(30, 54, 68, 0.6) !important;
}
.carrusel-packs .swiper {
  padding: 40px 0 60px;
}
.carrusel-packs .swiper .caja-packs {
  background-color: #f7f7f7;
  box-shadow: 0 0 10px 0 rgba(19, 19, 19, 0.1);
}

.pasos p {
  font-size: 1.25rem;
  margin-bottom: 0;
}

.link-contacto h3 {
  color: #FFFFFF !important;
}
.link-contacto a {
  color: #FFFFFF;
  font-size: 1.2rem;
  transition: all 0.4s ease;
}
.link-contacto a:hover {
  color: #3fc1c9;
}

/* FORMULARIO */
.elementor-field-group-tu_nombre, .elementor-field-group-tu_telefono, .elementor-field-group-tu_email, .elementor-field-group-tu_mensaje {
  position: relative;
  padding: 0 !important;
  margin: 5px;
}
.elementor-field-group-tu_nombre input, .elementor-field-group-tu_nombre textarea, .elementor-field-group-tu_telefono input, .elementor-field-group-tu_telefono textarea, .elementor-field-group-tu_email input, .elementor-field-group-tu_email textarea, .elementor-field-group-tu_mensaje input, .elementor-field-group-tu_mensaje textarea {
  background-color: #FFFFFF !important;
  border-radius: 0;
  border: none !important;
  font-family: "Funnel Sans", sans-serif;
  box-shadow: 0 0 5px 0 rgba(19, 19, 19, 0.1);
  padding: 10px;
}
.elementor-field-group-tu_nombre::before, .elementor-field-group-tu_telefono::before, .elementor-field-group-tu_email::before, .elementor-field-group-tu_mensaje::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  bottom: 0;
  left: 0;
  margin: auto;
  border-top: 1px solid #1E3644;
  border-left: 1px solid #1E3644;
  border-bottom: 1px solid #1E3644;
}
.elementor-field-group-tu_nombre::after, .elementor-field-group-tu_telefono::after, .elementor-field-group-tu_email::after, .elementor-field-group-tu_mensaje::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  bottom: 0;
  right: 0;
  margin: auto;
  border-top: 1px solid #1E3644;
  border-right: 1px solid #1E3644;
  border-bottom: 1px solid #1E3644;
}

#form-contacto .elementor-form-fields-wrapper {
  justify-content: space-between;
}
#form-contacto .elementor-form-fields-wrapper .elementor-col-50 {
  width: 47%;
}
#form-contacto .elementor-form-fields-wrapper #btn-enviar {
  margin-top: 20px;
  border-radius: 100px;
  background-color: #1E3644;
  font-family: "Funnel Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#form-contacto .elementor-form-fields-wrapper #btn-enviar::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
  border-radius: 100px;
  background: linear-gradient(45deg, #1E3644, #3fc1c9);
  transition: all 0.4s ease;
}
#form-contacto .elementor-form-fields-wrapper #btn-enviar:hover::after {
  width: 100%;
}

/* PALABRAS LARGAS ALEMÁN */
.small {
  font-size: 0.75em;
}

/*! RESPONSIVE */
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 3rem;
  }
  .title h2 {
    font-size: 2rem;
  }
  .title h3 {
    font-size: 1.5rem;
  }
  .title h4 {
    font-size: 1.25rem;
  }
  .subtitle h1 {
    font-size: 2rem;
  }
  .subtitle h2 {
    font-size: 1.6rem;
  }
  .subtitle h3 {
    font-size: 1.3rem;
  }
  .subtitle h4 {
    font-size: 1.15rem;
  }
  #form-contacto .elementor-form-fields-wrapper .elementor-col-50 {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
  }
  #form-contacto .elementor-form-fields-wrapper .elementor-col-50 {
    width: 48%;
  }
  .small {
    font-size: 1em;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 2.65rem;
  }
  .title h2 {
    font-size: 1.65rem;
  }
  .title h3 {
    font-size: 1.35rem;
  }
  .title h4 {
    font-size: 1.15rem;
  }
  .subtitle h2 {
    font-size: 1.3rem;
  }
  #form-contacto .elementor-form-fields-wrapper .elementor-col-50 {
    width: 100%;
  }
}
@media screen and (max-width: 350px) {
  .small {
    font-size: 0.85em;
  }
}
/* CAPTCHA */
.grecaptcha-badge {
  display: none;
}

/* HEADER */
header {
  z-index: 50;
  position: absolute;
}
header .inside-header {
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 30px 10px 20px;
}
header .inside-header .main-navigation {
  margin: auto;
}
header .inside-header .main-navigation ul {
  gap: 10px;
}
header .inside-header .main-navigation ul .menu-item a {
  font-size: 1rem;
  font-weight: 500;
  color: #1E3644;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
header .inside-header .main-navigation ul .menu-item a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: url(/wp-content/uploads/2025/03/circulo-postivo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease;
}
header .inside-header .main-navigation ul .menu-item a:hover {
  color: #3d7584;
}
header .inside-header .main-navigation ul .menu-item a:hover::after {
  width: 15px;
  height: 15px;
  opacity: 0.5;
}
header .inside-header .main-navigation ul .menu-item.current-menu-item a {
  color: #1E3644;
}
header .inside-header .main-navigation ul .menu-item.menu-mv {
  display: none;
}
header .inside-header .main-navigation ul .menu-item[id$=es] a, header .inside-header .main-navigation ul .menu-item[id$=en] a, header .inside-header .main-navigation ul .menu-item[id$=de] a {
  padding: 0 0 0 15px;
}
header .inside-header .main-navigation ul .menu-item[id$=es] a::after, header .inside-header .main-navigation ul .menu-item[id$=en] a::after, header .inside-header .main-navigation ul .menu-item[id$=de] a::after {
  margin-right: 0;
}

/* RESPONSIVE HEADER */
@media screen and (max-width: 650px) {
  .site-header .inside-header {
    padding: 10px 10px 0;
  }
  .site-header .inside-header .header-image {
    width: 200px;
  }
  .site-header .inside-header #mobile-menu-control-wrapper {
    margin-right: 0;
  }
  .site-header .inside-header #mobile-menu-control-wrapper .menu-toggle {
    background: none;
  }
  .site-header .inside-header #mobile-menu-control-wrapper .menu-toggle svg {
    fill: #1E3644;
    font-size: 1.2rem;
  }
  #generate-slideout-menu button svg {
    fill: #1E3644;
    transition: all 0.4s ease;
  }
  #generate-slideout-menu button:hover svg {
    fill: #3fc1c9;
  }
  #generate-slideout-menu .menu-item a {
    font-size: 1rem;
    font-weight: 500;
    color: #1E3644;
    position: relative;
    overflow: hidden;
    padding-left: 30px;
    transition: all 0.4s ease;
  }
  #generate-slideout-menu .menu-item a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background: url(/wp-content/uploads/2025/03/circulo-postivo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    left: 10px;
    top: 2px;
    bottom: 0;
    margin: auto;
    opacity: 0;
    z-index: -1;
    transition: all 0.4s ease;
  }
  #generate-slideout-menu .menu-item a:hover {
    color: #3d7584;
  }
  #generate-slideout-menu .menu-item a:hover::after {
    width: 15px;
    height: 15px;
    opacity: 0.5;
  }
  #generate-slideout-menu .menu-item.menu-mv {
    display: initial;
  }
}
@media screen and (max-width: 350px) {
  .site-header .inside-header {
    justify-content: center;
  }
  .site-header .inside-header .site-logo {
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
  .site-header .inside-header #mobile-menu-control-wrapper {
    margin: 0;
  }
}
/* FOOTER */
.site-footer {
  background-color: #1E3644;
  color: #FFFFFF;
  padding: 40px 20px 20px;
  font-size: 15px;
}
.site-footer .footer-site {
  width: 100%;
  max-width: 1140px;
  margin: auto;
}
.site-footer .footer-site .footer-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  color: #FFFFFF;
}
.site-footer .footer-site .footer-row .footer-col {
  width: 50%;
  text-align: left;
}
.site-footer .footer-site .footer-row .footer-col:last-child {
  text-align: right;
}
.site-footer .footer-site a {
  color: #FFFFFF;
}
.site-footer .footer-site a:hover {
  opacity: 0.8;
}

/* ---------- RESPONSIVE ---------- */
@media screen and (max-width: 850px) {
  .site-footer {
    padding: 10px 20px 20px;
  }
  .site-footer .footer-site .footer-row {
    flex-direction: column;
    justify-content: center;
  }
  .site-footer .footer-site .footer-row .footer-col {
    width: 100%;
    text-align: center;
  }
  .site-footer .footer-site .footer-row .footer-col:last-child {
    text-align: center;
    font-size: 0.8rem !important;
  }
}
/* BOTONES */
.btn .elementor-button-wrapper {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
}
.btn .elementor-button-wrapper::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  bottom: 0;
  left: 0;
  margin: auto;
  border-top: 1px solid #1E3644;
  border-left: 1px solid #1E3644;
  border-bottom: 1px solid #1E3644;
  z-index: 1;
}
.btn .elementor-button-wrapper::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  bottom: 0;
  right: 0;
  margin: auto;
  border-top: 1px solid #1E3644;
  border-right: 1px solid #1E3644;
  border-bottom: 1px solid #1E3644;
  z-index: 1;
}
.btn .elementor-button-wrapper .elementor-button {
  color: #1E3644 !important;
  padding: 12px 30px !important;
  margin: 0px;
  position: relative;
  background-color: #FFFFFF !important;
  font-size: 1rem !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-radius: 0;
  overflow: hidden;
  display: inline-block;
  height: 40px;
  z-index: 0;
  box-shadow: 0 0 5px 0 rgba(19, 19, 19, 0.1);
  transition: all 0.4s ease;
}
.btn .elementor-button-wrapper .elementor-button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  background: linear-gradient(45deg, #1E3644, #3fc1c9);
  transition: all 0.4s ease;
}
.btn .elementor-button-wrapper .elementor-button:hover {
  color: #FFFFFF !important;
}
.btn .elementor-button-wrapper .elementor-button:hover::after {
  height: 100%;
}

.btn-blanco .elementor-button-wrapper {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
}
.btn-blanco .elementor-button-wrapper::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  bottom: 0;
  left: 0;
  margin: auto;
  border-top: 1px solid #bfdfd8;
  border-left: 1px solid #bfdfd8;
  border-bottom: 1px solid #bfdfd8;
  z-index: 1;
}
.btn-blanco .elementor-button-wrapper::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  bottom: 0;
  right: 0;
  margin: auto;
  border-top: 1px solid #bfdfd8;
  border-right: 1px solid #bfdfd8;
  border-bottom: 1px solid #bfdfd8;
  z-index: 1;
}
.btn-blanco .elementor-button-wrapper .elementor-button {
  color: #FFFFFF !important;
  padding: 12px 30px !important;
  margin: 0px;
  position: relative;
  background-color: #1E3644 !important;
  font-size: 1rem !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-radius: 0;
  overflow: hidden;
  display: inline-block;
  height: 40px;
  z-index: 1;
  box-shadow: 0 0 5px 0 rgba(19, 19, 19, 0.1);
  transition: all 0.4s ease;
}
.btn-blanco .elementor-button-wrapper .elementor-button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  background: linear-gradient(45deg, #1E3644, #3fc1c9);
  transition: all 0.4s ease;
}
.btn-blanco .elementor-button-wrapper .elementor-button:hover {
  color: #FFFFFF !important;
}
.btn-blanco .elementor-button-wrapper .elementor-button:hover::after {
  height: 100%;
}

/* 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: #fff !important;
  background: #fff !important;
  border: 1px solid #000 !important;
  color: #000 !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: #1E3644 !important;
  border-color: #1E3644 !important;
  color: #fff !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: #000 !important;
  border-color: #000 !important;
  color: #fff !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: #000 !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: #000 !important;
}

/* TEXTOS ETIQUETAS AJUSTES */
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
  color: #000 !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 */