
.pattern3 {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='2560' height='250' preserveAspectRatio='xMinYMin' viewBox='0 0 2560 250'%3E%3Cg mask='url(&quot;%23SvgjsMask1021&quot;)' fill='none'%3E%3Cpath d='M43 250L293 0L911 0L661 250z' fill='url(%23SvgjsLinearGradient1022)'%3E%3C/path%3E%3Cpath d='M460.40000000000003 250L710.4000000000001 0L1271.4 0L1021.4000000000001 250z' fill='url(%23SvgjsLinearGradient1022)'%3E%3C/path%3E%3Cpath d='M855.8000000000001 250L1105.8000000000002 0L1524.3000000000002 0L1274.3000000000002 250z' fill='url(%23SvgjsLinearGradient1022)'%3E%3C/path%3E%3Cpath d='M1333.2 250L1583.2 0L1904.2 0L1654.2 250z' fill='url(%23SvgjsLinearGradient1022)'%3E%3C/path%3E%3Cpath d='M2538 250L2288 0L2025.5 0L2275.5 250z' fill='url(%23SvgjsLinearGradient1023)'%3E%3C/path%3E%3Cpath d='M2110.6 250L1860.6 0L1247.1 0L1497.1 250z' fill='url(%23SvgjsLinearGradient1023)'%3E%3C/path%3E%3Cpath d='M1705.1999999999998 250L1455.1999999999998 0L1335.1999999999998 0L1585.1999999999998 250z' fill='url(%23SvgjsLinearGradient1023)'%3E%3C/path%3E%3Cpath d='M1248.8 250L998.8 0L559.3 0L809.3 250z' fill='url(%23SvgjsLinearGradient1023)'%3E%3C/path%3E%3Cpath d='M2424.9384054665115 250L2560 114.93840546651157L2560 250z' fill='url(%23SvgjsLinearGradient1022)'%3E%3C/path%3E%3Cpath d='M0 250L135.06159453348843 250L 0 114.93840546651157z' fill='url(%23SvgjsLinearGradient1023)'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3Cmask id='SvgjsMask1021'%3E%3Crect width='2560' height='250' fill='%23ffffff'%3E%3C/rect%3E%3C/mask%3E%3ClinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='SvgjsLinearGradient1022'%3E%3Cstop stop-color='rgba(51, 65, 86, 0.2)' offset='0'%3E%3C/stop%3E%3Cstop stop-opacity='0' stop-color='rgba(15, 70, 185, 0.2)' offset='0.66'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='100%25' y1='100%25' x2='0%25' y2='0%25' id='SvgjsLinearGradient1023'%3E%3Cstop stop-color='rgba(51, 65, 86, 0.2)' offset='0'%3E%3C/stop%3E%3Cstop stop-opacity='0' stop-color='rgba(51, 65, 86, 0.2)' offset='0.66'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
background-repeat: no-repeat no-repeat;
background-position: center center;
background-size: cover;
}


.vaca {
  background-image: url("/img/vaca.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; /* or cover, or specific dimensions */
}

.logofoot {
  background-image: url("/img/logo-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; /* or cover, or specific dimensions */
}

.logo {
  background-image: url("/img/logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; /* or cover, or specific dimensions */
}