@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap");
html {
  scroll-behavior: smooth;
}

* {
  font-family: "Poppins", sans-serif;
}

@keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
body {
  position: relative;
  transition: 0.2s ease-out;
}
body.load {
  overflow: hidden;
}
body.dark {
  background-color: #1f1f1f;
}

.navbar {
  margin-top: 25px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.navbar .container-fluid {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .navbar .container-fluid {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .navbar .container-fluid {
    width: 97%;
  }
}
.navbar img {
  width: 70px;
}
.navbar .navbar-nav {
  padding: 0.5rem 0;
}
.navbar .navbar-nav .nav-item .nav-link {
  margin-left: 1.5rem;
  color: white;
  font-weight: 600;
  transition: 0.2s ease;
}
@media screen and (max-width: 768px) {
  .navbar .navbar-nav .nav-item .nav-link {
    margin-left: 0;
  }
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #6de1cb;
}
.navbar .navbar-nav .nav-item .nav-link .fa-solid {
  margin-top: 2px;
}
.navbar .navbar-nav .nav-item .nav-link.active {
  color: #6de1cb;
}
.navbar .navbar-nav .nav-item button.nav-link {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  cursor: pointer;
}
.navbar .navbar-nav .nav-item button.nav-link:active {
  border: none;
  background-color: transparent;
}
.navbar .navbar-nav .nav-item button.nav-link:visited {
  border: none;
  background-color: transparent;
}
.navbar .navbar-nav .nav-item button.nav-link .fa-solid {
  font-size: 1.3rem;
}
.navbar .navbar-nav .nav-item button.nav-link span {
  font-size: 0.9rem;
  margin-left: 0.5rem;
}
.navbar.colored {
  margin-top: 0;
  background-color: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.navbar.colored .navbar-nav {
  padding: 0.5rem 0;
}
.navbar.colored .navbar-nav .nav-item .nav-link {
  margin-left: 1.5rem;
  color: black;
  font-weight: 600;
  transition: 0.2s ease;
}
.navbar.colored .navbar-nav .nav-item .nav-link:hover {
  color: #6de1cb;
}
@media screen and (max-width: 768px) {
  .navbar.colored .navbar-nav .nav-item .nav-link {
    margin-left: 0;
  }
}
.navbar.colored .navbar-nav .nav-item .nav-link.active {
  color: #6de1cb;
}

section, footer {
  width: 100%;
  height: auto;
}

#home {
  background-image: url("../images/material/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 100vh;
}
#home .contain-capt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.65);
}
#home .contain-capt .container-fluid {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  #home .contain-capt .container-fluid {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #home .contain-capt .container-fluid {
    width: 97%;
  }
}
@media screen and (max-width: 1023px) {
  #home .contain-capt .container-fluid .contain-fill {
    text-align: center;
  }
}
#home .contain-capt .container-fluid .capt {
  overflow: hidden;
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateY(-100px);
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  margint-bottom: 1.5rem;
}
@media screen and (max-width: 1023px) {
  #home .contain-capt .container-fluid .capt {
    margin: auto;
    width: 80%;
  }
}
#home .contain-capt .container-fluid .capt h1 {
  font-size: 64px;
  font-weight: 800;
  text-transform: uppercase;
  color: white;
}
@media screen and (max-width: 768px) {
  #home .contain-capt .container-fluid .capt h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 576px) {
  #home .contain-capt .container-fluid .capt h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 425px) {
  #home .contain-capt .container-fluid .capt h1 {
    font-size: 2rem;
  }
}
#home .contain-capt .container-fluid .capt h1 span {
  background: linear-gradient(to right, #6de1cb, #0855a7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#home .contain-capt .container-fluid .capt .container-carousel .carousel .carousel-item {
  height: 3rem;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  #home .contain-capt .container-fluid .capt .container-carousel .carousel .carousel-item {
    text-align: center;
    margin: auto;
  }
}
#home .contain-capt .container-fluid .capt .container-carousel .carousel .carousel-item p {
  font-weight: 300;
}
@media screen and (max-width: 425px) {
  #home .contain-capt .container-fluid .capt .container-carousel .carousel .carousel-item p {
    font-size: 0.8rem;
  }
}
#home .contain-capt .container-fluid .capt.show {
  opacity: 1;
  transform: translateY(0);
}
#home .contain-capt .container-fluid .btn-info {
  border: 1px solid white;
  margin-top: 10px;
  padding: 0.7em;
  font-weight: bold;
  background: transparent;
  moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  transform: translateY(25px);
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  #home .contain-capt .container-fluid .btn-info {
    font-size: 0.9rem;
  }
}
#home .contain-capt .container-fluid .btn-info:focus {
  outline: none;
}
#home .contain-capt .container-fluid .btn-info:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#home .contain-capt .container-fluid .btn-info.show {
  opacity: 1;
  transform: translateY(0);
}
#home .contain-capt .container-fluid .btn-info.show:focus {
  outline: none;
}
#home .contain-capt .container-fluid .btn-info.show:hover {
  background-position: 100% 0;
}

