:root {
  --aa-azul: #22406a;
  --aa-celeste: #6e9df4;
}

body {
  color: var(--aa-azul);
  background: url('../images/fondo.png') center / cover no-repeat;
}

.script {
  font-family: 'Pacifico', cursive;
  color: var(--aa-celeste);
}

.hero-image {
  max-height: 320px;
}

.social-circle {
  background: var(--aa-azul);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social-circle i {
  font-size: 1.6rem;
}

.social-link {
  text-decoration: none;
  color: inherit;
}

.social-link:hover {
  opacity: 0.8;
}

#site-footer {
  min-height: 200px;
  background: url('../images/footer.png') center / cover no-repeat;
}

.social-circle i,
.social-circle i::before {
  color: #fff;        
  font-size: 1.8rem;  
  line-height: 1;     
}

.col-12.col-lg-6 {
  display: flex;
  flex-direction: column;
}

.col-12.col-lg-6 > .row {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
