@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700,900&display=swap");
:root {
  --color1: #707070;
  --color2: #00e4bb;
  --color3: #03035e; }

.cor1 {
  color: var(--color1); }

.cor2 {
  color: var(--color2); }

.cor3 {
  color: var(--color3); }

a:hover {
  text-decoration: none; }

body {
  font-family: "Roboto", sans-serif;
  color: var(--color1); }

header {
  position: absolute;
  width: 100%;
  z-index: 9999; }
  header .navbar {
    padding: 75px 0 20px; }
    header .navbar .nav-item .nav-link {
      color: #343434;
      font-size: 14px;
      font-weight: 400; }
      header .navbar .nav-item.active .nav-link {
        color: #03035e;
        font-weight: 700; }
    header .navbar.menu {
      padding: 38px 0 20px; }
      header .navbar.menu .navbar-brand {
        position: unset; }
      header .navbar.menu .nav-item .nav-link {
        color: #fff;
        font-size: 14px;
        font-weight: 400; }
        header .navbar.menu .nav-item.active .nav-link {
          color: #00e4bb;
          font-weight: 700; }
  header .navbar-brand {
    position: fixed;
    top: 30px; }
  header .degrade {
    background: linear-gradient(0deg, transparent 0%, rgba(255, 255, 255, 1) 60%);
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0; }

.banner-page {
  width: 100%;
  height: 290px;
  background: #00ffd2;
  background: -moz-linear-gradient(90deg, rgba(0, 255, 210, 1) 0%, rgba(3, 3, 94, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 255, 210, 1) 0%, rgba(3, 3, 94, 1) 100%);
  background: linear-gradient(90deg, rgba(0, 255, 210, 1) 0%, rgba(3, 3, 94, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffd2",endColorstr="#03035e",GradientType=1); }
  .banner-page .bg-sobre-nos {
    width: 100%;
    height: 285px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../themes/aail/assets/images/bg_sobre-nos.png); }
  .banner-page .bg-contato {
    width: 100%;
    height: 285px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../themes/aail/assets/images/bg_contato.png); }
  .banner-page .bg-iniciativas {
    width: 100%;
    height: 285px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../themes/aail/assets/images/bg_iniciativa.png); }
  .banner-page .bg-eventos {
    width: 100%;
    height: 285px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../themes/aail/assets/images/bg_eventos.png); }
  .banner-page .titulo-pagina {
    padding-top: 220px;
    z-index: 1; }

p {
  font-size: 18px;
  line-height: 30px; }

a.ver-mais {
  color: var(--color1);
  font-weight: 700;
  text-decoration: underline; }
  a.ver-mais span {
    border: solid 2px;
    padding: 2px 3.5px 1px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 12px; }

.titulo {
  text-align: center;
  width: 460px;
  height: 96px;
  position: relative;
  display: flex;
  justify-content: center; }
  .titulo h1 {
    color: var(--color3);
    font-size: 30px; }
  .titulo span {
    color: var(--color1);
    font-size: 80px;
    font-weight: 900;
    opacity: 0.05;
    position: absolute;
    width: 100%;
    left: 0;
    top: -38px; }

.sobre-nos {
  padding: 60px 0 80px; }
  .sobre-nos .box-aail {
    background: #fff;
    height: 360px;
    padding: 40px;
    margin-top: -100px;
    display: flex; }