#about {
  padding: 120px 0;
  position: relative;
  transition: 0.2s ease-out;
}
#about.dark {
  color: white;
}
#about .bg-overlay {
  background-image: url("../images/material/bgabout.png");
  background-position: cover;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0.08;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  #about .bg-overlay {
    width: 100%;
    height: 55%;
  }
}
@media screen and (min-width: 1440px) {
  #about .bg-overlay {
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #about .bg-overlay {
    width: 100%;
    height: 50%;
  }
}
#about .container-fluid {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  #about .container-fluid {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #about .container-fluid {
    width: 97%;
  }
}
#about .container-fluid .cap-start {
  width: 800px;
  margin: auto;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 42px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #about .container-fluid .cap-start {
    font-size: 2rem;
    width: auto;
  }
}
@media screen and (max-width: 576px) {
  #about .container-fluid .cap-start {
    font-size: 1.8rem;
  }
}
#about .container-fluid .cap-titlebot {
  margin: 0 auto;
  color: #0855a7;
  transition: 0.2s ease-out;
  text-align: center;
  display: block;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s ease-in-out;
  pointer-events: none;
  font-weight: 700;
}
#about .container-fluid .cap-titlebot.dark {
  color: #6de1cb;
}
#about .container-fluid .cap-titlebot::after {
  content: "";
  display: block;
  height: 100px;
  width: 5px;
  background-color: #0855a7;
  margin: 2rem auto;
  border-radius: 1rem;
}
#about .container-fluid .cap-titlebot.dark::after {
  content: "";
  display: block;
  height: 100px;
  width: 5px;
  background-color: #6de1cb;
  margin: 2rem auto;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  #about .container-fluid .cap-titlebot {
    width: auto;
  }
  #about .container-fluid .cap-titlebot::after {
    content: "";
    display: block;
    height: 70px;
    width: 5px;
    background-color: #0855a7;
    margin: 2rem auto;
    border-radius: 1rem;
  }
  #about .container-fluid .cap-titlebot.dark::after {
    content: "";
    display: block;
    height: 70px;
    width: 5px;
    background-color: #6de1cb;
    margin: 2rem auto;
    border-radius: 1rem;
  }
}
#about .container-fluid .cap-titlebot.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
#about .container-fluid .span-title {
  transition: 0.2s ease-out;
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: 800;
  color: #0855a7;
}
#about .container-fluid .span-title.dark {
  color: #6de1cb;
}
#about .container-fluid h2 {
  font-weight: 700;
}
#about .container-fluid p {
  font-weight: 400;
  line-height: 30px;
}
#about .container-fluid .col-xl-6 {
  opacity: 0;
  transition: 0.5s ease-in-out;
  pointer-events: none;
}
#about .container-fluid .col-xl-6.show {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  #about .container-fluid .col-xl-6 .title-about {
    text-align: center;
    margin-bottom: 1rem;
  }
}
#about .container-fluid .col-xl-6 p {
  font-size: 1rem;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  #about .container-fluid .col-xl-6 p {
    font-size: 0.85rem;
    line-height: 26px;
  }
}
@media screen and (min-width: 1440px) {
  #about .container-fluid .col-xl-6:nth-child(3) {
    justify-content: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #about .container-fluid .col-xl-6:nth-child(3) {
    margin-top: 1.5rem;
  }
}
#about .container-fluid .col-xl-6:nth-child(3) .title-about {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #about .container-fluid .col-xl-6:nth-child(3) .title-about {
    text-align: center;
  }
}
#about .container-fluid .col-xl-6:nth-child(3) .contain-works {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #about .container-fluid .col-xl-6:nth-child(3) .contain-works {
    text-align: center;
  }
}
#about .container-fluid .col-xl-6:nth-child(3) .contain-works img {
  width: 80%;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  #about .container-fluid .col-xl-6:nth-child(3) .contain-works img {
    width: 80%;
    transform: translateY(-10px);
  }
  #about .container-fluid .col-xl-6:nth-child(3) .contain-works img.show {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  #about .container-fluid .col-xl-6:nth-child(3) .contain-works img {
    width: 80%;
    opacity: 0;
    transform: translateY(-10px);
  }
  #about .container-fluid .col-xl-6:nth-child(3) .contain-works img.show {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 576px) {
  #about .container-fluid .col-xl-6:nth-child(3) .contain-works img {
    width: 100%;
    opacity: 0;
    transform: translateY(-10px);
  }
  #about .container-fluid .col-xl-6:nth-child(3) .contain-works img.show {
    opacity: 1;
    transform: translateY(0);
  }
}
#about .container-fluid .col-12 .specializ {
  text-align: center;
}
#about .container-fluid .col-12 .specializ h2 {
  font-weight: 800;
}
#about .container-fluid .col-12 .row {
  padding-top: 3rem;
}
@media screen and (max-width: 1439px) {
  #about .container-fluid .col-12 .row {
    margin-right: 0px;
  }
}
#about .container-fluid .col-12 .row .col-sm-4 {
  text-align: center;
  margin-bottom: 1.5rem;
}
#about .container-fluid .col-12 .row .col-sm-4 p {
  margin-top: 1rem;
}
#about .container-fluid .col-12 .row .col-sm-4 .fa-solid {
  font-size: 3rem;
  transition: 0.3s ease-out;
}
#about .container-fluid .col-12 .row .col-sm-4 .spe-icon {
  transition: 0.3s ease-in-out;
  opacity: 0;
  display: inline-block;
  transform: translateY(-20px);
  pointer-events: none;
}
#about .container-fluid .col-12 .row .col-sm-4 .spe-icon.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
#about .container-fluid .col-12:last-child {
  text-align: center;
  margin: 2rem 0 1rem 0;
}

