nav {
  position: absolute;
  top: 0.8em;
  left: 0.8em;
}

nav a {
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  font-size: 1.2em;
  letter-spacing: 0.075em;
}

header {
  background: #6bd0e0;
  background: linear-gradient(180deg, #00ffc3 0%, #aca0fc 100%);
}

.site-title {
  padding-top: 3.5em;
  padding-bottom: 4em;
}

.site-title #logo {
  height: 7em;
  width: auto;
  filter: drop-shadow(1px 1px 0 #fff) drop-shadow(2px 2px 0 #fff) drop-shadow(10px 22px 20px rgba(0, 0, 0, 0.28));
  margin-bottom: -1em;
}

.site-title h1 {
  text-shadow: 1px 1px 0 #fff, 2px 2px 0 #fff, 3px 3px 0 #fff, 12px 18px 20px rgba(0, 0, 0, 0.2);
  font-weight: 900;
  letter-spacing: 0.216rem;
  font-size: 6rem;
  margin: 0;
}

.site-title h5 {
  margin: 0;
  font-weight: 500;
}

#phone1 {
  max-width: 100%;
  max-height: 600px;
  display: block;
}

section#tris {
  margin-top: -90px;
  margin-bottom: 2em;
  font-size: 1.1em;
  display: grid;
  gap: 1.5em;
  grid-template-columns: 1fr 1fr 1fr;
}

section#tris .icon {
  height: 2em;
  /* margin-left: auto;
  margin-right: auto;
  display: block; */
}

section#tris .panel {
  background-color: #fff;
  border-radius: 0.75em;
  box-shadow: 0 3.6px 10px rgba(33, 3, 29, 0.06),
    0 29px 80px rgba(65, 12, 106, 0.11);
  display: flex;
  justify-content: space-around;
}

section#tris .panel span {
  display: flex;
  align-self: center;
}

@media (max-width: 800px) {
  section#tris {
    grid-template-columns: repeat(2, 1fr);
  }

  section#tris .panel:last-of-type {
    grid-column: span 2;
  }
}

@media (max-width: 600px) {
  section#tris {
    display: block;
    position: relative;
  }

  section#tris .panel {
    margin-top: 1.5em;
  }
}

img#phones {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6em;
  display: block;
  height: auto;
  object-fit: cover;
}

/* @media (max-width:600px) { */
/*     img#phones { */
/*         max-width: none; */
/*         width: 160vw; */
/*         margin-left: -30vw; */
/*         margin-right: -30vw; */
/*     } */
/* } */

section#types {
  display: grid;
  margin-bottom: 3em;
  grid-template-columns: repeat(2, 1fr);
}

section#types .icon {
  height: 4em;
  padding: 0.7em;
  background: #f0ebff;
  border-radius: 20%;
}

@media (max-width: 650px) {
  section#types {
    display: block;
  }
}

section#examples {
  padding-top: 3em;
  padding-bottom: 3em;
}

section#examples h3 {
  color: #fff;
}

section#examples ul {
  list-style: none;
  padding: 0;
  justify-content: space-around;
  flex-wrap: wrap;
}

section#examples li {
  margin: 1em;
}

section#examples a {
  min-width: 145px;
  background-color: #fff;
  border-radius: 0.5em;
  padding: 0.8em 1em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.25em;
  display: inline-block;
}

section#examples a:hover {
  opacity: 0.9;
}

section#cost {
  margin-top: 3em;
}

section#cost .from {
  font-size: 1.15em;
}

section#cost .price {
  font-size: 1.85em;
  font-weight: 600;
}

section#cost .plus {
  font-size: 1.1em;
  font-weight: 600;
  opacity: 0.5;
}

section#cost .iva {
  font-weight: 500;
  font-size: 1.1em;
}

section#list {
  background-color: #d2fbef;
  background: linear-gradient(#c2fbe5, #a8ebfb);
  font-size: 1.1em;
}

section#list > div {
  padding-left: 2.5em;
}

section#list ul {
  list-style: none;
  columns: 2;
  column-gap: 2em;
  padding: 2em;
}

section#list ul li {
  line-height: 1em;
  display: inline-block;
  width: 100%;
}

section#list ul li:not(:last-of-type) {
  margin-bottom: 1.5em;
}

section#list ul li small {
  opacity: 0.6;
}

section#list ul li:before {
  content: "#";
  margin-left: -1em;
  text-indent: 0;
  font-weight: 700;
  color: var(--color);
}

@media (min-width: 980px) {
  section#list ul {
    columns: 3;
  }
}

@media (max-width: 750px) {
  section#list ul {
    columns: 1;
  }
}

section#contact .icon {
  height: 2.5em;
}

section#contact a {
  text-decoration: none;
}

@media (max-width: 400px) {
  section#contact .row {
    flex-direction: column;
  }
}

footer {
    background-color: #222;
    color: #bbb;
}