.eventos {
  padding: 120px 0 20px;
  background: url(../themes/aail/assets/images/bg_home-eventos.png) center;
  background-size: cover; }
  .eventos .titulo {
    text-align: center;
    width: 100%;
    height: 96px;
    display: block; }
  .eventos .titulo h1 {
    color: var(--color3);
    font-size: 30px; }
  .eventos .titulo h2 {
    text-align: center; }
  .eventos .titulo span {
    color: var(--color1);
    font-size: 80px;
    font-weight: 900;
    opacity: 0.05;
    position: absolute;
    width: 100%;
    left: 0;
    top: -38px; }
  .eventos h2 {
    font-size: 30px;
    line-height: 37px;
    font-weight: bold; }
  .eventos .box-eventos {
    padding: 40px 0; }
  .eventos .box-eventos .item {
    margin-top: 80px;
    margin-bottom: 30px;
    display: inline-block; }
    .eventos .box-eventos .item .img-evento {
      overflow: hidden;
      margin-top: -70px;
      margin-left: -45px;
      position: relative;
      width: 330px;
      -webkit-border-radius: 250px;
      -moz-border-radius: 250px;
      border-radius: 250px;
      margin-bottom: 25px; }
      .eventos .box-eventos .item .img-evento img {
        height: 350px !important;
        object-fit: cover;
        transition: transform 0.5s ease; }
        .eventos .box-eventos .item .img-evento img:hover {
          transform: scale(1.25); }
    .eventos .box-eventos .item .body-evento {
      margin-left: -45px;
      padding-right: 20px; }
      .eventos .box-eventos .item .body-evento h2 {
        margin: 0;
        text-transform: uppercase; }
      .eventos .box-eventos .item .body-evento p {
        font-size: 14px;
        line-height: 24px; }
      .eventos .box-eventos .item .body-evento a {
        font-weight: 700; }
        .eventos .box-eventos .item .body-evento a.mais-detalhes {
          color: #fff;
          background-color: var(--color3);
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          border-radius: 50px;
          padding: 10px 20px;
          font-size: 11px; }
        .eventos .box-eventos .item .body-evento a i {
          font-size: 22px; }
        .eventos .box-eventos .item .body-evento a:hover {
          color: var(--color1); }
  .eventos .box-eventos a.mais-eventos {
    color: var(--color2);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px; }
    .eventos .box-eventos a.mais-eventos i {
      font-size: 24px;
      margin-right: 5px; }

.newsletter {
  padding: 50px 0 40px;
  background-color: var(--color2); }
  .newsletter .titulo {
    text-align: center;
    width: 100%;
    height: 96px;
    display: block; }
  .newsletter .newsletter-form .row {
    padding-bottom: 25px; }
  .newsletter .newsletter-form input {
    background: none;
    border: 1px solid #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 15px;
    padding: 20px; }
    .newsletter .newsletter-form input::placeholder {
      color: #fff; }
    .newsletter .newsletter-form input:-ms-input-placeholder {
      color: #fff; }
    .newsletter .newsletter-form input::-ms-input-placeholder {
      color: #fff; }
  .newsletter .newsletter-form button.btn-enviar {
    background: var(--color3);
    border: 1px solid var(--color3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 7px 35px;
    width: 100%; }

.logos-premium ul {
  gap: 15px;
  align-items: center;
  flex-wrap: wrap; }

#footer {
  align-items: baseline; }

footer#layout-footer {
  /* background-color: #010b5e; */
  padding: 50px 50px 15px;
  color: #fff; }
  footer#layout-footer p {
    color: gray;
    font-size: 11px;
    line-height: 19px; }
  footer#layout-footer p a {
    color: gray; }
  footer#layout-footer .footer-container ul.navbar-footer {
    display: flex;
    justify-content: center;
    list-style-type: none;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #fff; }
    footer#layout-footer .footer-container ul.navbar-footer li.nav-item a.nav-link {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      color: gray;
      font-size: 12px;
      padding-right: 5px;
      padding-left: 5px; }
  footer#layout-footer .social-media {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  footer#layout-footer .social-media a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    color: var(--color3);
    padding: 3px 5px;
    font-size: 18px;
    text-align: center;
    height: 30px;
    width: 30px;
    display: inline-block; }

.social-media-nav {
  position: fixed;
  top: 93vh;
  left: calc(98vw - 164px); }
  .social-media-nav.mobile a {
    display: none; }
  .social-media-nav a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--color3);
    color: #fff;
    padding: 5px 7px;
    font-size: 18px;
    text-align: center;
    height: 34px;
    width: 34px;
    display: inline-block; }

