.home{display:flex;flex-direction:column;gap:130px;justify-content:center;align-items:center;margin-top:150px}.home-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;width:100%}.home-hero_text{display:flex;flex-direction:column;gap:15px;max-width:50%}.home-hero_text-title{font-size:45px;font-weight:700}.home-hero_text-subtitle{font-size:20px;font-weight:400;color:var(--gris-letras)}.home-hero_text-btn{margin-top:10px}.home-hero_imgs{display:flex;align-items:center;gap:15px}.home-hero_imgs-secondary{display:flex;flex-direction:column;gap:15px}.home-divisas{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;max-width:1200px}.home-info{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;width:100%}.home-info_text{display:flex;flex-direction:column;gap:15px;max-width:50%}.home-info_text-btn{margin-top:10px}.home-estadisticas{display:flex;justify-content:center;gap:50px;max-width:1200px;flex-wrap:wrap}@media screen and (max-width:1500px){.home-hero_imgs-secondary{display:none}}@media screen and (max-width:1100px){.home-info img{width:45%}}@media screen and (max-width:768px){.home{margin-top:80px;gap:60px}.home-hero{flex-direction:column;align-items:center}.home-hero_text{max-width:100%;text-align:center}.home-hero_text-btn{margin:15px auto auto}.home-info{flex-direction:column-reverse;align-items:center}.home-info_text{max-width:100%;text-align:center}.home-info_text-btn{margin:15px auto auto}.home-divisas,.home-info img{width:100%}.home-estadisticas{gap:20px}}