.text-gradient-contact {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(135deg, rgb(14, 39, 10), rgb(234, 178, 3)) text;
}

.foxagritech-gradient {
    background: linear-gradient(135deg, rgb(14, 39, 10), rgb(45, 80, 22), rgb(234, 178, 3));
}

.hero-section {
    background: linear-gradient(135deg,#0e270ae6,#2d5016cc),url(./MODELO-BASrW-Y9.jpg) 50%/cover;
    min-height: 100vh;
}

html {
  scroll-behavior: smooth;
}