.iniciativas h2 {
  font-size: 28px;
  line-height: 37px;
  font-weight: 700; }
  .iniciativas .box-iniciativas {
    width: 538px;
    margin-left: auto; }
  .iniciativas .box-itens {
    max-width: 780px; }
  .iniciativas .box-itens .p-1 {
    padding: 0.5px !important; }
  .iniciativas .box-itens .item {
    background-color: var(--color3);
    width: 100%;
    height: 485px;
    text-align: center;
    display: grid;
    margin-right: 0.5px;
    margin-left: 0.5px; }
    .iniciativas .box-itens .item .icon {
      align-self: center; }
    .iniciativas .box-itens .item .text {
      display: none;
      color: #fff; }
      .iniciativas .box-itens .item .text h2 {
        font-size: 22px;
        font-weight: 900;
        margin-top: 8px;
        text-transform: uppercase; }
      .iniciativas .box-itens .item .text span.ver-mais {
        font-size: 18px; }
        .iniciativas .box-itens .item .text span.ver-mais i {
          margin-top: 30px;
          border: 3px solid #fff;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          border-radius: 50px;
          padding: 3px 4px;
          font-size: 14px; }
    .iniciativas .box-itens .item:hover {
      background: #00ffd2;
      background: -moz-linear-gradient(180deg, rgba(0, 255, 210, 1) 0%, rgba(3, 3, 94, 1) 100%);
      background: -webkit-linear-gradient(180deg, rgba(0, 255, 210, 1) 0%, rgba(3, 3, 94, 1) 100%);
      background: linear-gradient(180deg, rgba(0, 255, 210, 1) 0%, rgba(3, 3, 94, 1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffd2",endColorstr="#03035e",GradientType=1); }
      .iniciativas .box-itens .item:hover .icon {
        align-self: end; }
      .iniciativas .box-itens .item:hover .text {
        display: block; }

.pagina-padrao h2.subTitulo {
  font-size: 60px;
  line-height: 70px;
  font-weight: 900; }
  .pagina-padrao h3 {
    font-weight: 600;
    line-height: 35px;
    color: var(--color3); }
  .pagina-padrao .titulo {
    text-align: center;
    width: 100%;
    height: 96px;
    display: block; }
  .pagina-padrao .titulo h1 {
    color: var(--color3);
    font-size: 30px; }
  .pagina-padrao .titulo h2 {
    text-align: center; }
  .pagina-padrao .titulo span {
    color: var(--color1);
    font-size: 80px;
    font-weight: 900;
    opacity: 0.05;
    position: absolute;
    width: 100%;
    left: 0;
    top: -38px;
    background: none; }

.missao {
  background-color: var(--color1);
  padding: 50px 0; }
  .missao h3 {
    color: var(--color2); }
  .missao p {
    color: #fff;
    font-size: 22px;
    line-height: 30px; }
  .missao .hr {
    width: 2px;
    height: 110px;
    background-color: #fff; }
  .missao .box-missao {
    height: 110px; }
  .missao .box-missao .icone-missao {
    margin-bottom: -55px; }
  .missao .box-missao .titulo {
    width: 300px;
    padding: 30px 0px; }
    .missao .box-missao .titulo h1 {
      color: var(--color2); }
    .missao .box-missao .titulo span {
      top: -8px;
      color: #f3f3f3; }
  .missao ul {
    list-style: none;
    padding: 0;
    margin: auto; }
  .missao ul li {
    color: #fff;
    font-size: 22px;
    line-height: 30px; }
    .missao ul li::before {
      content: "\2022";
      color: var(--color2);
      font-weight: bold;
      display: inline-block;
      width: 1em; }

.direcao {
  padding: 120px 0 20px;
  background: url(../themes/aail/assets/images/bg_home-eventos.png) center;
  background-size: cover; }
  .direcao .pessoa-direcao {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 25px;
    text-transform: uppercase; }
  .direcao h4 {
    background-color: var(--color2);
    color: #000;
    font-weight: 900;
    padding: 30px 30px 25px;
    margin-top: -15px;
    font-size: 20px; }
  .direcao span {
    background-color: var(--color3);
    color: #fff;
    font-weight: 900;
    padding: 15px;
    font-size: 20px;
    width: 80%;
    display: block;
    margin: -18px auto; }
  .direcao ul {
    list-style: none;
    padding: 0;
    margin: auto; }
  .direcao ul li {
    color: #343434;
    font-size: 22px;
    line-height: 50px; }
    .direcao ul li::before {
      content: "\2022";
      color: var(--color2);
      font-weight: bold;
      display: inline-block;
      width: 1em;
      font-size: 25px; }

.box-contato {
  background-color: #f3f3f3;
  padding: 45px;
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.2); }
  .box-contato input {
    background: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #737373;
    font-size: 15px;
    padding: 20px; }
  .box-contato input::placeholder {
    color: #d3d3d3; }
  .box-contato input:-ms-input-placeholder {
    color: #d3d3d3; }
  .box-contato input::-ms-input-placeholder {
    color: #d3d3d3; }
  .box-contato textarea {
    background: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #737373;
    font-size: 15px;
    padding: 20px; }
  .box-contato textarea::placeholder {
    color: #d3d3d3; }
  .box-contato textarea:-ms-input-placeholder {
    color: #d3d3d3; }
  .box-contato textarea::-ms-input-placeholder {
    color: #d3d3d3; }
  .box-contato button.btn-enviar {
    background: var(--color3);
    border: 1px solid var(--color3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 7px 35px; }

.itens-iniciativas .item {
  margin-top: 60px;
  border: 1px solid #ddd;
  padding: 0 30px 30px; }
  .itens-iniciativas .item .item-header {
    margin-top: -60px;
    margin-bottom: -10px; }
    .itens-iniciativas .item .item-header h3 {
      max-width: 60%;
      color: var(--color3);
      font-size: 30px;
      border: 10px solid #fff;
      background-color: #fff;
      text-transform: uppercase;
      font-weight: 800; }
    .itens-iniciativas .item .item-header .item-icon {
      margin-left: auto;
      background: #00ffd2;
      background: -moz-linear-gradient(180deg, rgba(0, 255, 210, 1) 0%, rgba(3, 3, 94, 1) 100%);
      background: -webkit-linear-gradient(180deg, rgba(0, 255, 210, 1) 0%, rgba(3, 3, 94, 1) 100%);
      background: linear-gradient(180deg, rgba(0, 255, 210, 1) 0%, rgba(3, 3, 94, 1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffd2",endColorstr="#03035e",GradientType=1);
      padding: 25px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 126px;
      height: 126px;
      border: 10px solid #fff; }

.carousel-item {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; }
  .carousel-item .conteudo {
    text-align: center;
    max-height: 795px;
    height: 100vh;
    padding-top: 25vh;
    padding-left: 25px;
    padding-right: 25px; }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem; } }

@media (max-width: 1400px) {
  .carousel-item .conteudo {
    max-height: 600px;
    padding-top: 24vh;
    padding-left: 90px;
    padding-right: 90px; } }

@media (max-width: 992px) {
  .footer-container {
    max-width: 960px; }

  .carousel-item {
    background-attachment: unset; }
    .carousel-item .conteudo {
      max-height: 490px;
      padding-top: 20vh;
      padding-left: 80px;
      padding-right: 80px; }

  .sobre-nos .box-aail {
    height: auto !important; }

  .social-media-nav a {
    display: none !important; }

  .titulo {
    width: 100% !important; }
    .titulo h1 {
      padding-top: 22px; }
    .titulo span {
      display: none !important; }

  header .navbar {
    padding: 0 20px 0 !important;
    position: fixed;
    width: 100%;
    background-color: #fff; }
    header .navbar .navbar-brand {
      position: unset;
      padding: 14px 0; }
      header .navbar .navbar-brand img {
        width: 50%; }
    header .navbar .navbar-toggler {
      color: #021c69;
      border-color: #021c69;
      background: none; }
    header .navbar.menu {
      padding: 38px 0 20px;
      background-color: #000115; }
      header .navbar.menu .navbar-toggler {
        color: #fff;
        border-color: #fff;
        background: none; }

  section.full-banner {
    padding-top: 80px; }

  .iniciativas .box-itens {
    max-width: 780px; }
    .iniciativas .box-itens .item {
      width: 100%;
      height: 375px !important;
      text-align: center;
      display: grid;
      margin-right: 0.5px;
      margin-left: 0.5px;
      background: var(--color3);
      background: -moz-linear-gradient(180deg, rgba(0, 255, 210, 1) 0%, rgba(3, 3, 94, 1) 100%);
      background: -webkit-linear-gradient(180deg, rgba(0, 255, 210, 1) 0%, rgba(3, 3, 94, 1) 100%);
      background: linear-gradient(180deg, rgba(0, 255, 210, 1) 0%, rgba(3, 3, 94, 1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffd2",endColorstr="#03035e",GradientType=1); }
      .iniciativas .box-itens .item .icon {
        align-items: center; }
      .iniciativas .box-itens .item .text {
        display: block !important;
        color: #fff; }
        .iniciativas .box-itens .item .text h2 {
          font-size: 22px;
          font-weight: 900;
          margin-top: 8px; }
        .iniciativas .box-itens .item .text span.ver-mais {
          font-size: 18px; }
          .iniciativas .box-itens .item .text span.ver-mais i {
            margin-top: 30px;
            border: 3px solid #fff;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            padding: 3px 4px;
            font-size: 14px; }

  .eventos .box-eventos .item .img-evento {
    margin: -70px auto 0 auto !important; }
    .eventos .box-eventos .item .body-evento {
      margin: 0 auto !important;
      padding: 20px !important; }

  .newsletter-form .row div {
    margin-bottom: 10px !important;
    padding: 0 50px !important; }

  .box-contato .row div {
    margin-bottom: 10px !important;
    padding: 0 25px !important; }

  .cretidos {
    width: 100% !important;
    text-align: center; }

  .itens-iniciativas .item .item-header h3 {
    font-size: 26px !important; }

  .itens-iniciativas .item .item-header {
    margin-bottom: 0px !important; }

  .pagina-padrao h2 {
    font-size: 44px !important;
    line-height: 46px !important;
    padding-top: 20px !important;
    padding-bottom: 14px !important; }
    .pagina-padrao h3 {
      font-size: 26px;
      line-height: 30px !important; }
    .pagina-padrao p {
      padding-top: 16px !important; } }

.item-eventos {
  background-size: contain !important;
  background-position: center center !important;
  max-width: 560px;
  height: 290px; }

.desc {
  max-width: 500ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

div.data {
  background-image: url(../themes/aail/assets/images/bg-data.png);
  color: white;
  max-width: 66px;
  height: 66px;
  font-size: 21px;
  text-align: center;
  top: 21px;
  left: 19px; }

a.btn-custom {
  background: var(--color3);
  border-radius: 20px;
  color: #fff;
  padding: 7px 35px; }

a.btn-custom:hover {
  background-color: #00ffd2;
  border-color: #00ffd2; }

a.btn-voltar {
  color: var(--color1); }

a.btn-voltar:hover {
  color: var(--color2); }

button.btn-share {
  background: rgba(204, 194, 194, 0.161);
  padding: 7px 15px;
  border-radius: 0px; }

button.btn-share:hover {
  background-color: var(--color2);
  border-color: var(--color2);
  color: #f3f3f3; }

.colunaImg {
  position: relative;
  width: 100%;
  padding: 0px; }

.share {
  margin-top: 12px; }

.icon {
  margin-top: 2px;
  margin-right: 2px; }

hr.hrEvento {
  margin-top: 1rem;
  margin-bottom: 0rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

hr.hrData {
  margin-top: 0rem;
  margin-bottom: 0rem;
  border-top: 2px solid #fff; }

h2.tituloEvento {
  text-transform: uppercase;
  font-size: 30px;
  text-align: left;
  word-wrap: break-word; }

h5.noticias {
  color: var(--color3);
  font-size: 25px;
  font-weight: bolder; }

.imgEvento {
  background-size: cover;
  width: 1140px;
  height: 624px; }

.user, .calendar, .comments {
  color: var(--color2); }

.relacionadas .media {
  display: inline-block; }

.media-body {
  flex: 1; }

.saibaMais {
  background-color: var(--color2);
  width: 514px;
  height: 65px; }

.saibaMais a {
  color: white;
  top: 21.5px;
  left: 29px; }

.depoimento {
  width: auto;
  height: auto;
  background-color: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center; }

.dep .active {
  opacity: 1;
  background-color: var(--color2); }

.dep li {
  width: 10px;
  height: 10px;
  border-radius: 50%; }

.carousel-item h5 {
  text-transform: uppercase;
  font-size: 20px;
  color: black; }

.carousel-item p {
  font-size: 14px; }

.imgDep {
  width: 148px;
  height: 148px;
  margin-left: 100px; }

.aspas {
  margin-top: 45px; }

.aspasDir {
  margin-top: 250px; }

.direcao img {
  border-radius: 50%;
  height: 250px;
  width: 250px;
  object-fit: cover; }

.logos-premium img {
  height: 5rem;
  width: 10rem;
  object-fit: scale-down; }

.logos-premium .gold img {
  max-width: 160px; }

.logos-premium .silver img {
  max-width: 130px; }

.logos-premium .bronze img {
  max-width: 110px; }

.logos-premium span {
  font-size: 3.5rem; }

.academia {
  flex-wrap: wrap;
  align-items: center; }
  .academia img {
    margin: 10px 20px; }

@media (max-width: 768px) {
  .footer-container {
    max-width: 720px; }

  .carousel-item {
    background-attachment: unset; }
    .carousel-item .conteudo {
      max-height: 400px;
      padding-top: 20vh;
      padding-left: 50px;
      padding-right: 50px; } }

@media (max-width: 576px) {
  .footer-container {
    max-width: 540px; } }

@media (max-width: 676px) {
  .logos-premium ul {
    gap: 20px; }

  .social-media {
    flex-direction: row !important;
    justify-content: center; } }

@media (min-width: 677px) and (max-width: 991px) {
  .social-media {
    flex-direction: row !important;
    justify-content: center; } }

@media (min-width: 992px) and (max-width: 1500px) {
  #footer {
    flex-direction: column;
    align-items: center; }

  .social-media {
    flex-direction: row !important;
    justify-content: center; } }