.contact-box {
  padding: 2rem 0;
  background: linear-gradient(to right, #6de1cb, #39a1ae, #0855a7);
}
@media screen and (max-width: 767px) {
  .contact-box {
    padding: 1.5rem 0;
  }
}
.contact-box .container-fluid {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .contact-box .container-fluid {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .contact-box .container-fluid {
    width: 97%;
  }
}
.contact-box .container-fluid h3 {
  font-weight: 700;
  line-height: 42px;
  color: white;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .contact-box .container-fluid h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-box .container-fluid .row .col-md-7 {
    text-align: center;
    margin-bottom: 0.5rem;
  }
}
.contact-box .container-fluid .row .col-md-5 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .contact-box .container-fluid .row .col-md-5 {
    justify-content: center;
  }
}
.contact-box .container-fluid .row .col-md-5 .btn-info {
  padding: 0.5em 1em;
  background-color: transparent;
  border: 2px solid white;
}
@media screen and (max-width: 767px) {
  .contact-box .container-fluid .row .col-md-5 .btn-info {
    justify-content: center;
    font-size: 0.9rem;
  }
}
.contact-box .container-fluid .row .col-md-5 .btn-info .fa-solid {
  transition: 0.3s ease-out;
}
.contact-box .container-fluid .row .col-md-5 .btn-info:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.contact-box .container-fluid .row .col-md-5 .btn-info:hover .fa-solid {
  transform: translateX(5px);
}

#clients {
  padding-top: 50px;
  transition: 0.2s ease-out;
}
#clients.dark {
  color: white;
}
#clients .container-fluid {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  #clients .container-fluid {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #clients .container-fluid {
    width: 97%;
  }
}
#clients .container-fluid .client .col-12 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #clients .container-fluid .client .col-12 .desc-client {
    text-align: justify;
  }
}
#clients .container-fluid .client .col-12 .desc-client p {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #clients .container-fluid .client .col-12 .desc-client p {
    font-size: 0.9rem;
  }
}
#clients .container-fluid .client .col-12 .span-title {
  transition: 0.2s ease-out;
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: 800;
  color: #0855a7;
}
#clients .container-fluid .client .col-12 .span-title.dark {
  color: #6de1cb;
}
#clients .container-fluid .client .col-12 h2 {
  font-weight: 800;
}
#clients .container-fluid .client .col-lg-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  transform: translateY(100px);
  opacity: 0;
  transition: 1s ease-in-out;
}
#clients .container-fluid .client .col-lg-3 img {
  width: 48%;
  filter: gray;
  -webkit-filter: grayscale(100%);
  transition: 0.2s ease-in-out;
  transform: scale(0.95);
}
@media screen and (max-width: 1390px) {
  #clients .container-fluid .client .col-lg-3 img {
    width: 60%;
  }
}
@media screen and (max-width: 1023px) {
  #clients .container-fluid .client .col-lg-3 img {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #clients .container-fluid .client .col-lg-3 img {
    width: 60%;
  }
}
@media screen and (max-width: 576px) {
  #clients .container-fluid .client .col-lg-3 img {
    width: 40%;
  }
}
#clients .container-fluid .client .col-lg-3 img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  transform: scale(1);
}
#clients .container-fluid .client .col-lg-3 img.dark {
  width: 48%;
  filter: none;
  -webkit-filter: grayscale(0);
  transition: 0.2s ease-in-out;
  transform: scale(0.95);
}
@media screen and (max-width: 1390px) {
  #clients .container-fluid .client .col-lg-3 img.dark {
    width: 60%;
  }
}
@media screen and (max-width: 1023px) {
  #clients .container-fluid .client .col-lg-3 img.dark {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #clients .container-fluid .client .col-lg-3 img.dark {
    width: 60%;
  }
}
@media screen and (max-width: 576px) {
  #clients .container-fluid .client .col-lg-3 img.dark {
    width: 40%;
  }
}
#clients .container-fluid .client .col-lg-3 img.dark:hover {
  transform: scale(1);
}
#clients .container-fluid .client .col-lg-3.show {
  transform: translateY(0);
  opacity: 1;
}
#clients .container-fluid .client .col-lg-3:nth-child(4) img {
  width: 45%;
}
@media screen and (max-width: 1390px) {
  #clients .container-fluid .client .col-lg-3:nth-child(4) img {
    width: 60%;
  }
}
@media screen and (max-width: 1023px) {
  #clients .container-fluid .client .col-lg-3:nth-child(4) img {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #clients .container-fluid .client .col-lg-3:nth-child(4) img {
    width: 60%;
  }
}
@media screen and (max-width: 576px) {
  #clients .container-fluid .client .col-lg-3:nth-child(4) img {
    width: 40%;
  }
}

