/*
Theme Name: La Mar de Gamberra
Description: Tema hijo de Bricks para lamardegamberra.com
Author: La Mar de Gamberra
Template: bricks
Version: 1.0.0
Text Domain: la-mar-de-gamberra
*/

main section.brxe-section:first-child {
  padding-top: calc(3rem + 60px);
}

.lang-switcher-item::after {
  display: none !important;
}

.lang-switcher-item a {
  font-size: 4rem;
  text-transform: uppercase;
}

.lang-switcher {
  gap: 1.5rem !important;
  max-width: 500px;
  width: 100%;
  justify-content: space-between !important;
}

@media only screen and (max-width: 991px) {
  .lang-switcher-item a {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .lang-switcher-item a {
    font-size: 2.5rem;
  }

  .lang-switcher {
    gap: 5rem !important;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: center !important;
  }
}

@media only screen and (max-width: 478px) {
  .lang-switcher-item a {
    font-size: 2.2rem;
  }

  .lang-switcher {
    gap: 3rem !important;
  }
}
