@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@300&display=swap");@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
.logo[data-v-f61baa3a] {
  display: inline-block;
  width: 116px;
  height: 52px;
  background: no-repeat url('https://doc.alo.es/img/logo.png') left center;
  background-size: contain;
}

/* @media screen and (max-width: 1440px) {
  .logo {
    width: 250px;
    height: 53px;
  }
} */
@media screen and (max-width: 450px) {
.logo[data-v-f61baa3a] {
    width: 81.64px;
    height: 36.6px;
}
}



.content[data-v-8d5ae541] {
  min-height: calc(100vh - 300px);
}
.language-container a[data-v-8d5ae541] {
  color: #50576a;
}
.language-container a.active[data-v-8d5ae541] {
  text-decoration: underline;
  font-weight: bolder;
}
.language-container span[data-v-8d5ae541]:after {
  display: inline-block;
  content: "/";
  margin: 0 0.5rem;
}
.language-container span[data-v-8d5ae541]:last-child:after {
  content: "";
}
.phone[data-v-8d5ae541] {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  line-height: 1;
}
.schedule[data-v-8d5ae541] {
  font-family: "Poppins", sans-serif;
  line-height: 21px;
  font-size: 14px;
}
footer[data-v-8d5ae541] {
  background-color: #50576a;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 500px;
}
footer ul[data-v-8d5ae541] {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li[data-v-8d5ae541] {
  color: white;
  font-family: "Prompt", sans-serif;
}
footer ul .title[data-v-8d5ae541] {
  color: #aeca26;
  font-family: "Ubuntu", sans-serif;
  font-size: 22px;
}
.social-icons img[data-v-8d5ae541] {
  filter: drop-shadow(6px 6px 4px #333844);
  transition: brightness 0.3s;
}
@media screen and (max-width: 450px) {
.phone[data-v-8d5ae541] {
    font-size: 23px;
}
.schedule[data-v-8d5ae541] {
    font-size: 10.2px;
    line-height: 15.3px;
}
footer ul .title[data-v-8d5ae541] {
    font-size: 17px;
}
}