/* General styles */
@font-face {
  font-family: "ContractUpFont-Medium";
  src: url("../fonts//PingPong-Medium.woff") format("woff");
}

@font-face {
  font-family: "ContractUpFont-Regular";
  src: url("../fonts//PingPong-Regular.woff") format("woff");
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&display=swap");

body {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.intro-about {
  padding-top: 90px;
  background: #2014a0;
}

.about-intro-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 80px;
  text-align: center;
}

.about-us {
  color: #f2f2f2;
  font-size: 1.3rem;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

.about-title {
  color: #00d2ff;
  font-size: 2.5rem;
  max-width: 80%;
  font-weight: bold;
}

.intro-about-desc {
  font-size: 1rem;
  margin-top: 40px;
  color: #fff;
  max-width: 70%;
}

/* Welcome */
.welcome-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-welcome img {
  width: 70%;
}

.welcome-desc {
  font-size: 1.5rem;
}

.about-big-numbers {
  background-color: #00d2ff;
  padding: 100px;
}

.about-big-number {
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.about-big-number-desc {
  font-size: 1rem;
  text-align: center;
  color: #f2f2f2;
}

/* Valores */
.valores {
  padding: 40px;
}

.valores-title {
  font-size: 1.5rem;
  text-align: center;
  color: #666;
  margin-bottom: 40px;
}

.card {
  display: flex;
  justify-content: center;
  text-align: center;
  background: #2014a0;
  align-items: center;
  height: 500px;
}

.card img {
  width: 100%;
  min-height: 300px;
}

.card h3 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
  text-transform: uppercase;
}

.card h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #fff;
  margin: 0 auto;
}

.card p {
  margin-bottom: 40px;
  padding: 10px 40px;
  color: #ccc;
  min-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 576px) {
  .about-us {
    font-size: 1rem;
  }

  .about-title {
    font-size: 1.5rem;
    max-width: 100%;
  }

  /* Welcome */
  .about-welcome .container {
    padding: 40px;
  }

  .welcome-img {
    margin: 0 auto;
  }

  .welcome-desc {
    margin-bottom: 20px;
  }

  .intro-about-desc {
    font-size: 0.875rem;
  }

  .about-big-numbers {
    padding: 40px;
  }

  .about-big-number {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  /* Valores */
  .valores-title {
    margin-bottom: 0;
  }

  .about-big-number-desc {
    font-size: 1rem;
    margin-bottom: 40px;
  }

  .card:nth-child(1),
  .card:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 20px auto;
  }
}

@media (min-width: 768px) {
  /* body {
    background-color: rgb(71, 255, 111);
  } */

  .about-big-number {
    font-size: 1.5rem;
  }

  .about-big-number-desc {
    font-size: 0.875rem;
  }

  .card p {
    padding: 5px;
    color: #ccc;
    min-height: 200px;
    font-size: 0.875rem;
  }

  .card:nth-child(3) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 40px auto;
  }
}

@media (min-width: 992px) {
  /* body {
    background-color: rgb(71, 135, 255);
  } */

  .about-big-number {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  /* body {
    background-color: rgb(255, 71, 209);
  } */
}