#project {
  padding: 120px 0 50px 0;
  transition: 0.2s ease-out;
}
#project.dark {
  color: white;
}
#project .container-fluid {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  #project .container-fluid {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #project .container-fluid {
    width: 97%;
  }
}
#project .container-fluid .row .col-12 {
  text-align: center;
}
#project .container-fluid .row .col-12 .cap-titlebot {
  font-size: 1rem;
  line-height: 1.3em;
  transition: 0.2s ease-out;
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: 800;
  color: #0855a7;
}
#project .container-fluid .row .col-12 .cap-titlebot.dark {
  color: #6de1cb;
}
#project .container-fluid .row .col-12 h2 {
  font-weight: 800;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #project .container-fluid .row .col-12 h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
#project .container-fluid .row .col-12 .bg-overlay {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #project .container-fluid .row .col-12 .bg-overlay {
    width: 100%;
  }
}
#project .container-fluid .row .col-12 .bg-overlay img {
  width: 100%;
}
#project .container-fluid .row .col-lg-4 {
  padding: 2px;
}
#project .container-fluid .row .col-lg-4:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  #project .container-fluid .row .col-lg-4 {
    padding: inherit;
  }
}
#project .container-fluid .row .col-lg-4 .contain-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
#project .container-fluid .row .col-lg-4 .contain-img img {
  transition: 0.2s ease-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#project .container-fluid .row .col-lg-4:last-child {
  position: relative;
}
#project .container-fluid .row .col-lg-4:last-child h5 {
  position: absolute;
  top: 0;
  margin: 1rem;
  color: white;
  font-size: 0.9rem;
  opacity: 0;
  transition: 0.3s ease-in;
}
#project .container-fluid .row .col-lg-4:last-child:hover h5 {
  opacity: 1;
}
#project .container-fluid .row:first-child.cap-titlebot::after {
  content: "";
  display: block;
  height: 100px;
  width: 5px;
  background-color: #0855a7;
  margin: 2rem auto;
  border-radius: 1rem;
}
#project .container-fluid .row:first-child.cap-titlebot.dark::after {
  content: "";
  display: block;
  height: 100px;
  width: 5px;
  background-color: #6de1cb;
  margin: 2rem auto;
  border-radius: 1rem;
}

