* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Spline Sans", sans-serif !important;
  font-weight: 400;
  font-size: 15px;
  background-image: url(../background.png?v=1.0);
  background-color: #5aaede !important;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
}
.container-fluid {
  padding: 10% 15% !important;
}
.text-csw h2 {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 24px;
}
.text-csw h2 span {
  font-weight: 600;
}
.text-csw p {
  font-size: 18px;
  font-weight: 400;
  max-width: 40ch;
  line-height: 1.6;
  margin-bottom: 15%;
}
.text-csw p span {
  font-weight: 600;
}
.text-csw p span i {
  position: relative;
  font-size: 18px;
  top: 1px;
  margin-right: 5px;
}
.x-twitter {
  background-image: url("../imagens/icons/x-twitter.svg");
  width: 18px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
a:hover .x-twitter {
  background-image: url("../imagens/icons/x-twitter-w.svg");
}
.social-media a {
  display: inline-block;
  /* background: #ffd800; */
  background: white;
  color: black;
  padding: 10px;
  border-radius: 50px;
  margin-right: 10px;
  width: 38px;
  height: 40px;
  text-align: center;
  transition: 0.3s;
}
.social-media a i {
  font-size: 18px;
}
.social-media a:hover {
  background: black;
  color: white !important;
  transform: scale(1.2);
}
.social-media i a:hover {
  color: white;
}
@media (max-width: 1300px) {
  .text-csw h2 {
    font-size: 40px;
  }
}
@media (max-width: 1000px) {
  .text-csw h2 {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  .container-fluid {
    padding: 0px !important;
  }
  body {
    padding: 25% 10%;
  }
  .text-csw h2 {
    font-size: 26px;
  }
  .text-csw p {
    max-width: 30ch;
    font-size: 16px;
  }
  .text-csw p span {
    margin-top: 10px;
    margin-bottom: 30%;
  }
  .social-media a {
    margin-right: 2px;
    margin-top: 20px;
    width: 30px;
    height: 32px;
    padding: 4px;
  }
  .social-media a i {
    font-size: 14px;
  }
  .x-twitter {
    position: relative;
    top: 2px;
    background-image: url("../imagens/icons/x-twitter.svg");
    width: 14px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
