@media screen and (max-width: 780px) {
  .logo {
    margin-left: 18px; }
  .menu-links {
    display: none; }
  #menu-mobile {
    display: flex;
    margin-right: 18px;
    flex-direction: column;
    justify-content: space-around;
    padding: 11px;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: purple; }
    #menu-mobile .menu-dashe {
      width: 28px;
      height: 4px;
      background-color: white; }
  #menu-expanded {
    display: none;
    z-index: 2; }
  .menu-mobile-links {
    opacity: 0;
    list-style: none;
    transition: opacity .3s ease-in-out; }
    .menu-mobile-links li {
      background-color: #000;
      border-top: 1px solid #424242;
      text-align: center; }
      .menu-mobile-links li a {
        color: white;
        text-decoration: none;
        font-weight: bold;
        display: block;
        padding: 13px 0;
        width: 100%;
        height: 100%; }
      .menu-mobile-links li:hover {
        background-color: purple; }
  #ambientes figure {
    min-width: 240.5px; }
  .depoiments .wrap {
    width: 100%;
    align-items: center; }
  footer .half {
    width: 100% !important; }
  footer button {
    width: 100%; } }

@media screen and (max-width: 480px) {
  #header-home h1 {
    font-size: 2.5rem;
    margin-top: -100px; }
  #ambientes figure {
    max-width: 100%; } }
