*,
*::after,
*::before {
  -webkit-font-smoothing: antialiased;
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-rendering: geometricPrecision;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body,
input,
button {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: Nunito;
  font-size: 1.6rem;
  margin: 0;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

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

a:visited {
  color: inherit;
}

.grid-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  width: 100%;
  padding: 2rem;
  flex-direction: column;
}

.grid-logo {
  margin-bottom: 40px;
}

.grid-cols {
  display: grid;
  grid-gap: 30px;
  max-width: 1280px;
  width: 100%;
}

.grid-cols > div {
  border-radius: 15px;
}

.grid-contact {
  box-shadow: 0px 30px 60px 0px rgb(0 0 0 / 10%);
  padding: 3rem 2rem;
}

h2 {
  color: #292929;
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 30px;
}

.divider {
  background-color: #0000001c;
  display: block;
  height: 1px;
  margin: 30px 0;
  width: 100%;
}

.boxes {
  display: grid;
  grid-gap: 15px;
}

.box-wrapper {
  display: grid;
  grid-template-columns: 50px auto;
  align-items: flex-start;
  grid-gap: 15px;
}

.box-icon {
  align-items: center;
  background-color: #deff00;
  border-radius: 50%;
  color: #03064b;
  display: flex;
  fill: #03064b;
  font-size: 2.8rem;
  height: 50px;
  justify-content: center;
  width: 50px;
}

.box-icon i {
  display: block;
  height: 1em;
  position: relative;
  text-align: center;
  width: 1em;
}

.box-content {
  color: #292929;
  font-size: 1.4rem;
}

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

.box-content h3 {
  color: #03064b;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 5px;
}

.grid-map {
  background: #ccc;
  overflow: hidden;
  position: relative;
  min-height: 400px;
}

.grid-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.button-holder {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}

.whatsapp-button {
  align-items: center;
  background: #0aac0a;
  border-radius: 5px;
  box-shadow: 2px 2px 0px 0px #96db00;
  color: #fff;
  display: grid;
  font-size: 1.5rem;
  grid-template-columns: 40px auto;
  overflow: hidden;
  width: 100%;
  max-width: 320px;
}

.whatsapp-button span {
  color: #fff;
  padding: 10px;
}

.whatsapp-button .icon {
  display: flex;
  font-size: 1.8rem;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .box-content {
    font-size: 1.6rem;
  }

  .whatsapp-button {
    font-size: 1.7rem;
    grid-template-columns: 70px auto;
    max-width: 470px;
  }

  .whatsapp-button .icon {
    font-size: 2.8rem;
  }

  .whatsapp-button span {
    padding: 15px 10px;
  }

  .grid-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 900px) {
  .whatsapp-button {
    font-size: 2rem;
  }
}
