@font-face {
  font-family: "Canela";
  src: url("../fonts/canela/Canela-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Canela";
  src: url("../fonts/canela/Canela-LightItalic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}
html, body {
  margin: 0;
  font-family: canela;
  font-size: 18px;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.banners {
  display: flex;
  gap: 1rem;
  margin-top: auto;
}

.espa-img {
  height: 3.5vmax;
  width: auto;
  object-fit: contain;
  padding: 1rem;
  background-color: white;
}

header, section {
  min-height: 100vh;
  background-color: #191411;
  position: relative;
  display: flex;
  flex-direction: column;
  color: #e6e6e6;
  padding: 1rem;
}

header {
  overflow: hidden;
}
header .new-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(60vw, 300px);
  z-index: 1;
}
header .new-logo svg {
  display: block;
  width: 100%;
  height: auto;
  transform-origin: center;
  animation: logo-heartbeat 1.6s ease-in-out infinite;
}

@keyframes logo-heartbeat {
  0%, 100% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.1);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.14);
  }
  70% {
    transform: scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .new-logo svg {
    animation: none;
  }
}
p {
  line-height: 1.2;
  font-size: 2rem;
  margin: 0 auto;
  max-width: 1100px;
  text-align: center;
  padding: 0 1rem;
}

@media (max-width: 768px) {
  p {
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  p {
    font-size: 1rem;
  }
}
.block-link {
  display: block;
  margin-top: 1rem;
  text-align: center;
  color: inherit;
  text-decoration: none;
  font-size: 1.5rem;
}

.old-logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}

.moto {
  position: relative;
  margin-top: auto;
}

.center-text {
  margin-top: auto;
  margin-bottom: auto;
}

.contact-info {
  width: 80%;
  max-width: 900px;
  display: flex;
  flex-direction: row;
  margin: 2rem auto auto auto;
  justify-content: space-between;
}
.contact-info .contact-col {
  display: flex;
  flex-direction: column;
  text-align: center;
  flex: 1;
}
.contact-info a {
  color: inherit;
}

@media (max-width: 768px) {
  .contact-info {
    flex-direction: column;
    width: 90%;
    gap: 2rem;
    padding: 1rem;
  }
}
header {
  overflow: hidden;
}
header h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: normal;
  font-size: 160px;
  margin: 0;
  z-index: 2;
}

@media (max-width: 1024px) {
  header h1 {
    font-size: 120px;
  }
}
@media (max-width: 768px) {
  header h1 {
    font-size: 80px;
  }
}
@media (max-width: 480px) {
  header h1 {
    font-size: 48px;
  }
}
.mode-1 path, .mode-1 rect {
  fill: #e6e6e6;
}
.mode-1 header {
  background-color: #191411;
  color: #e6e6e6;
}
.mode-1 section:nth-child(1) {
  background-color: #191411;
  color: #e6e6e6;
}
.mode-1 section:nth-child(2) {
  background-color: #e6e6e6;
  color: #191411;
}
.mode-1 section:nth-child(3) {
  background-color: #191411;
  color: #e6e6e6;
}
.mode-1 section:nth-child(3) path, .mode-1 section:nth-child(3) rect {
  fill: #e6e6e6;
}

.mode-2 path, .mode-2 rect {
  fill: #B53E4C;
}
.mode-2 header {
  background-color: #FFDEBF;
  color: #B53E4C;
}
.mode-2 section:nth-child(1) {
  background-color: #FFDEBF;
  color: #B53E4C;
}
.mode-2 section:nth-child(2) {
  background-color: #B53E4C;
  color: #FFDEBF;
}
.mode-2 section:nth-child(3) {
  background-color: #FFDEBF;
  color: #B53E4C;
}
.mode-2 section:nth-child(3) path, .mode-2 section:nth-child(3) rect {
  fill: #B53E4C;
}

.mode-3 path, .mode-3 rect {
  fill: #160A34;
}
.mode-3 header {
  background-color: #77778B;
  color: #160A34;
}
.mode-3 section:nth-child(1) {
  background-color: #77778B;
  color: #160A34;
}
.mode-3 section:nth-child(2) {
  background-color: #160A34;
  color: #77778B;
}
.mode-3 section:nth-child(3) {
  background-color: #77778B;
  color: #160A34;
}
.mode-3 section:nth-child(3) path, .mode-3 section:nth-child(3) rect {
  fill: #160A34;
}

.mode-4 path, .mode-4 rect {
  fill: #838383;
}
.mode-4 header {
  background-color: #042C18;
  color: #838383;
}
.mode-4 section:nth-child(1) {
  background-color: #042C18;
  color: #838383;
}
.mode-4 section:nth-child(2) {
  background-color: #838383;
  color: #042C18;
}
.mode-4 section:nth-child(3) {
  background-color: #042C18;
  color: #838383;
}
.mode-4 section:nth-child(3) path, .mode-4 section:nth-child(3) rect {
  fill: #838383;
}

.client-list {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2rem;
  padding: 2rem;
}

@media (max-width: 1200px) {
  .client-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
  .espa-img {
    padding: unset;
  }
}
@media (max-width: 768px) {
  .client-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    padding: 1rem;
  }
}
@media (max-width: 480px) {
  .client-list {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 1rem;
    max-width: 150px;
    margin: 0 auto;
  }
  .client-logo svg {
    max-width: 50%;
  }
}
#clients .title {
  text-align: center;
  margin-top: auto;
  font-size: 1.1rem;
}

.tags {
  margin-bottom: auto;
  text-align: center;
  font-size: 1.1rem;
}

.tags a {
  color: inherit;
  text-decoration: none;
}

footer {
  background-color: #191411;
  color: #e6e6e6;
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 768px) {
  footer {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }
  .copyright {
    position: relative;
    left: auto;
    transform: none;
  }
}
small {
  font-size: 0.6rem;
}

.gemi {
  margin-left: 1rem;
}

.copyright {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-logo svg {
  width: 100%;
  height: auto;
  max-width: 80%;
  object-fit: contain;
  margin-top: auto;
  margin-bottom: auto;
}

/* General responsive improvements */
@media (max-width: 768px) {
  header, section {
    min-height: auto;
    min-height: 100dvh;
  }
  .block-link {
    font-size: 1.2rem;
    margin-top: 1.5rem;
  }
  #clients .title {
    font-size: 1rem;
  }
  .tags {
    font-size: 1rem;
    padding: 1rem;
  }
}
@media (max-width: 480px) {
  header, section {
    min-height: auto;
    min-height: 100dvh;
  }
  .moto-section {
    padding: 1rem;
  }
  .old-logo {
    margin-top: 1rem;
  }
  .block-link {
    font-size: 1rem;
  }
  small {
    font-size: 0.5rem;
  }
}

/*# sourceMappingURL=style.css.map */
