header, footer, h1, h2, h3, .buttons {
  font-family: "Renogare-Regular";
}

.header-content {
    background: linear-gradient(90deg, rgba(0, 131, 202, 1) 0%, rgba(191, 214, 48, 1) 100%);
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 20px;
    justify-content: space-around;
}

.header-content .text {
    max-width: 600px;
}
  
.header-content h1 {
    font-size: 50px;
    color: black;
    margin-bottom: 16px;
    cursor: default;
}
  
.header-content p {
    color: rgba(0, 0, 0, 0.75);
    margin-bottom: 16px;
    font-size: 30px;
}
  
.header-content .buttons {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.header-content .buttons .button {
    background: black;
    color: white;
    font-weight: bolder;
    padding: 8px 16px;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 20px;
    transition: all 500ms ease;
}
.header-content .buttons .button:hover {
    color:  #bfd630;
}
    
  .header-content .quote {
    color: #0083CA;
    font-size: 24px;
  }
    
  .myv-section {
    padding: 80px 20px;
    text-align: center;
  }
  
  .myv-section img {
    height: auto;
    max-width: 250px;
    align-items: center;
  }

  .myv-section .section {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 40px;
  }
  
  .myv-section .text {
    max-width: 500px;
  }
  
  .myv-section h3 {
    color: rgba(0, 131, 202, 1);
    margin-bottom: 16px;
    font-size: 45px;
  }
  
  .myv-section p {
    color: rgba(0, 0, 0, 0.75);
    font-size: 20px;
  }

  .valores-section {
    padding: 80px 20px;
    background: rgb(255, 255, 255);
    text-align: center;
  }
  
  .valores-section h2 {
    color: black;
    font-size: 50px;
    color: rgba(191, 214, 48, 1);
  }
  
  .valores {
    display: flex;
    justify-content: left;
    gap: 40px;
    margin-top: 40px;
  }
  
.valor {
  max-width: auto;
}

.valor img {
  width: 64px;
  height: 64px;
}

.valor h3 {
  font-size: 24px;
  margin-bottom: 16px;
  font-size: 30px;
}

  .valor p {
  color: rgba(0, 0, 0, 0.75);
  font-size: 20px;
  }

@media (max-width: 1200px) {

.header-content p {
    font-size: 25px;
}

.valores-section h2 {
    font-size: 45px;
}
.valor h3 {
    font-size: 30px;
}
.valor p {
    font-size: 20px;
}
}
  
@media (max-width: 992px) {
.valores {
    flex-direction: column;
    align-items: center;
  }

}

  
@media (max-width: 768px) {
.header-content {
  flex-direction: column;
  padding: 40px 10px;
}

.header-content .text {
  padding-top: 50px;
}

.header-content h1 {
    font-size: 50px;
}

.header-content p {
    font-size: 30px;
}

.myv-section {
    padding: 40px 10px;
}

.myv-section .section {
  flex-direction: column;
}

.myv-section img {
  margin-top: 20px;
}

.valor h3 {
      font-size: 30px;
}

.valor p {
      font-size: 20px;
}
}

@media (max-width: 576px) {

    .valores-section h2 {
      font-size: 45px;
    }
    .valor {
      max-width: 100%;
    }
    .valor h3 {
      font-size: 30px;
    }
    .valor p {
      font-size: 20px;
  }
}