/*
    Estilos para el diseño de Miradas 2025 sobre el tema Twenty Twenty-Five de Wordpress.

    Estos estilos se aplicarán de forma global.
*/

body {
  background-color: #ebebeb;
}

body > div.wp-site-blocks > header {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0px;
  color: #707070;
  text-transform: uppercase;
}

header .wp-block-search input.wp-block-search__input:focus-visible {
  outline-color: #ffd30a;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}

header button.wp-block-search__button.has-icon.wp-element-button {
  padding: 13px;
  height: 50px;
  margin-left: 20px;
}

.displayOnlyOnMobile {
  display: none !important;
}

@media (max-width: 500px) {
  .displayNoneOnMobile {
    display: none !important;
  }

  .displayOnlyOnMobile {
    display: block !important;
  }

  .hamburger-menu-separator {
    border-top: solid black 1px;
    width: 100%;
    margin-top: 50px;
    text-align: right;
    padding-top: 20px !important;
  }
}