#news {
  padding: 120px 0 120px 0;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  #news {
    height: auto;
  }
}
#news .container-fluid {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  #news .container-fluid {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #news .container-fluid {
    width: 97%;
  }
}
#news .container-fluid .col-12:first-child {
  text-align: center;
}
#news .container-fluid .col-12:first-child .cap-titlebot {
  margin: 0 auto;
  color: #0855a7;
  transition: 0.2s ease-out;
  font-size: 1rem;
  line-height: 1.3em;
}
#news .container-fluid .col-12:first-child .cap-titlebot.dark {
  color: #6de1cb;
}
#news .container-fluid .col-12:first-child .cap-titlebot::after {
  content: "";
  display: block;
  height: 100px;
  width: 5px;
  background-color: #0855a7;
  margin: 2rem auto;
  border-radius: 1rem;
}
#news .container-fluid .col-12:first-child .cap-titlebot.dark::after {
  content: "";
  display: block;
  height: 100px;
  width: 5px;
  background-color: #6de1cb;
  margin: 2rem auto;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  #news .container-fluid .col-12:first-child .cap-titlebot {
    width: auto;
  }
  #news .container-fluid .col-12:first-child .cap-titlebot::after {
    content: "";
    display: block;
    height: 70px;
    width: 5px;
    background-color: #0855a7;
    margin: 2rem auto;
    border-radius: 1rem;
  }
  #news .container-fluid .col-12:first-child .cap-titlebot.dark::after {
    content: "";
    display: block;
    height: 70px;
    width: 5px;
    background-color: #6de1cb;
    margin: 2rem auto;
    border-radius: 1rem;
  }
}
#news .container-fluid .col-12:first-child h2 {
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #news .container-fluid .col-12:first-child h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
#news .container-fluid .col-12:first-child.dark {
  color: white;
}
#news .container-fluid .col-12:last-child h2.dark {
  color: white;
}

footer {
  height: auto;
  background-color: black;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  footer {
    height: 100vh;
    padding: 120px 0 0 0;
  }
}
footer .container-fluid {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  footer .container-fluid {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  footer .container-fluid {
    width: 97%;
  }
}
footer .container-fluid .col-lg-4 {
  color: white;
}
footer .container-fluid .col-lg-4 h5 {
  font-weight: bold;
}
footer .container-fluid .col-lg-4 p {
  font-weight: 300;
  font-size: 0.8rem;
}
footer .container-fluid .col-lg-4 p .fa-location-dot {
  margin-right: 0.3rem;
}
footer .container-fluid .col-lg-4 img {
  width: 100px;
  height: 100px;
  margin-top: -2px;
}
footer .container-fluid .col-lg-4 a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  transition: 0.2s ease-out;
  text-decoration: none;
  line-height: 2rem;
  font-size: 0.9rem;
}
footer .container-fluid .col-lg-4 a:hover {
  margin-left: 10px;
  text-decoration: underline;
}
footer .container-fluid .col-lg-4:first-child {
  display: flex;
}
footer .container-fluid .col-lg-4:nth-child(2) {
  justify-content: center;
  display: flex;
}
@media screen and (max-width: 912px) {
  footer .container-fluid .col-lg-4:nth-child(2) {
    justify-content: start;
    margin: 1.5rem 0;
  }
}
footer .container-fluid .col-12 {
  color: white;
  text-align: center;
}
footer .container-fluid .col-12 a {
  color: white;
}
footer .container-fluid .col-12 a:nth-child(2) {
  margin: 0 0.7rem;
}
footer .container-fluid .col-12 a .fa-brands {
  font-size: 2.5rem;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
footer .container-fluid .col-12 a .fa-brands:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  footer .container-fluid .col-12 a .fa-brands {
    font-size: 2rem;
  }
}
footer .container-fluid .col-12 p {
  font-weight: 300;
  font-size: 0.8rem;
  margin-top: 1rem;
}
footer .container-fluid .col-12::before {
  content: "";
  display: block;
  height: 1px;
  border-radius: 1rem;
  width: 100%;
  margin: 2rem auto 2rem;
  background-color: rgba(255, 255, 255, 0.2);
}

.nav-back {
  position: fixed;
  bottom: 3%;
  right: 3%;
}
.nav-back a {
  color: #0855a7;
  transform: translateY(-20px);
  transition: 0.3s ease-out;
  pointer-events: none;
  opacity: 0;
  display: inline-block;
}
.nav-back a .fa-solid {
  background-color: white;
  font-size: 3rem;
  border-radius: 100%;
}
.nav-back a.show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}

.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  opacity: 1;
  pointer-events: all;
}
.loader-container .loader {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 8px solid #ddd;
  border-top: 8px solid #0855a7;
  border-bottom: 8px solid #6de1cb;
  animation: spinner 1.5s ease-in-out infinite;
}
.loader-container.stop {
  opacity: 0;
  transition: 0.3s ease-out;
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */